summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1997-02-26Adds support for bus_space functions borrowed in concept from thegene
1997-02-25This file was never used so... ZAP!Per Fogelstrom
1997-02-24temporarily, also pass intr() routines the vec#Theo de Raadt
1997-02-24for generic case, use dk_mountroot not special hacksTheo de Raadt
1997-02-24implement BUFCACHEPERCENT and take care with kva spaceTheo de Raadt
1997-02-24Kill the annoying printf (which I think I added).Jason Downs
1997-02-24sync with hp300: -nostdinc, HOSTCC, etc.Jason Downs
1997-02-24Add support for COMPAT_SUNOS and enable it.Jason Downs
1997-02-23First cut of Flash memory disk. Needs more work though...Per Fogelstrom
1997-02-23Give HPUX it's own signal trampoline and stop modifying the real one.Jason Downs
1997-02-23constrain nbuf until we find a better fixTheo de Raadt
1997-02-23Integrate code from John P. Wittkoski <jpw@netwizards.net> andbriggs
1997-02-23Spoof ISO 9660 disklabelsNiklas Hallqvist
1997-02-23s/MINIROOT/RAMDISK/gJason Downs
1997-02-22ramdisk now has raw version, disklabelskstailey
1997-02-22add tag; NetBSD -> OpenBSDkstailey
1997-02-22ufsboot uses strncpy() nowkstailey
1997-02-22sends and receives and illustrates that the vme board has interrupt vector bugsTheo de Raadt
1997-02-22add register bit definesTheo de Raadt
1997-02-22Not used.Per Fogelstrom
1997-02-22Add pseudo-device enc 4Niklas Hallqvist
1997-02-22Set MMU/CPU better, except for 060 as that requires intrusive changesNiklas Hallqvist
1997-02-21add config files for the various pmax types (thanks go to dieter mayerThomas Graichen
1997-02-21Add IPSEC + lines for a Teles ISDN card. Support not yet in the tree,Niklas Hallqvist
1997-02-21Drop ${PARAM} from CPPFLAGS, add it to the HOSTED_C rule.Niklas Hallqvist
1997-02-21Bring closer to the ISA version by dropping the use of a structure forNiklas Hallqvist
1997-02-21add bus_space_{read,write}_region_* + some KNFNiklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-02-21We are OpenBSDNiklas Hallqvist
1997-02-21Style cleanup and a printf string typoNiklas Hallqvist
1997-02-21fetched a comment from mvme68k + style nitNiklas Hallqvist
1997-02-21Add MMU_/CPU_ symsNiklas Hallqvist
1997-02-21copypage/zeropage adaption. cputype setting needs more work.Niklas Hallqvist
1997-02-21Siginfo stuff as per the mvme68k port + KNF & other style nitsNiklas Hallqvist
1997-02-21do not pass up un-init vftypeTheo de Raadt
1997-02-21Bring in siginfo changes from mvme68k port & Theo. Compiles.briggs
1997-02-20strncpy needed for ufs.cgvf
1997-02-20Fix for NetBSD's bug from NetBSD.Jason Downs
1997-02-20update.Per Fogelstrom
1997-02-20gratituous compatibility with NetBSDkstailey
1997-02-20more of samekstailey
1997-02-19merge in some NetBSD pmap codekstailey
1997-02-18Add the necessary pieces to boot on a PowerMAC, does not currently work,Dale S. Rahn
1997-02-18Add the note object to the executable.Dale S. Rahn
1997-02-18Add note file to elf executable to tell firmware what mode to boot in.Dale S. Rahn
1997-02-18VM_MIN_KERNEL_ADDRESS -> virtual_availkstailey
1997-02-18Ok, these are more stragglers in my source tree. These changes were necessaryDale S. Rahn
1997-02-18Synch declaration of copypage w/ m68k-general definitions per Ken's changes.gene
1997-02-18Need strncpy.c now.Jason Downs
1997-02-17fixes SCSI.Per Fogelstrom