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