Age | Commit message (Expand) | Author |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-24 | Make 'disklabel -w -d <disk>' work. i.e. write the default disklabel | Kenneth R Westerback |
2007-05-13 | Sync editit() with sendbug. | Ray Lai |
2007-04-29 | fix rounding in the modify case; ok millert@ miod@ | Otto Moerbeek |
2007-04-26 | includes that are not needed anymore | Theo de Raadt |
2007-04-26 | Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS | Kenneth R Westerback |
2007-04-26 | Copy sendbug's editit() to disklabel. | Ray Lai |
2007-03-18 | Check for zero divisor _before_ dividing; do not use floating | Otto Moerbeek |
2007-03-13 | Refactor & fix computation of offset for next partition. Now the | Otto Moerbeek |
2007-03-02 | If a default label has been created with the -d command line option or | Kenneth R Westerback |
2007-02-24 | Correct comment calling FILE *f a file descriptor. | Ray Lai |
2007-02-22 | Always write the disklabel to disk when asked, even if it appears to | Kenneth R Westerback |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2006-10-14 | Friends don't let friends look for disklabels in Free/NetBSD MBR | Kenneth R Westerback |
2006-10-14 | Friends don't let friends look for disklabels in Free/NetBSD MBR | Kenneth R Westerback |
2006-10-12 | Should be correct for landisk. | Dale Rahn |
2006-09-27 | Oops. Missed a line. Fix so disklabel(8) compiles again. | Kenneth R Westerback |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
2006-09-24 | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were | Kenneth R Westerback |
2006-07-11 | Let armish and cats recognize MBR partitioning, to come up with proper | Miod Vallat |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-05-16 | change only use of slice to 'partition letter' to be consistent with | Kevin Steves |
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-11-13 | missing fclose(); from dhill@mindcry.org | Theo de Raadt |
2005-11-12 | use snprintf; ok cloder dhill@mindcry.org | Theo de Raadt |
2005-08-30 | Get the start of the A6 partition from fdisk. Fixes wrong suggestion of | Uwe Stuehler |
2005-04-30 | Better header at the top: | Theo de Raadt |
2005-04-01 | will do disklabels like hppa | Theo de Raadt |
2005-03-07 | more macro simplification; | Jason McIntyre |
2005-02-16 | Prevent gzip from storing mtime and filename in the header so we | Todd C. Miller |
2005-01-13 | be aware of zaurus | Theo de Raadt |
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 | update -DSEEALSO for alpha and cats, remove arc and amiga. ok miod@ | Otto Moerbeek |
2004-11-06 | gzip embedded man pages, and pipe through gunzip when viewing. | Otto Moerbeek |
2004-10-25 | typo, from Nathan Rickerby | Otto Moerbeek |
2004-10-04 | Allow one more char for fstype, to avoid truncation of ISO9660 fstype. | Otto Moerbeek |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray |
2004-09-28 | Tidy disklabel output for todays big disks. Based on a diff from f | Otto Moerbeek |
2004-09-18 | remove unused var, and then fix the code to watch for waitpid() errors | Theo de Raadt |
2004-08-08 | spacing | Theo de Raadt |
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of | Otto Moerbeek |
2004-05-20 | Typo from Jared Yanovich phirerunner@comcast.net | Marco Peereboom |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn |
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell |
2004-02-25 | correct NOMAN= case | Theo de Raadt |
2004-01-28 | Repair build links for pegosos, and also build for amd64 | Theo de Raadt |