summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1996-06-12sync to 0611Theo 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-12/* within commentTheo de Raadt
1996-06-12SIGSEGV alwaysTheo de Raadt
1996-06-12SIGSEGV alwaysTheo de Raadt
1996-06-11includes target for pcvt include fileTheo de Raadt
1996-06-11no need for a keycap database backupTheo de Raadt
1996-06-11Include ATAPI MI driversNiklas Hallqvist
1996-06-11tty_attach()Theo de Raadt
1996-06-11use void * for pa/va instead of caddr_tTheo de Raadt
1996-06-11use intr_findvec()Theo de Raadt
1996-06-11call am7990_config()Theo de Raadt
1996-06-11delete intr_freevec(), add intr_findvec() [more flexible interface]Theo de Raadt
1996-06-11Kernel-implementation of update(8) my meThorsten Lockert
1996-06-10Remove the lkmenodev prototypeNiklas Hallqvist
1996-06-10Fix typo in commentNiklas Hallqvist
1996-06-10Some cleanup for -Wall -Wstrict-prototypesNiklas Hallqvist
1996-06-10If we use GCC, tell the compiler that scheduler() do not returnNiklas Hallqvist
1996-06-10Include <machine/cpu.h>.Per Fogelstrom
1996-06-10* Keep the cappage in the acd_softc.Jason Downs
1996-06-10syncTheo de Raadt
1996-06-10tty_attach()Theo de Raadt
1996-06-10sync to 0607Theo de Raadt
1996-06-10tty_attach()Theo de Raadt
1996-06-10tty_attach()Theo de Raadt
1996-06-10tty statsTheo de Raadt
1996-06-10do not check SDEV_MEDIA_LOADED because it does not matterTheo de Raadt
1996-06-10do not lose an mbuf, ensure MCLGET did not give a chainTheo de Raadt
1996-06-10align correct for 64 bit in NWDELAYHASHTheo de Raadt
1996-06-10init sc_unit properlyTheo de Raadt
1996-06-10pull string.h at right placeTheo de Raadt
1996-06-1064 bit cleanTheo de Raadt
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-10internationalize, 64 bit cleanTheo de Raadt
1996-06-10files.oldconf strip supportTheo de Raadt
1996-06-10exec_elf if native_elf optionTheo 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-10enqueue eject for mcdclose()Theo de Raadt
1996-06-10Several changes:Jason Downs
1996-06-09emulation name is "native elf"Theo de Raadt
1996-06-09support MTIOCTOP's MTOFFL to mean "eject"Theo de Raadt
1996-06-09Don't want DDBThorsten Lockert
1996-06-09Bug fix from Manuel.Jason Downs
1996-06-09Not used any longer. Mips uses kern/exec_elf.c now.Per Fogelstrom
1996-06-09acd.c: Removed some pointless code, cleaned up some more debug statements.Jason Downs
1996-06-09Declare tickfixcnt only ifndef NTP.briggs