Age | Commit message (Expand) | Author |
1996-07-23 | make printf/addlog return 0, for compat to userland | Theo de Raadt |
1996-07-21 | Ensure we never use more than one callout table slot | Thorsten Lockert |
1996-07-19 | Fixed NetBSD pr #2633 (douzzer@mit.edu)--Be slightly more reasonable | dm |
1996-07-11 | do not lose setuid flag | Theo de Raadt |
1996-07-02 | pretty | Theo de Raadt |
1996-07-02 | unsigned usec can go negative, should be added in as is; netbsd pr#2585; Juer... | Theo de Raadt |
1996-07-02 | -Wall & -Wstrict-prototype fixes | Niklas Hallqvist |
1996-06-29 | Add external declaration for osversion[] | Thorsten Lockert |
1996-06-29 | MIssed this one in previous commit; make uname(1) and uname(3) do the | Thorsten Lockert |
1996-06-29 | fix. add to tags all the gnu ... | Michael Shalayeff |
1996-06-29 | put ext2fs into tags too. | Michael Shalayeff |
1996-06-27 | More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&". | Mats O Jansson |
1996-06-27 | Add ext2fs to the vfssw | Jason Downs |
1996-06-26 | expand %d is panicstr | dm |
1996-06-26 | When a dirty buffer is written to, don't move it to the tail of the | Thorsten Lockert |
1996-06-26 | New safer userconf_number, more can be terminated with q, if more than one | Mats O Jansson |
1996-06-25 | consider umask for AF_UNIX bind() | Theo de Raadt |
1996-06-23 | Added support for user modifiable kernel at boot (-c) /maja | Mats O Jansson |
1996-06-21 | allow LKM listing. | Michael Shalayeff |
1996-06-21 | allocate LKM slot dynamically. | Michael Shalayeff |
1996-06-20 | calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, br... | Theo de Raadt |
1996-06-20 | kern_malloc() can fail in canwait case if no more map space; return NULL in | Theo de Raadt |
1996-06-20 | if kmem_malloc() fails to allocate a cluster, call m_reclaim(). log | Theo de Raadt |
1996-06-18 | sick netbsd alpha hack (why not do what other ports do?) | Theo de Raadt |
1996-06-17 | Change from my, umm, BSD/OS tree: allow root to run TIOCGPGRP on anything. | Jason Downs |
1996-06-16 | Whoops. Don't forget to take alignment into account when processing file. | etheisen |
1996-06-16 | only call config_init() once | Theo de Raadt |
1996-06-15 | elf_check_header() is now fully functional. Still need to add OS checks. | etheisen |
1996-06-14 | from pk; protect some more stuff with splbio | Theo de Raadt |
1996-06-12 | notdef NTP, do not build ntp_gettime/ntp_adjtime | Theo de Raadt |
1996-06-12 | warning: variable might be used uninitialized -- sucks | Theo de Raadt |
1996-06-11 | Kernel-implementation of update(8) my me | Thorsten Lockert |
1996-06-10 | data structure handling fix | Theo de Raadt |
1996-06-10 | tty_init/attach/detach() | Theo de Raadt |
1996-06-10 | call tty_init() and config_init() | Theo de Raadt |
1996-06-10 | emul_elf has a name of "native" | Theo de Raadt |
1996-06-10 | use a shorter emul name | Theo de Raadt |
1996-06-09 | emulation name is "native elf" | Theo de Raadt |
1996-06-09 | Declare tickfixcnt only ifndef NTP. | briggs |
1996-06-07 | Exec format config changes | Per Fogelstrom |
1996-06-06 | catq: must spltty before playing | Theo de Raadt |
1996-06-06 | Paging exec_elf + mips enhancements | Per Fogelstrom |
1996-06-05 | catq() optimizations; if to queue is empty, swapping clist structures is faster | Theo de Raadt |
1996-06-02 | explictly state getvnode's return type | Niklas Hallqvist |
1996-05-28 | thread changes | Theo de Raadt |
1996-05-27 | native emul is now called "native" | Theo de Raadt |
1996-05-24 | When INSECURE is not defined, leave securelevel in the BSS so the kernel | dm |
1996-05-23 | force securelevel to 0 | Theo de Raadt |
1996-05-22 | fiddling | Theo de Raadt |
1996-05-22 | fix obscure problem involving ptrace of init | Theo de Raadt |