Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-24 | Actually make CLKF_BASEPRI do what it's supposed to do. | Niklas Hallqvist | |
1996-03-24 | Use IPL_ constants instead of numeric values. Get rid of sicallbacks | Niklas Hallqvist | |
in favour of the remapped IPL facility. Some argument type fixes as well. | |||
1996-03-24 | Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up | Thorsten Lockert | |
lint(1) about it | |||
1996-03-24 | Use __asm in place of asm | Thorsten Lockert | |
1996-03-24 | Provide empty __warn_references() when we are not running GCC | Thorsten Lockert | |
1996-03-24 | UGLY, UGLY hack to force config create a pcmciabus.h file which is | Niklas Hallqvist | |
needed as there are multiattachable ISA devices that need it to exist. | |||
1996-03-24 | Do not define __indr_reference when running lint(1) | Thorsten Lockert | |
1996-03-24 | Style police | Niklas Hallqvist | |
1996-03-24 | From NetBSD: Add clobbers missing in asm statements | Niklas Hallqvist | |
1996-03-22 | Fix previous changes; accept and forward a device name, do not just use | Thorsten Lockert | |
a generic name "pci" for interrupt statistics | |||
1996-03-21 | From NetBSD: eliminate setjmp.h | Niklas Hallqvist | |
1996-03-21 | From NetBSD: eliminate setjmp.h | Niklas Hallqvist | |
1996-03-21 | From NetBSD: Remove ns_cksum.c (now in sys/conf/files) | Niklas Hallqvist | |
1996-03-20 | We moved away from NetBSD+OpenBSD long ago; / really does live | hvozda | |
on wd0a finally. Also we swap to files when we are really beating the machine. | |||
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
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 | |