]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
evdev: Multitouch code style changes.
[FreeBSD/FreeBSD.git] / sys / kern /
2021-08-24 Ka Ho Nguipc_shm: Handle offset on shm_size as if it is beyond...
2021-08-24 Ka Ho Ngfspacectl(2): Clarifies the return values
2021-08-23 Mateusz Guzikcache: retire cache_fast_revlookup sysctl
2021-08-23 Mateusz Guzikvfs: s/__unused/__diagused in crossmp_*
2021-08-23 Martin Matuskalibarchive: import changes from upstream
2021-08-22 Mateusz Guzikvfs: fix cache-relatecd LOR introduced in the previous...
2021-08-22 Thomas Munrolio_listio(2): Allow LIO_READV and LIO_WRITEV.
2021-08-20 Jason A. HarmeningUse interruptible wait for blocking recursive unmounts
2021-08-20 Jason A. HarmeningVFS: add retry limit and delay for failed recursive...
2021-08-20 Mateusz Guzikvfs: remove an unused variable from nameicap_tracker_add
2021-08-20 Mateusz Guzikvfs: use vn_lock_pair to avoid establishing an ordering...
2021-08-18 Kyle Evansuipc: avoid circular pr_{slow,fast}timos
2021-08-18 Kristof Provostwitness: remove ifnet_rw
2021-08-18 Kristof ProvostIntroduce m_get3()
2021-08-17 Mateusz Guzikuipc: create dedicated lists for fast and slow timeout...
2021-08-17 Martin Matuskazfs: merge openzfs/zfs@8ae86e2ed (master) into main
2021-08-17 Cy Schubertunbound: Vendor import 1.13.2
2021-08-16 Mark Johnstonsigtimedwait: Use a unique wait channel for sleeping
2021-08-16 John Baldwinktls: Fix accounting for TLS 1.0 empty fragments.
2021-08-16 Konstantin Belousovpipe_paircreate(): do not leak pipepair memory on error
2021-08-16 Kyle Evansdomain: make it safer to add domains post-domainfinalize
2021-08-16 Kyle Evansdomain: give domains a chance to probe for availability
2021-08-13 Konstantin Belousovfstatat(2): handle non-vnode file descriptors for AT_EM...
2021-08-12 Ka Ho Nguipc_shm: Implements fspacectl(2) support
2021-08-12 Ka Ho Ngvfs: Add ioflag to VOP_DEALLOCATE(9)
2021-08-12 Ka Ho Ngvfs: Add get_write_ioflag helper to calculate ioflag
2021-08-12 Dmitry Chaginfork: Remove the unnecessary spaces.
2021-08-12 Dmitry Chaginfork: Allow ABI to specify fork return values for child.
2021-08-11 Eric van Gyzennetdump: send key before dump, in case dump fails
2021-08-11 Mark Johnstonkmsan: Export kmsan_mark_mbuf() and kmsan_mark_bio()
2021-08-11 Andrew Gallatinktls: Init reset tag task for cloned sessions
2021-08-11 Mitchell Hornekdb: Handle process enumeration before procinit()
2021-08-11 Ka Ho Ngvfs: Rename ioflg to ioflag in vn_deallocate
2021-08-11 Alexander MotinMark some sysctls as CTLFLAG_MPSAFE.
2021-08-11 Mark Johnstonuma: Add KMSAN hooks
2021-08-11 Mark Johnstonbusdma: Add KMSAN integration
2021-08-11 Mark Johnstonamd64: Add MD bits for KMSAN
2021-08-11 Mark Johnstonamd64: Populate the KMSAN shadow maps and integrate...
2021-08-11 Mark Johnstonkern: Ensure that thread-local KMSAN state is available
2021-08-11 Mark JohnstonAdd the KMSAN runtime
2021-08-09 Mark Johnstonvfs: Avoid a comparison with an uninitialized field...
2021-08-09 Alexander MotinOptimize res_find().
2021-08-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2021-08-08 Martin Matuskazfs: merge openzfs/zfs@f3678d70f (master) into main
2021-08-07 Mateusz Guzikcache: add OPENREAD and OPENWRITE to fast path lookup
2021-08-07 Rick Macklemnamei: Add cn_flags bits for OPENREAD and OPENWRITE
2021-08-05 Andrew Gallatinktls: Use the new PNOLOCK flag
2021-08-05 Andrew Gallatintsleep: Add a PNOLOCK flag
2021-08-05 Andrew Gallatinktls: fix a panic with INVARIANTS
2021-08-05 Ka Ho NgRegen after 0dc332bff200
2021-08-05 Ka Ho NgAdd fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).
2021-08-05 Ka Ho Ngvfs: Introduce vn_bmap_seekhole_locked()
2021-08-05 Andrew Gallatinktls: start a thread to keep the 16k ktls buffer zone...
2021-08-04 John BaldwinDocument kern.log_wakeups_per_second.
2021-08-04 Konstantin BelousovAdd vn_lktype_write()
2021-08-03 Kyle Evansmalloc(9): provide missing malloc_aligned implementation
2021-08-02 Eric van GyzenFix lockstat:::thread-spin dtrace probe with LOCK_PROFILING
2021-08-02 Adam Fenndevclass_alloc_unit: move "at" hint test to after devic...
2021-08-02 Alexander Motinsched_ule(4): Pre-seed sched_random().
2021-08-02 Alexander Motinsched_ule(4): Use trylock when stealing load.
2021-08-02 Alexander Motinsched_ule(4): Reduce duplicate search for load.
2021-08-01 Warner Loshawk: Merge 20210729 from One True Awk upstream (0592de4a)
2021-07-30 Mark JohnstonAdd interceptors for atomic operations on userspace...
2021-07-30 Mark JohnstonSimplify kernel sanitizer interceptors
2021-07-29 Mark Johnstonlink_elf_obj: Invoke fini callbacks
2021-07-29 Dmitry Chaginumtx: Split do_unlock_pi on two counterparts.
2021-07-29 Dmitry Chaginumtx: Expose some of the pi umtx structures and API...
2021-07-29 Dmitry Chaginumtx: Add umtxq_requeue Linux emulation layer extension.
2021-07-29 Dmitry Chaginumtx: Add bitset conditional wakeup functionality.
2021-07-29 Dmitry Chaginumtx: Expose some of the umtx structures and API to...
2021-07-29 Dmitry Chaginumtx: Expose struct abs_timeout to the rest of the...
2021-07-29 Dmitry Chaginumtx: Split umtx.h on two counterparts.
2021-07-29 Kyle Evanskern: remove deprecated makesyscalls.sh
2021-07-29 Alexander MotinRefactor/optimize cpu_search_*().
2021-07-28 Warner Loshgenoffset: simplify and rewrite in sh
2021-07-28 Warner Loshgenassym.sh: Fix two minor issues found by shellcheck
2021-07-28 Roy Marplessocket: Implement SO_RERROR
2021-07-28 Konstantin BelousovRegen
2021-07-28 Konstantin BelousovRevert most of ce42e793100b460f597e4c85ec0da12e274f9394
2021-07-26 John Baldwinm_dup: Handle unmapped mbufs as an input mbuf.
2021-07-24 Jason A. HarmeningVFS: remove MNTK_MARKER
2021-07-24 Jason A. HarmeningAllow stacked filesystems to be recursively unmounted
2021-07-24 Warner Loshdevctl: don't publish the mount options
2021-07-23 Mark Johnstonimgact_elf: Avoid redefining suword()
2021-07-23 Mark Johnstonvfs: Initialize "lastfail" in vfs_mountroot_wait()
2021-07-23 Mark JohnstonKASAN: Disable checking before triggering a panic
2021-07-23 Mark JohnstonAdd required sysctl name length checks to various handlers
2021-07-23 Mark Johnstonselect: Define select_flags[] as const
2021-07-23 Mark Johnstonacct: Zero pad bytes in accounting records
2021-07-23 Mark Johnstonktrace: Zero request structures when populating the...
2021-07-23 Martin Matuskazfs: merge openzfs/zfs@14b43fbd9 (master) into main
2021-07-22 Alan SomersEscape any '.' characters in sysctl node names
2021-07-21 Kyle Evanskern: mountroot: avoid fd leak in .md parsing
2021-07-20 Edward Tomasz Napi... Implement unprivileged chroot
2021-07-20 Dmitry ChaginDrop "All rights reserved" from my copyright statements.
2021-07-20 Dmitry Chaginlinux(4): Modify sv_onexec hook to return an error.
2021-07-20 Dmitry ChaginCall sv_onexec hook after the process VA is created.
2021-07-20 Dmitry ChaginRemove bogus cast from exec_sysvec_init().
2021-07-20 Dmitry ChaginModify exec_sysvec_init() to allow non-native abi to...
2021-07-19 Kyle Evanskenv: allow listing of static kernel environments
next