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