]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
LinuxKPI: Cast offset_in_page() parameter to unsigned long
[FreeBSD/FreeBSD.git] / sys / kern /
2021-10-11 Mateusz Guzikvfs: hoist cn_thread assert in namei
2021-10-11 Mateusz Guzikfd: add pwd_hold_proc
2021-10-11 Mateusz Guzikfifo: support flock
2021-10-11 Mateusz Guzikvfs: add missing VIRF_MOUNTPOINT in vfs_mountroot_shuffle
2021-10-11 Mateusz Guzikvfs: add the missing vnode interlock in vfs_mountroot_s...
2021-10-11 Mateusz Guziklockmgr: fix lock profiling of face adaptive spinning
2021-10-11 Mateusz Guzikcache: count vnodes in cache_purgevfs
2021-10-11 Mateusz Guzikvfs: retire VNODE_REFCOUNT_FENCE_* macros
2021-10-10 Yoshihiro Otakern_ctf: Use zlib's uncompress function for simpler...
2021-10-10 Konstantin Belousovreadlinkat(2): allow O_PATH fd
2021-10-10 Konstantin BelousovMake core dump writes interruptible with SIGKILL
2021-10-10 Konstantin BelousovAdd curproc_sigkilled()
2021-10-10 Konstantin Belousovkern_sig.c: Remove unused SIGPROP_CANTMASK
2021-10-10 Konstantin BelousovWhen queuing ignored signal, only abort target thread...
2021-10-10 Konstantin BelousovWhen sending ignored signal, arrange for zero return...
2021-10-10 Konstantin BelousovMove td_pflags2 TDP2_SIGWAIT to td_flags TDF_SIGWAIT
2021-10-10 Konstantin Belousovamd64: eliminate td_md.md_fpu_scratch
2021-10-10 Konstantin Belousovamd64: stop using top of the thread' kernel stack for...
2021-10-07 Kirk McKusickBring the tags and links entries for amd64 up to date.
2021-10-07 Jamie GrittonMFC uipc_shm: Fix kern.ipc.posix_shm_list for jails
2021-10-07 Mark Johnstonsocket: Avoid clearing SS_ISCONNECTING if soconnect...
2021-10-07 Mark Johnstonsocket: Rename sb(un)lock() and interlock with listen(2)
2021-10-06 Kyle Evanskqueue: don't arbitrarily restrict long-past values...
2021-10-05 Alexander Motinsched_ule(4): Fix interactive threads stealing.
2021-10-04 Mitchell Horneboot(9): update to match reality
2021-10-04 Elliott Mitchellrman: fix overflow in rman_reserve_resource_bound()
2021-10-04 Alexander MotinUnify console output.
2021-10-04 Alexander MotinRe-implement virtual console (constty).
2021-10-02 Gordon Berglingubsan: Fix a typo in an error message
2021-10-01 Konstantin Belousovmalloc_aligned(9): allow zero size and alignment
2021-10-01 Konstantin Belousovaio_aqueue(): avoid ucred leak on failure path
2021-09-29 Gordon Berglingjail(9): Fix a typo in a comment
2021-09-29 Alexander MotinFix false device_set_unit() error.
2021-09-27 Konstantin Belousovaio_fsync_vnode: handle ERELOOKUP after VOP_FSYNC()
2021-09-27 Konstantin Belousovaio_fsync_vnode: use for(;;) loop instead of label
2021-09-25 Mark Johnstonunix: Fix a use-after-free in unp_drop()
2021-09-24 Mark Johnstonsocket: Add assertions around naked refcount decrements
2021-09-24 Mark Johnstonsocket: Fix a use-after-free in soclose()
2021-09-24 Konstantin Belousovprocctl(2): Add PROC_WXMAP_CTL/STATUS
2021-09-24 Edward Tomasz Napi... procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIV...
2021-09-24 Konstantin Belousovbuffer pager: allow get_blksize method to return error
2021-09-24 Rick MacklemVOP_COPY_FILE_RANGE: Add a COPY_FILE_RANGE_TIMEO1SEC...
2021-09-22 Warner Loshgenoffset.sh: Use 10 X's instead of 5 for pick mkdtemp...
2021-09-21 Mark Johnstonsocket: De-duplicate SBLOCKWAIT() definitions
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-17 Mark Johnstonnet: Enter a net epoch around protocol if_up/down notif...
2021-09-17 Alexander Motincallout(9): Allow spin locks use with callout_init_mtx().
2021-09-16 Mark Johnstonosd: Fix racy assertions
2021-09-15 Alexander MotinAlign taskqueue_enqueue_timeout() to hardclock.
2021-09-12 Warner Loshgenoffset: simplify and rewrite in sh
2021-09-12 Warner Loshgenassym.sh: Fix two minor issues found by shellcheck
2021-09-12 Warner Loshdevctl: don't publish the mount options
2021-09-12 Konstantin Belousovkqueue: drain kqueue taskqueue if syscall tickled it
2021-09-09 Konstantin Belousovcluster_write(): do not access buffer after it is released
2021-09-08 Mark Johnstonkevent: Fix races between timer detach and kqtimer_proc...
2021-09-07 Mark Johnstonitimer: Serialize access to the p_itimers array
2021-09-05 Mark Johnstonconnect: Use soconnectat() unconditionally in kern_conn...
2021-09-03 Konstantin Belousovvfs_hash_rehash(): require the vnode to be exclusively...
2021-09-03 Konstantin Belousovvfs_hash_insert: ensure that predicate is true
2021-09-01 Mark Johnstonfsetown: Avoid process group lock recursion
2021-09-01 Mark Johnstonfsetown: Simplify error handling
2021-09-01 Mark Johnstonfsetown: Fix process lookup bugs
2021-08-30 John Baldwinktls: Fix accounting for TLS 1.0 empty fragments.
2021-08-30 Andrew Gallatinktls: Init reset tag task for cloned sessions
2021-08-30 John Baldwinktls: Don't mark existing received mbufs notready for...
2021-08-30 Mitchell Hornekdb: Handle process enumeration before procinit()
2021-08-29 Kyle Evanskern: mountroot: avoid fd leak in .md parsing
2021-08-28 Alexander Motinsched_ule(4): Pre-seed sched_random().
2021-08-28 Alexander Motinsched_ule(4): Use trylock when stealing load.
2021-08-28 Alexander Motinsched_ule(4): Reduce duplicate search for load.
2021-08-28 Alexander MotinRefactor/optimize cpu_search_*().
2021-08-27 Ka Ho Ngvfs: Add get_write_ioflag helper to calculate ioflag
2021-08-26 Adam Fennmalloc(9): Document/complete aligned variants
2021-08-26 Adam Fenndevclass_alloc_unit: move "at" hint test to after devic...
2021-08-26 Kyle Evanskern: remove deprecated makesyscalls.sh
2021-08-26 Kyle Evanskenv: allow listing of static kernel environments
2021-08-26 Kyle Evanskern: add an option for preserving the early kenv
2021-08-25 Alexander MotinMark some sysctls as CTLFLAG_MPSAFE.
2021-08-23 Kyle Evansuipc: avoid circular pr_{slow,fast}timos
2021-08-23 Mateusz Guzikuipc: create dedicated lists for fast and slow timeout...
2021-08-23 Alexander MotinOptimize res_find().
2021-08-23 Mark Johnstonsigtimedwait: Use a unique wait channel for sleeping
2021-08-22 Alan SomersEscape any '.' characters in sysctl node names
2021-08-21 Mark Johnstonkevent: Prohibit negative change and event list lengths
2021-08-20 Kyle Evanskern: ether_gen_addr: randomize on default hostuuid...
2021-08-19 Konstantin Belousovfstatat(2): handle non-vnode file descriptors for AT_EM...
2021-08-19 Konstantin Belousovpipe_paircreate(): do not leak pipepair memory on error
2021-08-16 Mark Johnstonvfs: Avoid a comparison with an uninitialized field...
2021-08-14 Konstantin Belousovvlrureclaim: only skip vnode with resident pages if...
2021-08-12 Mark Johnstonlink_elf_obj: Invoke fini callbacks
2021-08-12 Konstantin BelousovAdd vn_lktype_write()
2021-08-11 John Baldwinm_dup: Handle unmapped mbufs as an input mbuf.
2021-08-11 Roy Marplessocket: Implement SO_RERROR
2021-08-03 Konstantin BelousovRegen
2021-08-03 Konstantin BelousovRevert most of ce42e793100b460f597e4c85ec0da12e274f9394
2021-07-30 Mark Johnstonktrace: Zero request structures when populating the...
2021-07-30 Mark Johnstonselect: Define select_flags[] as const
2021-07-30 Mark Johnstonlio_listio: Don't post a completion notification if...
2021-07-30 Mark Johnstonimgact_elf: Avoid redefining suword()
2021-07-30 Mark Johnstonacct: Zero pad bytes in accounting records
next