summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
1996-11-09Implement CREADThorsten Lockert
1996-11-09Use passed-in process, not curproc to determine if the process is in theThorsten Lockert
1996-11-060377 handling in ISTRIP/PARMRK modeTheo de Raadt
1996-11-06Get vnode locking right when verifying pathnames ending in '/' are directoriesThorsten Lockert
1996-11-06Temporarily disable special-case for trailing '/' in pathname lookupsThorsten Lockert
1996-11-06dk_mountroot() uses ioctl to read disklabelTheo de Raadt
1996-11-06mountroot is prototyped elsewhereTheo de Raadt
1996-11-05Add more cases that should generate SIGTTOUThorsten Lockert
1996-11-05Correct error returns from tcsetpgrp() aka ioctl(, TIOCSPGRP, )Thorsten Lockert
1996-11-04support _POSIX_VDISABLE for VEOF and VEOL tooTheo de Raadt
1996-11-04permit locking on devicesTheo de Raadt
1996-11-04If VMIN=0, and timer>0 and expires, read should return 0Theo de Raadt
1996-11-01Pull in changes from Manuel.Jason Downs
1996-10-29syncTheo de Raadt
1996-10-29prettyTheo de Raadt
1996-10-28Disallow null strings ("") as path names; ignore trailing / on path names,Thorsten Lockert
1996-10-28More argument checking of fcntl(, F_GETLK, )Thorsten Lockert
1996-10-27Better error checking for lseek(2)Thorsten Lockert
1996-10-27Signal handling now fully POSIX.1-1990 compliantThorsten Lockert
1996-10-27Allow kill(, 0) on process groups that hold only zombies; per POSIXThorsten Lockert
1996-10-27Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id,Thorsten Lockert
1996-10-27Don't verify that euid has write permissionThorsten Lockert
1996-10-27Correct last fixThorsten Lockert
1996-10-26Verify arguments to fcntl(, F_GETLK, )Thorsten Lockert
1996-10-26Verify that options to wait4() are legalThorsten Lockert
1996-10-26Verify that pgid argument to setpgid() is legalThorsten Lockert
1996-10-26A process can send a signal to another process if the uid of the signallingThorsten Lockert
1996-10-26rename(from, to) where from and to are the name file (linked) is a no-opThorsten Lockert
1996-10-20Make it build with -Wparentheses.dm
1996-10-20Further limit the cases where we write core filesThorsten Lockert
1996-10-19random device is permanent now.Michael Shalayeff
1996-10-19__assert added, impl from netbsd, however put elsewhere. use it insteadNiklas Hallqvist
1996-10-18As alpha uses device_register, it needs its proto tooNiklas Hallqvist
1996-10-18From Keith Bostic, with some minor changes:Thorsten Lockert
1996-10-14make gcc -Wall happy for lkms...Michael Shalayeff
1996-10-12Correct sys_pipe's 3rd arg type, alpha needs itNiklas Hallqvist
1996-10-12i added a fair bit to thisTheo de Raadt
1996-10-07a teeny bit more careTheo de Raadt
1996-10-07clear quotes not buf; from hbriceno@lcs.mit.eduTheo de Raadt
1996-10-04usermount sysctl, default to prevent users from using mount syscallTheo de Raadt
1996-10-04updateTheo de Raadt
1996-10-04sys_getfh is NFSCLIENT|NFSSERVERTheo de Raadt
1996-10-02copyinstr correctly; spotted by bitbltTheo de Raadt
1996-09-27Format type fix (%d -> %ld) in debugging/DDB printf.briggs
1996-09-24no mknod in chrootTheo de Raadt
1996-09-24unescapeable chroot; thanks to nirva and asriel for helpingTheo de Raadt
1996-09-21fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10monthTheo de Raadt
1996-09-20`solve' the syn bomb problem as well as currently known; add sysctl's forTheo de Raadt
1996-09-16Be less verbose if we have been compiled without DEBUGThorsten Lockert
1996-09-12ok, must have read access at least.Per Fogelstrom