Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1996-05-07 | Remove cdev_ss_init, there's a def in the MI parts now | Niklas Hallqvist | |
1996-05-07 | RCS ID update | Niklas Hallqvist | |
1996-05-07 | From NetBSD: | Niklas Hallqvist | |
Floppy driver now supports MSDOS track format. Minor device 1 (/dev/fd?b) uses MSDOS MFM track encoding. From Ezra Story (ezy@panix.com) with a couple of changes by Michael Hitch. | |||
1996-05-07 | Add back all the stuff I've had to remove due to kernel growth + MSDOSFS | Niklas Hallqvist | |
1996-05-07 | Use MI cdev_scanner_init macro. Fix tabs. | Niklas Hallqvist | |
1996-05-07 | Move the vector table to .data | Niklas Hallqvist | |
1996-05-07 | Use _vectab instead of Lvectab, which is moving to .data | Niklas Hallqvist | |
From NetBSD: Add floppy index interrupt processing. Startup modified to work with kernel loaded directly into fast memory. This removes the need to have enough chip memory to load the kernel when booting. Kernel memory is dual-mapped (VA == 0 and VA == PA) for enabling the MMU, and the VA == PA mapping removed after start_c() has completed. Chip memory is still required for the /dev/reload process. | |||
1996-05-07 | From NetBSD: | Niklas Hallqvist | |
Startup modified to work with kernel loaded directly into fast memory. This removes the need to have enough chip memory to load the kernel when booting. Kernel memory is dual-mapped (VA == 0 and VA == PA) for enabling the MMU, and the VA == PA mapping removed after start_c() has completed. Chip memory is still required for the /dev/reload process. | |||
1996-05-07 | Add SCSI scanner and MSDOSFS support | Niklas Hallqvist | |
1996-05-07 | Move this doc file | Niklas Hallqvist | |
1996-05-06 | Correct RCS IDs | Niklas Hallqvist | |
1996-05-06 | Fix typo, lost newline | Niklas Hallqvist | |
1996-05-06 | Fix typo, s/aplx/splx/ | Niklas Hallqvist | |
1996-05-06 | fix arg names (s/cmd/command/). | Michael Shalayeff | |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
Amiga's have two mouse ports | |||
1996-05-04 | Reintroduce GG2_GET_STATUS macro | Niklas Hallqvist | |
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
More cleanup for -Wall with DEBUG. |