Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-30 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
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 | The delay functions takes unsigned arguments. | Niklas Hallqvist | |
1996-03-24 | Actually make CLKF_BASEPRI do what it's supposed to do. | Niklas Hallqvist | |
1996-03-24 | Use IPL_ constants instead of numeric values. Get rid of sicallbacks | Niklas Hallqvist | |
in favour of the remapped IPL facility. Some argument type fixes as well. | |||
1996-03-24 | UGLY, UGLY hack to force config create a pcmciabus.h file which is | Niklas Hallqvist | |
needed as there are multiattachable ISA devices that need it to exist. | |||
1996-03-24 | Style police | Niklas Hallqvist | |
1996-03-24 | From NetBSD: Add clobbers missing in asm statements | Niklas Hallqvist | |
1996-02-27 | Adapt to our isa_intr_establish interface | Niklas Hallqvist | |
1996-02-26 | Add ISA devices. Compile with -g. Raise to 32 ptys. | Niklas Hallqvist | |
1996-02-26 | Initial checkin of the Amiga ISA-kit | Niklas Hallqvist | |
Set major numbers so config understands sd, st, cd, vnd & ccd From NetBSD: remove generic scsi stuff and use ../../../scsi/files.scsi | |||
1996-02-26 | Initial checkin of the Amiga ISA-kit | Niklas Hallqvist | |
1996-02-26 | From NetBSD: assym.s -> assym.h | Niklas Hallqvist | |
1996-02-26 | From NetBSD: cast to arg to caddr_t (fixes #2114) | Niklas Hallqvist | |
1996-02-26 | From NetBSD: remove local strncmp (fixes #2115) | Niklas Hallqvist | |
1996-02-26 | From NetBSD: | Niklas Hallqvist | |
use newly allocated ethernet address (fixes #2117) | |||
1996-02-26 | From NetBSD: | Niklas Hallqvist | |
remove floating point expressions. gen_cvtab.c generates a conversion table to replace a specific floating point expression in grf_cv.c | |||
1996-02-26 | Add IPL_ and IST_ constants in preparation for the Amiga ISA-kit | Niklas Hallqvist | |
1996-02-24 | LOCORE -> _LOCORE | Niklas Hallqvist | |
1996-02-24 | From NetBSD: | Niklas Hallqvist | |
Fix #includes. | |||
1996-02-24 | remove some trailing whitespace | Niklas Hallqvist | |
1996-02-24 | From NetBSD: | Niklas Hallqvist | |
LOCORE -> _LOCORE assym.s -> assym.h (Some ports did this already.) Use `-traditional-cpp' when building .s and .S files. Clone these, and fix many bugs. Fix mkdep problems due to missing flags. | |||
1996-02-24 | From NetBSD: vm prototype changes | Niklas Hallqvist | |
1996-02-24 | From NetBSD: Don't define _KERNEL here. | Niklas Hallqvist | |
1996-02-21 | move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkm | Michael Shalayeff | |
for ipl is possible and also, why it is in <machine/conf.c> while it (ipl) is in <net/*> ??? | |||
1996-02-06 | Added support for a new (well, I've run it locally for a year or two) | Niklas Hallqvist | |
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h... | |||
1996-02-06 | Added support for a new (well, I've run it locally for a year or two) | Niklas Hallqvist | |
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h... | |||
1996-02-03 | Ensure siop_acb alignment via malloc rather than let alignment depend | chuck | |
on the size of MI data structures that come before it in the softc. Chip will not function properly if alignment is wrong. Detected and fixed by: Chuck Cranor <chuck@ccrc.wustl.edu> and Michael L Hitch <osymh@gemini.oscs.montana.edu> | |||
1996-01-31 | from netbsd: fix typo (Ignatios Souvatzis) | Niklas Hallqvist | |
1996-01-31 | from netbsd: fix loading of 0 to intended value of 256, plus style police | Niklas Hallqvist | |
1996-01-31 | Fix reference to obsolete file | Niklas Hallqvist | |
1996-01-31 | from netbsd: add UNION/UMAPFS <hubert.feyrer@rz.uni-regensburg.de> | Niklas Hallqvist | |
1996-01-31 | from netbsd: aftsc uses afsc.c (S.P.Zeidler & Ignatios Souvatzis) | Niklas Hallqvist | |
1996-01-31 | from netbsd: make sure master enable is set (Ezra Story) | Niklas Hallqvist | |
1996-01-31 | from netbsd: Unify mode support across gfx boards. (Ignatios Souvatzis) | Niklas Hallqvist | |
1996-01-31 | from netbsd: make sure master enable is set. | Niklas Hallqvist | |
Call disk_busy() a bit earlier in case an exceptional condition causes fddone() (and thus disk_unbusy()) to be called directly from fdstart(). Pointed out by Ezra Story <ezy@panix.com>. | |||
1996-01-31 | from netbsd: fix bounds check (Klaus Klein) | Niklas Hallqvist | |
1996-01-31 | from netbsd: remove MAXPARTITIONS | Niklas Hallqvist | |
1996-01-31 | from netbsd: add swedish keyboard support by Stefan Pedersen | Niklas Hallqvist | |
1996-01-31 | from netbsd; check for "A4000 bonus" too | Theo de Raadt | |
1996-01-15 | Don't feed ${DEBUG} to the assembler, it doesn't take those args | Niklas Hallqvist | |
anyway. | |||
1996-01-15 | Remove vnode_if.[ch] during a "make clean", per PR#536 from | Theo de Raadt | |
Dan Carosone <danielce@ee.mu.oz.au>. | |||
1996-01-14 | Use dma_cachectl instead of cachectl when writing into the kernel text | Niklas Hallqvist | |
segment. Ordinary cachectl is for userlevel virtual addresses. | |||
1996-01-14 | Add hooks for custom audio players. This is the original untouched | Niklas Hallqvist | |
kernel diffs from Tim Newsham <newsham@hookomo.aloha.net> found in his well-known audio LKM kit. | |||
1996-01-14 | netbsd -> bsd | Niklas Hallqvist | |
1996-01-14 | Fix typo | Niklas Hallqvist | |
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-07 | created devices for the IP filter log on all architectures | dm | |
1996-01-05 | ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵ | Theo de Raadt | |
pr#1784 |