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