summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2014-03-04Make pointer NULL check non-fatal for a bogus condition.joerg
2014-03-03Correct usage of clri.blymn
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2014-02-09Fix error message; argv[1] could be NULLmaxv
2014-01-19Rename link to link_pkw to avoid shadowing the link syscall.matt
2014-01-15Overwrite the seed file from the beginning, using pwrite(2).apb
2014-01-15Fix arguments for write.joerg
2014-01-10use __func__, EXIT_{SUCCESS,FAILURE}christos
2014-01-10give err() some reason to avoid:pooka
2014-01-08perror is obsolete, use warn and add missing paren.christos
2014-01-07Before scanning, check if the card is up. If it is not the case, exitdegroote
2014-01-05PR bin/46743: mark the "next free cluster" value in the file systemmartin
2014-01-04New sentence, new line. Remove trailing whitespace.wiz
2013-12-30Add crossreference to fd(4) as noted a while back in PR 45694. Bump date.dholland
2013-12-25moved to externalchristos
2013-12-19Bump date for previous.wiz
2013-12-19Add the backup subcommand. It dumps the contents of the partitionjnemeth
2013-12-18If we want to GUIDs to display with correct endian, it helps to decode it first.jnemeth
2013-12-17In all man pages that say:apb
2013-12-10Explicitly state which partition was added/modified.jnemeth
2013-12-09Fix typo ("then" instead of "than")wiz
2013-12-09Fix typo.wiz
2013-12-09Add two new subcommands, "set" and "unset". These were inspired byjnemeth
2013-12-09For the "show -i <entry>" subcommand, print Start and Size both injnemeth
2013-12-08For the add and resize subcommands, change the -s option. If there isjnemeth
2013-12-08fix off-by-one errorjnemeth
2013-12-06Don't attempt to create/resize an unaligned partition if the attemptjnemeth
2013-12-04Use MBR_PTYPE_ defines from <sys/bootblock.h>.jakllsch
2013-12-04Mirror my changes of src/sbin/gpt/create.c 1.4 in migrate.c;jakllsch
2013-12-04Bump date for previous.wiz
2013-12-04Fix err/errx confusion, pointed out by rmind.martin
2013-12-04Provide variants of the -s option to allow limiting the tmpfs dynamicallymartin
2013-12-02Fix pasto in the !ufs2 case (use dp->dp1 and not of dp->dp2).bouyer
2013-11-30Add two new options:jnemeth
2013-11-28when calling dehumanize_number() make sure the resulting number is >= 1jnemeth
2013-11-27CID 1132762: Add error check for negative, to make zero-divide in modulechristos
2013-11-27CID 1132764: Bogus testchristos
2013-11-27Remove FreeBSD specific code as per message to tech-userlevel.jnemeth
2013-11-23Only skip past _PATH_DEV if it is actually present.jnemeth
2013-11-22change the "-b blocknr" parameter to accept a "human number"jnemeth
2013-11-22bump datejnemeth
2013-11-22In the manpage:jnemeth
2013-11-20shrunk.wiz
2013-11-20Add a resize command. This command was inspired by FreeBSD's gpart(8),jnemeth
2013-11-19delete an errant where it is obvious what the code is doingjnemeth
2013-11-19When setting a label on the new partition, be sure to set the labeljnemeth
2013-11-19update synopsis for add subcommandjnemeth
2013-11-19 Add two new options to the "add" subcommand:jnemeth
2013-11-13CID 1125874: Fix memory leakchristos
2013-11-09vax specific gcc 4.8.1 hackschristos