summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert the convertion of per-process thread into a SMR_TAILQ.mpi2021-02-081-3/+3
* Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.mvs2021-01-171-2/+2
* Split hierarchical calls into kern_sysctl_dirsgnezdo2021-01-091-42/+46
* Reduce case duplication in kern_sysctlgnezdo2021-01-091-108/+85
* Analog to the the kern.audio.record sysctl parameter for audio(4)mglocker2020-12-281-1/+29
* Convert the per-process thread list into a SMR_TAILQ.mpi2020-12-071-3/+3
* Convert hw_sysctl to sysctl_bounded_argsgnezdo2020-11-161-12/+15
* Convert kern_sysctl to sysctl_bounded_argsgnezdo2020-11-161-103/+74
* Convert ffs_sysctl to sysctl_bounded_argsgnezdo2020-11-071-3/+9
* Serialize accesses to "struct vmspace" and document its refcounting.mpi2020-10-191-3/+3
* Remove unused sysctl_int_arr(9)gnezdo2020-09-011-15/+1
* Remove unused debug_syncprt, improve debug sysctl handlingkn2020-08-231-4/+5
* Move sysctl(2) CTL_DEBUG from DEBUG to new DEBUG_SYSCTLkn2020-08-221-4/+4
* Style fixups from hurried commitsgnezdo2020-08-181-4/+4
* Add sysctl_bounded_arr as a replacement for sysctl_int_arrgnezdo2020-08-181-2/+33
* Move range check inside sysctl_int_arrgnezdo2020-08-011-3/+3
* there's not going to be any whole kernel wide network livelocks soon.dlg2020-06-221-3/+2
* rndvar.h not needed herederaadt2020-05-291-2/+1
* Return EINVAL for KERN_PROC if the size parameter is 0.millert2020-03-091-2/+2
* New `kern.allowdt' button must be set to open(2) /dev/dt.mpi2020-01-241-5/+8
* Exclude offline cpus in KERN_CPTIME calculation. Without this too highclaudio2020-01-021-3/+6
* Replace p_xstat with ps_xexit and ps_xsigguenther2019-12-111-1/+2
* struct proc: change ps_start from utc time to uptimecheloha2019-10-221-2/+8
* sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha2019-08-211-1/+35
* Allow concurrent reads of the f_offset field of struct file byanton2019-08-051-2/+2
* Prevent integer overflow in kernel and userland when checking mbufbluhm2019-07-161-7/+7
* Revert anton@ changes about read/write unlockingsolene2019-07-121-2/+2
* sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.cheloha2019-07-121-1/+3
* Make read/write of the f_offset field belonging to struct file MP-safe;anton2019-07-101-2/+2
* In previous commit I forgot a net unlock if the PCB of the socketbluhm2019-06-161-2/+5
* When tcp_close() is running in parallel with fill_file(), the kernelbluhm2019-06-131-2/+17
* Revert to using the SCHED_LOCK() to protect time accounting.mpi2019-06-011-3/+1
* Use a per-process mutex to protect time accounting instead of SCHED_LOCK().mpi2019-05-311-1/+3
* Read and assign the integer value only once. With this sysctl_int() willclaudio2019-05-221-3/+7
* Add a sysctl accessor to struct pf_status. The pf_status only holds theclaudio2019-05-091-1/+6
* Add a dedicated sysctl(2) node for witness(4).visa2019-01-291-1/+5
* Move boottime into the timehands.cheloha2019-01-191-2/+2
* delete the dns jackport experiment. it has no future.tedu2018-11-191-11/+1
* Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha2018-11-171-1/+35
* Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha2018-10-051-3/+1
* Revert the inpcb table mutex commit. It triggers a witness panicbluhm2018-10-041-26/+11
* KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha2018-09-261-1/+3
* As a step towards per inpcb or socket locks, remove the net lockbluhm2018-09-201-11/+26
* Add hw.ncpuonline to count the number of online CPUs.cheloha2018-07-121-1/+4
* Update the file reference count field `f_count' using atomic operationsvisa2018-07-021-3/+1
* Lock the file descriptor table when accessing the `fd_ofileflags' array.visa2018-07-011-2/+5
* Unlock sendmsg(2) and sendto(2).mpi2018-06-201-1/+3
* SMT (Simultanious Multi Threading) implementations typically sharekettenis2018-06-191-1/+5
* Move the declarations of the raw ip and ip6 pcb tables into thebluhm2018-06-021-5/+1
* Add missing #include "audio.h" needed for the NAUDIO macro.ratchov2018-05-271-1/+3