Age | Commit message (Expand) | Author |
2021-07-19 | Tweak one comment and nuke a bunch of pointless ones. | Kenneth R Westerback |
2021-07-19 | Abstract reading the built-in MBR or MBR file into | Kenneth R Westerback |
2021-07-19 | MBR_protective_mbr() can take a const struct mbr *. | Kenneth R Westerback |
2021-07-19 | An MBR knows (mbr_lba_self) where it is supposed to go, no | Kenneth R Westerback |
2021-07-19 | Revert incorrect tweaks to disk geometry calculations and | Kenneth R Westerback |
2021-07-18 | Don't save the prt_scyl/prt_ecyl values, change them, use them | Kenneth R Westerback |
2021-07-18 | Make GPT_read() obtain and validate the on-disk MBR itself, via | Kenneth R Westerback |
2021-07-18 | Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind" | Theo de Raadt |
2021-07-18 | Put MBR_parse() invocation inside MBR_read() instead of always | Kenneth R Westerback |
2021-07-18 | Ignore routers option when a classless static routes option is present | Florian Obser |
2021-07-18 | Document dhcpleased(8) and slaacd(8) besides dhclient(8) as DNS source | kn |
2021-07-17 | The first think MBR_init() does is memset(0) the gpt header and gpt | Kenneth R Westerback |
2021-07-17 | Nuke a bunch of Capt. Obvious or misleading comments. | Kenneth R Westerback |
2021-07-17 | Change edit/gedit/setpid/gsetpid to return 0/-1 to indicate success or failure | Kenneth R Westerback |
2021-07-17 | Ignore unwind socket with kevent(2) under SMALL | kn |
2021-07-16 | Change PRT_protected_guid() to take native order uuid's instead of little endian | Kenneth R Westerback |
2021-07-16 | The installer plays weird tricks with /etc/resolv.conf and symlinks it | Florian Obser |
2021-07-16 | Compare pointer to NULL, not 0. | Kenneth R Westerback |
2021-07-16 | Be consistent and always return -1 to indicate failure. | Kenneth R Westerback |
2021-07-15 | Nuke unused variable. | Kenneth R Westerback |
2021-07-15 | No need for separate b_sectors, b_offset and b_type variables. We have struct | Kenneth R Westerback |
2021-07-15 | Consolidate disk geometry fiddling, turning -l/-c/-h/-s values into MBR | Kenneth R Westerback |
2021-07-14 | Export SA replay counters via pfkey and print with ipsecctl. | tobhe |
2021-07-13 | No need to manually reinvent nitems() 5 times to scan part_types. | Kenneth R Westerback |
2021-07-13 | Disk sector addresses are normally stored/provided in uint64_t | Kenneth R Westerback |
2021-07-13 | Replace a stray use of letoh64() on gh_part_num and | Kenneth R Westerback |
2021-07-12 | Toss 'const' in anywhere the compiler doesn't complain about, thus identifying | Kenneth R Westerback |
2021-07-12 | Final batch of struct field name tweaks. 'cmd_' for cmd, ut_' for | Kenneth R Westerback |
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 |