]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
riscv: Retire PMAP_INLINE
[FreeBSD/FreeBSD.git] / sys / kern /
2023-11-02 Olivier CertnerEnsure 'struct thread' is aligned to a cache line
2023-11-02 Olivier CertnerEnsure "init" (PID 1) also executes userret() initially
2023-11-02 Olivier Certnerpdinit(): Fix comment
2023-11-02 Olivier CertnerOpen-code proc_set_cred_init()
2023-11-01 Martin Matuskazfs: merge openzfs/zfs@41e55b476
2023-11-01 Mateusz Guzikvfs: remove majority of stale commentary about free...
2023-10-31 Zhenlei HuangGiant: Postpone removal of Giant-locked drivers until 15
2023-10-30 Martin Matuskazfs: merge openzfs/zfs@043c6ee3b
2023-10-26 Brooks Davisauxv: make AT_BSDFLAGS unsigned
2023-10-24 Konstantin Belousovuser stack randomization: only enable by default for...
2023-10-24 Ed MasteOpenSSL: update to 3.0.12
2023-10-23 Mateusz Guziksx: fixup copy pasto in previous
2023-10-23 Mateusz Guziksx: unset td_wantedlock around going to sleep
2023-10-22 Mateusz Guzikthread: add td_wantedlock
2023-10-22 Mateusz Guzikthread: reorder td_no_sleeping to plug two 4-byte holes...
2023-10-22 Martin Matuskazfs: merge openzfs/zfs@797f55ef1
2023-10-20 Kirk McKusickMinor sysctl description cleanup.
2023-10-19 Dmitry Chaginvfs cache: Fallback to namei to resolve symlinks with...
2023-10-17 Konstantin Belousovnmount(MNT_UPDATE): add optional generid fsid parameter
2023-10-17 Mark Johnstonuiomove: Add some assertions
2023-10-17 Mark Johnstonktrace: Handle uio_resid underflow via MSG_TRUNC
2023-10-17 Mark Johnstonkmsan: Use __builtin_memset to initialize per-thread...
2023-10-17 Mark Johnstonwitness: Unconditionally initialize out-params for...
2023-10-13 Chuck Silversprf: add setting of msgbuftrigger in paths where it...
2023-10-13 Konstantin Belousovarm64: do not disable the kern.kstack_pages tunable...
2023-10-13 Martin Matuskazfs: merge openzfs/zfs@8a7407012
2023-10-13 Bojan Novkovićtty/teken: fix UTF8 sequence validation logic
2023-10-13 Cy Schubertunbound: Import upstream 0ee44ef3 when ENOBUFS is returned
2023-10-12 Zhenlei Huangkmsan: Add corresponding sysctl knob for loader tunable
2023-10-12 Zhenlei Huangkasan: Add corresponding sysctl knob for loader tunable
2023-10-12 Zhenlei Huangboottrace: Add corresponding sysctl knob for loader...
2023-10-12 Mateusz Guzikvfs: convert recycles_count and recycles_free_count...
2023-10-12 Mateusz Guzikvfs: count recycles by vnlru and by vn_alloc separately
2023-10-11 Mateusz Guzikvfs: count calls to uma_reclaim in vnlru
2023-10-11 Mateusz Guzikvfs: add max_vnlru_free to the vfs.vnode.vnlru tree
2023-10-11 Mateusz Guzikvfs: further speed up continuous free vnode recycle
2023-10-11 Mateusz Guzikvfs: don't recycle transiently excess vnodes
2023-10-10 Mateusz Guzikvfs: prefix regular vnlru with a special case for free...
2023-10-10 Mateusz Guzikvfs: consult freevnodes in vnlru_kick_cond
2023-10-10 Mateusz Guzikvfs: be less eager to call uma_reclaim(UMA_RECLAIM_DRAIN)
2023-10-10 Mateusz Guzikvfs: don't provoke recycling non-free vnodes without...
2023-10-10 Kristof ProvostAdd a COMPAT_FREEBSD14 kernel option
2023-10-09 Pierre ProncheryOpenSSL: update to 3.0.11
2023-10-09 Ed Mastessh: Update to OpenSSH 9.5p1
2023-10-09 Zhenlei Huangproc: Add sysctl flag CTLFLAG_TUN to loader tunable
2023-10-09 Zhenlei Huangbuf: Add sysctl flag CTLFLAG_TUN to loader tunable
2023-10-09 Zhenlei Huangsockets: Add sysctl flag CTLFLAG_TUN to loader tunable
2023-10-09 Zhenlei Huangmbuf: Add sysctl flag CTLFLAG_TUN to loader tunables
2023-10-09 Zhenlei Huangfd: Add sysctl flag CTLFLAG_TUN to loader tunables
2023-10-08 Martin Matuskazfs: merge openzfs/zfs@66b81b349
2023-10-07 Bojan Novkovićtty: fix improper backspace behaviour for UTF8 characte...
2023-10-07 Bojan Novković(s)tty: add support for IUTF8 input flag
2023-10-05 Mateusz Guzikvfs cache: add 2 more optimizaiton ideas
2023-10-05 Mateusz Guzikvfs cache: denote a known bug in cache_remove_cnp
2023-10-05 Mateusz Guzikvfs cache: plug a hypothetical corner case when freeing
2023-10-05 Mateusz Guzikvfs cache: sanitize debug counters
2023-10-04 Baptiste Daroussinbsddialog: import version 1.0
2023-10-04 Martin Matuskazfs: merge openzfs/zfs@f795e90a1
2023-10-03 Mateusz Guzikvfs cache: describe various optimization ideas
2023-10-03 Mateusz Guzikvfs cache: s/vfs.cache_fast_lookup/vfs.cache.param...
2023-10-02 Konstantin Belousovnosys(): add kern.signosys tunable/sysctl to control...
2023-10-02 Konstantin Belousovsysentvec: add SV_SIGSYS flag
2023-10-02 Konstantin Belousovsyscalls: fix missing SIGSYS for several ENOSYS errors
2023-09-29 Martin Matuskazfs: merge openzfs/zfs@e13538856
2023-09-28 Olivier Certnergroupmember(), realgroupmember(): Return a bool instead...
2023-09-28 Olivier Certnercr_canseeothergids(): Use real instead of effective...
2023-09-28 Olivier CertnerNew realgroupmember()
2023-09-28 Olivier Certnergroupmember(): Extract the supplementary group search...
2023-09-28 Olivier CertnerMake cr_bsd_visible()'s sub-functions internal
2023-09-28 Olivier CertnerFix 'security.bsd.see_jail_proc' by using cr_bsd_visible()
2023-09-28 Olivier CertnerNew cr_bsd_visible(): Whether BSD policies deny seeing...
2023-09-28 Olivier Certnercr_canseejailproc(): New privilege, no direct check...
2023-09-28 Mariusz Zaborskicopy_file_range: require CAP_SEEK capability
2023-09-27 Elliott Mitchellintrng: switch from MAXCPU to mp_ncpus
2023-09-27 Baptiste Daroussinnvi: import version 2.2.1
2023-09-27 Mark Johnstonunix: Fix a lock order reveral
2023-09-24 Haoyu Gusyscalls.master: Fix SAL annotation for getdirentires...
2023-09-24 Martin Matuskazfs: merge openzfs/zfs@2e2a46e0a
2023-09-23 Alexander Motinkern_sysctl: Make name2oid() non-destructive to the...
2023-09-23 Mateusz Guzikvfs cache: retire dothits and dotdothits counters
2023-09-22 Mateusz Guzikvfs cache: mark vfs.cache.param.size as read-only
2023-09-22 Olivier Certnervfs cache: Drop known argument of internal cache_recalc...
2023-09-22 Olivier Certnervfs: fix reference counting/locking on LK_UPGRADE error
2023-09-21 Jason A. Harmeningdevfs: add integrity asserts for cdevp_list
2023-09-21 Martin Matuskazfs: merge openzfs/zfs@4647353c8
2023-09-21 Zhenlei Huangsysctl: Update 'master' copy of vnet SYSCTLs on kernel...
2023-09-21 Konstantin Belousovvfs_remount_ro(): mnt_lockref should be only accessed...
2023-09-19 Ed Mastelibfido2: update to 1.13.0
2023-09-19 Cy Schubertsqlite3: Vendor import of sqlite3 3.43.1
2023-09-19 Cy Schubertunbound: Vendor import 1.18.0
2023-09-18 Simon J. GerratyMerge bmake-20230909
2023-09-16 Mateusz Guzikvfs: count how many times vnlru got woken up due to...
2023-09-16 Mateusz Guzikvfs: stabilize freevnodes_old
2023-09-15 Greg Beckersockets: re-check socket state after call to pr_rcvd()
2023-09-16 Mateusz Guzikvfs: s/u_long vstir/bool vstir/
2023-09-16 Mateusz Guzikvfs: group vnode-related sysctls under vfs.vnode
2023-09-16 Mateusz Guzikvfs: retire kern.minvnodes
2023-09-15 Mateusz Guzikvfs: use vnlru_read_freevnodes for the freevnodes sysctl
2023-09-14 Mateusz Guzikvfs: retire vnlru_under_unlocked
2023-09-14 Mateusz Guzikvfs cache: garbage collect the fullpathfail2 counter
next