summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-09-05Will need netbsd_types.h very soon.Artur Grabowski
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05OF magic. From NetBSD.Artur Grabowski
2001-09-05Unbreak trace command on macppc, ddb passes -1 for count toDale Rahn
2001-09-05use dmamem/dmamap for allocating dmaable memory, since mallocMichael Shalayeff
2001-09-05Improve debugger usability on macppc, do backtrace accessesDale Rahn
2001-09-05kvm space is limited by by pmap_virtual_space, Do not play with theDale Rahn
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-09-04add xfs; jason@ okTodd T. Fries
2001-09-04enable pf and altq; jason@ okTodd T. Fries
2001-09-04rcsidJason Wright
2001-09-04better still, remove definition from here; suggest by drahnJason Wright
2001-09-04increase size of intrhand in here, too.Jason Wright
2001-09-04add entry to async faults to intrhand array (from netbsd)Jason Wright
2001-09-04Don't explicitly size the intrhand array in the extern declaration (from netbsd)Jason Wright
2001-09-04clean up error handling for psycho_bus_[a|b]Jason Wright
2001-09-04Register definitions for the PCI error registers (borrowed from linux).Jason Wright
2001-09-04Don't forget tty_attach. Should fix the timeout related panics.Artur Grabowski
2001-09-03Zero pages before handing them over to the VM layer.Dale Rahn
2001-09-03pretty this upTheo de Raadt
2001-09-02Fix typos, update vtophys() prototype.Miod Vallat
2001-09-02Removed, use common powerpc one instead.Miod Vallat
2001-09-02Convert mvmeppc to use common powerpc parts.Miod Vallat
2001-09-02Convert mvmeppc to use powprec common parts.Miod Vallat
2001-09-02Oops.Artur Grabowski
2001-09-01correct register offsetsJason Wright
2001-09-01correct files for the powerpc/mac/ -> macppc/dev which did not getDale Rahn
2001-09-01correct typo in file conversion.Dale Rahn
2001-09-01remove statics & KNFJason Wright
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01Catch up with mainline of code development.mjacob
2001-09-01Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) andJason Wright
2001-09-01add cz(4) to GENERICNathan Binkert
2001-08-31Protect against multiple inclusion.Miod Vallat
2001-08-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-31modified from alphaArtur Grabowski
2001-08-31I should get more sleep.Miod Vallat
2001-08-31A text fault without curproc is always illegal.Artur Grabowski
2001-08-31clean up sendsig a bit.Artur Grabowski