summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-07-12Add 'dk_' prefix to struct disk field names.Kenneth R Westerback
2021-07-11Add 'prt_' prefix to struct prt field names.Kenneth R Westerback
2021-07-11Add 'mbr_' prefix to struct mbr field names.Kenneth R Westerback
2021-07-11Correct various min/max cluster numbers for FAT12/16/32. From NetBSD.Mark Kettenis
2021-07-11Move ask_cmd(), ask_num(), ask_pid(), ask_string(), parse_b()Kenneth R Westerback
2021-07-11Add tabs to make variable declarations easierKenneth R Westerback
2021-07-11Add tabs to make struct definitions and function prototypes easierKenneth R Westerback
2021-07-11'return' is not a function call.Kenneth R Westerback
2021-07-05Print SA MTU if included in pfkey message.tobhe
2021-07-04Fix legacy booting.Kenneth R Westerback
2021-07-04store provider ID in umb(4), and display it in ifconfig. OK stsp deraadtStuart Henderson
2021-07-02call the API function X509_NAME_cmp(3) instead of the obsolete,Ingo Schwarze
2021-06-29Send AUTHENTICATION_FAILED in case of unexpected auth method or authtobhe
2021-06-28Add another epicycle to -A processing that ensures ONLY theKenneth R Westerback
2021-06-26delete extra explanations in the usage: messages which are describedTheo de Raadt
2021-06-25Replace instances of the magic number '64' with a nice #defineKenneth R Westerback
2021-06-24trim usage to match the man page;Jason McIntyre
2021-06-23The value of -l should be treated as a 512-byte block count.Kenneth R Westerback
2021-06-23Use print_host() to log destination, netmask and gateway. Add prettytobhe
2021-06-23Factor out vroute_addr().tobhe
2021-06-22Pp not required before list items;Jason McIntyre
2021-06-22reduce verbosity of usage(); keep it the same as SYNOPSIS, wrapped at 80w.Jason McIntyre
2021-06-22The values for blocks and offset in -b should be treated as 512-byte blockKenneth R Westerback
2021-06-21Wrap #define nitems in #ifndef nitems/#endif.Kenneth R Westerback
2021-06-21Add -A option to "safely" initialize a GPT without removingKenneth R Westerback
2021-06-20replace the Oo/Oc block of -chs in SYNOPSIS with a simple Op: the blockJason McIntyre
2021-06-20few more Ns in the -b option descriptionTheo de Raadt
2021-06-20Make -b available to architectures other than amd64 and i386.Kenneth R Westerback
2021-06-20Put (boot) filename, next-server, host-name and domain-name into leaseFlorian Obser
2021-06-18fix SMALL buildFlorian Obser
2021-06-17Skip flows in ikev2_cp_addr() if they don't contain a dynamic (0.0.0.0)tobhe
2021-06-16Ensure that the '-i' command line option and the 'reinit [mbr]'Kenneth R Westerback
2021-06-16Actually request classless static routes from the dhcp server; missedFlorian Obser
2021-06-16Implement classless static routes dhcp option.Florian Obser
2021-06-14Only use of 'reinited' died in cmd.c r1.100. It is now set in aKenneth R Westerback
2021-06-14Somewhere in the recent churn a couple of memset()'sKenneth R Westerback
2021-06-13There is no '!' in HiFive.Kenneth R Westerback
2021-06-13Have gedit() and gsetpid() both return CMD_CLEAN if no data hasKenneth R Westerback
2021-06-13Tweak gsetpid() to restore partition info in case of an error,Kenneth R Westerback
2021-06-13UUID_STR_LEN+1 is less mysterious than '37'.Kenneth R Westerback
2021-06-13Don't ignore a GPT that claims the last usable LBA is locatedKenneth R Westerback
2021-06-13Fix lba_start >= lba_end debug message.Kenneth R Westerback
2021-06-12Ooops. Managed to typo 'gh' instead of 'gp' when copyingKenneth R Westerback
2021-06-12Recognize "HiFive! FSBL" and "HiFive! BBL" GPT partitions.Kenneth R Westerback
2021-06-12Abstract init_gh() and init_gp() from GPT_init().Kenneth R Westerback
2021-06-12GPT_get_header() and GPT_get_partition_table() are only usedKenneth R Westerback
2021-06-12When initializing a GPT always create an EFI SYS partition if theKenneth R Westerback
2021-06-12Create add_partition() and use in GPT_init() to initialize GPTKenneth R Westerback
2021-06-12Use a new variable 'gpbytes' rather than 'sizeof(gp)' to controlKenneth R Westerback