Age | Commit message (Expand) | Author |
2009-03-07 | "Numer of " -> "Number of ". Typo from r1.1. | Kenneth R Westerback |
2009-02-15 | Don't display, or save via the editor 's' command, the fsize and | Kenneth R Westerback |
2009-01-11 | On *ppc disks shared with MacOS, walk the Apple partition map to find out | Miod Vallat |
2008-12-07 | clean up find_bounds(), no binary change; 'dead initialisation' llvm/clang; ... | Constantine A. Murenin |
2008-12-07 | fix an 11-year-old typo in an if statement; 'null dereference' llvm/clang; ... | Constantine A. Murenin |
2008-09-03 | Missing break in case statement. | Jonathan Gray |
2008-08-11 | fix a6 partition lookup where a static variable was incorrectly used in | Reyk Floeter |
2008-08-10 | spacing; remove non-existent flag from synopsis. | Igor Sobrado |
2008-08-10 | add missing space. | Igor Sobrado |
2008-08-10 | Shorten the lines of '?' output in edit mode. A couple were too | Kenneth R Westerback |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-07-10 | Die -r, die! Eliminate stray -r in usage text. Spotted by James Hartley. | Kenneth R Westerback |
2008-07-09 | Read 'vendor' flag from ASCII disklabel since we print it. Fixes | Kenneth R Westerback |
2008-07-01 | Initialize variable before checking against NULL. | Ray Lai |
2008-06-25 | In interactive mode, always suggest offsets and sizes inside the | Otto Moerbeek |
2008-06-25 | allow to install and boot the OpenBSD A6 partition and disklabel in an | Reyk Floeter |
2008-06-04 | setbootflag() must be done before checksum'ing the label. Bug introduced | Theo de Raadt |
2008-05-13 | Make socppc on par with macppc for now. | Miod Vallat |
2008-04-13 | Redo the '?' output in (E)ditor mode so it uses two columns and once | Kenneth R Westerback |
2008-04-07 | Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside a | Kenneth R Westerback |
2008-04-07 | Restore boot block (-B) support that was incorrectly deleted during | Kenneth R Westerback |
2008-04-06 | nwflag is never set now that '-r' is no more, so remove it and the warning | Kenneth R Westerback |
2008-04-06 | Remove stray '-r' reference that survived the nuke of -r. | Kenneth R Westerback |
2008-04-06 | Fix logic botch I introduced with r1.123 which effectively disabled | Kenneth R Westerback |
2008-03-23 | Nuke disklabel -r. All labels come from the kernel via ioctl. | Kenneth R Westerback |
2008-01-26 | getuint() doesn't use its partno argument. So eliminate it. No | Kenneth R Westerback |
2008-01-25 | Fix my screwup and don't return NULL from sort_paritions. | Kenneth R Westerback |
2008-01-25 | document maximum partition size; ok jmc@ krw@ | Otto Moerbeek |
2008-01-24 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth R Westerback |
2008-01-22 | Another sneaky 32 bit variable trying to hold 64 bit values. This time | Kenneth R Westerback |
2008-01-22 | Use u_int64_t variables to hold partition offsets when calculating | Kenneth R Westerback |
2008-01-22 | Make sort_partitions() even more consistant with free_chunks() by not | Kenneth R Westerback |
2008-01-22 | Kill redundant loop to find number of partitions to sort. We no longer | Kenneth R Westerback |
2008-01-22 | Replace a frequent calloc/free dance for sorted partitions with a | Kenneth R Westerback |
2008-01-21 | changes to disklabel's usage: | Igor Sobrado |
2008-01-16 | remove "unused variable" warning | Charles Longeau |
2008-01-12 | Check for expert mode/FFS inside get_fsize() and get_bsize() and | Kenneth R Westerback |
2008-01-12 | has_overlap() now always tries to resolve overlaps because it is only | Kenneth R Westerback |
2008-01-12 | Tweak get_offset() so it does it's own free chunks to check the | Kenneth R Westerback |
2008-01-12 | Change editor_countfree() to return the count rather than recording it | Kenneth R Westerback |
2008-01-12 | Parameter 'new' to get_size() no longer used. | Kenneth R Westerback |
2008-01-12 | Introduce the function max_partition_size() to calculate the max size | Kenneth R Westerback |
2008-01-11 | Remove one level of epicycles by not looping in get_size() or | Kenneth R Westerback |
2008-01-11 | Don't allow (a)dd or (m)odify to create 0 length partitions. Don't | Kenneth R Westerback |
2008-01-10 | Minor aligning of code and comments between editor_add() and | Kenneth R Westerback |
2008-01-08 | Beef up the (r)ecalculate command in -E mode by having it display the | Kenneth R Westerback |
2008-01-08 | Ensure that the initial free space chunk can't have a length <= 0. | Kenneth R Westerback |
2008-01-08 | Do initial free space count *after* resolving overlapping partitions. | Kenneth R Westerback |
2008-01-07 | Oops. Need to ensure we zero selected partition too. | Kenneth R Westerback |
2008-01-07 | When increasing d_npartitions as a result of (a)dd'ing a partition in | Kenneth R Westerback |