summaryrefslogtreecommitdiff
path: root/sys/kern/files.kern
AgeCommit message (Expand)Author
2023-07-07heartbeat(9): New mechanism to check progress of kernel.riastradh
2021-09-19Add native implementations of eventfd(2) and timerfd(2), compatible withthorpej
2021-05-18s/defopt/defflag/. 2021 called to remind me it's still 2021.mrg
2021-05-17move bi-endian disklabel support from the kernel and libsa into libkern.mrg
2020-11-01Separate the compat_netbsd32_coredump from the compat_netbsd32 andpgoyette
2020-10-19Arrange so that no options COREDUMP and no options PTRACE work together.christos
2020-09-07Add the ability to set an alternate cnmagic in the kernel configthorpej
2020-08-14New system call getrandom() compatible with Linux and others.riastradh
2020-07-28Rewrite cprng_fast in terms of new ChaCha API.riastradh
2020-06-07Add fault(4).maxv
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-04-30Rewrite entropy subsystem.riastradh
2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej
2020-04-22At the moment, we need kern/uipc_mbufdebug.c only if DDB is enabled.rin
2020-03-02Include kern_crashme.c in non-DEBUG kernels.riastradh
2020-02-08Retire KLEAK.maxv
2020-01-04Rename sys_ptrace_lwpstatus.c to sys_process_lwpstatus.ckamil
2019-12-26Put ptrace_read_lwpstatus() and process_read_lwpstatus() to a new filekamil
2019-12-20Split subr_cpu.c out of kern_cpu.c, to contain routines shared with rump.ad
2019-12-12Eliminate per-hook duplication of common code as suggested bypgoyette
2019-11-20Move all non-emulation-specific coredump code into the coredump module,pgoyette
2019-11-14Add support for Kernel Memory Sanitizer (kMSan). It detects uninitializedmaxv
2019-11-05Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows usmaxv
2019-08-15Unlink KMEM_GUARD leftovers.maxv
2019-04-04move setdisklabel(9) into a separate file.christos
2019-02-23Add KCOV - kernel code coverage tracing devicekamil
2019-02-13Silent UB alignment issues in acpica under kUBSankamil
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-09crashme: a framework to test kernel faults.mrg
2018-12-24Add threadpool(9), an abstraction that provides shared pools of kernelthorpej
2018-12-16Import thmap -- a concurrent trie-hash map, combining the elements ofrmind
2018-12-03Expose addresses depending on the KASLR setting (from mrg@). Restores thechristos
2018-12-02Introduce KLEAK, a new feature that can detect kernel information leaks.maxv
2018-11-15Merge uipc_mbuf2.c into uipc_mbuf.c. Reorder the latter a little to gathermaxv
2018-10-31Move the MI parts of KASAN into kern/subr_asan.c. This file includesmaxv
2018-09-14retire kern_xxx.c. long live kern_xxx.c.mrg
2018-08-20Retire KMEM_REDZONE and KMEM_POISON.maxv
2018-08-03Register kUBSan in the GENERIC amd64 kernel configkamil
2018-07-18- Fix compile error for kernel configuration file which has no any Ethernetmsaitoh
2018-07-17 Add /d(dump) and /v(verbose) modifiers to DDB's "show mbuf" command. Mainlymsaitoh
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-06-30defflag {SETUID,FD}SCRIPTSchristos
2017-12-16compat_util.c must be compiled by default in the kernel. It is needed bymaxv
2017-05-19Introduce new localcount(9) reference-count primitives.pgoyette
2017-04-12use opt_kmem.h for the KMEM_ variables.christos
2016-11-02* Split sys/kern/sys_process.c into three parts:pgoyette
2016-09-16Move kern_ctf.c into the dtrace_fbt module (the only place it is used)pgoyette
2016-04-09Add passive references, intermediate between pserialize and refcount.riastradh
2015-12-03Merge the compat_sysv module into the sysv_ipc module - it shouldpgoyette
2015-09-03Build conf/param.c normally.uebayasi