summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename tame() to pledge(). This fairly interface has evolved to be morederaadt2015-10-091-4/+4
* track sizes for free in sysctl_diskinit(); ok krwderaadt2015-09-281-3/+7
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-131-3/+3
* Convert _TM_ flags to TAME_ flags, collapsing the entire mappingderaadt2015-09-111-2/+2
* Only include <sys/tame.h> in the .c files that need itguenther2015-09-111-1/+2
* sizes for free(); ok sthenderaadt2015-09-101-4/+5
* Fix !INET6 build.mpi2015-09-031-2/+5
* Rework the UNIX domain socket garbage collector, including ideas fromguenther2015-08-281-2/+2
* Move to tame(int flags, char *paths[]) API/ABI.deraadt2015-08-221-2/+1
* Unfortunately netstat did not show sockets without file descriptorsbluhm2015-08-031-19/+59
* tame(2) is a subsystem which restricts programs into a "reduced featurederaadt2015-07-191-1/+5
* For each file in sysctl(KERN_FILE_BYFILE), FILLIT() calls fill_file(),bluhm2015-05-181-9/+21
* Replace the hand-crafted list of datagram unix domain sockets withbluhm2015-03-281-3/+5
* Extend struct kinfo_file a bit so that netstat has all the info it needs.claudio2015-02-111-1/+21
* Prefer arg != 0 over arg for non-boolean. nitted kettenis@guenther2015-02-111-2/+2
* sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredguenther2015-02-111-6/+3
* Change the way stackgap_random is applied. Instead of applying it within themiod2015-02-091-2/+1
* Move ps_strings "after" the random stackgap. This makes its location akettenis2015-01-201-3/+5
* Add dmesg -s support, to view the output of rc(8) system startup messages.mpf2015-01-131-7/+18
* sysctl kern.global_ptrace.tedu2014-12-121-1/+8
* sysctl_proc_vmmap(): Allow retrieving "self" VM mapping without privilege.uebayasi2014-12-121-7/+11
* convert bcopy to memcpy. ok millerttedu2014-12-101-3/+3
* Allow only root to use KERN_PROC_VMMAP until it is really proven safe.uebayasi2014-12-051-1/+6
* Introduce a new sysctl to retrieve VM map entriesuebayasi2014-12-051-1/+101
* missed a file when removing KERN_VNODE.tedu2014-11-191-3/+1
* delete the KERN_VNODE sysctl. it fails to provide any isolation from thetedu2014-11-191-3/+1
* Replace a plethora of historical protection options with justderaadt2014-11-161-2/+2
* Put the socket splicing fields into a seperate struct sosplice thatbluhm2014-11-031-5/+6
* add a few sizes to freetedu2014-11-011-7/+7
* redo the performance throttling in the kernel.tedu2014-10-171-20/+9
* back out; does not even compilederaadt2014-10-111-83/+9
* resurrect a many year old diff. move CPU throttling into the kernel,tedu2014-10-111-9/+83
* Remove non-standard <sys/dkstat.h> header. It has not contained anythingmiod2014-09-151-3/+2
* Remove global cp_time[] array; no longer used now that all arches implementmiod2014-09-041-2/+2
* Bye bye /dev/cryptomikeb2014-08-201-16/+1
* dont rely on mbuf.h to provide pool.h.dlg2014-08-181-1/+2
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* zero random buf for sysctl too, just in casetedu2014-07-171-1/+2
* Introduce PS_NOBROADCASTKILL a process flag that excludes processes fromclaudio2014-07-131-1/+48
* use mallocarray where arguments are multipled. ok deraadttedu2014-07-131-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-10/+10
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-2/+1
* pull the rx ring accounting out of the mbuf layer now that its all donedlg2014-07-081-3/+3
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-041-50/+59
* Rather than truncating KERN_ARND requests silently, return EINVALderaadt2014-06-141-2/+2
* temporarily (maybe 3 weeks?) crank KERN_ARND maximum buffer from 256deraadt2014-06-141-2/+2
* Add bounds checks for CTL_DEBUG sysctl variable.matthew2014-06-111-1/+3
* When looking at another process, use the data from struct processguenther2014-05-171-21/+21
* Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM,guenther2014-05-041-15/+9
* If P_ZOMBIE(pr->ps_mainproc) is true, then (pr->ps_flags & PS_EXITING)guenther2014-05-031-8/+8