Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-27 | include libkern.h prior to stand.h to not to collide m{in,ax} definitions. | Michael Shalayeff | |
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-12 | Arrival of new bus.h from NetBSD | Niklas Hallqvist | |
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-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-10-18 | -Wall happiness | Niklas Hallqvist | |
1996-10-18 | device_register proto added | Niklas Hallqvist | |
1996-10-17 | -Wall happiness | Niklas Hallqvist | |
1996-10-04 | sync | Theo de Raadt | |
1996-09-20 | do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵ | Theo de Raadt | |
erik@aarhus1.uni-c.dk | |||
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-23 | Removed DDB again, as it is missing a lot of stuff. Added COMPAT_OSF1 | Niklas Hallqvist | |
which at least compiles... | |||
1996-08-05 | Sync with current conf/ directory | Niklas Hallqvist | |
1996-08-05 | config file removed in NetBSD | Niklas Hallqvist | |
1996-08-02 | Add the first OpenBSD/alpha running machine: OPAL | Niklas Hallqvist | |
1996-07-31 | kernel is /bsd, and we are OpenBSD | Niklas Hallqvist | |
1996-07-31 | We are OpenBSD! | Niklas Hallqvist | |
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist | |
1996-07-29 | Bring forward alpha configuration files to 0722. Add OpenBSD | Niklas Hallqvist | |
tags. s/netbsd/bsd/. Add ATAPI and dummy PCMCIA defines. | |||
1996-07-28 | sync 0722 | Theo de Raadt | |
1996-07-27 | handle RB_CONFIG | Theo de Raadt | |
1996-07-15 | add rnd driver | Michael Shalayeff | |
1996-06-24 | kernel is /bsd | Theo de Raadt | |
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-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-27 | native emul is now called "native" | Theo de Raadt | |
1996-05-15 | add all the possible SCSI device types to the GENERIC configs. | Michael Shalayeff | |
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-03-26 | From NetBSD: vnode_if.[ch] made machine independent. | Michael Shalayeff | |
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;) | |||
1996-03-24 | Do not define __indr_reference when running lint(1) | Thorsten Lockert | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
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-30 | from netbsd: support more gcc versions | Theo de Raadt | |
1995-12-27 | from netbsd: | Theo de Raadt | |
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | |||
1995-12-26 | from netbsd; deal with ufs -> ffs transition | Theo de Raadt | |
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 | |
portability definitions for machine-independent TC configuration code. | |||
1995-12-26 | from netbsd: move DELAY's functionality into delay() | Theo de Raadt | |