aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Support dynamically sized register setsAndrew Turner2023-08-231-9/+27
* RegenKonstantin Belousov2023-08-233-0/+32
* Add membarrier(2)Konstantin Belousov2023-08-233-1/+249
* pctrie: change for vm_radix compatibilityDoug Moore2023-08-211-124/+178
* init_main: Switch from sysinit array to SLISTColin Percival2023-08-201-91/+86
* vfs: track how many times vn_alloc blocked on hitting the vnode limitMateusz Guzik2023-08-181-0/+5
* subr_unit.c: another attempt to fix the buildKonstantin Belousov2023-08-181-0/+4
* kern/subr_unit.c: fix non-debug buildKonstantin Belousov2023-08-181-1/+1
* kern: osd: stop downsizing arrays when the last slot deregistersKyle Evans2023-08-181-24/+10
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1613-13/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16211-418/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1615-30/+0
* sys: Add a deprecation warning for 32-bit kernels.John Baldwin2023-08-161-0/+9
* sockets: on accept(2) don't copy all of so_options to new socketGleb Smirnoff2023-08-141-1/+13
* vm: Allow MAP_32BIT for all architecturesDmitry Chagin2023-08-141-7/+1
* kern: osd: avoid dereferencing freed slotsKyle Evans2023-08-101-0/+3
* vfs: retire NAMEI_DIAGNOSTICMateusz Guzik2023-08-091-27/+1
* rangesets: use PCTRIE_DEFINEDoug Moore2023-08-091-44/+28
* Revert "exit1(): Revert sparc64 workaround"Konstantin Belousov2023-08-091-1/+8
* vnode io: request range-locking when pgcache reads are enabledKonstantin Belousov2023-08-091-7/+13
* Revert "vnode read(2)/write(2): acquire rangelock regardless of do_vn_io_faul...Konstantin Belousov2023-08-091-14/+7
* exit1(): Revert sparc64 workaroundMarius Strobl2023-08-061-7/+1
* sigexit: add a break in default caseEd Maste2023-08-051-0/+1
* Provide some more information for userland core dumpsEd Maste2023-08-051-3/+20
* exit1(): fix a comment typoIgor Ostapenko2023-08-051-1/+1
* kdb: Permit a NULL thread credential in kdb_backend_permitted()Mark Johnston2023-08-021-3/+11
* memdesc: Add routines for copying data to/from memory descriptorsJohn Baldwin2023-07-311-0/+325
* radix_tree: compute slot from keybarrDoug Moore2023-07-301-32/+25
* radix_tree: redefine the clev fieldDoug Moore2023-07-301-47/+29
* vfs: Deleting a doubled inclusion of sys/capsicum.hDmitry Chagin2023-07-291-2/+0
* Every path in a radix trie ends with a leaf or a NULL. By replacingDoug Moore2023-07-281-91/+84
* Pre-quote macros passed to .incbin to avoid unwanted substitutionJessica Clarke2023-07-281-1/+1
* kmsan: Use the correct origin bytes in kmsan_check_arg()Mark Johnston2023-07-271-9/+12
* fork1(): properly track the state of the pg_killsx lockKonstantin Belousov2023-07-261-0/+1
* killpg(): close a race with fork(), part 2Konstantin Belousov2023-07-261-8/+39
* sigtd(): prefer non-stopped thread as a target for signal queueKonstantin Belousov2023-07-261-1/+5
* Revert "killpg(): close a race with fork(), part 2"Konstantin Belousov2023-07-264-50/+11
* kern_sig.c: include sys/jail.h per style(9)Brooks Davis2023-07-251-2/+1
* vnode read(2)/write(2): acquire rangelock regardless of do_vn_io_fault()Konstantin Belousov2023-07-241-7/+14
* bus_dma: Trim CAM includes from subr_bus_dma.cMarius Strobl2023-07-241-3/+1
* sys_getrandom: fix a function reference in a commentMitchell Horne2023-07-241-1/+1
* vfs: fix up NDFREE_PNBUF usage in vfs_mountroot_shuffleMateusz Guzik2023-07-231-3/+2
* vfs: Export exattr methods to reuse by LinuxulatorDmitry Chagin2023-07-221-74/+171
* ktls_alloc_rcv_tag: Fix capability checks for RXTLS4/6.Navdeep Parhar2023-07-191-2/+2
* radix_trie: simplify ge, le lookupsDoug Moore2023-07-191-175/+115
* vfs: Add a parenthese to vn_lock_pair() asserts to silence gccDmitry Chagin2023-07-191-2/+2
* cam: Move bus_dmamap_load_ccb into cam.c.John Baldwin2023-07-191-19/+0
* memdesc: Retire MEMDESC_BIO.John Baldwin2023-07-143-68/+17