]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
bhyve: return FEATURE_NOT_CHANGEABLE for unimplemented feature of NVMe controller
[FreeBSD/FreeBSD.git] / sys / kern /
2022-11-14 Mark Johnstonatomic: Intercept atomic_(load|store)_bool for kernel...
2022-11-14 Mark JohnstonSimplify kernel sanitizer interceptors
2022-11-12 Hans Petter Selaskytime(3): Fix spelling.
2022-11-12 Hans Petter Selaskytime(3): Optimize tvtohz() function.
2022-11-12 Hans Petter Selaskytime(3): Declare the minimum and maximum hz values...
2022-11-12 Hans Petter Selaskytime(3): Align fast clock times to avoid firing multipl...
2022-11-12 Alexander MotinFix umtxq_sleep() regression caused by 56070dd2e4d.
2022-11-12 Alexander MotinImprove timeout precision of pthread_cond_timedwait().
2022-11-11 John BaldwinImport the WireGuard driver from zx2c4.com.
2022-11-02 Mitchell Hornekasan: disable kasan_mark() after a violation
2022-11-02 Mitchell Hornekasan: provide bus peek/poke definitions
2022-10-26 Konstantin Belousovvn_bmap_seekhole: check that passed offset is non-negative
2022-10-24 Ali Abdallahksched: correct return code for invalid priority
2022-10-24 Mitchell Hornekern_intr: Check for NULL event in intr_destroy()
2022-10-20 Ed Mastesysent: regen after ee9bc5818356, posix_fadvise in...
2022-10-20 Ed MasteAllow posix_fadvise in capability mode
2022-10-19 Mitchell HorneDowngrade tty_intr_event from a global
2022-10-12 Alan Somerscopy_file_range: truncate write if it would exceed...
2022-10-08 Konstantin BelousovAdd vn_rlimit_fsizex() and vn_rlimit_fsizex_res()
2022-10-08 Konstantin BelousovAdd vn_rlimit_trunc()
2022-10-08 Konstantin Belousovfilesystems: return error from vn_rlimit_fsize() instea...
2022-10-06 Alfredo Dal'Ava... powerpc: cpuset: add local functions for copyin/copyout
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-04 Hans Petter Selaskysysctl(3): Implement SYSCTL_FOREACH() to iterate all...
2022-10-01 Doug Moorerb_tree: reduce duplication in balancing code
2022-10-01 Mark Johnstonsched_4bsd: Fix a racy thread state modification
2022-09-30 Konstantin BelousovAdd AT_USRSTACK{BASE, LIM} AT vectors, and ELF_BSDF_VMN...
2022-09-28 Zhenlei Huangdebugnet: Fix parameter order in the calls to m_get()
2022-09-21 Mark Johnstondevstat: Remove DTrace io probes lacking a BIO reference
2022-09-19 Doug Moorerb_tree: avoid extra reads in rebalancing
2022-09-18 Gordon Berglingkern_jail: Fix a typo in a source code comment
2022-09-07 Gordon Berglingkern: Remove a double word in a source code comment
2022-09-06 Gordon Berglingkern: Fix a typo in asource code comment
2022-09-04 Ed MasteClarify code comments on ASLR default settings
2022-09-04 Ed MasteDisallow invalid PT_GNU_STACK
2022-09-03 Konstantin BelousovRemove TDF_DOING_SA
2022-09-03 Konstantin BelousovRemove struct proc p_singlethr member
2022-09-03 Konstantin BelousovREAP_KILL_PROC: kill processes in the threaded taskqueu...
2022-09-03 Konstantin Belousovfork_norfproc(): unlock p1 before retrying
2022-09-03 Konstantin Belousovkern_sig.c: style
2022-09-03 Konstantin Belousovksiginfo_tryfree(): change return type to bool
2022-09-03 Konstantin Belousovksiginfo_alloc(): change to directly take M_WAITOK...
2022-08-31 firkFix compat10 semaphore interface race
2022-08-31 Konstantin Belousovfork_exit(): style comment
2022-08-22 Konstantin Belousovreap_kill_proc_locked(): remove outdated part of the...
2022-08-22 Konstantin Belousovexit1(): update comment about thread_single()
2022-08-22 Konstantin Belousovsleepq_set_timeout_sbt(): correct comment to not talk...
2022-08-22 Konstantin Belousovsleepq_check_ast_sc_locked(): update comment
2022-08-22 Konstantin Belousovfork_norfproc(): style
2022-08-22 Andrew TurnerAdjust function definition in subr_devmap.c to avoid...
2022-08-21 Dimitry AndricAdjust function definition in kern_poll.c to avoid...
2022-08-11 Mark Johnstonfile: Move code to share fdtol structs into kern_descrip.c
2022-08-11 Mark Johnstondomain: Use designated constants for timeout periods
2022-08-11 Mitchell Horneddb: use _FLAGS command macros where appropriate
2022-08-11 Mitchell Hornebus_if: provide a default null rescan method
2022-08-10 Gordon Berglingvnode(9): Fix a typo in a source code comment
2022-08-10 Konstantin Belousovthread_create(): call cpu_copy_thread() after td_pflags...
2022-08-09 Konstantin Belousovelf_note_prpsinfo: handle more failures from proc_getargv()
2022-08-03 Gleb Smirnoffsockets: fix setsockopt(SO_RCVTIMEO) on a listening...
2022-08-02 Mateusz Guzikule: unbreak UP builds
2022-08-01 Mark Johnstonsched_ule: Ensure we hold the thread lock when modifyin...
2022-08-01 Mark Johnstonsched_ule: Use the correct atomic_load variant for...
2022-08-01 Mark Johnstonsched_ule: Use explicit atomic accesses for tdq fields
2022-08-01 Mark Johnstonsched_ule: Enable preemption of curthread in the load...
2022-08-01 Mark Johnstonsched_ule: Fix racy loads of pc_curthread
2022-07-29 Dimitry AndricAdjust function definitions in kern_cons.c to avoid...
2022-07-29 Dimitry AndricAdjust function definition in subr_autoconf.c to avoid...
2022-07-29 Dimitry AndricAdjust function definitions in sysv_msg.c to avoid...
2022-07-29 Dimitry AndricAdjust function definition in vfs_bio.c to avoid clang...
2022-07-29 Dimitry AndricAdjust function definitions in kern_resource.c to avoid...
2022-07-29 Dimitry AndricAdjust function definitions in kern_dtrace.c to avoid...
2022-07-25 Mark Johnstoneventtimer: Fix several races in the timer reload code
2022-07-25 Mark Johnstoncallout: Simplify the inner loop in callout_process...
2022-07-25 Mark Johnstoncallout: Remove a redundant parameter to callout_cc_add()
2022-07-20 Mark Johnstonaio: Improve UMA usage
2022-07-20 Mark Johnstontime: Make realitexpire() local to kern_time.c
2022-07-19 Mark Johnstontimecounter: Load the currently selected tc once in...
2022-07-19 Mark Johnstonktls: Zero out TLS_GET_RECORD control messages
2022-07-19 Marcin WojtasEnable ASLR by default for 64-bit executables
2022-07-18 Mark Johnstoneventtimer: Pass a pcpu state pointer to getnext(cpu...
2022-07-18 Mark Johnstonsched_ule: Fix a typo in a comment
2022-07-18 Mark Johnstonsched_ule: Eliminate a superfluous local variable in...
2022-07-18 Mark Johnstonsched_ule: Purge an obsolete comment
2022-07-14 Mark Johnstonpipe: Use a distinct wait channel for I/O serialization
2022-07-13 John BaldwinAdd register sets for NT_THRMISC and NT_PTLWPINFO.
2022-07-06 Konstantin Belousovvfs_mount.c: convert explicit panics and KASSERTs to...
2022-07-06 Konstantin Belousovvfs_op_exit(): assert that mnt_vfs_ops stays non-zero...
2022-07-04 Mitchell Horneset_cputicker: use a bool
2022-07-03 Jamie GrittonMFC jail: Remove a prison's shared memory when it dies
2022-07-03 Jamie GrittonMFC jail: add prison_cleanup() to release resources...
2022-06-29 Mark Johnstonmount: Fix an incorrect assertion in kernel_mount()
2022-06-27 Mitchell Hornekerneldump: remove physical from dump routines
2022-06-27 Mitchell Hornekerneldump: remove physical argument from d_dumper
2022-06-27 Mitchell Hornelivedump: add event handler hooks
2022-06-27 Mitchell HorneAdd new vnode dumper to support live minidumps
2022-06-27 Mitchell HorneSplit out dumper allocation from list insertion
2022-06-27 Eric van Gyzennetdump: send key before dump, in case dump fails
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-24 Damjan Jovanovicstruct kinfo_file changes needed for lsof to work using...
2022-06-24 Damjan JovanovicKERN_LOCKF: report kl_file_fsid consistently with stat(2)
next