summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-07fillw is in machine/cpu.h now.Michael Shalayeff
1996-05-07add network dependencies.Michael Shalayeff
1996-05-07change -L option name to -Z, note that inMichael Shalayeff
co(1) manual, add -Z where were missed.
1996-05-07idea by chuck to make libbug MITheo de Raadt
1996-05-07Restructure and document a bit. Also fixed a confusing bug, whichNiklas Hallqvist
actually might turn out a feature... :-) But I want to test that a bit more before having that into the tree.
1996-05-07From 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-07Remove cdev_ss_init, there's a def in the MI parts nowNiklas Hallqvist
1996-05-07RCS ID updateNiklas Hallqvist
1996-05-07From 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-07Add back all the stuff I've had to remove due to kernel growth + MSDOSFSNiklas Hallqvist
1996-05-07Use MI cdev_scanner_init macro. Fix tabs.Niklas Hallqvist
1996-05-07Move the vector table to .dataNiklas Hallqvist
1996-05-07Use _vectab instead of Lvectab, which is moving to .dataNiklas 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-07From 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-07fix comments s/$Id$/Id/, and usage string.Michael Shalayeff
1996-05-07Add SCSI scanner and MSDOSFS supportNiklas Hallqvist
1996-05-07Remove erroneously doubled text (patch can do that when a new fileNiklas Hallqvist
comes into existence simultaneously from two directions).
1996-05-07Add OPRAHNiklas Hallqvist
1996-05-07Move this doc fileNiklas Hallqvist
1996-05-07db release 1.85Theo de Raadt
1996-05-07sync with 0504; mostly proto changes (some svr4 ioctl changes)Theo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-05-07delete impossible to reach code, use more defined constantsTheo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-05-07convert to machine/bus.hTheo de Raadt
1996-05-07add :Theo de Raadt
1996-05-07sync with 0504; prototype changesTheo de Raadt
1996-05-07correct bpf typesTheo de Raadt
1996-05-07add local decl of sockaddrTheo de Raadt
1996-05-07pretty up outputTheo de Raadt
1996-05-07if nfds > FD_SETSIZE, allocate room for the bitmasks inside the kernel; alsoTheo de Raadt
selscan() now understands that it may possible be passed home-grown fd_set's larger than FD_SETSIZE.
1996-05-07This 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-07remove 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-06cvsinit.8 no longer existThorsten Lockert
1996-05-06Integrate local changes to CVS; remove files no longer part of the CVSThorsten Lockert
distribution
1996-05-06Files missed by previous importThorsten Lockert
1996-05-06New CVS release from Cyclic SoftwareThorsten Lockert
1996-05-06Use MSR 0x10, not 10 to clear the Pentium instruction counter; from DavidThorsten Lockert
Mazieres. Dunno how this could have worked with 10...
1996-05-06for 040, copy replacement routines over fpfault zone in trap tableTheo de Raadt
1996-05-06correct my interrupt bugsTheo de Raadt
1996-05-06fix russian typoTheo de Raadt
1996-05-06hard-code the include installation path (mostly for speed)Theo de Raadt
1996-05-06use beforeinstall; includes walks the treeTheo de Raadt
1996-05-06Zero the instruction counter on Pentium's after detecting one if we haveThorsten Lockert
NTP code compiled in; prevents division errors in microtime()
1996-05-06use mounted table instead of fstab for -a; netbsd pr#2363; from ↵Theo de Raadt
greywolf@defender.VAS.viewlogic.com
1996-05-06remove unused files, conserning to the last syncMichael Shalayeff
1996-05-06fix includes for x25/llc.Michael Shalayeff
1996-05-06want ddbTheo de Raadt
1996-05-06add aria audioTheo de Raadt