Age | Commit message (Expand) | Author |
2008-01-06 | Move check for overlap inside get_size() as it was always called after | Kenneth R Westerback |
2008-01-06 | Calculate amount of free space by adding up space in free chunks, rather | Kenneth R Westerback |
2008-01-06 | There is no point in having cpg manipulated in -E. newfs does all the | Kenneth R Westerback |
2008-01-03 | Remove text which is incorrect now that 'get bios geometry' | Stuart Henderson |
2008-01-01 | Oops. Missed a couple of unnecessary 'DL_GETPOFFSET()+DL_GETPSIZE() > | Kenneth R Westerback |
2008-01-01 | Fix display of overlapping partitions to account for larger size and offset | Kenneth R Westerback |
2008-01-01 | get_size() no longer allows DL_GETPSIZE()+DL_GETPOFFSET > | Kenneth R Westerback |
2008-01-01 | Shorten and simplify code, eliminate ability to assign arbitrary sizes | Kenneth R Westerback |
2007-12-31 | Reset partition size as well as partition offset before asking for | Kenneth R Westerback |
2007-12-30 | Use get_size() in editor_change() instead of hand-rolling identical | Kenneth R Westerback |
2007-12-30 | Kill some now unneeded checks for 'c' partition manipulation. Change | Kenneth R Westerback |
2007-12-30 | Simplify code by avoiding manual manipulations of the free space | Kenneth R Westerback |
2007-12-30 | Since 'c' now always covers the entire disk and is always FS_UNUSED, | Kenneth R Westerback |
2007-12-30 | Bring editor_add() code into line with the other editor_* functions. | Kenneth R Westerback |
2007-12-25 | Some cosmetic code reorg to make things a bit more textually | Kenneth R Westerback |
2007-12-24 | Use zero_partitions() to implement the '-E' command 'd *', as it | Kenneth R Westerback |
2007-12-23 | Setting p_fstype to the number of free sectors can't be right. Instead, set | Kenneth R Westerback |
2007-12-16 | add missing arguments to "-b" and "-s" | 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-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-01 | cats went away | Theo de Raadt |
2007-07-24 | rearrange newline printing code during editor startup; ok millert krw | 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-20 | if a 4.2BSD partition falls partly within the area defined by the | Otto Moerbeek |
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-18 | typo | Theo de Raadt |
2007-06-17 | On Sun machines, disklabels coming from the kernel will now have a d_flags | Theo de Raadt |
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 |