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