summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-10-04Make it compileable.Jason Downs
1996-10-04handle 165/165 correctly; from tholoTheo de Raadt
1996-10-04reverseTheo de Raadt
1996-10-04syncTheo de Raadt
1996-10-04ahc on eisa, netbsdTheo de Raadt
1996-10-04do not decl global; from christosTheo de Raadt
1996-10-02Some changes to macrosPer Fogelstrom
1996-10-01Make more like sys/conf/GENERICPer Fogelstrom
1996-10-01Ooops better size of bounce area is correctPer Fogelstrom
1996-10-01Cleaned up, bug fixPer Fogelstrom
1996-10-01disable wt0 by default (smc smasher). can be enabled using boot -cTheo de Raadt
1996-10-01traverse stand only onceTheo de Raadt
1996-10-01writedisklabel with same semantics as readdisklabelTheo de Raadt
1996-09-30SwapgenericPer Fogelstrom
1996-09-30Need this...Per Fogelstrom
1996-09-30Fixed bug in xmit error handler.Per Fogelstrom
1996-09-29naw, grown bufcache does not help this workloadTheo de Raadt
1996-09-29merge mips back into pmax; by graichenTheo de Raadt
1996-09-29no stripTheo de Raadt
1996-09-29size correct thingTheo de Raadt
1996-09-29obj traversalTheo de Raadt
1996-09-29libkern before libsaTheo de Raadt
1996-09-29size correct execTheo de Raadt
1996-09-29Your average one line commit.Jason Downs
1996-09-28call global system minphys as wellPer Fogelstrom
1996-09-28if no disklabel, fake the MBR partitions at m/n/o/pTheo de Raadt
1996-09-28..and update it again.Jason Downs
1996-09-28Add floppy filesystem goop.Jason Downs
1996-09-28Add INSTALL floppy filesystem goop.Jason Downs
1996-09-28Allow booting from 2.88mb floppies (in 1.44mb mode), and remove theJason Downs
floppy "wait for filesystem" goop.
1996-09-28document last changeTheo de Raadt
1996-09-27Synch with pc3 emulPer Fogelstrom
1996-09-27OpenBSD changesPer Fogelstrom
1996-09-27Opps, add OpenBSD tag. -mojMats O Jansson
1996-09-27Allow make obj. -mojMats O Jansson
1996-09-27Do not count on x perms being there for rmaouthdrNiklas Hallqvist
1996-09-26Do not override sectors, track & secpercyl values set by the driver, itNiklas Hallqvist
is deadly if CHS addressing is used.
1996-09-26Fix alignment for mips & other strict architectures, mostly used lance stuff.Niklas Hallqvist
1996-09-26fault in a ptp in one nasty situation. not fool proof, but helps some cases. ↵Theo de Raadt
thanks to dyson and chuck
1996-09-26tossed the frigging mitsumiTheo de Raadt
1996-09-25prefer DOSPTYP_386BSD MBR partition; from tholoTheo de Raadt
1996-09-25shrink an error messageTheo de Raadt
1996-09-25u_int*_t typesTheo de Raadt
1996-09-25prefer a DOSPTYP_OPENBSD MBR partition, but accept one of DOSPTYP_386BSD.Theo de Raadt
remove garbage that made d/e/f/g/h partitions special (bet you didn't know that this code was trying to treat e/f/g/h as special MBR partitions did you!)
1996-09-25OLD_PIPE for now; till NBPG botch is fixed in freebsd sys_pipe.cTheo de Raadt
1996-09-24Make prettyNiklas Hallqvist
1996-09-24Use wd on config line. Uncomment btl driver. Add second IDE interface.Niklas Hallqvist
Remove Pica stuff as well as VNODE_PAGER.
1996-09-24add majors for wd & acdNiklas Hallqvist
1996-09-24Kernel links now with in tree ld. Needs a ld script though. This script mayPer Fogelstrom
be cleaned up (optimized) but works. And if it's not broken, don't fix it :-)
1996-09-24Excess load.Per Fogelstrom