Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-04 | convert sfb and cfb to use new wscons; from NetBSD. | Eric Jackson | |
2000-07-05 | change the esp scsi driver name to asc as not to conflict with | Eric Jackson | |
the ncr53c9x driver. ok niklas@ | |||
2000-02-04 | esp_init collides with netinet; renamed it | Theo de Raadt | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-11-21 | when mmap'ing check for offset >= size, not just > size and disallow ↵ | Todd C. Miller | |
negative offsets; mrg@netbsd.org | |||
1998-08-04 | fix type of resid in printf | Todd C. Miller | |
1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as | Niklas Hallqvist | |
well. $OpenBSD$ tagging | |||
1997-07-31 | text video attributes, tested only on vga, send me E-mail if it breaks ↵ | kstailey | |
something, thx. | |||
1997-07-19 | Protect against overlapping copies | Niklas Hallqvist | |
1997-04-10 | __C -> __abs_c for consistency with usage in tc_* | Todd C. Miller | |
1997-04-10 | Add missing __C #define | Todd C. Miller | |
1997-04-02 | Better implementation of buf_space_*_raw_multi_* that deals well | Niklas Hallqvist | |
with unaligned buffers | |||
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist | |
1996-12-08 | Merge to NetBSD 961107, i.e. mostly new bus.h | Niklas Hallqvist | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-10-30 | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. | Niklas Hallqvist | |
-Wall -Wstrict-prototypes -Wmissing-prototypes too. | |||
1996-10-18 | -Wall happiness | Niklas Hallqvist | |
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist | |
1996-06-18 | sync to 0616, retaining local diffs | Theo de Raadt | |
1995-12-26 | from netbsd: | Theo de Raadt | |
machine-independent TurboChannel bus configuration. These files deal with stuff like: (1) configuring built-in devices, (2) looking at TC slots configuring any devices found. The lists of slots, slot locations, etc. and built-in devices are provided by machine-dependent code. Interrupt handling is also provided by machine-dependent code, but the MD code provides hooks so that standard names for 'establish' and 'disestablish' can be used in drivers. This code requires <machine/tc_machdep.h>, which defines some portability types specific to the TurboChannel bus code. | |||
1995-12-14 | update to netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |