summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix ps(1) LIM columnkstailey1997-11-061-1/+3
|
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-3/+6
|
* back out vfs lite2 till after 2.2deraadt1997-10-061-6/+3
|
* VFS Lite2 Changescsapuntz1997-10-061-3/+6
|
* changes for ps "emul" optionkstailey1997-09-031-1/+3
|
* wasn't a race after all. properly initialize event_q pointers so theflipk1997-06-221-1/+5
| | | | last one doesn't point off the end.
* revert, there's a nasty race condition here.flipk1997-06-211-5/+1
|
* split the treatment of the random eventsmickey1997-06-141-1/+5
| | | | | | | | event_q by flipk@ spl fix by deraadt@ gother statistics about whole processing use 'sysctl kern.random' to view what had happened also fix wrong vm.psstrings description
* Make kern.osrevision (sysctl) and /kern/osrev report value ofmillert1997-03-271-2/+2
| | | | OpenBSD define, not BSD which is a bit more useful.
* loginname copying in fill_eproc; gwing@primenet.com.auderaadt1997-03-261-2/+3
|
* usermount sysctl, default to prevent users from using mount syscallderaadt1996-10-041-1/+4
|
* `solve' the syn bomb problem as well as currently known; add sysctl's forderaadt1996-09-201-1/+6
| | | | | | SOMAXCONN (kern.somaxconn), SOMINCONN (kern.sominconn), and TCPTV_KEEP_INIT (net.inet.tcp.keepinittime). when this is not enough (ie. overfull), start doing tail drop, but slightly prefer the same port.
* Make {,f}chown(2) behaviour POSIX.1 compliant with SUID / SGID filestholo1996-08-081-3/+1
| | | | | | | Enable CTL_FS processing by sysctl(3) Add CTL_FS request to disable clearing SUID / SGID bit when a files owner or group is changed by root Make sysctl(8) understand CTL_FS requests
* Add external declaration for osversion[]tholo1996-06-291-2/+2
|
* MIssed this one in previous commit; make uname(1) and uname(3) do thetholo1996-06-291-1/+3
| | | | right thing for the version field
* When INSECURE is not defined, leave securelevel in the BSS so the kerneldm1996-05-241-2/+2
| | | | binary is harder to patch. (Basically undo last change).
* force securelevel to 0deraadt1996-05-231-3/+3
|
* Allow the security level to be lowered when in security level 0dm1996-04-231-2/+3
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-4/+3
|
* NetBSD 960317 mergeniklas1996-04-191-2/+4
|
* Added: sysctl access to the ddb variables.mickey1996-03-301-1/+10
| | | | | | Fixed: "netbsd" strings in sym table handling routines. now it is usefull to change max_{width,line} according to your real console geometry, just w/ sysctl program.
* From NetBSD: 960217 mergeniklas1996-03-031-21/+27
|
* initial import of NetBSD treederaadt1995-10-181-0/+722