aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add vnode_pager_clean_{a,}sync(9)Konstantin Belousov2024-01-184-43/+19
* kern linker: Do not retry loading modules on EEXISTZhenlei Huang2024-01-151-1/+4
* vtruncbuf: improve the check for meta bufferKonstantin Belousov2024-01-111-1/+1
* vtruncbuf: add a comment explaining the purpose of the loopKonstantin Belousov2024-01-111-0/+3
* sysctl: Don't pass CTLFLAG_MPSAFE to SYSCTL_STRINGMark Johnston2024-01-111-8/+8
* syscalls.master: Fix SAL annotation for getdirentires basep argumentHaoyu Gu2024-01-071-3/+3
* gtaskqueue: Fix a typoMark Johnston2024-01-071-1/+1
* exit1(): Reword comment regarding init workaroundMarius Strobl2024-01-051-4/+5
* vfs_vnops.c: Fix cherry-pick of e7044084cf81Rick Macklem2024-01-031-1/+1
* vfs_vnops.c: Fix vn_generic_copy_file_range() for truncationRick Macklem2024-01-031-4/+6
* compat_freebsd4: Fix handling of errors from subyte()Mark Johnston2024-01-021-6/+4
* nmount: Ignore errors when copying out an error stringMark Johnston2024-01-021-1/+1
* umtx: Check for errors from suword32()Mark Johnston2024-01-021-8/+25
* thread: Ignore errors when copying out during thr_exit()Mark Johnston2024-01-021-2/+2
* jail: Ignore errors from copyout() while copying the error stringMark Johnston2024-01-021-2/+2
* sendfile: Explicitly ignore errors from copyout()Mark Johnston2024-01-021-1/+1
* thread: Add a return value to cpu_set_upcall()Mark Johnston2024-01-021-1/+4
* compat_freebsd4: Check for errors from subyte() in freebsd4_uname()Mark Johnston2024-01-021-4/+12
* vfs_domount_update(): correct fsidcmp() usageAndrew Gierth2023-12-291-1/+1
* kthread: Set *newtdp earlier in kthread_add1()Mark Johnston2023-12-281-2/+7
* Ensure 'struct thread' is aligned to a cache lineOlivier Certner2023-12-211-1/+7
* Ensure "init" (PID 1) also executes userret() initiallyOlivier Certner2023-12-211-2/+6
* pdinit(): Fix commentOlivier Certner2023-12-211-1/+1
* cr_canseeothergids(): Use real instead of effective group membershipOlivier Certner2023-12-211-13/+10
* New realgroupmember()Olivier Certner2023-12-211-0/+13
* groupmember(): Extract the supplementary group search in a separate functionOlivier Certner2023-12-211-17/+24
* Fix 'security.bsd.see_jail_proc' by using cr_bsd_visible()Olivier Certner2023-12-211-18/+7
* New cr_bsd_visible(): Whether BSD policies deny seeing subjects/objectsOlivier Certner2023-12-211-0/+19
* cr_canseejailproc(): New privilege, no direct check for UID 0Olivier Certner2023-12-212-2/+6
* tty: Avoid a kernel memory discloure via kern.ttysMark Johnston2023-12-141-0/+1
* vn_copy_file_range(): provide ENOSYS fallback to vn_generic_copy_file_range()Konstantin Belousov2023-12-051-0/+2
* vn_copy_file_range(): find write vnodes on which to call the VOPKonstantin Belousov2023-12-051-9/+22
* VFS: add VOP_GETLOWVNODE()Konstantin Belousov2023-12-052-0/+17
* EVFILT_TIMER: intialize stop timer list in type-stable proc init, instead of ...Konstantin Belousov2023-12-052-1/+1
* EVFILT_SIGNAL: do not use target process pointer on detachKonstantin Belousov2023-12-051-3/+1
* nfsd: Fix NFS access to .zfs/snapshot snapshotsRick Macklem2023-11-301-0/+35
* kernel: add missed FEATUREs compat_freebsd 8-14Konstantin Belousov2023-11-231-0/+20
* vn_lock_pair(): reasonably handle vp1 == vp2 caseKonstantin Belousov2023-11-231-5/+36
* tty: properly check character position when handling IUTF8 backspacesBojan Novković2023-11-201-1/+7
* vn_copy_file_range(): busy both in and out mp around call to VOP_COPY_FILE_RA...Konstantin Belousov2023-11-201-0/+26
* vn_copy_file_range(): use local variables for invp/outvp vnodes v_mountsKonstantin Belousov2023-11-201-1/+5
* auxv: make AT_BSDFLAGS unsignedBrooks Davis2023-11-131-1/+2
* vfs_domount_update(): ensure that 'goto end' worksKonstantin Belousov2023-11-121-3/+2
* Giant: Postpone removal of Giant-locked drivers until 15Zhenlei Huang2023-11-011-1/+1
* user stack randomization: only enable by default for 64bit processesKonstantin Belousov2023-10-311-1/+1
* RegenKonstantin Belousov2023-10-263-0/+32
* Add membarrier(2)Konstantin Belousov2023-10-263-0/+249
* uiomove: Add some assertionsMark Johnston2023-10-241-0/+5
* nmount(MNT_UPDATE): add optional generid fsid parameterKonstantin Belousov2023-10-241-2/+17
* tty/teken: fix UTF8 sequence validation logicBojan Novković2023-10-211-5/+7