Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-04 | dk_establish() now returns void. | Niklas Hallqvist | |
1996-05-04 | Remove small glitch in last commit | Niklas Hallqvist | |
1996-05-04 | NetBSD RCS Id update | Niklas Hallqvist | |
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
Add a check in the kernel reload device (/dev/reload) to protect against the MMU switch code being in different locations between the running kernel and the new kernel. Returns ENODEV if the reload fails. Change the error return from EFAULT to ENOEXEC when kernel_reload gets a short write on the exec header. | |||
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
Add a check in the kernel reload device (/dev/reload) to protect against the MMU switch code being in different locations between the running kernel and the new kernel. Returns ENODEV if the reload fails. Change the error return from EFAULT to ENOEXEC when kernel_reload gets a short write on the exec header. Missed a prototype for kernel_reload(). | |||
1996-05-04 | Include psl.h to get spl* funcs | Niklas Hallqvist | |
1996-05-04 | Sorted entries, and added com, lpt and ipl declarations | Niklas Hallqvist | |
1996-05-04 | let the dog in | Theo de Raadt | |
1996-05-04 | bring back change in rev 1.4: we do not do SIGBUS the wrong way | Theo de Raadt | |
1996-05-04 | ie0 changes, ahe0 at eisa, and ep* at eisa | Theo de Raadt | |
1996-05-04 | +MSDOSFS, pcvt->pccons till it gets fixed | Theo de Raadt | |
1996-05-04 | every dog needs one... | Theo de Raadt | |
1996-05-04 | Drop sys/cpu.h | Niklas Hallqvist | |
1996-05-04 | Add a SCSI scanner cdev entry | Niklas Hallqvist | |
1996-05-03 | sync with 0430. | Michael Shalayeff | |
1996-05-03 | sync with 0430 | Michael Shalayeff | |
1996-05-03 | fix LOCORE->_LOCORE changes. | Michael Shalayeff | |
1996-05-03 | sync w/ 0430 | Michael Shalayeff | |
1996-05-03 | Use generic m68k sigreturn code from arch/m68k | Niklas Hallqvist | |
1996-05-03 | We need psl.h to get at the PSL_* stuff | Niklas Hallqvist | |
1996-05-03 | File lost from NetBSD merge in january! | Niklas Hallqvist | |
1996-05-02 | Remove BIOSSEG. | Theo de Raadt | |
Don't mess with the flags when entering a software interrupt. Use IF, not VIF. NOTE: These changes break dosemu, but are required for proper emulation. | |||
1996-05-02 | sync with netbsd | Theo de Raadt | |
1996-05-02 | Turn off the alignment check flag when entering a signal handler | Theo de Raadt | |
1996-05-02 | nice types | Theo de Raadt | |
1996-05-02 | Temporary exec_elf.c overriding the one in kern until changes | Per Fogelstrom | |
merged with kern/exec_elf.c. | |||
1996-05-02 | New include file. | Per Fogelstrom | |
1996-05-02 | New config file... | Per Fogelstrom | |
1996-05-02 | Updated for new config etc. | Per Fogelstrom | |
1996-05-02 | Make cpu.h self-contained by including psl.h | Niklas Hallqvist | |
1996-05-02 | Fixup of a merge error | Niklas Hallqvist | |
1996-05-02 | Define pcmcia as a dummy device for the sake of files.isa inclusion | Niklas Hallqvist | |
1996-05-02 | The ed driver cannot be in conf/files due to a name conflict in the amiga | Niklas Hallqvist | |
port. This is resolved like the if_le conflict, by having it in files.i386 until the conflict is resolved. | |||
1996-05-02 | Sync with NetBSD 9600430. The port has gone over a major -Wall treat | Niklas Hallqvist | |
1996-05-02 | Check (once again) the packet length against MCLBYTES always. | Niklas Hallqvist | |
MCLBYTES has recently been raised to >ETHER_MAX_LEN so that is not a problem anymore. The former code could result in memory corruption. | |||
1996-05-01 | New file for new configure | Per Fogelstrom | |
1996-05-01 | Updated to new configure. | Per Fogelstrom | |
1996-05-01 | Updated to new configure. | Per Fogelstrom | |
1996-05-01 | Updated to new configure. | Per Fogelstrom | |
1996-05-01 | Updated to new configure. | Per Fogelstrom | |
1996-05-01 | Updated to new config interface. | Per Fogelstrom | |
1996-05-01 | Commands now output to fifo directly instead of via dma. | Per Fogelstrom | |
1996-05-01 | we don't need ia_iosize setting, since no isa_attach_args | Michael Shalayeff | |
stuff passed. | |||
1996-04-30 | add IPX support. | Michael Shalayeff | |
from now IPX fully attached to the system, but only for i386. other platforms need the same additions. | |||
1996-04-30 | Tidy up a bit... | hvozda | |
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-29 | Revert last commit. | Michael Shalayeff | |
1996-04-28 | rnd driver needs i586 counter too. | Michael Shalayeff | |
1996-04-28 | Only use Pentium instruction counter of we have been compiled with NTP | Thorsten Lockert | |
support, otherwise we won't get the counter reset at the top of every second and will return highly inaccurate values. | |||
1996-04-28 | Move ipx_cksum.c into MD config file. | Michael Shalayeff | |