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