Age | Commit message (Expand) | Author |
2006-10-14 | Friends don't let friends look for disklabels in Free/NetBSD MBR | Kenneth R Westerback |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-04-26 | man page is gzip'd, should store as unsigned char array. | Theo de Raadt |
2006-04-14 | Remove duplicate code, okay ray@ | Pedro Martelletto |
2005-12-05 | Avoid an out-of-bounds array access in editor_delete() for invalid partition | Miod Vallat |
2005-11-16 | Fix conversion of K units to handle case where sector size > 1024. e.g. | Kenneth R Westerback |
2005-01-07 | Print disk size and free space in requested unit. Some refactoring to | Otto Moerbeek |
2004-12-11 | A compare function for heapsort(3) should not just subtract two | Otto Moerbeek |
2004-11-06 | gzip embedded man pages, and pipe through gunzip when viewing. | Otto Moerbeek |
2004-10-04 | Allow one more char for fstype, to avoid truncation of ISO9660 fstype. | Otto Moerbeek |
2004-09-28 | Tidy disklabel output for todays big disks. Based on a diff from f | Otto Moerbeek |
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of | Otto Moerbeek |
2003-12-29 | Add support for % and & units to indicate percent of total space and | Todd C. Miller |
2003-12-20 | make disklabel docs more readable: more logical SYNOPSIS; sort options; | Jason McIntyre |
2003-09-24 | realloc fixes; ok ho | Theo de Raadt |
2003-08-29 | exclude __sparc64__ since it can handle 16k blocks. from jason@ | Ted Unangst |
2003-08-28 | sparcs cannot handle booting from > 8k block partitions, so set the root | Ted Unangst |
2003-07-29 | spaces | Theo de Raadt |
2003-07-16 | new default frag/block sizes. | Ted Unangst |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-11 | ansification | Theo de Raadt |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-04-05 | o replace a strncpy + manual NUL terminate w/ strlcpy | Todd C. Miller |
2003-02-13 | add support for printing disklabels in units other than sectors from | Ted Unangst |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd C. Miller |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-05-19 | When zeroing out the parition table, make 'c' the entire disk, not just | Todd C. Miller |
2001-03-12 | correct warning; maurice@maurice.wan.nl | Theo de Raadt |
2000-10-22 | Use clearerr(3) to clear EOF on stdin when aborting a command due to ^D. | Todd C. Miller |
2000-08-13 | Get rid of fflush(stdout); rewind(stdin); pairs since we should not | Todd C. Miller |
2000-06-04 | Don't exit just because we couldn't get the default label... | Todd C. Miller |
2000-06-04 | Add 'D' and 'z' commands to editor to use the default partition and | Todd C. Miller |
2000-05-05 | Reserve the first cylinder for bootblock if NUMBOOT=1. Basically treat | Todd C. Miller |
2000-04-04 | Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expert | Todd C. Miller |
2000-03-23 | Don't use the BIOS geometry by default, it causes too many problems. | Todd C. Miller |
2000-02-21 | missing newline | Theo de Raadt |
1999-07-14 | put in a check for architectures that demand that partition A start at sector 0 | Theo de Raadt |
1999-06-10 | Handle PAGER in a manner consistent with the Single Unix Specification: | Paul Janzen |
1999-06-06 | typo; mcsmart@engin.umich.edu | Aaron Campbell |
1999-04-07 | Kill -F option, it is not needed and just plain wrong anyway | Todd C. Miller |
1999-04-07 | XXX temp fix for whole_mode; todd will fix better in tomorrow | Theo de Raadt |
1999-04-07 | o Be silent on fstab writing | Todd C. Miller |
1999-04-01 | get mountpoint before fsize/bsize/cpg and crunch things a bit | Todd C. Miller |
1999-04-01 | Fix filesystem type when writing fstab in -f mode | Todd C. Miller |
1999-04-01 | Use fstypenames, not fstypesnames since fstypesnames does not list strings fo... | Todd C. Miller |
1999-03-23 | Rename -F option to -f and add a new -F (full disk) option to use in -E mode. | Todd C. Miller |
1999-03-21 | dosdp should be extern | Todd C. Miller |