summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2007-05-19Now that the amd64 floppy and cd image -c setting have been fixed,Otto Moerbeek
2007-05-19kill trailing whitespace;Jason McIntyre
2007-05-19Mention the mfs and portal papers.Jonathan Gray
2007-05-19backout -c changes; they were not tested on all the media. all newfsTheo de Raadt
2007-05-18Fix mismerge; remove statement without effect. OK otto@ pedro@Todd C. Miller
2007-05-18The unit of the -c options is fragments, so adjust man page andOtto Moerbeek
2007-05-18Do a bounds check to see if the inode table fits on the disk.Otto Moerbeek
2007-05-18prettier MakefilesTheo de Raadt
2007-05-18unify the way we prefer other thingsTheo de Raadt
2007-05-15Make usage declaration match prototype; Make it __dead also.Thordur I. Bjornsson
2007-05-13g/c unused varsTodd C. Miller
2007-05-13Sync editit() with sendbug.Ray Lai
2007-05-12remove references to mount_vnd.8 and fsck_vnd.8 as these are not hookedFelix Kronlage
2007-05-11pass the right size arg to memset, otherwise we end up with aOtto Moerbeek
2007-05-11it's silly for reboot to poweroff. adapted from diff by diana eichertTed Unangst
2007-05-10Do not crash when lists include the "any" keyword. Reported byHans-Joerg Hoexer
2007-05-08Introduce the mouse.rawmode and mouse.scale fields forRobert Nagy
2007-05-07Bump crypto buffer logging (before crypto/after crypto) to level 70 fromChad Loder
2007-05-07It was possible for phase 1 negotiation to fail due to lifetime durationChad Loder
2007-05-07Document "M active|passive" ui command.Joel Knight
2007-05-05Do not rely on fs_cpg; this is especially important for ffs2 whichTodd C. Miller
2007-05-05Add support for ffs2 and a new flag, -m, which will output aTodd C. Miller
2007-05-05Kill a log message which looks like an error message but is actuallyChad Loder
2007-05-03Update CGSIZE macro so that it is no longer based on fs_cpg.Todd C. Miller
2007-05-02convert to standard usage(); ok millert ottoJason McIntyre
2007-05-02clarify error message; ok grunk@David Krause
2007-05-02use strtonum(3) and usage nit; ok millert@Otto Moerbeek
2007-05-02remove #ifdef TUNEFS_SOFTDEP code, requested by millert@Otto Moerbeek
2007-05-02better wording and cleanup from jmc@Otto Moerbeek
2007-05-02FFS2 savvy tunefs from NetBSD. Some cleanup will be done after this.Otto Moerbeek
2007-05-01for the restore -r example:Jason McIntyre
2007-04-29fix rounding in the modify case; ok millert@ miod@Otto Moerbeek
2007-04-28Copy sendbug's editit().Ray Lai
2007-04-27Remove unneeded #include's, as already done for disklabel. CPU_BIOSKenneth R Westerback
2007-04-26lint says: fdisk.c:160: warning: operator '==' found where '=' was expectedTheo de Raadt
2007-04-26includes that are not needed anymoreTheo de Raadt
2007-04-26Eliminate CPU_BIOS from userland and wd(4) by always using the BIOSKenneth R Westerback
2007-04-26Copy sendbug's editit() to disklabel.Ray Lai
2007-04-23remove -D stuff which is just silly, imagine if ls had a debug mode; ok marcoTheo de Raadt
2007-04-23Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bitPedro Martelletto
2007-04-22Free allocated node in conf_set_now() before failing,Moritz Jodeit
2007-04-22Use conf_free_list() after calling conf_get_list().Moritz Jodeit
2007-04-21use the correct size arg to memcmp when checking fs_cstotal.Otto Moerbeek
2007-04-21"o" in optiopt_list is superfluous now tooHenning Brauer
2007-04-21fix -o handling. syntax is now -o none|basic|profile. -o without argumentHenning Brauer
2007-04-20no whitespace allowed between -o and its argument, so update doc/usage()Jason McIntyre
2007-04-19teach dumpfs about the 'updated' flag; ok pedro@Otto Moerbeek
2007-04-18When trying to read the primary superblock, do not accidentially readOtto Moerbeek
2007-04-18Remove the ``new i/o'' code. It has never worked well, noone has stepped upMiod Vallat
2007-04-18don't let fpg and spc get out of sync. solves a few cases where newfsOtto Moerbeek