Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-08-23 | From NetBSD: new keymap handling (should be integrated with kbd later) | Niklas Hallqvist | |
1996-08-23 | From NetBSD: Build rules for amiga/stand/loadkmap | Niklas Hallqvist | |
1996-08-23 | From NetBSD: Build rules for amiga/stand | Niklas Hallqvist | |
1996-08-23 | From NetBSD: A config suitable for installs | Niklas Hallqvist | |
1996-08-23 | From NetBSD: build stand/ | Niklas Hallqvist | |
1996-08-23 | Merge to late July NetBSD, more to come... | Niklas Hallqvist | |
1996-08-23 | Add missing device decls (acd, rd, rnd,uk & wd) | 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-08-19 | Merge of Late July NetBSD sources (mostly DRACO support). More to come... | Niklas Hallqvist | |
1996-08-19 | Addition of IDE WD&ATAPI CD config (Ram disk too, but out-commented) | Niklas Hallqvist | |
1996-08-15 | Change old -c flag to -C, support -c for BOOT_CONFIG | Niklas Hallqvist | |
1996-08-04 | Change of our extensions to the bus.h interface. Remove host_to_bus | Niklas Hallqvist | |
functions and instead provide raw byte-buffer reads with wide datapaths. | |||
1996-08-04 | Implement correct bus.h functions and our extensions | Niklas Hallqvist | |
1996-08-04 | Do not mix differently signed entities in comparisons. | Niklas Hallqvist | |
Remove unnecessary include. | |||
1996-08-03 | Bring in last change from dev/isa/if_ed.c | Niklas Hallqvist | |
1996-07-27 | handle RB_CONFIG | Theo de Raadt | |
1996-07-15 | add rnd driver | Michael Shalayeff | |
1996-06-11 | Include ATAPI MI drivers | Niklas Hallqvist | |
1996-06-10 | Fix typo in comment | Niklas Hallqvist | |
1996-06-07 | a NULL curproc could doublefault | Niklas Hallqvist | |
1996-06-04 | Cleanup for -Wall & -Wstrict-prototypes | Niklas Hallqvist | |
1996-06-04 | Feed -g to $CC when compiling CRASH's kernel | Niklas Hallqvist | |
1996-06-04 | Cleanup for -Wall & -Wstrict-prototypes. clockcia is a pointer, not a struct | Niklas Hallqvist | |
1996-06-04 | $OpenBSD$ militia | Niklas Hallqvist | |
1996-06-04 | Cleanup for -Wall -Wstrict-prototypes | Niklas Hallqvist | |
1996-06-02 | Our gcc needs -Wno-format for kernel compiles when using -Wall -Werror | Niklas Hallqvist | |
1996-06-02 | Updated to NetBSD 1.100 if_ed.c, and -Wall cleanup | Niklas Hallqvist | |
1996-05-31 | Added prototypes | 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-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-28 | Ignore CRASH directory | 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 | Implement bootsync() again, and let boot() call it | 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-09 | From NetBSD: | Niklas Hallqvist | |
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number. | |||
1996-05-09 | Remove bootsync(), use vfs_shutdown() instead | Niklas Hallqvist | |
1996-05-08 | fix reboot panic. | Michael Shalayeff | |
1996-05-07 | From NetBSD: | Niklas Hallqvist | |
Make this compile. Fixes PR#2047 | |||
1996-05-07 | Restructure and document a bit. Also fixed a confusing bug, which | Niklas Hallqvist | |
actually might turn out a feature... :-) But I want to test that a bit more before having that into the tree. | |||
1996-05-07 | From NetBSD: | Niklas Hallqvist | |
Add support for loading kernel into fastmem, if the kernel also supports loading into fastmem. This removes the requirement that the kernel fit into chipmem. Add a -Z flag to force loading into chip memory. Add a -s option for compatibility with my bootblock loader. Move the test exit to just before starting the kernel; this lets the test mode actually load the kernel and do the version checks. |