summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-30syncTheo 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