summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-28Make disk assembly smarter and add two qualifiers to it:Marco Peereboom
2007-05-27Simplify symlink creation. ok grunkAlexander Bluhm
2007-05-27cleanup the nfssvc() system call.Thordur I. Bjornsson
2007-05-27Complain to stderr if cloned pflog interface doesn't exist. Previously only ...Jason Dixon
2007-05-27Don't include sys/mbuf.h it is not needed. OK mcbride@ msf@Claudio Jeker
2007-05-27fsck_vnd just serves no real purpose, so remove it.Alexander von Gernler
2007-05-27No need to shutdown(2) DGRAM socket before closing it. Found while lookingClaudio Jeker
2007-05-27fix .Xr's to mount_vnd(8)Alexander von Gernler
2007-05-27sync usage(); ok grunkJason McIntyre
2007-05-27sync argument names; ok grunkJason McIntyre
2007-05-27Prevent buf[-1] access if strlen(buf) == 0.Ray Lai
2007-05-26+.Xr mount_vnd 8 ,Jason McIntyre
2007-05-26tweaks;Jason McIntyre
2007-05-26link mount_vnd to the build, and remove usr.sbin/vnconfig, which is nowAlexander von Gernler
2007-05-26improve the EXAMPLES for fstab entries of mount_vnd(8):Alexander von Gernler
2007-05-26make mount_vnd a C program by pulling in the vnconfig(8) source and addingAlexander von Gernler
2007-05-26When the SIOCGIFMEDIA ioctl fails, don't report a problem withKenneth R Westerback
2007-05-24Make 'disklabel -w -d <disk>' work. i.e. write the default disklabelKenneth R Westerback
2007-05-23Remove all vnode dependencies so that we can bootstrap softraid volumes.Marco Peereboom
2007-05-23Get rid of some obsolete exampels.Hans-Joerg Hoexer
2007-05-21small cleanups:Constantine A. Murenin
2007-05-21Add ffs2 support. Adapted from the ufs2 changes in FreeBSD and NetBSD.Todd C. Miller
2007-05-21Add ffs2 support; some parts adapted from ffs2 dump changes in FreeBSD.Todd C. Miller
2007-05-21Use SBLOCKSEARCH[] to find the superblock. OK pedro@Todd C. Miller
2007-05-21options w/o args come before options which take args;Jason McIntyre
2007-05-20add a -f option to allow specifing an alternativeRobert Nagy
2007-05-20Update usage wrt -c option when called as mount_mfs.Todd C. Miller
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