summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2018-03-19syncTheo de Raadt
2018-03-19Add DEF_STRONG(pthread_self) to match libc and avoid duplicate definitionsPhilip Guenther
that lld is unhappy about ok jsg@ deraadt@
2018-03-18syncTheo Buehler
2018-03-17syncTheo Buehler
2018-03-17syncTheo Buehler
2018-03-17syncTheo Buehler
2018-03-15syncTheo de Raadt
2018-03-15Always ensure to output a newline after checking for available syspatches.anton
Otherwise, if syspatch exits 1 any subsequent output will end up on the same line during boot. Discovered while upgrading from current today since we're in release mode. Discussed with and ok tb@
2018-03-15Add fake pthread_self and pthread_equal to libstubsBob Beck
ok kettenis@ jsing@ deraadt@ - "Exquisitly disgusting" guenther@
2018-03-15syncJeremie Courreges-Anglas
2018-03-15syncTheo de Raadt
2018-03-11installated->installed; Edgar PettijohnStuart Henderson
2018-03-11syncStuart Henderson
2018-03-08Add a stub for pthread_once, to permit libtls to use it.Bob Beck
discussed with guenther@, ok deraadt@
2018-03-02syncTheo de Raadt
2018-03-02syncTheo de Raadt
2018-03-01syncTheo de Raadt
2018-02-28syncTheo de Raadt
2018-02-28syncTheo de Raadt
2018-02-26syncStuart Henderson
2018-02-25syncTheo Buehler
2018-02-25set NCPU so the install script will use bsd.mp when hw.ncpufound > 1Jonathan Gray
ok kettenis@
2018-02-24syncStuart Henderson
2018-02-22syncChristian Weisgerber
2018-02-22syncJoel Sing
2018-02-21Delete the kernel link kit tgz after extraction to align with theRobert Peichaer
libexec/reorder_kernel script. OK tb
2018-02-21If there is one interface, and it is configured via dhcp, and the leaseRobert Peichaer
contains both domain-name and domain-search options make sure to use the first domain-name entry (there might be multiple). This issue was noticed by Raf Czlonka, thanks for reporting Discussed with, tested and OK krw
2018-02-20syncTheo Buehler
2018-02-20syncStuart Henderson
2018-02-19syncJonathan Gray
2018-02-18add include to silence compiler warning about a missing prototype forChristian Weisgerber
tolower() ok cheloha@ rob@ florian@
2018-02-18syncStuart Henderson
2018-02-18syncTheo Buehler
2018-02-18syncTheo Buehler
2018-02-18Simplify interface listing.kn
Discussed with tb, rpe, feedback from and OK halex.
2018-02-18Create interfaces before processing the hostname.if file in ifstart().Robert Peichaer
This ensures, that IPv6 is configured for dynamically created network interfaces like 'vlan' which would otherwise not yet exist at the time parse_hn_line() checks for IPv6 capability of an interface before applying the inet6 configuration from the hostname.if. Found out, tested and OK naddy
2018-02-17Since rev 1.543 of dhclient it sends the 'host-name' by default.Robert Peichaer
- remove the leftover _hn variable from dhcp_request() - remove the "$_name" parameter when using dhcp_request() in v4_config() - change comments of v{4,6}_config() to reflect the purpose of _name OK krw tb
2018-02-17syncTheo Buehler
2018-02-17syncJoel Sing
2018-02-15syncChristian Weisgerber
2018-02-14syncStuart Henderson
2018-02-14Sync.Joel Sing
2018-02-14Localize _f in do_upgrade().Theo Buehler
ok rpe
2018-02-10syncTheo de Raadt
2018-02-10installer bits for RFC 7217 supportFlorian Obser
OK rpe, tb, naddy, sthen
2018-02-08syncTheo Buehler
2018-02-06quote http_proxy going to rc.firsttime, avoiding problems if it contains aStuart Henderson
special character or space (possible with e.g. proxy username/password). noticed by, install.sub shell magic from, and ok halex@
2018-02-05If an http proxy was used when fetching sets in the ramdisk, write it toStuart Henderson
rc.firsttime for fw_update and syspatch. From trondd at kagu-tsuchi com, ok halex@
2018-02-05syncTheo de Raadt
2018-01-28syncJonathan Gray