Age | Commit message (Expand) | Author |
2021-07-28 | fix broken small build; ok florian@ | anton |
2021-07-27 | Having 'taken charge' of the interface by eliminating other | Kenneth R Westerback |
2021-07-27 | Please muscle memory when dhclient $if is run and request a new lease. | Florian Obser |
2021-07-27 | Improve markup. | Florian Obser |
2021-07-27 | zap trailing comma in SEE ALSO; | Jason McIntyre |
2021-07-27 | '{' and '}' are fixed parts of the 'interface' decleration', not optional. | Theo de Raadt |
2021-07-27 | The SIOCAIFADDR_IN6 ioctl could lose a race against another process | Florian Obser |
2021-07-26 | Report write() and ioctl() errors encountered when writing GPT or MBR to disk. | Kenneth R Westerback |
2021-07-26 | small tweaks to dhcpleased.conf(5), ok jmc florian | Stuart Henderson |
2021-07-26 | Implement possibility to send vendor class identifier (option 60) and | Florian Obser |
2021-07-26 | The SIOCAIFADDR ioctl could lose a race against another process | Florian Obser |
2021-07-25 | If the lease didn't contain renewal or rebinding options set the | Florian Obser |
2021-07-25 | Do not doubt a secure (i.e. validated) NXDOMAIN response when we just | Florian Obser |
2021-07-25 | We store a list of resolver strategies in order of their preference in | Florian Obser |
2021-07-24 | Capitalise DNS response code, stub learns from SLAAC, clarify wording | kn |
2021-07-23 | When dhcpleasectl asks to send a new request on an interface we are | Florian Obser |
2021-07-22 | mbrfile can be const. | Kenneth R Westerback |
2021-07-22 | Make dhcpleased(8) always configure provided routes, regardless of | Stefan Sperling |
2021-07-22 | Send rDNS proposals on ramdisks | kn |
2021-07-22 | Have PRT_protected_guid() return 0/-1 like everything else | Kenneth R Westerback |
2021-07-22 | Tweak some err() verbiage. | Kenneth R Westerback |
2021-07-21 | A couple of missed 'const'. | Kenneth R Westerback |
2021-07-21 | Use a dedicated struct mbr to hold the GPT protective MBR, | Kenneth R Westerback |
2021-07-21 | Use exclusive lock under /dev/, silence expected errors in installer | kn |
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 |