Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-07 | fillw is in machine/cpu.h now. | Michael Shalayeff | |
1996-05-07 | add network dependencies. | Michael Shalayeff | |
1996-05-07 | change -L option name to -Z, note that in | Michael Shalayeff | |
co(1) manual, add -Z where were missed. | |||
1996-05-07 | idea by chuck to make libbug MI | Theo de Raadt | |
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 | fix comments s/$Id$/Id/, and usage string. | Michael Shalayeff | |
1996-05-07 | Add SCSI scanner and MSDOSFS support | Niklas Hallqvist | |
1996-05-07 | Remove erroneously doubled text (patch can do that when a new file | Niklas Hallqvist | |
comes into existence simultaneously from two directions). | |||
1996-05-07 | Add OPRAH | Niklas Hallqvist | |
1996-05-07 | Move this doc file | Niklas Hallqvist | |
1996-05-07 | db release 1.85 | Theo de Raadt | |
1996-05-07 | sync with 0504; mostly proto changes (some svr4 ioctl changes) | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-05-07 | delete impossible to reach code, use more defined constants | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-05-07 | convert to machine/bus.h | Theo de Raadt | |
1996-05-07 | add : | Theo de Raadt | |
1996-05-07 | sync with 0504; prototype changes | Theo de Raadt | |
1996-05-07 | correct bpf types | Theo de Raadt | |
1996-05-07 | add local decl of sockaddr | Theo de Raadt | |
1996-05-07 | pretty up output | Theo de Raadt | |
1996-05-07 | if nfds > FD_SETSIZE, allocate room for the bitmasks inside the kernel; also | Theo de Raadt | |
selscan() now understands that it may possible be passed home-grown fd_set's larger than FD_SETSIZE. | |||
1996-05-07 | This is the tape boot loader, not the disk. Remove the correct files. | Dale S. Rahn | |
The stboot file should be removed from the source space. (how is this done?) | |||
1996-05-07 | remove file generated during build. | Dale S. Rahn | |
1996-05-07 | (maybe it will take this time) | Dale S. Rahn | |
Change the address of the stack from 3ffff8 to 3efff8. A problem existed that the bss and the stack were colliding and the bzero of the bss segement would clear the existing stack. The actuall placement of the stack is just before the beginning of the executable _start-0x10; Be careful if the executable address is ever changed. | |||
1996-05-06 | cvsinit.8 no longer exist | Thorsten Lockert | |
1996-05-06 | Integrate local changes to CVS; remove files no longer part of the CVS | Thorsten Lockert | |
distribution | |||
1996-05-06 | Files missed by previous import | Thorsten Lockert | |
1996-05-06 | New CVS release from Cyclic Software | Thorsten Lockert | |
1996-05-06 | Use MSR 0x10, not 10 to clear the Pentium instruction counter; from David | Thorsten Lockert | |
Mazieres. Dunno how this could have worked with 10... | |||
1996-05-06 | for 040, copy replacement routines over fpfault zone in trap table | Theo de Raadt | |
1996-05-06 | correct my interrupt bugs | Theo de Raadt | |
1996-05-06 | fix russian typo | Theo de Raadt | |
1996-05-06 | hard-code the include installation path (mostly for speed) | Theo de Raadt | |
1996-05-06 | use beforeinstall; includes walks the tree | Theo de Raadt | |
1996-05-06 | Zero the instruction counter on Pentium's after detecting one if we have | Thorsten Lockert | |
NTP code compiled in; prevents division errors in microtime() | |||
1996-05-06 | use mounted table instead of fstab for -a; netbsd pr#2363; from ↵ | Theo de Raadt | |
greywolf@defender.VAS.viewlogic.com | |||
1996-05-06 | remove unused files, conserning to the last sync | Michael Shalayeff | |
1996-05-06 | fix includes for x25/llc. | Michael Shalayeff | |
1996-05-06 | want ddb | Theo de Raadt | |
1996-05-06 | add aria audio | Theo de Raadt | |