Age | Commit message (Expand) | Author |
2007-07-24 | rearrange newline printing code during editor startup; ok millert krw | Theo de Raadt |
2007-06-20 | if a 4.2BSD partition falls partly within the area defined by the | Otto Moerbeek |
2007-06-17 | On Sun machines, disklabels coming from the kernel will now have a d_flags | Theo de Raadt |
2007-06-08 | Simplify rounding to cylinders. | Todd C. Miller |
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-08 | Fix setting total # sectors in the 'e' command. | Todd C. Miller |
2007-06-07 | Add missing parens, fixes a bug aded in rev 1.112 where maxval would | Todd C. Miller |
2007-06-06 | fix the cylinder rounding calculation for "totally using the space" type | Theo de Raadt |
2007-06-04 | avoid rounding down to zero cylinders. ok marco@ | Otto Moerbeek |
2007-06-01 | add RAID to the list of partition types for which we do not prompt for a | Todd T. Fries |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
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-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-22 | Always write the disklabel to disk when asked, even if it appears to | Kenneth R Westerback |
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 |