Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-12 | fix typecast; janjaap@stack.nl | Theo de Raadt | |
1997-02-09 | shadowed variable caused si_addr to be incorrect | Theo de Raadt | |
1997-02-06 | From theo: use VM_PROT_* types and pass address nicely | Niklas Hallqvist | |
1997-02-06 | Fixed some missing declarations and such. Still sth to fix for Theo :-) | Niklas Hallqvist | |
1997-02-03 | More siginfo implementations (alpha and mips might even work) | Theo de Raadt | |
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation. | |||
1997-02-03 | initial cut at siginfo | Theo de Raadt | |
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist | |
1997-01-17 | don't update battery backed up clock if system time is wrong from begin | kstailey | |
in ddb. | |||
1996-12-08 | Merge to NetBSD 961107, i.e. mostly new bus.h | Niklas Hallqvist | |
1996-11-23 | remrq -> remrunqueue | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-14 | Add memcpy entrypoint to bcopy et al. With this, in-tree gcc now | Niklas Hallqvist | |
compiles a kernel which can be booted. In-tree as still loses though. | |||
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-06 | use dk_mountroot | Theo de Raadt | |
1996-11-06 | add blktochr() | Theo de Raadt | |
1996-11-06 | fix mountroot type | Theo de Raadt | |
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-19 | random device is permanent now. | Michael Shalayeff | |
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist | |
1996-07-27 | handle RB_CONFIG | Theo de Raadt | |
1996-07-15 | add rnd driver | Michael Shalayeff | |
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-05-27 | native emul is now called "native" | Theo de Raadt | |
1996-05-08 | fix reboot panic. | Michael Shalayeff | |
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff | |
add lkmenodev prototype. | |||
1996-01-12 | from netbsd; | Theo de Raadt | |
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||
1996-01-12 | SIGBUS is an alignment fault. SIGSEGV is an access violation | Theo de Raadt | |
1996-01-05 | ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵ | Theo de Raadt | |
pr#1784 | |||
1995-12-26 | from netbsd: | Theo de Raadt | |
IO bus for 3000-family boxes is now "tcasic" when then attaches tc. esp_iomem is unnecessary, has been unnecessary for a while, apparently. | |||
1995-12-26 | from netbsd: if subdevice not configured, print something out about it. | Theo de Raadt | |
1995-12-26 | from netbsd: | Theo de Raadt | |
deal with renaming of asic to ioasic, and other new-tc-config changes | |||
1995-12-14 | update to netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |