Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-03-11 | Debbuger changed towards the latest Mach. | Michael Shalayeff | |
Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. | |||
1996-03-04 | Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9}) | chuck | |
[1] check return value from malloc() for NULL before trying to bzero it. [2] use "=" rather than "|=" when writing to CSR (otherwise you may ACK something you don't mean to!). | |||
1996-03-04 | fixes of the 960217 import. | Michael Shalayeff | |
1996-03-03 | Set ia_iosize to 0 to keep probe silent | Thorsten Lockert | |
1996-03-03 | Make last change actually compile | Thorsten Lockert | |
1996-03-03 | from NetBSD: so it compiles now. | Michael Shalayeff | |
1996-02-28 | From NetBSD: | Michael Shalayeff | |
pmap_page_index return type must be int, not u_int. | |||
1996-02-28 | Small changes from NetBSD (including /usr/include dependencies, and so). | Michael Shalayeff | |
1996-02-27 | Adapt to our isa_intr_establish interface | Niklas Hallqvist | |
1996-02-27 | if_ed.c cannot be MI yet, due to name clashes, will get resolved soon | Niklas Hallqvist | |
1996-02-27 | From NetBSD: assym.s -> assym.h | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-26 | Add ISA devices. Compile with -g. Raise to 32 ptys. | Niklas Hallqvist | |
1996-02-26 | Initial checkin of the Amiga ISA-kit | Niklas Hallqvist | |
Set major numbers so config understands sd, st, cd, vnd & ccd From NetBSD: remove generic scsi stuff and use ../../../scsi/files.scsi | |||
1996-02-26 | Initial checkin of the Amiga ISA-kit | Niklas Hallqvist | |
1996-02-26 | From NetBSD: assym.s -> assym.h | Niklas Hallqvist | |
1996-02-26 | From NetBSD: cast to arg to caddr_t (fixes #2114) | Niklas Hallqvist | |
1996-02-26 | From NetBSD: remove local strncmp (fixes #2115) | Niklas Hallqvist | |
1996-02-26 | From NetBSD: | Niklas Hallqvist | |
use newly allocated ethernet address (fixes #2117) | |||
1996-02-26 | From NetBSD: | Niklas Hallqvist | |
remove floating point expressions. gen_cvtab.c generates a conversion table to replace a specific floating point expression in grf_cv.c | |||
1996-02-26 | Add IPL_ and IST_ constants in preparation for the Amiga ISA-kit | Niklas Hallqvist | |
1996-02-26 | From NetBSD | Michael Shalayeff | |
Move the speaker to the 'new' config. | |||
1996-02-26 | Specify the size used in the I/O map (1 entry) during probe | Thorsten Lockert | |
1996-02-25 | Allow use of Pentium cycle counter for high-precision time keeping; | Thorsten Lockert | |
from FreeBSD | |||
1996-02-25 | Make it possible to build a kernel tags file | Thorsten Lockert | |
1996-02-25 | Stop loggin stray interrupts when we say we do | Thorsten Lockert | |
1996-02-24 | LOCORE -> _LOCORE | Niklas Hallqvist | |
1996-02-24 | From NetBSD: | Niklas Hallqvist | |
Fix #includes. | |||
1996-02-24 | remove some trailing whitespace | Niklas Hallqvist | |
1996-02-24 | From NetBSD: | Niklas Hallqvist | |
LOCORE -> _LOCORE assym.s -> assym.h (Some ports did this already.) Use `-traditional-cpp' when building .s and .S files. Clone these, and fix many bugs. Fix mkdep problems due to missing flags. | |||
1996-02-24 | From NetBSD: vm prototype changes | Niklas Hallqvist | |
1996-02-24 | From NetBSD: Don't define _KERNEL here. | Niklas Hallqvist | |
1996-02-21 | move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkm | Michael Shalayeff | |
for ipl is possible and also, why it is in <machine/conf.c> while it (ipl) is in <net/*> ??? | |||
1996-02-21 | sync with sparc: | chuck | |
minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | |||
1996-02-21 | minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | chuck | |
1996-02-20 | Fix #include. (param.h -> sys/param.h). | briggs | |
1996-02-20 | Fix disk_unbusy panic (from NetBSD) | hannken | |
1996-02-20 | A few more things from NetBSD: | briggs | |
- Move spl stuff from param.h to psl.h. Prototype delay() in param.h. - param.h: Fix #includes. - param.h: Move splimp to 2 and spltty to 1. | |||
1996-02-20 | Makefile generates assym.h instead of assym.s, now. | briggs | |
1996-02-20 | netbsd -> bsd in the config files | briggs | |
Bring in a number of changes from NetBSD in Makefile.mac68k (standardized amongst most ports). | |||
1996-02-20 | A couple of things from NetBSD: | briggs | |
- Don't special-case conf.c - Add sbc driver. (M.I. 5380 driver) | |||
1996-02-20 | Define SONIC device for testing. Same for ss su and uk SCSI devs. | briggs | |
1996-02-20 | Move VIA_Initialize() back to where it works. | briggs | |
1996-02-20 | Define HZ to be 60. | briggs | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1996-02-20 | Sync. w/ NetBSD | briggs | |
1996-02-20 | Sync. w/ NetBSD: vm prototype changes. | briggs | |
1996-02-20 | Sync. w/ NetBSD: | briggs | |
- Make a message more verbose for folks who try to boot in 24-bit mode. |