]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
crypto: Validate AES-GCM IV length in check_csp().
[FreeBSD/FreeBSD.git] / sys / kern /
2022-04-27 Kristof Provostcallout: fix using shared rmlocks
2022-04-22 Mark Johnstoncallout: Remove the CS_EXECUTING flag
2022-04-22 Mark Johnstonsetitimer: Fix exit race
2022-04-19 Konstantin BelousovRevert rest of a5970a529c2d95271: use vrefact() when...
2022-04-19 Konstantin BelousovMostly revert a5970a529c2d95271: Make files opened...
2022-04-19 Andrew TurnerFix a sign mismatch warning in the physmem code
2022-04-18 Mark Johnstontty: Remove an incorrect assertion from ttyinq_line_ite...
2022-04-16 Konstantin BelousovAdd sysctl KERN_LOCKF
2022-04-16 Konstantin Belousovkern_lockf.c: remove no longer neeeded UFS headers
2022-04-16 Konstantin Belousovlockf: remove lf_inode from struct lockf_entry
2022-04-14 Gordon Berglingkern: Remove a double word in a source code comment
2022-04-14 Gordon Berglingkern: Fix a typo in a source code comment
2022-04-14 Gordon Berglingjail: Remove a double word in a source code comment
2022-04-09 Gordon Berglingkern: Fix two typos in source code comments
2022-04-09 Gordon Berglingkern: Fix a typo in a source code comment
2022-04-09 Gordon Berglingkern: Fix two typos in source code comments
2022-04-07 Mitchell Hornekern_linker.c: sort includes
2022-04-07 Mitchell Horneinit_main.c: sort includes
2022-04-07 Mark Johnstonlinker: Permit CTFv3 containers
2022-04-07 Mark Johnstonlinker: Simplify CTF container handling
2022-04-04 Mateusz Guzikvfs: fixup WANTIOCTLCAPS on open
2022-04-04 Mateusz Guzikvfs: fix memory leak on lookup with fds with ioctl...
2022-04-04 Colin Percivaltslog: Add CTLFLAG_SKIP to sysctls
2022-04-04 Andrew TurnerMake SHMMAXPGS an unsigned long
2022-03-31 Mark Johnstonfile: Avoid a read-after-free of fd tables in sysctl...
2022-03-29 Kornel DulebaExtend device_get_property API
2022-03-29 Kornel Dulebabus_if: Add a default implementation of get_property
2022-03-29 Bartlomiej Grzesikdevice: add device_get_property and device_has_property
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-27 Mateusz Guzikvfs: add missing bits to vdropl_impl
2022-03-24 Allan JudeAllow kern.ipc.maxsockets to be set to current value...
2022-03-24 firkclock_gettime: Fix CLOCK_THREAD_CPUTIME_ID race
2022-03-22 Piotr Pawel Stefaniakmount: improve error message for invalid filesystem...
2022-03-15 Mateusz Guzikvfs: [2/2] fix stalls in vnode reclaim by only counting...
2022-03-15 Mateusz Guzikvfs: [1/2] fix stalls in vnode reclaim by not requeiein...
2022-03-15 Mateusz Guzikcache: hide hash stats behind DEBUG_CACHE
2022-03-15 Mark Johnstonproc: Remove assertion that P_WEXIT is not set in proc_...
2022-03-15 Mark Johnstonproc: Relax proc_rwmem()'s assertion on the process...
2022-03-14 Mark Johnstonrmlock: Add required compiler barriers to _rm_runlock()
2022-03-14 Konstantin Belousovbuf_alloc(): Stop using LK_NOWAIT, use LK_NOWITNESS
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-07 Mark Johnstonrmlock: Temporarily revert commit c84bb8cd771c
2022-03-07 Mateusz Guzikfd: add close_range(..., CLOSE_RANGE_CLOEXEC)
2022-03-05 Mateusz Guzikcache: improve vnode vs name assertion in cache_enter_time
2022-03-05 Mateusz Guzikcache: remove NOCACHE handling from cache_fplookup_noentry
2022-03-05 Mateusz Guzikcache: whack "set but not used" warnings
2022-03-05 Mateusz Guzikcache: only let non-dir descriptors through when doing...
2022-03-05 Mateusz Guzikcache: only assert on flags when dealing with EMPTYPATH
2022-03-05 Mateusz Guzikcache: add empty path support
2022-03-05 Mateusz Guzikcache: retire cache_fast_revlookup sysctl
2022-03-04 Mark Johnstonrmlock: Micro-optimize read locking
2022-03-03 Marvin Mavfs_unregister: fix error handling
2022-03-02 Jamie Grittonposixshm: Allow jails to use kern.ipc.posix_shm_list
2022-03-02 Eric van GyzenFix lockstat:::thread-spin dtrace probe with LOCK_PROFILING
2022-02-21 Mark Johnstonsleepqueue: Annotate sleepq_max_depth as static
2022-02-21 Edward Tomasz Napi... linux: Add additional ptracestop only if the debugger...
2022-02-21 Edward Tomasz Napi... linux: implement PTRACE_EVENT_EXEC
2022-02-21 Konstantin BelousovRemove PT_GET_SC_ARGS_ALL
2022-02-21 Edward Tomasz Napi... linux: implement PTRACE_GET_SYSCALL_INFO
2022-02-14 Edward Tomasz Napi... Implement unprivileged chroot
2022-02-16 Mark JohnstonFix the build after commit 5fa005e91560785dad5183db0802...
2022-02-16 John BaldwinUse vmspace->vm_stacktop in place of sv_usrstack in...
2022-02-16 Mark Johnstonexec: Reimplement stack address randomization
2022-02-16 Mark Johnstonktls: Disallow transmitting empty frames outside of...
2022-02-16 Mark Johnstonfile: Make fget*() and getvnode*() consistent about...
2022-02-14 Justin HibbitsFix gzip compressed core dumps on big endian architectures
2022-02-11 Dimitry Andrictty_info: Avoid warning by using logical instead of...
2022-02-11 Colin Percivalx86: Speed up clock calibration
2022-02-10 Kyle Evanssched: separate out schedinit_ap()
2022-02-10 Kyle Evansexecve: disallow argc == 0
2022-02-10 Hans Petter Selaskymbuf(9): Assert receive mbufs don't carry a send tag.
2022-02-09 Gordon Berglingkern_racct: Fix a typo in a source code comment
2022-02-09 Gordon Berglingkern_fflock: Fix a typo in a source code comment
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-02-07 Konstantin BelousovAdd GB_NOWITNESS flag
2022-02-07 Konstantin Belousovsyncer VOP_FSYNC(): unlock syncer vnode around call...
2022-02-07 Konstantin Belousovbuf_alloc(): lock the buffer with LK_NOWAIT
2022-02-07 Konstantin BelousovUse dedicated lock name for pbufs
2022-02-02 Alexander MotinReduce bufdaemon/bufspacedaemon shutdown time.
2022-01-31 Mark Johnstonexec: Remove the stack gap implementation
2022-01-31 Mark Johnstonsysent: Add a sv_psstringssz field to struct sysentvec
2022-01-31 Mark Johnstonexec: Introduce the PROC_PS_STRINGS() macro
2022-01-29 Konstantin BelousovAdd security.bsd.allow_ptrace sysctl
2022-01-29 Konstantin Belousovp_candebug(), p_cansee(): always allow for curproc
2022-01-24 Jessica Clarkeintrng: Use less confusing return value for intr_pic_ad...
2022-01-24 Jessica ClarkeFix buffer overread in preloaded hostuuid parsing
2022-01-24 Mark JohnstonRevert "kern_exec: Add kern.stacktop sysctl."
2022-01-24 Mark Johnstonsetrlimit: Remove special handling for RLIMIT_STACK...
2022-01-24 Mark Johnstonposixshm: Report output buffer truncation from kern...
2022-01-24 Alexander MotinReduce minimum idle hardclock rate from 2Hz to 1Hz.
2022-01-23 Alexander MotinFix inverse sleep logic in buf_daemon().
2022-01-20 Michal Melounintrng: remove now redundant shadow variable.
2022-01-20 Michal Melounintrng: Releasing interrupt source should clear interru...
2022-01-16 Mark Johnstonfd: Avoid truncating output buffers for KERN_PROC_...
2022-01-15 Konstantin BelousovIgnore debugger-injected signals left after detaching
2022-01-14 Konstantin BelousovAdd vfs_remount_ro()
2022-01-14 Stefan Eßersys/kern/sched_4bsd.c: fix typo introduced in previous...
2022-01-14 Stefan EßerRestore variable aliasing in the context of cpu set...
2022-01-14 Stefan EßerMake CPU_SET macros compliant with other implementations
2022-01-14 Konstantin BelousovRegen
next