summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06db_{read,write}_bytes loop end condition bad (unsigned >= 0 -> always TRUE)Niklas Hallqvist
some KNF. Now you can examine memory from ddb
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite 2 ChangesConstantine Sapuntzakis
1997-10-06Set da_id to DIO_DEVICE_ID_IHPIB if this is an internal hpib controller.Todd C. Miller
Prevents nhpib0 from getting probed as dca1 on an hp400.
1997-10-04cleanup timestamp code for NT/Win95; khym@bga.comTheo de Raadt
1997-10-03if we booted from the floppy, the geometry is for the hard diskTheo de Raadt
bail completely if the geometry information is not available
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-02conditional error loggingTheo de Raadt
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-10-012.2Theo de Raadt
1997-10-01should report unsigned quantitiesTheo de Raadt
1997-10-01added 'q' modifier (64-bit integers) in kernel vsprintf/kprintfAngelos D. Keromytis
1997-10-01verify decryption by checking last padding bytesTheo 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-30fix it better, use iosizMichael Shalayeff
1997-09-30special XXX for MDPA lpt portMichael Shalayeff
1997-09-30same as for ip_esp_new.c, and indentTheo de Raadt
1997-09-30do the 3-DES key setup right, will ya?Theo de Raadt
1997-09-30Quirk for Cipher ST150S tape drive, jbernard@tater.mines.eduTodd C. Miller
1997-09-30Quirks for revs 015 and 016 of the hitachi dk515. jbernard@tater.mines.eduTodd C. Miller
1997-09-30Check for NULL argument in bpf_mtap(). Some ethernet driversTodd C. Miller
can call this with a NULL pointer, resulting in a panic. Matthias Scheler <tron@lyssa.owl.de>
1997-09-29we won't need thisMichael Shalayeff
1997-09-29bump the version numberMichael Shalayeff
1997-09-29brain dead sanity tests correctedTheo de Raadt