summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2000-01-10Fix some -Wall complaintsTodd C. Miller
2000-01-10Add {v,p}addr_t and {v,p}size_t. kbus-specific code does not use themTodd C. Miller
2000-01-10move mul/umul into the kernel to match sparcTodd C. Miller
2000-01-10This is OpenBSD, not NetBSD.Todd C. Miller
2000-01-09Do the bootpath_store dance so we can boot off of a disk attachedmjacob
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
2000-01-09Change an instance of #if NISA that should be #if NISADMATodd C. Miller
2000-01-09add dcphy (necessary for macronix 98715)Jason Wright
2000-01-06don't use _C_LABEL. but do use __STRINGDavid Leonard
2000-01-06add __weak_alias() macroDavid Leonard
2000-01-06Added support for MVME177Steve Murphree
2000-01-06Add support for MVME177Steve Murphree
2000-01-06Fix for IP v.6Steve Murphree
2000-01-06Added support for MVME177 (mc68060)Steve Murphree
2000-01-06remove mx & pn in favor of dcJason Wright
2000-01-05unintended piece escapedMichael Shalayeff
2000-01-05missing includeMichael Shalayeff
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
2000-01-03check db_panic in kdb_trap() as well; similar to i386 fix from assarTheo de Raadt
2000-01-03Remove ax and al from GENERIC; match with dc instead.Aaron Campbell
2000-01-01do stop in kdb_trap() based on db_panic valueMichael Shalayeff
2000-01-01honour db_panic in kdb_trap()Theo de Raadt
2000-01-01check db_panic in kdb_trap() as well; similar to i386 fix from assarTheo de Raadt
2000-01-01make the kernel compileTheo de Raadt
1999-12-31fix order of uvm_fault() arguments in debug printf (;Michael Shalayeff
1999-12-31don't bother about pidr3 and pidr4Michael Shalayeff
1999-12-30fix tags link; tdeval@PrimeOBJ.COMTheo de Raadt
1999-12-30Add tctrl0 for tadpole so things like powerdown work.Todd C. Miller
1999-12-30when db_panic is set, ignore ddb errors that come through the kdb_trap()Theo de Raadt
1999-12-30comment out tr by now; deraadt@.Federico G. Schwindt
1999-12-29remove mips GENERIC.v6 (arch/mips is not for builds, but for code sharing)Jun-ichiro itojun Hagino
1999-12-27Add tr driver.Federico G. Schwindt
1999-12-23disable all debugsMichael Shalayeff
1999-12-23some support for hp som executablesMichael Shalayeff
1999-12-23some more of hp som definitions from different {,kinds} sourcesMichael Shalayeff
1999-12-23add hp som file support protosMichael Shalayeff
1999-12-23clean some more filesMichael Shalayeff
1999-12-20machine is hppa; in cross case, define LORDER tooMichael Shalayeff
1999-12-18add pdcache(), purge data cacheMichael Shalayeff
1999-12-17Use pmap_writetext instead of manually fiddling with pmap_changeprot whenArtur Grabowski
1999-12-17remove dirty rd_root hack once we have root on nfs workingMichael Shalayeff
1999-12-17screw it really badMichael Shalayeff
1999-12-17break the attaching intentionally until i figure put how to screw the dev/ic/...Michael Shalayeff
1999-12-17fix the panic message for sti memory mappingMichael Shalayeff
1999-12-17inline uvm_pagealloc_contig, as art said it must dieMichael Shalayeff
1999-12-17define constants for PAGE_{SIZE,MASK,SHIFT}Michael Shalayeff
1999-12-17track the maximum accessed stack size; basically this small piece of code is ...Michael Shalayeff
1999-12-15remove pn, replace with dcJason Wright
1999-12-14remove rl* and rlphy*Jason Wright
1999-12-14Compile.Jason Downs