]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Ensure "init" (PID 1) also executes userret() initially
[FreeBSD/FreeBSD.git] / sys / kern /
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
2023-09-27 Greg Beckersockets: re-check socket state after call to pr_rcvd()
2023-09-25 Andrew TurnerContinue searching for an irq map from the start
2023-09-16 Konstantin Belousovshmfd: hide direct rangelock(9) use under a wrapper
2023-09-09 Konstantin Belousovkthread_add(): do not allow to attach the thread to...
2023-09-09 Konstantin Belousovkern_kthread: fork1() does not handle locked Giant
2023-09-09 Konstantin Belousovkern_kthread.c: some style
2023-09-06 John Baldwinsys: Add a deprecation warning for 32-bit kernels.
2023-09-06 John Baldwinptrace: Clear TDB_BORN during PT_DETACH.
2023-09-06 John Baldwinaio: Fix more synchronization issues in aio_biowakeup.
2023-09-06 John Baldwinaio_biowakeup: Various style fixes.
2023-09-06 Keith Reynoldsaio: Fix a test and set race in aio_biowakeup.
2023-09-06 Mateusz Guzikaio: whack "set but not used" warnings
2023-09-06 Mark Johnstonaio: Fix up the opcode in aiocb32_copyin()
2023-09-06 Thomas Munrolio_listio(2): Allow LIO_READV and LIO_WRITEV.
2023-09-06 Alan SomersDuring F_SETFL, don't change file flags on error
2023-08-27 Mateusz Guzikvfs: retried++ -> retried = true for the boolean
2023-08-27 Mateusz Guzikvfs: try harder to find free vnodes when recycling
2023-08-27 Mateusz Guzikvfs: trylock vnode requeue
2023-08-25 Mateusz Guzikvfs: track how many times vn_alloc blocked on hitting...
2023-08-25 Mateusz Guzikvfs: flip deferred_inact to atomic
2023-08-25 Mateusz Guzikvfs: decouple freevnodes from vnode batching
2023-08-25 Konstantin Belousovsubr_unit.c: another attempt to fix the build
2023-08-25 Konstantin Belousovkern/subr_unit.c: fix non-debug build
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line bare tag
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line sh pattern
next