summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-08-30Simplify name trimming following a suggestion from rillig.martin
2022-08-30Fix typo (pointed out by rillig)martin
2022-08-30Invoke magic C promotion rules as originally intended - oops!martin
2022-08-29Trim trailing whitespace from disk names we got via drvctl.martin
2022-08-28Choose a proper kernel set per a running kernel during installation.tsutsui
2022-08-19installboot(8): Note relation to UEFI boot and hybrid images.riastradh
2022-08-19installboot(8): Fix capitalization of U-Boot.riastradh
2022-08-10Remove RPC definechristos
2022-08-10PR/56963: Mark Davies: inetd not configured for rpcchristos
2022-08-10PR bin/56963 Mark Davies: inetd not configured for rpcdholland
2022-08-06s/blity/bility/ in various words, mainly in comments.andvar
2022-07-22Add a menu option to set the file extension of the downloaded sets.christos
2022-07-11Avoid C++-isms (stupid muscle memory) to fix the build.martin
2022-07-10usr.sbin/installboot: Add a command line option (-u) to set U-Boot search pathsbrook
2022-07-10We may try to extract the "last mounted on" field from EFI partitionsmartin
2022-07-10Preparations to make the extended partitioning during normal installationmartin
2022-06-26ldpd(8): Fix address of misaligned packed members.riastradh
2022-06-26Fix typomartin
2022-06-24Check on-disk disklabel properly even on ports without raw BSD disklabel.tsutsui
2022-06-24Use proper ANSI function declarations.tsutsui
2022-06-21Fix inverted condition in previous and only apply special handling formartin
2022-06-21Fix free space accounting when partitions change size or are deleted.martin
2022-06-21renumber_partitions() needs to deal with removed/added partitions.martin
2022-06-21Fix free space accounting for partition size changes and deletions.martin
2022-06-21disklabel_can_add_partition() did not consider additional partitionsmartin
2022-06-20When the user aborts the target disk selection menu, return to themartin
2022-06-20PR 56893: fix input validation when the user moves a new partition tomartin
2022-06-19Centralize the "we can newfs this type of filesystem" predicatemartin
2022-06-18An unused partition may not be the install targetmartin
2022-06-18Typo in commentmartin
2022-06-18Significant changes to output layout methods - except for -x and -ykre
2022-06-17Use #define<space> consistently.tsutsui
2022-06-17Use consistent default partition sizes for similar ports.tsutsui
2022-06-17Restore DEFSWAPSIZE value to (-1) to determine it by get_ramsize().tsutsui
2022-06-17Remove now obsolete "#define DEFSWAPSIZE (-1)" to fix the build.hannken
2022-06-17Fix processing of the archaic arg format (BACKWARD_COMPATIBILITY) so itkre
2022-06-16Fix pasto.tsutsui
2022-06-16Define DEFSWAPSIZE properly. DEFSWAPRAM seems obsolete.tsutsui
2022-06-15Modify output of CPUID Fn0000000a.msaitoh
2022-06-13Disable the unsupported events from the bit vector length in EAX.msaitoh
2022-06-13Add topdown-slots to Intel architectural performance monitoring version 1.msaitoh
2022-06-11Slightly improved error handling when converion from one partition tablemartin
2022-06-11Avoid integer arithmetic overflow when checking a partition table withoutmartin
2022-06-11Pull SMALLPROG stuff to disable unnecessary partitioning methods etc.tsutsui
2022-06-11Add explicit PART_BOOT_MOUNT for ews4800mips.tsutsui
2022-06-11Use proper part_type for the boot partition (while it looks unused).tsutsui
2022-06-11Enhance support for the pseudo file system type "EFI System Partition".martin
2022-06-11Remove unused field.martin
2022-06-09Add support for explicitly selecting "EFI system partition" as a partitionmartin
2022-06-08wsfontload(8): Mention .wsf font files. Fix formatting.uwe