summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02Treat FS_BOOT similar to FS_UNUSED.Todd C. Miller
1997-10-02always run fdisk, and skip extra disklabel whacksTheo de Raadt
1997-10-02We cannot deal with MCLBYTES > CLBYTES. Lower MCLSHIFT to 10 againNiklas Hallqvist
1997-10-02do not whine if user quits without modsTheo de Raadt
1997-10-02tell user about "help"Theo de Raadt
1997-10-02Slight update.Jason Downs
1997-10-02Slight update.Jason Downs
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-022.2Theo de Raadt
1997-10-02label "done" now unusedNiklas Hallqvist
1997-10-02typosNiklas Hallqvist
1997-10-02no more ESRCH, but maybe EIO insteadNiklas Hallqvist
1997-10-02 o When adding 'b' make default fstype be swap.Todd C. Miller
o Add some missing free()'s. o When computing new offset, sort the partitions by offset, don't assume that ascending partions are in real order. Noted by todd@
1997-10-02Fix a typo and treat newlines as whitespace (so args work correctly).Todd C. Miller
1997-10-02better 'machine di' table; toddf@Michael Shalayeff
1997-10-02Fix CFLAGS in SOCKS case, and automatically use USE_SOCKS to compile socks inimp
1997-10-02Add prototype for fclose in socks case so we compile -DSOCKSimp
1997-10-02Added PF_ENCAP and fixed the PF_INET table.Angelos D. Keromytis
1997-10-02conditional error loggingTheo de Raadt
1997-10-02Sync "route show" with "netstat -rn".Angelos D. Keromytis
1997-10-02shorten two common namesTheo de Raadt
1997-10-02Deal with ^D sanely and kill unused get_yn().Todd C. Miller
1997-10-02build vi thingy correctly; toddf found the bugTheo 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-02Add 'w' (write label) command.Todd C. Miller
1997-10-02no more ESRCH from writedisklabel()Theo de Raadt
1997-10-02Kill newlabel() stuff. The kernel should never fail to write aTodd C. Miller
label just because none exists on the disk. i386 has been fixed in the respect and others may need fixing as well.
1997-10-02document disklabel -nTodd C. Miller
1997-10-02respect -nTodd C. Miller
1997-10-0121 -> 22Todd T. Fries
1997-10-01typos; khym@bga.comTheo 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-0121 -> 22, 2.1 -> 2.2Theo de Raadt
1997-10-0121 -> 22Theo de Raadt
1997-10-012.2Theo de Raadt
1997-10-01use arc4randomkstailey
1997-10-01Fix bug where fmt allows backslashed whitespace inside words, but it onlyTodd C. Miller
counts each such as one character long, gjm11@dpmms.cam.ac.uk.
1997-10-01should report unsigned quantitiesTheo de Raadt