Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-23 | sync to 0622 | Theo de Raadt | |
1996-06-23 | add cy driver | Theo de Raadt | |
1996-06-22 | Assembly version of in_cksum by Dave Richards. >20% faster in the usual | Thorsten Lockert | |
cases, up to 62% faster in other cases. | |||
1996-06-22 | Move struct intrhand to <machine/psl.h> [again] so user-level programs can | Thorsten Lockert | |
get at it. | |||
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | add in "en" ATM device | chuck | |
1996-06-21 | sbus glue for "en" ATM device (only works on sun4c due to lack of support | chuck | |
for IOMMU) | |||
1996-06-20 | don't blow away jtk's rcsid | Jason Downs | |
1996-06-20 | fdformat support: | Jason Downs | |
patches taken from jtk's dosemu for NetBSD 1.1 and updated for the current driver. Some of the code is based an older FreeBSD version of the driver. | |||
1996-06-18 | merge in rev 1.6; emul_native | Theo de Raadt | |
1996-06-18 | sync to 0616, retaining local diffs | Theo de Raadt | |
1996-06-16 | pcvt doesn not recognize IBM Thinkpad keyboards; netbsd pr#2468; jhawk@mit.edu | Theo de Raadt | |
1996-06-16 | leave code out if not XSERVER; netbsd pr#2528; mike.long@analog.com | Theo de Raadt | |
1996-06-16 | init properly incaseof COMCONSOLE; netbsd pr#2510; enami@ba2.so-net.or.jp | Theo de Raadt | |
1996-06-16 | MACHINE_NONCONTIG always on | Theo de Raadt | |
1996-06-16 | use getsn() instead of private getstr() | Theo de Raadt | |
1996-06-16 | fake includes target | Theo de Raadt | |
1996-06-16 | isadma is now a real driver, and the i386 ports needs to use it | Theo de Raadt | |
1996-06-16 | -c == RB_CONFIG; -C == checksum (disabled) | Theo de Raadt | |
1996-06-16 | print better ptdi panic diagnostics | Theo de Raadt | |
1996-06-16 | use getsn() from libkern | Theo de Raadt | |
1996-06-16 | netbsd pr#2547, is@beverly.rhein.de; handle bus errors correctly | Theo de Raadt | |
1996-06-15 | NetBSD PR #2547: wrong bus error detection from is@beverly.rhein.de. | briggs | |
1996-06-15 | Comment industries non use of EM_486. | etheisen | |
1996-06-12 | sync to 0611 | Theo de Raadt | |
1996-06-12 | SIGSEGV always | Theo de Raadt | |
1996-06-12 | SIGSEGV always | Theo de Raadt | |
1996-06-11 | includes target for pcvt include file | Theo de Raadt | |
1996-06-11 | no need for a keycap database backup | Theo de Raadt | |
1996-06-11 | Include ATAPI MI drivers | Niklas Hallqvist | |
1996-06-11 | tty_attach() | Theo de Raadt | |
1996-06-11 | use void * for pa/va instead of caddr_t | Theo de Raadt | |
1996-06-11 | use intr_findvec() | Theo de Raadt | |
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-10 | Fix typo in comment | Niklas Hallqvist | |
1996-06-10 | Include <machine/cpu.h>. | Per Fogelstrom | |
1996-06-10 | sync | Theo de Raadt | |
1996-06-10 | tty_attach() | 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 | Not used any longer. Mips uses kern/exec_elf.c now. | Per Fogelstrom | |
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 | 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 |