Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-11 | call am7990_config() | Theo de Raadt | |
1996-06-11 | delete intr_freevec(), add intr_findvec() [more flexible interface] | Theo de Raadt | |
1996-06-11 | Kernel-implementation of update(8) my me | Thorsten Lockert | |
1996-06-10 | Remove the lkmenodev prototype | Niklas Hallqvist | |
1996-06-10 | Fix typo in comment | Niklas Hallqvist | |
1996-06-10 | Some cleanup for -Wall -Wstrict-prototypes | Niklas Hallqvist | |
1996-06-10 | If we use GCC, tell the compiler that scheduler() do not return | Niklas Hallqvist | |
1996-06-10 | Include <machine/cpu.h>. | Per Fogelstrom | |
1996-06-10 | * Keep the cappage in the acd_softc. | Jason Downs | |
* If TYPE_DAD, and removable, assume it's a busted CD-ROM. * Print out some cappage data in attach, and other cosmetic changes. | |||
1996-06-10 | sync | Theo de Raadt | |
1996-06-10 | tty_attach() | Theo de Raadt | |
1996-06-10 | sync to 0607 | Theo de Raadt | |
1996-06-10 | tty_attach() | Theo de Raadt | |
1996-06-10 | tty_attach() | Theo de Raadt | |
1996-06-10 | tty stats | Theo de Raadt | |
1996-06-10 | do not check SDEV_MEDIA_LOADED because it does not matter | Theo de Raadt | |
1996-06-10 | do not lose an mbuf, ensure MCLGET did not give a chain | Theo de Raadt | |
1996-06-10 | align correct for 64 bit in NWDELAYHASH | Theo de Raadt | |
1996-06-10 | init sc_unit properly | Theo de Raadt | |
1996-06-10 | pull string.h at right place | Theo de Raadt | |
1996-06-10 | 64 bit clean | Theo de Raadt | |
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 | internationalize, 64 bit clean | Theo de Raadt | |
1996-06-10 | files.oldconf strip support | Theo de Raadt | |
1996-06-10 | exec_elf if native_elf option | 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-10 | enqueue eject for mcdclose() | Theo de Raadt | |
1996-06-10 | Several changes: | Jason Downs | |
* Implemented NetBSD PR#2529, adding ZIP 100. * Added MTIOCTOP support to acd, cd, and sd. * Implemented eject on close for acd, cd, and sd. `mt -f /dev/rcd0d offline' now ejects a mounted {acd|cd|sd} when it is unmounted. | |||
1996-06-09 | emulation name is "native elf" | Theo de Raadt | |
1996-06-09 | support MTIOCTOP's MTOFFL to mean "eject" | Theo de Raadt | |
1996-06-09 | Don't want DDB | Thorsten Lockert | |
1996-06-09 | Bug fix from Manuel. | Jason Downs | |
1996-06-09 | Not used any longer. Mips uses kern/exec_elf.c now. | Per Fogelstrom | |
1996-06-09 | acd.c: Removed some pointless code, cleaned up some more debug statements. | Jason Downs | |
everything: added RCS ids. | |||
1996-06-09 | Declare tickfixcnt only ifndef NTP. | briggs | |
1996-06-09 | Add prototype for hardupdate() ifdef NTP. | briggs | |
1996-06-09 | Add machine/viareg for prototype of via_set_modem(). | briggs | |
1996-06-09 | Implement suggestion from is -- handle _fpfault differently for 040 and | briggs | |
better processors. Basically, don't clear and muck with the exc_pend bit in the BIU for any FP frames on those processors. It is, in fact, unclear if we should check the frame type and only do this for the IDLE frames as there are only three frames (NULL, IDLE, BUSY) and the BIU only appears in the IDLE frame on the 881/882. | |||
1996-06-08 | Sync up with latest NetBSD. | briggs | |
1996-06-08 | NetBSD -> OpenBSD. | briggs | |
1996-06-08 | Initial support ATAPI CD-ROMs. | Jason Downs | |
Based on Manuel Bouyer's drivers. | |||
1996-06-07 | expose a few things for libkvm | Theo de Raadt | |
1996-06-07 | Exec format config changes | Per Fogelstrom | |
1996-06-07 | a NULL curproc could doublefault | Niklas Hallqvist | |
1996-06-06 | MachEmptyWriteBuffer -> wbflush(), remove all MACH_* components from | Theo de Raadt | |
names, use asm.h/cpu.h instead of mach*.h, add $OpenBSD$ some places, use kern/exec_elf.c | |||
1996-06-06 | compile genassym non-kernel, asm.h/cpu.h instead of mach*.h, still using ld.ok | Theo de Raadt | |
1996-06-06 | requires NATIVE_ELF | Theo de Raadt | |