summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-10-03avoid sign extension on bios geometry!Theo de Raadt
1997-10-03make bios_geometry unsigned to avoid sign extensionTheo de Raadt
1997-10-02indent and removal of #if 0 MAXPHYS setting. No semantic diffs, so you canNiklas Hallqvist
touch it back to its previous mtime after cvs updating if you want to
1997-10-02reflect realityNiklas Hallqvist
1997-10-02A mionimal VS2000 config for netbootingNiklas Hallqvist
1997-10-02Remove dependencies on config options, you should make clean when changingNiklas Hallqvist
those, or touch the specific files if you know what you are doing.
1997-10-02Remove obsolete VNODE_PAGER optionNiklas Hallqvist
1997-10-02dumpconf after swapconf, and remove some swedishNiklas Hallqvist
1997-10-02Factor out the bufpages and nbuf calculation so that pmap_boststrap can getNiklas Hallqvist
at the values early on. Also some KNF, this is our code now.
1997-10-02Accomodate for the buffer cache, mbuf clusters and physio space whenNiklas Hallqvist
caclulating sysptsize
1997-10-02We cannot deal with MCLBYTES > CLBYTES. Lower MCLSHIFT to 10 againNiklas Hallqvist
1997-10-02Ah, remove the stupid check for APM_NO_POWEROFF, too.Jason Downs
1997-10-02RB_POWERDOWN. Come on people, RB_POWERDOWN has existing for *months*,Jason Downs
doesn't anyone bother to check these things?
1997-10-02label "done" now unusedNiklas Hallqvist
1997-10-02typosNiklas Hallqvist
1997-10-02no more ESRCH, but maybe EIO insteadNiklas Hallqvist
1997-10-02better 'machine di' table; toddf@Michael Shalayeff
1997-10-02just overwrite anything in that zone of the disk, for writedisklabel()Theo de Raadt
1997-10-02no more ESRCH in writedisklabel()Theo de Raadt
1997-10-02kill ESRCH in writedisklabel()Theo de Raadt
1997-10-02no more ESRCH from writedisklabel()Theo de Raadt
1997-10-01make rawpart FS_UNUSEDTheo de Raadt
1997-10-01patch another version dependency. this one should be fixed right! XXXTheo de Raadt
1997-09-30EXAMPLESTheo de Raadt
1997-09-30fix sysctl() call. This code was never tested was itTheo de Raadt
1997-09-30Don't blithely use geometry from the disk. Get it from sysctl orTodd C. Miller
the user.
1997-09-30typecast vga_pci_match to cgmatch_tMichael Shalayeff
compare pci tags w/ bcmp
1997-09-29we won't need thisMichael Shalayeff
1997-09-29bump the version numberMichael Shalayeff
1997-09-29DOSMBR_SIGNATURE, DOSACTIVE; weingartTheo de Raadt
1997-09-29apm0 at bios0; i have sb and scd nowMichael Shalayeff
1997-09-29 according to the recent apm changesMichael Shalayeff
1997-09-29apm0 at bios0Michael Shalayeff
configs will be updated
1997-09-29ignore partitions larger than device, as an attempt to ignore floppies ↵Theo de Raadt
without MBR
1997-09-28cpu_reset() changes, inspired by netbsdflipk
be damned if i can find netbsd's commit msg, tho..
1997-09-28Threadway lives again.Jason Downs
1997-09-27Fix swapconf.c so it will not crash swap on nfs envsNiklas Hallqvist
1997-09-27add ID, we have mods hereMichael Shalayeff
1997-09-26nice diskinfo; terms consistancy by millert@Michael Shalayeff
1997-09-26fix PORTAL comment in all alpha config fileskstailey
1997-09-26fix PORTAL comment in all sun3 config fileskstailey
1997-09-26fix PORTAL comment in all i386 config fileskstailey
1997-09-26fix PORTAL comment in all i386 config fileskstailey
1997-09-26ex0 is a sin at the momentTheo de Raadt
1997-09-25fix the bug i did in apmcall w/ that i386.diffMichael Shalayeff
1997-09-24avoid bogus warningsMichael Shalayeff
1997-09-24bios and pctr are both ocis w/ seltrueMichael Shalayeff
1997-09-24bios device is ocis from nowMichael Shalayeff
1997-09-24overflow can bite anyways, increment wordMichael Shalayeff
1997-09-24Revert, as we won't have enough time to test this fully before release.Niklas Hallqvist