]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
hv_kbd: Fix build with EVDEV_SUPPORT kernel option disabled.
[FreeBSD/FreeBSD.git] / sys / kern /
2024-01-22 Baptiste Daroussinjail: add security.jail.mlock_allowed
2024-01-19 Alexander MotinSchedule fast taskqueue callouts on right CPU.
2024-01-18 John Baldwinsys: Style fix for M_EXT | M_EXTPG
2024-01-18 Olivier Certnercr_bsd_visible(): Style fixes
2024-01-18 Konstantin BelousovAdd vnode_pager_clean_{a,}sync(9)
2024-01-15 Zhenlei Huangkern linker: Do not retry loading modules on EEXIST
2024-01-11 Konstantin Belousovvtruncbuf: improve the check for meta buffer
2024-01-11 Konstantin Belousovvtruncbuf: add a comment explaining the purpose of...
2024-01-11 Mark Johnstonsysctl: Don't pass CTLFLAG_MPSAFE to SYSCTL_STRING
2024-01-07 Haoyu Gusyscalls.master: Fix SAL annotation for getdirentires...
2024-01-07 Mark Johnstongtaskqueue: Fix a typo
2024-01-05 Marius Stroblexit1(): Reword comment regarding init workaround
2024-01-03 Rick Macklemvfs_vnops.c: Fix cherry-pick of e7044084cf81
2024-01-03 Rick Macklemvfs_vnops.c: Fix vn_generic_copy_file_range() for trunc...
2024-01-02 Mark Johnstoncompat_freebsd4: Fix handling of errors from subyte()
2024-01-02 Mark Johnstonnmount: Ignore errors when copying out an error string
2024-01-02 Mark Johnstonumtx: Check for errors from suword32()
2024-01-02 Mark Johnstonthread: Ignore errors when copying out during thr_exit()
2024-01-02 Mark Johnstonjail: Ignore errors from copyout() while copying the...
2024-01-02 Mark Johnstonsendfile: Explicitly ignore errors from copyout()
2024-01-02 Mark Johnstonthread: Add a return value to cpu_set_upcall()
2024-01-02 Mark Johnstoncompat_freebsd4: Check for errors from subyte() in...
2023-12-29 Andrew Gierthvfs_domount_update(): correct fsidcmp() usage
2023-12-28 Mark Johnstonkthread: Set *newtdp earlier in kthread_add1()
2023-12-21 Olivier CertnerEnsure 'struct thread' is aligned to a cache line
2023-12-21 Olivier CertnerEnsure "init" (PID 1) also executes userret() initially
2023-12-21 Olivier Certnerpdinit(): Fix comment
2023-12-21 Olivier Certnercr_canseeothergids(): Use real instead of effective...
2023-12-21 Olivier CertnerNew realgroupmember()
2023-12-21 Olivier Certnergroupmember(): Extract the supplementary group search...
2023-12-21 Olivier CertnerFix 'security.bsd.see_jail_proc' by using cr_bsd_visible()
2023-12-21 Olivier CertnerNew cr_bsd_visible(): Whether BSD policies deny seeing...
2023-12-21 Olivier Certnercr_canseejailproc(): New privilege, no direct check...
2023-12-14 Mark Johnstontty: Avoid a kernel memory discloure via kern.ttys
2023-12-05 Konstantin Belousovvn_copy_file_range(): provide ENOSYS fallback to vn_gen...
2023-12-05 Konstantin Belousovvn_copy_file_range(): find write vnodes on which to...
2023-12-05 Konstantin BelousovVFS: add VOP_GETLOWVNODE()
2023-12-05 Konstantin BelousovEVFILT_TIMER: intialize stop timer list in type-stable...
2023-12-05 Konstantin BelousovEVFILT_SIGNAL: do not use target process pointer on...
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-11-30 Rick Macklemnfsd: Fix NFS access to .zfs/snapshot snapshots
2023-11-23 Konstantin Belousovkernel: add missed FEATUREs compat_freebsd 8-14
2023-11-23 Konstantin Belousovvn_lock_pair(): reasonably handle vp1 == vp2 case
2023-11-20 Bojan Novkovićtty: properly check character position when handling...
2023-11-20 Konstantin Belousovvn_copy_file_range(): busy both in and out mp around...
2023-11-20 Konstantin Belousovvn_copy_file_range(): use local variables for invp...
2023-11-13 Brooks Davisauxv: make AT_BSDFLAGS unsigned
2023-11-12 Konstantin Belousovvfs_domount_update(): ensure that 'goto end' works
2023-11-01 Zhenlei HuangGiant: Postpone removal of Giant-locked drivers until 15
2023-10-31 Konstantin Belousovuser stack randomization: only enable by default for...
2023-10-26 Konstantin BelousovRegen
2023-10-26 Konstantin BelousovAdd membarrier(2)
2023-10-24 Mark Johnstonuiomove: Add some assertions
2023-10-24 Konstantin Belousovnmount(MNT_UPDATE): add optional generid fsid parameter
2023-10-21 Bojan Novkovićtty/teken: fix UTF8 sequence validation logic
2023-10-21 Bojan Novkovićtty: fix improper backspace behaviour for UTF8 characte...
2023-10-21 Bojan Novković(s)tty: add support for IUTF8 input flag
2023-10-20 Mark Johnstonktrace: Handle uio_resid underflow via MSG_TRUNC
2023-10-20 Konstantin Belousovarm64: do not disable the kern.kstack_pages tunable...
2023-10-19 Zhenlei Huangkasan: Add corresponding sysctl knob for loader tunable
2023-10-13 Mateusz Guzikvfs cache: s/vfs.cache_fast_lookup/vfs.cache.param...
2023-10-13 Mateusz Guzikvfs: convert recycles_count and recycles_free_count...
2023-10-13 Mateusz Guzikvfs: count recycles by vnlru and by vn_alloc separately
2023-10-13 Mateusz Guzikvfs: count calls to uma_reclaim in vnlru
2023-10-13 Mateusz Guzikvfs: add max_vnlru_free to the vfs.vnode.vnlru tree
2023-10-13 Mateusz Guzikvfs: further speed up continuous free vnode recycle
2023-10-13 Mateusz Guzikvfs: don't recycle transiently excess vnodes
2023-10-13 Mateusz Guzikvfs: prefix regular vnlru with a special case for free...
2023-10-13 Mateusz Guzikvfs: consult freevnodes in vnlru_kick_cond
2023-10-13 Mateusz Guzikvfs: be less eager to call uma_reclaim(UMA_RECLAIM_DRAIN)
2023-10-13 Mateusz Guzikvfs: don't provoke recycling non-free vnodes without...
2023-10-13 Mateusz Guzikvfs cache: denote a known bug in cache_remove_cnp
2023-10-13 Mateusz Guzikvfs cache: plug a hypothetical corner case when freeing
2023-10-13 Mateusz Guzikvfs cache: sanitize debug counters
2023-10-13 Mateusz Guzikvfs cache: retire dothits and dotdothits counters
2023-10-13 Mateusz Guzikvfs cache: mark vfs.cache.param.size as read-only
2023-10-13 Olivier Certnervfs cache: Drop known argument of internal cache_recalc...
2023-10-12 Zhenlei Huangbuf: Add sysctl flag CTLFLAG_TUN to loader tunable
2023-10-12 Zhenlei Huangsockets: Add sysctl flag CTLFLAG_TUN to loader tunable
2023-10-12 Zhenlei Huangmbuf: Add sysctl flag CTLFLAG_TUN to loader tunables
2023-10-12 Zhenlei Huangfd: Add sysctl flag CTLFLAG_TUN to loader tunables
2023-10-09 Konstantin Belousovnosys(): add kern.signosys tunable/sysctl to control...
2023-10-09 Konstantin Belousovsysentvec: add SV_SIGSYS flag
2023-10-09 Konstantin Belousovsyscalls: fix missing SIGSYS for several ENOSYS errors
2023-10-04 Mateusz Guzikvfs cache: garbage collect the fullpathfail2 counter
2023-10-04 Mateusz Guzikvfs cache: fix a hang when bumping vnode limit too...
2023-10-04 Mateusz Guzikvfs: count how many times vnlru got woken up due to...
2023-10-04 Mateusz Guzikvfs: stabilize freevnodes_old
2023-10-04 Mateusz Guzikvfs: s/u_long vstir/bool vstir/
2023-10-04 Mateusz Guzikvfs: group vnode-related sysctls under vfs.vnode
2023-10-04 Mateusz Guzikvfs: retire kern.minvnodes
2023-10-04 Mateusz Guzikvfs: use vnlru_read_freevnodes for the freevnodes sysctl
2023-10-04 Mateusz Guzikvfs: retire vnlru_under_unlocked
2023-10-04 Mateusz Guzikvfs: fix stale comment about freevnodes management
2023-10-04 Mateusz Guzikvfs: don't kick vnlru if it is already running
2023-10-04 Mateusz Guzikvfs: drop one vnode list lock trip during vnlru free...
2023-10-02 Mariusz Zaborskicopy_file_range: require CAP_SEEK capability
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-09-28 Konstantin Belousovvfs_remount_ro(): mnt_lockref should be only accessed...
2023-09-28 Jason A. Harmeningdevfs: add integrity asserts for cdevp_list
next