Age | Commit message (Expand) | Author |
1997-09-03 | changes for ps "emul" option | kstailey |
1997-09-02 | COMPAT_BSDOS exec and compat changes. | Jason Downs |
1997-08-31 | for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid | Theo de Raadt |
1997-08-31 | mbuf leak repair; mycroft@netbsd | Theo de Raadt |
1997-08-30 | repair all that gunk | Theo de Raadt |
1997-08-30 | empty files suck | Theo de Raadt |
1997-08-29 | regen for prefix ntp system calls with sys_ like other system calls | kstailey |
1997-08-29 | prefix ntp system calls with sys_ like other system calls | kstailey |
1997-08-21 | constrain nfiles so that fdavail() never lies; bug report and test program fr... | Theo de Raadt |
1997-08-20 | In m_split(), restore m_pkthdr.len to original length if we | Todd C. Miller |
1997-08-07 | I know u_short will always be 16 bits, call me a pedant.. | Niklas Hallqvist |
1997-08-04 | let us all try this for a while, and argue amongst ourselves. | Theo de Raadt |
1997-08-01 | only allow setuid if fd_refcnt == 1, due to rfork | Theo de Raadt |
1997-08-01 | disable RFFDG; long explanation... | Theo de Raadt |
1997-07-28 | two unneeded variables; enami@ba2.so-net.or.jp | Theo de Raadt |
1997-07-25 | return EINVAL in case bad locking specified; netbsd | Michael Shalayeff |
1997-07-25 | oops, bad comments | Michael Shalayeff |
1997-07-25 | add {struct,member,export} keywords, tsarna@endicor.com | Michael Shalayeff |
1997-07-25 | indent properly | Theo de Raadt |
1997-07-25 | from netbsd: check user access rights only if UIO_USERSPACE | Michael Shalayeff |
1997-07-23 | No need to doubly include vm/vm.h | Niklas Hallqvist |
1997-07-23 | Add AppleTalk. | denny |
1997-07-20 | vm.h | Theo de Raadt |
1997-07-15 | cannot do this; flipk has found test cases where this fails | Theo de Raadt |
1997-07-12 | Add some more extent stuff, in preperation of PnP. Huh? Did I | Tobias Weingartner |
1997-07-11 | Do not force FOLLOW (to follow symbolic links) when creating new files | Thorsten Lockert |
1997-07-07 | count pages in forkstat, see "vmstat -f" | kstailey |
1997-06-29 | constrain lowwater >= highwater | Theo de Raadt |
1997-06-23 | oops | Theo de Raadt |
1997-06-23 | for SO_SND*/SO_RCV*, clip low-end of parameter to 1 | Theo de Raadt |
1997-06-22 | wasn't a race after all. properly initialize event_q pointers so the | flipk |
1997-06-21 | notes about sysctl additions | Michael Shalayeff |
1997-06-21 | revert, there's a nasty race condition here. | flipk |
1997-06-18 | Switch to the NetBSD implementation of null path handling; by kleink@NetBSD.org | Thorsten Lockert |
1997-06-14 | split the treatment of the random events | Michael Shalayeff |
1997-06-14 | Don't look beyond the end of bdevsw[], from NetBSD PR 3748 by Michael L Hitch | Thorsten Lockert |
1997-06-06 | SO_SNDTIMEO tv_usec calc error; stevens, vol2, p548 | Theo de Raadt |
1997-06-05 | random pid generation, heh | Theo de Raadt |
1997-06-05 | fix sendmsg() credential passing on 64 bit machines, i hope. (this was hellish) | Theo de Raadt |
1997-06-05 | kill the other timers too | Theo de Raadt |
1997-06-05 | delete cannot happen code | Theo de Raadt |
1997-06-04 | clear timer for setuid; kloo | Theo de Raadt |
1997-06-03 | some notes on adding a system call; feel free to expand this document | kstailey |
1997-05-31 | sync to syscalls.master | Theo de Raadt |
1997-05-30 | add getpgid(2) from NetBSD | kstailey |
1997-05-29 | save symtab id after addition to ddb for future use | Michael Shalayeff |
1997-05-22 | missing cr | Theo de Raadt |
1997-05-21 | Use vrele() if the vnode was not locked, not vput() | Thorsten Lockert |
1997-05-12 | for miniroot, translate swap to ffs | Theo de Raadt |
1997-04-28 | The type of a pointer to const characters is not the same as a const pointer | Niklas Hallqvist |