Age | Commit message (Expand) | Author |
2008-01-21 | changes to disklabel's usage: | Igor Sobrado |
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt |
2007-06-25 | some trivial delinting | Theo de Raadt |
2007-06-23 | expand size/offset to 16 characters, and drop the Cyl comments which | Theo de Raadt |
2007-06-18 | If disklabel(8) is run against unreadable media (e.g. a blank cd) | Kenneth R Westerback |
2007-06-18 | -r will die. Until then, make sure any labels it dredges up are | Kenneth R Westerback |
2007-06-17 | On Sun machines, disklabels coming from the kernel will now have a d_flags | Theo de Raadt |
2007-06-08 | second pass, some fields slipped through the first time around | Otto Moerbeek |
2007-06-08 | Make disklabel(8) aware of the new fields, allowing for larger than | Otto Moerbeek |
2007-06-07 | do not complain about c not being a multiple of lp->d_secpercyl; ok millert | Theo de Raadt |
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-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-02-24 | Correct comment calling FILE *f a file descriptor. | Ray Lai |
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-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-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | 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-04-30 | Better header at the top: | Theo de Raadt |
2005-01-07 | Print disk size and free space in requested unit. Some refactoring to | 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-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-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell |
2003-12-20 | make disklabel docs more readable: more logical SYNOPSIS; sort options; | Jason McIntyre |
2003-07-29 | spaces | Theo de Raadt |
2003-07-16 | new default frag/block sizes. | Ted Unangst |
2003-07-02 | missing protos | Theo de Raadt |
2003-06-25 | remove junk protos | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-06 | string handling; ok millert | Theo de Raadt |
2003-02-13 | add support for printing disklabels in units other than sectors from | Ted Unangst |
2003-02-05 | WORKAROUND: use a volatile to get around a compiler or fp emulation bug | Theo de Raadt |
2002-12-31 | Prepare for the removal of amiga and sun3 platforms from the tree. | Miod Vallat |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-03-24 | Work around a compiler bug on sparc64; deraadt@ OK | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |