aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* msgbuf: Allow microsecond granularity timestampsWarner Losh2022-05-071-2/+10
* Correctly measure system load averages > 1024Alan Somers2022-05-062-5/+6
* cpufreq: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+3
* sysvsem: Add a timeout argument to the semop.Dmitry Chagin2022-05-061-12/+38
* mbuf: do not restore dying interfacesKristof Provost2022-05-051-2/+7
* ifnet/mbuf: provide KPI to serialize/restore m->m_pkthdr.rcvifGleb Smirnoff2022-05-051-0/+22
* Revert "mbuf: do not restore dying interfaces"Marko Zec2022-05-031-27/+0
* subr_unit.c: make userspace tests buildableKonstantin Belousov2022-04-281-0/+2
* Fix another race between fork(2) and PROC_REAP_KILL subtreeKonstantin Belousov2022-04-271-14/+87
* Fix a race between fork(2) and PROC_REAP_KILL subtreeKonstantin Belousov2022-04-271-4/+30
* kern_procctl: add possibility to take stop_all_proc_block() around execKonstantin Belousov2022-04-271-1/+22
* Add stop_all_proc_block(9)Konstantin Belousov2022-04-271-0/+19
* reap_kill(): split children and subtree killers into helpersKonstantin Belousov2022-04-271-27/+44
* reap_kill(): rename the reap variable to reaperKonstantin Belousov2022-04-271-5/+5
* reap_kill(): de-inline LIST_FOREACH(), twiceKonstantin Belousov2022-04-271-4/+3
* reaper_abandon_children(): upgrade proctree_lock assert to exclusiveKonstantin Belousov2022-04-271-1/+1
* unr(9): allow to avoid internal lockingKonstantin Belousov2022-04-271-14/+29
* init_unrhdr(): make it usable by initializing everythingKonstantin Belousov2022-04-271-0/+2
* Add a __witness_used for variables only used under #ifdef WITNESS.John Baldwin2022-04-271-3/+3
* sigtimedwait: Prevent timeout math overflows.Dmitry Chagin2022-04-251-29/+20
* Add timespecvalid_interval macro and use it.Dmitry Chagin2022-04-254-22/+10
* KTLS: Move OCF function pointers out of ktls_session.John Baldwin2022-04-221-3/+3
* busdma_bounce: Batch bounce page free operations when possible.John Baldwin2022-04-211-35/+34
* busdma_bounce: Add free_bounce_pages helper function.John Baldwin2022-04-211-0/+11
* busdma_bounce: Make the map waiting list per-bounce-zone.John Baldwin2022-04-211-5/+8
* busdma_bounce: Use a simple kproc to invoke deferred requests.John Baldwin2022-04-211-28/+39
* Run softclock threads at a hardware ithread priority.John Baldwin2022-04-211-1/+1
* cpufreq_curr_sysctl: Use devclass_find to lookup cpufreq devclass.John Baldwin2022-04-211-1/+1
* callout: fix using shared rmlocksKristof Provost2022-04-201-1/+1
* devclass_add_driver: Permit NULL to be passed in dcp.John Baldwin2022-04-191-1/+4
* signals: plug a set-but-not-used varMateusz Guzik2022-04-191-3/+2
* destroy_dev_sched*: Don't hold Giant for all deferred destroy_dev.John Baldwin2022-04-181-6/+28
* Revert rest of a5970a529c2d95271: use vrefact() when working on fp->f_vnodeKonstantin Belousov2022-04-152-4/+4
* sysent: regen after 52a1d90c8bfe, posix_fadvise in capmodeEd Maste2022-04-141-1/+1
* Allow posix_fadvise in capability modeEd Maste2022-04-141-1/+1
* Mostly revert a5970a529c2d95271: Make files opened with O_PATH to not block n...Konstantin Belousov2022-04-132-3/+1
* kern: Move variables only used for MAC under #ifdef MAC.John Baldwin2022-04-132-2/+7
* sched_ule: Inline value of ts in sched_thread_priority.John Baldwin2022-04-131-3/+1
* sched_4bsd: ts is only used in sched_bind for SMP.John Baldwin2022-04-131-3/+3
* sched_4bsd: Remove unused variables.John Baldwin2022-04-121-4/+0
* realloc(9): Move slab and zone under #ifndef DEBUG_REDZONE.John Baldwin2022-04-121-2/+2
* tty: Remove an incorrect assertion from ttyinq_line_iterate()Mark Johnston2022-04-121-1/+0
* kdb: set kdb_why when entered via reboot and panicTom Jones2022-04-121-1/+3
* getdirentries: return ENOENT for unlinked but still open directory.Dmitry Chagin2022-04-112-0/+5
* Add sysctl KERN_LOCKFKonstantin Belousov2022-04-092-1/+151
* kern_lockf.c: remove no longer neeeded UFS headersKonstantin Belousov2022-04-091-5/+0
* lockf: remove lf_inode from struct lockf_entryKonstantin Belousov2022-04-091-17/+3
* jail: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* kern: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* kern: Fix a typo in a source code commentGordon Bergling2022-04-092-2/+2