aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* snd_uaudio: Initialize mixer_lock with MTX_RECURSEstable/15Christos Margiolis22 hours1-1/+8
* watchdog: Fix a couple type issuesJustin Hibbits24 hours1-2/+2
* libfetch: Reduce copyingDag-Erling Smørgrav27 hours4-50/+61
* libfetch: Make fetch_ref an inlineDag-Erling Smørgrav27 hours3-13/+13
* fetch: Stop setting an alarmDag-Erling Smørgrav27 hours2-28/+15
* libfetch: Document fetchTimeoutDag-Erling Smørgrav27 hours1-2/+16
* libfetch: Apply timeout to connection attemptsDag-Erling Smørgrav27 hours1-6/+41
* libfetch: Add read bufferingDag-Erling Smørgrav27 hours4-71/+118
* libfetch: Overhaul socket read / writeDag-Erling Smørgrav27 hours2-83/+127
* awk/tests: xfail inf-nan-torture on riscv64Siva Mahadevan29 hours1-4/+8
* bsdinstall/netconfig: use a better heuristic for wlan dev descSiva Mahadevan29 hours1-1/+1
* libc/resolv: Dead code and style cleanupDag-Erling Smørgrav35 hours1-42/+17
* resolv.h: Remove unused partsDag-Erling Smørgrav35 hours1-49/+0
* libc/resolv: Add no-debug and no-rotate optionsDag-Erling Smørgrav35 hours2-0/+16
* libc/resolv: Reimplement the sortlist parserDag-Erling Smørgrav35 hours3-123/+160
* libc/resolv: Refactor the configuration parserDag-Erling Smørgrav35 hours1-268/+381
* libc/resolv: Refactor the option parserDag-Erling Smørgrav35 hours1-89/+105
* libc/resolv: Drop Solaris 2 compatibilityDag-Erling Smørgrav35 hours3-58/+0
* resolver(5): OverhaulDag-Erling Smørgrav35 hours1-111/+116
* ena: Put taskqueues into correct domain if !RSSColin Percival41 hours1-1/+11
* nfsd: Optionally enable use of M_EXTPG mbufs for read repliesRick Macklem43 hours5-9/+34
* linuxkpi: Add pm_runtime_resume_and_getSourojeet A47 hours1-0/+6
* mlx5ib: use the eventfd_ctx API for DEVX event subscriptionsAriel Ehrenberg48 hours1-10/+12
* mlx5ib: initialize DEVX subscription state before the eventfd fdget()Ariel Ehrenberg48 hours1-7/+6
* mlx5: propagate the DEVX uid through SRQ create and destroyAriel Ehrenberg48 hours3-4/+29
* mlx5: guard against a NULL CQ event handler in mlx5_cq_event()Ariel Ehrenberg48 hours1-1/+2
* mlx5: pass the full EQE to the DEVX event notifierAriel Ehrenberg48 hours1-1/+1
* ofed/ib_uverbs: release rdma_user_mmap entry ref in rdma_umap_close()Ariel Ehrenberg48 hours1-0/+2
* mlx5ib: advertise write-combining support for dynamic BlueFlame UARsAriel Ehrenberg48 hours1-0/+10
* mlx5ib: encode dynamic UAR mmap offsets in the reserved command rangeAriel Ehrenberg48 hours2-3/+32
* mlx5ib: allocate IB queue counters as a shared resourceAriel Ehrenberg48 hours1-6/+26
* mlx5: mark completion EQs as a shared resource for DEVX uidsAriel Ehrenberg48 hours2-1/+15
* mlx5ib: implement the MLX5_IB_OBJECT_UAR ioctl objectAriel Ehrenberg48 hours2-3/+164
* mlx5_ib: register DEVX objects in the uverbs ioctl parse treeAriel Ehrenberg48 hours2-2/+21
* mlx5_ib: do not consume CMD/PAGE_REQUEST events in the DEVX notifierAriel Ehrenberg48 hours2-10/+58
* mlx5: extend mlx5_ib_create_cq struct with fields from the current Linux ABIKonstantin Belousov48 hours1-0/+4
* kern_writefile(): fix several regressionsKonstantin Belousov48 hours3-10/+6
* kern_filewrite(): unconditionally calculate cnt, it is used by callersKonstantin Belousov48 hours1-1/+1
* sendfile: stop abusing kern_writev()Konstantin Belousov48 hours3-23/+45
* amd64 efirt: register all runtime regions as fictitiousKonstantin Belousov48 hours1-0/+3
* init(8): extract reroot transient code into reroot_seedKonstantin Belousov48 hours6-18/+203
* man: Fix RFC 1918 network prefix lengthsYusuke Ichiki2 days2-3/+3
* Add sbintime.9 manual pageKa Ho Ng3 days4-3/+190
* acl_from_text.c: Allow negative uid/gid numbers to be handledPeter Eriksson3 days1-9/+32
* nfs_clstate.c: Fix handling of delegation upgradesRick Macklem5 days2-11/+40
* tmpfs: implement AT_RENAME_EXCHANGEKonstantin Belousov5 days1-23/+67
* tmpfs: extract tmpfs_rename_check/set_parent() from tmpfs_rename()Konstantin Belousov5 days1-78/+89
* tmpfs_rename(): styleKonstantin Belousov5 days1-2/+2
* rename.2: Document AT_RENAME_EXCHANGEKonstantin Belousov5 days1-0/+6
* renameat(2): add AT_RENAME_EXCHANGE flagKonstantin Belousov5 days2-13/+59