Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix ps(1) LIM column | 1997-11-06 | 1 | -1/+3 | ||
| | ||||||
* | Updates for VFS Lite 2 + soft update. | 1997-11-06 | 1 | -3/+6 | ||
| | ||||||
* | back out vfs lite2 till after 2.2 | 1997-10-06 | 1 | -6/+3 | ||
| | ||||||
* | VFS Lite2 Changes | 1997-10-06 | 1 | -3/+6 | ||
| | ||||||
* | changes for ps "emul" option | 1997-09-03 | 1 | -1/+3 | ||
| | ||||||
* | wasn't a race after all. properly initialize event_q pointers so the | 1997-06-22 | 1 | -1/+5 | ||
| | | | | last one doesn't point off the end. | |||||
* | revert, there's a nasty race condition here. | 1997-06-21 | 1 | -5/+1 | ||
| | ||||||
* | split the treatment of the random events | 1997-06-14 | 1 | -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 of | 1997-03-27 | 1 | -2/+2 | ||
| | | | | OpenBSD define, not BSD which is a bit more useful. | |||||
* | loginname copying in fill_eproc; gwing@primenet.com.au | 1997-03-26 | 1 | -2/+3 | ||
| | ||||||
* | usermount sysctl, default to prevent users from using mount syscall | 1996-10-04 | 1 | -1/+4 | ||
| | ||||||
* | `solve' the syn bomb problem as well as currently known; add sysctl's for | 1996-09-20 | 1 | -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 files | 1996-08-08 | 1 | -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[] | 1996-06-29 | 1 | -2/+2 | ||
| | ||||||
* | MIssed this one in previous commit; make uname(1) and uname(3) do the | 1996-06-29 | 1 | -1/+3 | ||
| | | | | right thing for the version field | |||||
* | When INSECURE is not defined, leave securelevel in the BSS so the kernel | 1996-05-24 | 1 | -2/+2 | ||
| | | | | binary is harder to patch. (Basically undo last change). | |||||
* | force securelevel to 0 | 1996-05-23 | 1 | -3/+3 | ||
| | ||||||
* | Allow the security level to be lowered when in security level 0 | 1996-04-23 | 1 | -2/+3 | ||
| | ||||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -4/+3 | ||
| | ||||||
* | NetBSD 960317 merge | 1996-04-19 | 1 | -2/+4 | ||
| | ||||||
* | Added: sysctl access to the ddb variables. | 1996-03-30 | 1 | -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 merge | 1996-03-03 | 1 | -21/+27 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+722 | ||