summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1999-04-20map the io spaceMichael Shalayeff
1999-04-20print cpu ID (type) if availableMichael Shalayeff
1999-04-20s/MINIOSIZ/IODC_MINIOSIZ/Michael Shalayeff
1999-04-20move rd_root_{size,image} definitions to the end of the file to workaround li...Michael Shalayeff
1999-04-20call any vegetable, call it by nameMichael Shalayeff
1999-04-20syncMichael Shalayeff
1999-04-20most of cpu boards defined nowMichael Shalayeff
1999-04-20move load address to 0x700000, so we fit w/ ramdiskMichael Shalayeff
1999-04-20fix prev commit blowup:Michael Shalayeff
1999-04-20fix previous commit blowup:Michael Shalayeff
1999-04-20MakefileMichael Shalayeff
1999-04-20cleanupMichael Shalayeff
1999-04-20nop-filled .text; discard unwind info; tabs vs spacesMichael Shalayeff
1999-04-20fix different alignment problemsMichael Shalayeff
1999-04-20no need for any networking codeMichael Shalayeff
1999-04-20all the devices info is now in one tableMichael Shalayeff
1999-04-20fix disklabel position (temp to build ramdisks)Michael Shalayeff
1999-04-20add defines for the numbers of registersMichael Shalayeff
1999-04-20name changes, add stack frame, better USERMODE()Michael Shalayeff
1999-04-20more stuff from the booksMichael Shalayeff
1999-04-20add onfault handler and cache the space id into pcb; better coredumpMichael Shalayeff
1999-04-20define UADDR; change alignment to 8 bytesMichael Shalayeff
1999-04-20more headersMichael Shalayeff
1999-04-20add HPPA_FLEX()Michael Shalayeff
1999-04-20uvm names and definitionsMichael Shalayeff
1999-04-20name changes; more cpu_* functionsMichael Shalayeff
1999-04-20proper entry/exit; no place for va_args12-13Michael Shalayeff
1999-04-19Consider the other SVR2 partitions as BSDFFS, too.Jason Downs
1999-04-18Add es and fr keymaps, shamelessly taken from NetBSD.Marc Espie
1999-04-18xbox fits in the RAMDISKTheo de Raadt
1999-04-18Support for the Sun SBus Expansion Subsystem (SUNW,xbox)Jason Wright
1999-04-18make AUDIO_C_HANDLER compile againJason Wright
1999-04-18KNF & typo in printfJason Wright
1999-04-18simplify clock handlingJason Wright
1999-04-11Fix for 25 Mhz.Steve Murphree
1999-04-11make ne[0-2] definition match GENERICTodd C. Miller
1999-04-05Missing subdir -> no obj link.Marc Espie
1999-04-02.Pp macros do not belong immiedately after .Sh section header linesAaron Campbell
1999-03-31nsphy/ukphy fitTheo de Raadt
1999-03-28inclusion protection; friesTheo de Raadt
1999-03-25roll internal revision levels and enable 1080 supportmjacob
1999-03-25Add small man page for loadkmap, so that people may know about it.Marc Espie
1999-03-24Call vm_set_page_size() during initialization (supresses "MD code didAlex Feldman
1999-03-24rd %wim in VTRAP handler, makes viking much happierTheo de Raadt
1999-03-24status of major items + how people can helpTodd T. Fries
1999-03-23Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel changeTodd C. Miller
1999-03-22workaround for STP1020A errata #148494Theo de Raadt
1999-03-22Remove diagnotic that could (was frequently) causing crashes.Dale S. Rahn
1999-03-22Use standard macros for asm functions instead of the incompleteDale S. Rahn
1999-03-21Fix TSS fault handling.Tobias Weingartner