Age | Commit message (Expand) | Author |
1999-11-21 | if select returns writable on a pipe, the write should not return | Theo de Raadt |
1999-11-17 | allow to compile without -DFFS. okay deraadt@ | David Leonard |
1999-11-13 | FIBMAP ioctl from Linux, only usable on ISO 9660 FS. Note that the lba | Angelos D. Keromytis |
1999-11-11 | Pool will not work with old vm and is only used by uvm. Remove non-uvm code. | Artur Grabowski |
1999-11-07 | add APM powerhooks. | Niels Provos |
1999-11-05 | s/memset/bzero/; art@ ok | Michael Shalayeff |
1999-11-05 | more stack direction fixes; art@ ok | Michael Shalayeff |
1999-10-29 | Use M_PIPE instead of M_TEMP. | Artur Grabowski |
1999-10-29 | Remove the "Direct write" code. | Artur Grabowski |
1999-10-27 | Actually make ASYNC pipes generate SIGIO. | Niklas Hallqvist |
1999-10-18 | force FDSCRIPTS after include files are pulled in | Theo de Raadt |
1999-10-14 | Fix for PR 871. | cmetz |
1999-10-11 | for AF_UNIX, do not follow symlinks when creating sockets, terminate | Theo de Raadt |
1999-10-04 | save user configuration in some magic buffer, which config -e can read; maja | Theo de Raadt |
1999-10-01 | remove dependency on external storage managed by mclusters and | Jason Wright |
1999-09-27 | do not attempt to run NetBSD binaries using native emul | kstailey |
1999-09-25 | clean up | kstailey |
1999-09-20 | clean up | kstailey |
1999-09-19 | improved OS brand PT_NOTE detection | kstailey |
1999-09-19 | use PT_NOTE to identify NetBSD ELF64 binaries | kstailey |
1999-09-12 | Fix rootdev handling, use disk checksums to find the device we were booted | Tobias Weingartner |
1999-09-12 | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | kstailey |
1999-09-12 | grammer | kstailey |
1999-09-12 | style(9) | Niklas Hallqvist |
1999-09-10 | use clrnd(round_page(size)) instead of roundup(size, CLBYTES). | Artur Grabowski |
1999-09-10 | use round_page(foo) instead of roundup(foo, NBPG) | Artur Grabowski |
1999-09-10 | ELF64 | kstailey |
1999-09-05 | Use stathz to calculate CPU time when available; fixes CPU calculation | Thorsten Lockert |
1999-08-26 | change a & to &&. From dima@best.net | Artur Grabowski |
1999-08-20 | more paranoid check of the refcount in vfs_register | Artur Grabowski |
1999-08-17 | There was a line missing in the commit from rev 1.6 that resulted in | Todd C. Miller |
1999-08-17 | initialize an incorrectly uninitialized variable | Artur Grabowski |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-08-15 | Adopt NetBSD fix for scheduler problems (nice was broken). From the NetBSD | Paul Janzen |
1999-08-12 | Probe svr4 before linux | Niklas Hallqvist |
1999-08-09 | unique panic messages | Theo de Raadt |
1999-08-09 | make panic messages unique | Theo de Raadt |
1999-08-09 | Stop profiling (see profil(2)) when we execve() a new process; ross@netbsd.org | Todd C. Miller |
1999-08-08 | From NetBSD; new device detaching infrastructure. | Niklas Hallqvist |
1999-08-08 | From NetBSD; vdevgone, used for revoking access to device nodes when they | Niklas Hallqvist |
1999-08-08 | regen | Niklas Hallqvist |
1999-08-08 | compat_22 was never used | Niklas Hallqvist |
1999-08-05 | From NetBSD; config_defer to defer configuration of a device until after all | Niklas Hallqvist |
1999-08-04 | optimize poll() for small nfds, by avoiding malloc | Theo de Raadt |
1999-07-30 | do not permit regular users to chflags/fchflags on chr or blk devices -- | Theo de Raadt |
1999-07-23 | Remove obsolete detach logic in preparation of a newer one | Niklas Hallqvist |
1999-07-20 | correct os_mask handling for OLF; pefo | Theo de Raadt |
1999-07-18 | on exec, clear P_NOCLDWAIT; ambrisko@whistle.com | Theo de Raadt |
1999-07-18 | ugly C | Theo de Raadt |
1999-07-17 | correct fork statistics for UVM | Artur Grabowski |