summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-01-15there is no machine/gprof.hMichael Shalayeff
2003-01-15skip zero-sized memory regions, which pass otherwise due to the address round...Michael Shalayeff
2003-01-14that's where the label really is nowMichael Shalayeff
2003-01-14Move sunkbd defn to common place and remove old event.c referenceJason Wright
2003-01-14do not fail if there is no disklabel found, could be netbootingMichael Shalayeff
2003-01-14up the boot version after recent changesMichael Shalayeff
2003-01-14fix cutnpaste in the cpu table for the itlbna field; from herr weissmanndudeMichael Shalayeff
2003-01-14need pdc_hwtlb always; pt out by herr weissmanndudeMichael Shalayeff
2003-01-14include the _l tlb functions for 7300lc as well; pt put by the weissmanndudeMichael Shalayeff
2003-01-14during the open store the partition offset and do subsequent io relative to t...Michael Shalayeff
2003-01-14preserve the partition when decoding the boot deviceMichael Shalayeff
2003-01-14no need to force root on nfsMichael Shalayeff
2003-01-14put the disklabel in after the lif header, like hp300Michael Shalayeff
2003-01-14proped type for bootdevMichael Shalayeff
2003-01-14make the lif be tried the last after ufs and cd9660 get a chanceMichael Shalayeff
2003-01-14Define exception vector tables as assembly source, with the appropriateMiod Vallat
2003-01-13Clean up ipl handling: be sure to always return valid levels in getipl(),Miod Vallat
2003-01-13Missing splx()Miod Vallat
2003-01-13fix the logic in hvt probingMichael Shalayeff
2003-01-13Don't use a global variable to determine which pci_conf* function to call,Jason Wright
2003-01-13Bye, bye vm_offset_t and vm_size_t, sparc doesn't need you anymore.Artur Grabowski
2003-01-12more kernel growth requires me to remove uhaTheo de Raadt
2003-01-11add back fserr and fsbail deleted in previous commitJason Wright
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2003-01-09on user trap space mismatch just kill the offender, panic the kernel otherwiseMichael Shalayeff
2003-01-09restore the prev version of the kq filter for events do not get delivered pro...Michael Shalayeff
2003-01-09Remove last use of vm_offset_t from sparc.Artur Grabowski
2003-01-08Move the rounds into separate functions on sparc64 so gcc's optimizerTodd C. Miller
2003-01-08Make END() symbols match corresponding LEAF() name.Miod Vallat
2003-01-08make sure we are not allowing user to fault outside user address space and al...Michael Shalayeff
2003-01-08better osiop at gsc attachment and kill dead siop from files.hppaMichael Shalayeff
2003-01-08this one is old and must die nowMichael Shalayeff
2003-01-08Merry Christmas Mickey!Kenneth R Westerback
2003-01-08do not match on via866 smbus controller; reported and tested by grange@Michael Shalayeff
2003-01-07Remove duplicate SRX definition.Miod Vallat
2003-01-07kill some debugging kdb_trapsMichael Shalayeff
2003-01-06Document MBR offset (used by NT4 at least).Tobias Weingartner
2003-01-05cd /usr/src/etc/../sys/arch/macppc/conf && config GENERICTheo de Raadt
2003-01-05bktr works, drahn@ okMichael Shalayeff
2003-01-05splassert on m68k-based arches. Not totally accurate on hp300 at the moment,Miod Vallat
2003-01-04On MVME187, detect the on-board memory size by probing the memory controllersMiod Vallat
2003-01-04Remove COMPAT_NOMID. It was deprecated since a long time, the man page wassMiod Vallat
2003-01-04memsize() serves no purpose anymoreMiod Vallat
2003-01-04When detecting the memory size on 167 and 177, probe both memory controllersMiod Vallat
2003-01-04Fix a few pcctwo attachment addressesMiod Vallat
2003-01-04reset cold at the end of cpu_configure(), add a comment when fooling w/ itmrMichael Shalayeff
2003-01-04Don't define splassert goo if _LOCOREMiod Vallat
2003-01-04Correctly invoke pmap_enter() [fix last argument]Miod Vallat
2003-01-04A va_copy macro without drugs inside. Shupid miod.Miod Vallat
2003-01-03splassert support for m88kMiod Vallat