Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-17 | Don't allow root to set the clock back in time if securelevel > 1. This | Todd C. Miller | |
got nuked when settime() was added. | |||
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-10-01 | added 'q' modifier (64-bit integers) in kernel vsprintf/kprintf | Angelos D. Keromytis | |
1997-09-27 | Cleaning up my tree.. that is why nits like this extra blank line | Niklas Hallqvist | |
gets committed | |||
1997-09-24 | s/DEBUG/LKM_DEBUG/g | Michael Shalayeff | |
1997-09-18 | it is definately wrong to initialize the pgid at open() time because the | Theo de Raadt | |
uid/euid used for checking in csignal() is controlled by whoever used TIOCSPGRP previously. | |||
1997-09-15 | From FreeBSD (joerg@freebsd.org): | Todd C. Miller | |
Implement SA_NOCLDWAIT by reparenting kids of processes that have the appropriate bit set to PID 1, and let PID 1 handle the zombie. This assumes that PID 1 will wait for its kids (which is true of init). This also includes some FreeBSD sigaction.2. | |||
1997-09-12 | add copyright for the work i did in csignal() | Theo de Raadt | |
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 | |
and euid as well, then deliver them using new csignal() interface which ensures that pgid setting process is permitted to signal the pgid process(es). Thanks to newsham@aloha.net for extensive help and discussion. | |||
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 ↵ | Theo de Raadt | |
from abelits@phobos.illtel.denver.co.us | |||
1997-08-20 | In m_split(), restore m_pkthdr.len to original length if we | Todd C. Miller | |
get an error. From Koji Imada <koji@math.human.nagoya-u.ac.jp> | |||
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 | |
make a read(2) on an open'd directory return 0 bytes. always. | |||
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 | |
say PnP? Anyways, this stuff just adds the ability to register the extents on creation, etc, etc... Someone needs to add a DDB command "show extent", to make this really usefull... ;-) | |||
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 | |
last one doesn't point off the end. | |||
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 | |
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 | |||
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 | |