Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-07 | away, away | Theo de Raadt | |
1996-05-07 | from NetBSD PR#2124(port-i386): | Michael Shalayeff | |
Juergen Hannken-Illjes: core dump after panic does not work. fill curproc w/ some reasonable (struct proc *) pointer. | |||
1996-05-07 | s/netbsd/bsd/ | Niklas Hallqvist | |
1996-05-07 | fix that fillw's stuff again. | Michael Shalayeff | |
1996-05-07 | fillw is in machine/cpu.h now. | Michael Shalayeff | |
1996-05-07 | add network dependencies. | Michael Shalayeff | |
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 | Add SCSI scanner and MSDOSFS support | Niklas Hallqvist | |
1996-05-07 | Add OPRAH | Niklas Hallqvist | |
1996-05-07 | Move this doc file | Niklas Hallqvist | |
1996-05-07 | delete impossible to reach code, use more defined constants | Theo de Raadt | |
1996-05-07 | sync with 0504; prototype changes | Theo de Raadt | |
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 | 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 | 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 | remove unused files, conserning to the last sync | Michael Shalayeff | |
1996-05-06 | want ddb | Theo de Raadt | |
1996-05-06 | add aria audio | Theo de Raadt | |
1996-05-06 | Initial version | 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-05 | build stand as well | Theo de Raadt | |
1996-05-04 | it compiles now. | Michael Shalayeff | |
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
Amiga's have two mouse ports | |||
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff | |
add lkmenodev prototype. | |||
1996-05-04 | add files missed from 0418 sync. | Michael Shalayeff | |
1996-05-04 | from CMU(CODA or MACH, by Robert Baron): | Michael Shalayeff | |
Under the GPROF conditional emit a call to mcount for bcopy, bzero, copyin, and copyout, so they can be profiled. During a kernel build these 4 routines account for 14% of the time in the kernel. | |||
1996-05-04 | proto nicely | Theo de Raadt | |
1996-05-04 | missed from last commit. | Michael Shalayeff | |
from MACH: add {in,out}[wb] functions and dr* operations. | |||
1996-05-04 | from MACH: add {in,out}[bw] functions and dr* operations. | Michael Shalayeff | |
1996-05-04 | Reintroduce GG2_GET_STATUS macro | Niklas Hallqvist | |
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
More cleanup for -Wall with DEBUG. |