Age | Commit message (Expand) | Author |
1997-11-13 | in ttywait(), double check if we need to sleep before sleeping | Theo de Raadt |
1997-11-13 | EXTPROC fix from lite2. | Todd C. Miller |
1997-11-11 | MSG_EOR on SOCK_STREAM is invalid; wollman | Theo de Raadt |
1997-11-11 | uninitialized variable | Niklas Hallqvist |
1997-11-08 | Sync to NetBSD; some extra KNF | Niklas Hallqvist |
1997-11-07 | Fixed hang on shutdown | Constantine Sapuntzakis |
1997-11-07 | EXT2FS somehow disappeared from the list of file systems. | Constantine Sapuntzakis |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist |
1997-11-06 | DEBUG now compiles | Constantine Sapuntzakis |
1997-11-06 | Fixes so that it compiles with #ifdef DEBUG | Constantine Sapuntzakis |
1997-11-06 | Removed i386-specific crud | Constantine Sapuntzakis |
1997-11-06 | fix ps(1) LIM column | kstailey |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-11-06 | mak kernel compiles w/o bios0 | Michael Shalayeff |
1997-11-04 | fix printf formatting of "ps" (aka "show all proc") so that lines never | chuck |
1997-11-04 | import torek's vfprintf() from libc [renamed to kprintf and all | chuck |
1997-10-28 | dkcsum is *really* mandatory. XXX will be done differently later. | Niklas Hallqvist |
1997-10-24 | prevent open() with wrong flags | Theo de Raadt |
1997-10-21 | When the input queues are flushed on a blocked tty, make sure to unblock | Niklas Hallqvist |
1997-10-17 | Don't allow root to set the clock back in time if securelevel > 1. This | Todd C. Miller |
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 |
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 |
1997-09-15 | From FreeBSD (joerg@freebsd.org): | Todd C. Miller |
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 |
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 |