summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-07-28fix broken small build; ok florian@anton
2021-07-27Having 'taken charge' of the interface by eliminating otherKenneth R Westerback
2021-07-27Please muscle memory when dhclient $if is run and request a new lease.Florian Obser
2021-07-27Improve markup.Florian Obser
2021-07-27zap 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-27The SIOCAIFADDR_IN6 ioctl could lose a race against another processFlorian Obser
2021-07-26Report write() and ioctl() errors encountered when writing GPT or MBR to disk.Kenneth R Westerback
2021-07-26small tweaks to dhcpleased.conf(5), ok jmc florianStuart Henderson
2021-07-26Implement possibility to send vendor class identifier (option 60) andFlorian Obser
2021-07-26The SIOCAIFADDR ioctl could lose a race against another processFlorian Obser
2021-07-25If the lease didn't contain renewal or rebinding options set theFlorian Obser
2021-07-25Do not doubt a secure (i.e. validated) NXDOMAIN response when we justFlorian Obser
2021-07-25We store a list of resolver strategies in order of their preference inFlorian Obser
2021-07-24Capitalise DNS response code, stub learns from SLAAC, clarify wordingkn
2021-07-23When dhcpleasectl asks to send a new request on an interface we areFlorian Obser
2021-07-22mbrfile can be const.Kenneth R Westerback
2021-07-22Make dhcpleased(8) always configure provided routes, regardless ofStefan Sperling
2021-07-22Send rDNS proposals on ramdiskskn
2021-07-22Have PRT_protected_guid() return 0/-1 like everything elseKenneth R Westerback
2021-07-22Tweak some err() verbiage.Kenneth R Westerback
2021-07-21A couple of missed 'const'.Kenneth R Westerback
2021-07-21Use a dedicated struct mbr to hold the GPT protective MBR,Kenneth R Westerback
2021-07-21Use exclusive lock under /dev/, silence expected errors in installerkn
2021-07-19Tweak one comment and nuke a bunch of pointless ones.Kenneth R Westerback
2021-07-19Abstract reading the built-in MBR or MBR file intoKenneth R Westerback
2021-07-19MBR_protective_mbr() can take a const struct mbr *.Kenneth R Westerback
2021-07-19An MBR knows (mbr_lba_self) where it is supposed to go, noKenneth R Westerback
2021-07-19Revert incorrect tweaks to disk geometry calculations andKenneth R Westerback
2021-07-18Don't save the prt_scyl/prt_ecyl values, change them, use themKenneth R Westerback
2021-07-18Make GPT_read() obtain and validate the on-disk MBR itself, viaKenneth R Westerback
2021-07-18Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind"Theo de Raadt
2021-07-18Put MBR_parse() invocation inside MBR_read() instead of alwaysKenneth R Westerback
2021-07-18Ignore routers option when a classless static routes option is presentFlorian Obser
2021-07-18Document dhcpleased(8) and slaacd(8) besides dhclient(8) as DNS sourcekn
2021-07-17The first think MBR_init() does is memset(0) the gpt header and gptKenneth R Westerback
2021-07-17Nuke a bunch of Capt. Obvious or misleading comments.Kenneth R Westerback
2021-07-17Change edit/gedit/setpid/gsetpid to return 0/-1 to indicate success or failureKenneth R Westerback
2021-07-17Ignore unwind socket with kevent(2) under SMALLkn
2021-07-16Change PRT_protected_guid() to take native order uuid's instead of little endianKenneth R Westerback
2021-07-16The installer plays weird tricks with /etc/resolv.conf and symlinks itFlorian Obser
2021-07-16Compare pointer to NULL, not 0.Kenneth R Westerback
2021-07-16Be consistent and always return -1 to indicate failure.Kenneth R Westerback
2021-07-15Nuke unused variable.Kenneth R Westerback
2021-07-15No need for separate b_sectors, b_offset and b_type variables. We have structKenneth R Westerback
2021-07-15Consolidate disk geometry fiddling, turning -l/-c/-h/-s values into MBRKenneth R Westerback
2021-07-14Export SA replay counters via pfkey and print with ipsecctl.tobhe
2021-07-13No need to manually reinvent nitems() 5 times to scan part_types.Kenneth R Westerback
2021-07-13Disk sector addresses are normally stored/provided in uint64_tKenneth R Westerback
2021-07-13Replace a stray use of letoh64() on gh_part_num andKenneth R Westerback