aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* kern_jail: Fix a typo in a source code commentGordon Bergling2022-09-181-1/+1
* kern: Remove a double word in a source code commentGordon Bergling2022-09-071-1/+1
* kern: Fix a typo in asource code commentGordon Bergling2022-09-061-1/+1
* Disallow invalid PT_GNU_STACKEd Maste2022-09-041-1/+8
* Fix compat10 semaphore interface racefirk2022-08-311-10/+14
* Adjust function definition in kern_poll.c to avoid clang 15 warningDimitry Andric2022-08-211-1/+1
* vnode(9): Fix a typo in a source code commentGordon Bergling2022-08-101-1/+1
* elf_note_prpsinfo: handle more failures from proc_getargv()Konstantin Belousov2022-08-091-4/+7
* Adjust function definitions in kern_cons.c to avoid clang 15 warningsDimitry Andric2022-07-291-4/+4
* Adjust function definition in subr_autoconf.c to avoid clang 15 warningsDimitry Andric2022-07-291-1/+1
* Adjust function definitions in sysv_msg.c to avoid clang 15 warningsDimitry Andric2022-07-291-2/+2
* Adjust function definition in vfs_bio.c to avoid clang 15 warningsDimitry Andric2022-07-291-1/+1
* Adjust function definitions in kern_resource.c to avoid clang 15 warningsDimitry Andric2022-07-291-2/+2
* Adjust function definitions in kern_dtrace.c to avoid clang 15 warningsDimitry Andric2022-07-291-2/+2
* aio_aqueue(): avoid ucred leak on failure pathKonstantin Belousov2022-06-271-1/+3
* cpuset: Fix the KASAN and KMSAN buildsMark Johnston2022-05-231-5/+5
* cpuset: Byte swap cpuset for compat32 on big endian architecturesJustin Hibbits2022-05-231-12/+21
* callout: fix using shared rmlocksKristof Provost2022-04-271-1/+1
* kern: Fix a typo in a source code commentGordon Bergling2022-04-142-2/+2
* kern: Remove a double word in a source code commentGordon Bergling2022-04-141-1/+1
* Add `kern.features.witness`Enji Cooper2022-04-111-0/+2
* Unify zlib instances into one.Xin LI2022-04-106-1505/+6
* kern: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* rmlock: Temporarily revert commit c84bb8cd771cMark Johnston2022-03-071-2/+2
* rmlock: Micro-optimize read lockingMark Johnston2022-03-041-2/+2
* Add explicit SI_SUB_EPOCHConrad Meyer2022-02-221-1/+1
* procctl(2): add consistent shortcut P_ID:0 as curprocKonstantin Belousov2022-02-141-5/+11
* Fix gzip compressed core dumps on big endian architecturesJustin Hibbits2022-02-141-2/+3
* random(4): Block read_random(9) on initial seedingConrad Meyer2022-02-131-9/+2
* tty_info: Avoid warning by using logical instead of bitwise operatorsDimitry Andric2022-02-111-2/+2
* execve: disallow argc == 0Kyle Evans2022-02-101-0/+6
* kern_racct: Fix a typo in a source code commentGordon Bergling2022-02-091-1/+1
* kern_fflock: Fix a typo in a source code commentGordon Bergling2022-02-091-1/+1
* Fix inverse sleep logic in buf_daemon().Alexander Motin2022-01-231-1/+1
* kern_tc: unify timecounter to bintime delta conversionAndriy Gapon2021-12-171-21/+21
* Correct the name of the second parameter of biowait to wmesgWuyang Chung2021-12-061-2/+2
* kern: Correct a typo in a sysctl descriptionGordon Bergling2021-12-051-1/+1
* link_elf_obj: Process global ifunc relocs after other global relocsMark Johnston2021-12-021-1/+18
* Fix segment size in compressing core dumpsJustin Hibbits2021-11-291-2/+2
* jail(8): Fix a few common typos in source code commentsGordon Bergling2021-10-301-1/+1
* sched_ule(4): Fix possible significance loss.Alexander Motin2021-10-211-8/+7
* selsocket: handle sopoll() errors correctlyBrooks Davis2021-10-201-4/+4
* sbuf(9): Microoptimize sbuf_put_byte()Alexander Motin2021-10-191-2/+21
* fusefs: don't panic if FUSE_GETATTR fails durint VOP_GETPAGESKonstantin Belousov2021-10-071-6/+10
* vinvalbuf: do not panic if we were unable to flush dirty buffersKonstantin Belousov2021-10-071-6/+4
* MFC uipc_shm: Fix kern.ipc.posix_shm_list for jailsJamie Gritton2021-10-071-1/+3
* emulated atomic64: disable interrupts as the lock mechanism on !SMPKyle Evans2021-10-061-2/+12
* [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren2021-10-061-0/+140
* kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIMEKyle Evans2021-10-061-3/+9
* sched_ule(4): Fix interactive threads stealing.Alexander Motin2021-10-051-4/+6