summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06reduce scope of variable a bit to avoid shadowingTed Unangst
2018-02-06Load the Intel microcode much earlier. So far we had loaded it afterPatrick Wildt
2018-02-06Flip -q (be quiet) into -v (be noisy), making terseness the defaultKenneth R Westerback
2018-02-06remove a bit of dead code. ok bluhm deraadtTed Unangst
2018-02-06chdir to the target directory, run make there and fchdir back after.Henning Brauer
2018-02-05Switch a few lists to tailqs. Mainly the prefix list per aspath needsClaudio Jeker
2018-02-05If an http proxy was used when fetching sets in the ramdisk, write it toStuart Henderson
2018-02-05typosanton
2018-02-05Pass env(1) to ${SUDO}, not the other way around. Solves an issue when runninganton
2018-02-05Document athn(4) USB open source firmware support.Stefan Sperling
2018-02-05Remove tcp_acounts, some tcp_usrreq() counting from 1981. AlsoAlexander Bluhm
2018-02-05simplify macros, and avoid some arg splitting;Jason McIntyre
2018-02-05Introduce "depend on". This allows ospfd to set the metric dependentremi
2018-02-05Move event packet handling into a serialized process context to removePatrick Wildt
2018-02-05claim copyrightStefan Sperling
2018-02-05Ensure that the "bound to ..." message appears in the log unlessKenneth R Westerback
2018-02-05Move athn(4) USB devices to the open source atk9k HTC firmware.Stefan Sperling
2018-02-05Add a new function hook to struct ieee80211com which wireless driversStefan Sperling
2018-02-05Add struct status_line to hold status line members of struct client, notNicholas Marriott
2018-02-05tweak previous;Jason McIntyre
2018-02-05Show if filter is active/no matches in modes.Nicholas Marriott
2018-02-05Add a couple of non-negativity checks to avoid close(-1).Theo Buehler
2018-02-05The file descriptors for socket, stdin, stdout and stderr aren'tTheo Buehler
2018-02-05Always run through state_preboot() when starting up or theKenneth R Westerback
2018-02-05bcmp -> memcmp; kinda req'd / not-just-kinda ok'd by claudioHenning Brauer
2018-02-05remove unused function prototypeMike Larkin
2018-02-05I accidentially a wordDamien Miller
2018-02-05Constants which can go into .rodataTheo de Raadt
2018-02-05Nuke unused parameter to go_daemon().Kenneth R Westerback
2018-02-05Change struct prefix a bit. Make the aspath pointer opaque and remove theClaudio Jeker
2018-02-05Pass a FILE * instead of a file descriptor into load_user() andTodd C. Miller
2018-02-05implement an arp filterHenning Brauer
2018-02-05syncTheo de Raadt
2018-02-05CKSUM_DIGEST_STRING_LENGTH bounding didn't include full range of size_tTheo de Raadt
2018-02-05Do not bother NULLing pointers in memory that is freed immediately after.Joel Sing
2018-02-05Add a comment why it is OK to set the tableid to 0 for Adj-RIB-In/Out.Claudio Jeker
2018-02-05prefix check must be last because the prefixlen check does an immediate return.Claudio Jeker
2018-02-05Be consistent with the goto label names used in libtls code.Joel Sing
2018-02-04use sizeof, rather than the constant. on change in binary.Theo de Raadt
2018-02-04repair ugly indentsTheo de Raadt
2018-02-04Don't assume that we use LLVM's ld(1) if we use clang(1) as main systemPatrick Wildt
2018-02-04Expand Type strings by one space, to fit ld.so, in the same ugly way "exe "Theo de Raadt
2018-02-04Document the compat-mode settings.Ulf Brosziewski
2018-02-04Upstream ncurses has introduced terminfo capabilities to specify RGBNicholas Marriott
2018-02-04Document 802.11ac media types and fix docs for the 11n ones while here.Stefan Sperling
2018-02-04Add media types for 802.11 AC.Stefan Sperling
2018-02-04Clenaup RIB handling in the RDE. Introduce some defines for Adj-RIB-In andClaudio Jeker
2018-02-04fprintf(stderr -> warnxcheloha
2018-02-04Print strtonum(3)-style error messages on invalid numeric input.cheloha
2018-02-03Remove a pointless assignment introduced in previous commit.Stefan Sperling