summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2008-02-12document modifier types; requested by AurelienJason McIntyre
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-09Adjust type of hw.physmem and hw.usermem; they are 64-bit values now.Mark Kettenis
2008-02-09Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow onMark Kettenis
2008-02-07Check reads and lseek correctly for unsigned return; ok krw@Ian Darwin
2008-02-06Fix possible memory leaks when sending phase 1 IDs.Moritz Jodeit
2008-02-05Move carp load balancing (ARP/IP) to a simpler configuration scheme.Marco Pfatschbacher
2008-02-01Enable the rest of the filter_opts to be used on anchors. These were acceptedRyan Thomas McBride
2008-01-29More read/write result checking fixes to avoid unsigned comparisons vsKenneth R Westerback
2008-01-29fix race in makefileMarc Espie
2008-01-26the kids want I/O;Jason McIntyre
2008-01-26getuint() doesn't use its partno argument. So eliminate it. NoKenneth R Westerback
2008-01-26Create the automatic tables at the base of the anchor stack rather thanRyan Thomas McBride
2008-01-25Fix my screwup and don't return NULL from sort_paritions.Kenneth R Westerback
2008-01-25document maximum partition size; ok jmc@ krw@Otto Moerbeek
2008-01-25Get rid of warning when compiling with OPT_DEBUG.Ryan Thomas McBride
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-22pick the right csaddr when dumping cgs. Makes FFS2 dumps work much betterOtto Moerbeek
2008-01-22Another sneaky 32 bit variable trying to hold 64 bit values. This timeKenneth R Westerback
2008-01-22Use u_int64_t variables to hold partition offsets when calculatingKenneth R Westerback
2008-01-22Make sort_partitions() even more consistant with free_chunks() by notKenneth R Westerback
2008-01-22Kill redundant loop to find number of partitions to sort. We no longerKenneth R Westerback
2008-01-22Replace a frequent calloc/free dance for sorted partitions with aKenneth R Westerback
2008-01-21changes to disklabel's usage:Igor Sobrado
2008-01-19Add initial scaffold for RAID 0. No IO just yet.Marco Peereboom
2008-01-16remove "unused variable" warningCharles Longeau
2008-01-15s/fragements/fragments/ in usage().Stuart Henderson
2008-01-14clear up pidfile(-p) option formOkan Demirmen
2008-01-13remove unused functionsCharles Longeau
2008-01-12Check for expert mode/FFS inside get_fsize() and get_bsize() andKenneth R Westerback
2008-01-12has_overlap() now always tries to resolve overlaps because it is onlyKenneth R Westerback
2008-01-12Tweak get_offset() so it does it's own free chunks to check theKenneth R Westerback
2008-01-12Change editor_countfree() to return the count rather than recording itKenneth R Westerback
2008-01-12Parameter 'new' to get_size() no longer used.Kenneth R Westerback
2008-01-12Introduce the function max_partition_size() to calculate the max sizeKenneth R Westerback
2008-01-12document the max size of FFS and FFS2 file systems plus some rewording;Otto Moerbeek
2008-01-11Remove one level of epicycles by not looping in get_size() orKenneth R Westerback
2008-01-11Don't allow (a)dd or (m)odify to create 0 length partitions. Don'tKenneth R Westerback
2008-01-11compute transfer rate using 64-bit arithmetic, ok sthen@ millert@Otto Moerbeek
2008-01-10Minor aligning of code and comments between editor_add() andKenneth R Westerback
2008-01-08Beef up the (r)ecalculate command in -E mode by having it display theKenneth R Westerback
2008-01-08Ensure that the initial free space chunk can't have a length <= 0.Kenneth R Westerback
2008-01-08Do initial free space count *after* resolving overlapping partitions.Kenneth R Westerback
2008-01-07Oops. Need to ensure we zero selected partition too.Kenneth R Westerback
2008-01-07When increasing d_npartitions as a result of (a)dd'ing a partition inKenneth R Westerback
2008-01-07Shrink & simplify some more -E code. Remove some chances for userKenneth R Westerback
2008-01-06Kill some now-dead code/variables.Kenneth R Westerback
2008-01-06Move check for overlap inside get_size() as it was always called afterKenneth R Westerback
2008-01-06Calculate amount of free space by adding up space in free chunks, ratherKenneth R Westerback
2008-01-06There is no point in having cpg manipulated in -E. newfs does all theKenneth R Westerback