Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-18 | INSTALL kernel not needed any more, we use GENERIC in our miniroots | Niklas Hallqvist | |
1996-10-08 | Support isaed | Niklas Hallqvist | |
1996-10-04 | Merge of NetBSD 1.2 (961004) | Niklas Hallqvist | |
1996-10-04 | OpenBSD tags & kernel name | Niklas Hallqvist | |
1996-10-04 | Plug'n'play & cyclades not yet supported on Amiga ISA | Niklas Hallqvist | |
1996-10-04 | Actually Neil runs this kernel since long (it is just trimmed) | Niklas Hallqvist | |
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-09-04 | Enable extra scsi drives and scanners | Niklas Hallqvist | |
1996-08-31 | disable TCP_COMPAT_42 | Theo de Raadt | |
1996-08-31 | disable TCP_COMPAT_42 | Theo de Raadt | |
1996-08-23 | From NetBSD: A config suitable for installs | Niklas Hallqvist | |
1996-08-19 | Oops major {fd = 2} was doubly specified | Niklas Hallqvist | |
1996-08-19 | Merge of Late July NetBSD + s/options/option/ | Niklas Hallqvist | |
1996-08-19 | IDE & ATAPI added, s/options/option/ | Niklas Hallqvist | |
1996-08-19 | Include generic GENERIC :-) Add ISA-support. Merge NetBSD Late July | Niklas Hallqvist | |
1996-08-19 | Remove some dependencies on Makefile, an amiga is slow as it is.. | Niklas Hallqvist | |
1996-08-19 | Added wd, fd & acd major numbers. Fixed a typo. Fake isadma define. | Niklas Hallqvist | |
1996-06-11 | Include ATAPI MI drivers | Niklas Hallqvist | |
1996-06-04 | Feed -g to $CC when compiling CRASH's kernel | Niklas Hallqvist | |
1996-06-02 | Our gcc needs -Wno-format for kernel compiles when using -Wall -Werror | Niklas Hallqvist | |
1996-05-31 | -Wno-uninitialized is a good idea when doing -Wall -Werror | Niklas Hallqvist | |
1996-05-29 | Merge of 960526 NetBSD | Niklas Hallqvist | |
1996-05-28 | Neil Brewitt's (first OpenBSD/Amiga "user") kernel config | Niklas Hallqvist | |
1996-05-28 | depend uses :: as operator | Niklas Hallqvist | |
1996-05-28 | update the isaed driver to better reflect the current MI ed one | Niklas Hallqvist | |
1996-05-15 | add all the possible SCSI device types to the GENERIC configs. | Michael Shalayeff | |
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Make the MI LANCE driver standalone, and use cfattach to resolve naming conflicts between bus attachments on ports that can have multiple instances of the LANCE. | |||
1996-05-07 | Add back all the stuff I've had to remove due to kernel growth + MSDOSFS | Niklas Hallqvist | |
1996-05-07 | Add SCSI scanner and MSDOSFS support | Niklas Hallqvist | |
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
Give example for INSECURE option in the GENERIC config file in a comment. Closes PR 2355 giving a different explanation of the option than proposed. | |||
1996-05-04 | Remove lots of stuff to remain below 960k limit of my machine :-( | Niklas Hallqvist | |
1996-05-02 | Define pcmcia as a dummy device for the sake of files.isa inclusion | Niklas Hallqvist | |
1996-05-02 | Sync with NetBSD 9600430. The port has gone over a major -Wall treat | Niklas Hallqvist | |
1996-04-27 | Bring forward the Amiga ISA support, and resolve a conflict with if_ed | Niklas Hallqvist | |
1996-04-24 | Add network config dependencies. | Michael Shalayeff | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
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 | 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-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-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-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-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-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 | netbsd -> bsd | Niklas Hallqvist | |