Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1995-12-26 | from netbsd: | Theo de Raadt | |
deal with renaming of asic to ioasic, and other new-tc-config changes | |||
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-26 | from netbsd; rename TC 'asic' to 'ioasic' | Theo de Raadt | |
1995-12-21 | from netbsd; cpu_setstack() is depricated | Theo de Raadt | |
1995-12-18 | from netbsd | Theo de Raadt | |
1995-12-14 | update to netbsd | Theo de Raadt | |
1995-11-13 | do not use -fno-builtin for kernels; the reasons why are manifold | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |