Age | Commit message (Expand) | Author |
2007-06-16 | OK, landisk needs NUMBOOT=1 | Theo de Raadt |
2007-06-16 | i386/amd64/zaurus/landisk are not NUMBOOT=1 or NUMBOOT=2 architectures. | 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-07 | do not complain about c not being a multiple of lp->d_secpercyl; ok millert | Theo de Raadt |
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-02 | installboot not just for i386; ok krw | Jason McIntyre |
2007-06-01 | add RAID to the list of partition types for which we do not prompt for a | Todd T. Fries |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
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 |