]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
itimer: Serialize access to the p_itimers array
[FreeBSD/FreeBSD.git] / sys / kern /
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
2021-07-30 Mark Johnstonvfs: Initialize "lastfail" in vfs_mountroot_wait()
2021-07-30 Mark JohnstonAdd required sysctl name length checks to various handlers
2021-07-27 Mark Johnstonblist: Correct the node count computed in blist_create()
2021-07-25 Mateusz Guzikcache: add cache_enter_time_flags
2021-07-23 Mark Johnstoncallout: Make cc_cpu local to kern_timeout.c
2021-07-21 Konstantin BelousovDo not call FreeBSD-ABI specific code for all ABIs
2021-07-21 Konstantin BelousovMove sv_onexit() sysentvec hook slightly later
2021-07-21 Konstantin BelousovAdd sv_onexec_old() sysent hook for exec event
2021-07-18 Konstantin Belousovprocctl(PROC_ASLR_STATUS): fix vmspace leak
2021-07-17 Alexander MotinUse sleepq_signal(SLEEPQ_DROP) in cv_signal().
2021-07-13 Randall Stewarttcp: HPTS performance enhancements
2021-07-12 Warner Loshconfig_intrhook: provide config_intrhook_drain
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-07-09 Alexander MotinAllow sleepq_signal() to drop the lock.
2021-07-07 Moritz Buhlkern: fail getgroup and setgroup with negative int
2021-07-07 Konstantin Belousovnamei: add NDPREINIT() macro
2021-07-05 Mateusz Guzikktls: switch bare zone_mbuf use to m_free_raw
2021-07-05 Mateusz Guzikmbuf: add m_free_raw to be used instead of directly...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-22 Konstantin BelousovAdd a knob to disable dequeueing SIGCHLD on waiting...
2021-06-22 Konstantin BelousovAdd a knob to not drop signal with default ignored...
2021-06-22 Konstantin Belousovsigwait: add comment explaining EINTR/ERESTART details
2021-06-22 Konstantin Belousovsigwait(2) and sigtimedwait(2) must not be restarted.
2021-06-21 Mark JohnstonConsistently use the SOCKBUF_MTX() and SOCK_MTX() macros
2021-06-21 Mark JohnstonConsistently use the SOLISTENING() macro
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-14 Mark JohnstonFix handling of D_GIANTOK
2021-06-14 Mark JohnstonSuppress D_NEEDGIANT warnings for some drivers
2021-06-13 Andrew TurnerCreate VM_MEMATTR_DEVICE on all architectures
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-13 Mateusz Guzikvfs: slightly rework vn_rlimit_fsize
2021-06-13 Mark Johnstonktrace: Remove vrele() at the end of ktr_writerequest()
2021-06-13 Konstantin Belousovktrace: fix a race between writes and close
2021-06-13 Mateusz GuzikFix limit testing after 1762f674ccb571e6 ktrace commit.
2021-06-13 Mateusz GuzikFix a braino in previous.
2021-06-13 Mateusz GuzikFix tinderbox build after 1762f674ccb571e6 ktrace commit.
2021-06-13 Konstantin Belousovktrace: add a kern.ktrace.filesize_limit_signal knob
2021-06-13 Konstantin Belousovktrace: use the limit of the trace initiator for file...
2021-06-13 Konstantin Belousovktrace: pack all ktrace parameters into allocated struc...
2021-06-13 Konstantin Belousovktrace: do not stop tracing other processes if our...
2021-06-13 Konstantin Belousovaccounting: explicitly mark the exiting thread as doing...
2021-06-13 Konstantin Belousovsysent: allow ABI to disable setid on exec.
2021-06-13 Konstantin Belousovkern_exec.c: Add execve_nosetid() helper
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-07 Konstantin BelousovAdd thread_reap_barrier()
2021-06-07 Konstantin Belousovquisce_cpus(): add special handling for PDROP
2021-06-07 Konstantin Belousovkern_thread.c: wrap too long lines
2021-06-07 Konstantin Belousovkern linker: do not allow more than one kldload and...
2021-06-07 Mateusz Guzikkqueue: replace kq_ncallouts loop with atomic_fetchadd
2021-06-07 Mateusz Guzikvfs: use the sentinel trick in locked lookup path parsing
2021-06-07 Mateusz Guzikfd: use PROC_WAIT_UNLOCKED when clearing p_fd/p_pd
2021-06-07 Mateusz Guzikvfs: retire unused vn_seqc_write_begin_unheld*
next