openbsd
2018-02-07 florianNAME_MAX is the length of the thing between / / in...
2018-02-07 jsingAdd more functions (based on those used in OpenSSH...
2018-02-07 jsingRemove all guards for calls to OpenSSL free functions...
2018-02-07 dlgremove mobileip(4) tendrils
2018-02-07 dlgunbreak strict alignment archs by using SIPHASH_KEY...
2018-02-07 dlgsplit mobileip(4) out from the gre(4) driver.
2018-02-07 krwKeep track of the last proposal used to configure the...
2018-02-07 teduremove the magic dns port hijacking feature. it's compl...
2018-02-07 bluhmRestore the old behavior when a port number without...
2018-02-07 bluhmHistorically TCP timeouts were implemented with pr_slow...
2018-02-07 florianupdate to unbound 1.6.8, testing millert, OK sthen
2018-02-07 claudioAdd plumbing inside of the prefix handling to put prefi...
2018-02-06 henningallow control over syncookies: set syncookies never...
2018-02-06 krwAbstract "no link ..." and "no lease ..." message gener...
2018-02-06 henningsyncookies for pf.
2018-02-06 henningsyncookies implementation to be used in pf, based on...
2018-02-06 dlgslightly randomize the order that new pages populate...
2018-02-06 phesslerconvert __inline to inline
2018-02-06 sthenquote http_proxy going to rc.firsttime, avoiding proble...
2018-02-06 phesslerconvert the test if a node support HT (aka, 11n) into...
2018-02-06 krwNuke unused state S_REBINDING. We just use the time
2018-02-06 krwWhen binding a lease from the dhclient.leasees.<if...
2018-02-06 teduwhen we get SIGHUP, close conffd so it's reopened ...
2018-02-06 naddyAllow the kernel to recognize that it has been netboote...
2018-02-06 tbPrint an explicit error if the backup volume is not...
2018-02-06 tbIf -n is given, the netstart script should not (try...
2018-02-06 espieavoid not working if redirected to another urlscheme
2018-02-06 espiesyslog cdns redirect, as suggested by sthen@
2018-02-06 schwarzeDelete the "no blank before trailing delimiter" check...
2018-02-06 espierefactor the "Signature" code for later
2018-02-06 schwarzeClarify that the "bind" built-in command only affects...
2018-02-06 bluhmThere was a race in the TCP timers. As they may sleep...
2018-02-06 bluhmDo some cleanup in ah_massage_headers().
2018-02-06 bluhmDo not call freeaddrinfo() with a NULL parameter.
2018-02-06 ericmake sure that all error paths are correctly handled...
2018-02-06 patrickMake sure sigfillsiz is word aligned.
2018-02-06 henningsome finger muscle workout:
2018-02-06 phesslerremove extern from function prototypes, remove some...
2018-02-06 tbRun newvers.sh with umask 007 to work around permission...
2018-02-06 dtuckerReplace "trojan horse" with the correct term (MITM...
2018-02-06 krwFix fprintf() to include "\n" where needed. Prefix...
2018-02-06 florianmove malloc check up so that it actually works.
2018-02-06 floriankill dead code
2018-02-06 dlgoutput the data part of LCP Echo-Request and Echo-Reply...
2018-02-06 dlgrework ppp, pptp, and gre parsing.
2018-02-06 dlgrecognise DLT_PPP_SERIAL.
2018-02-06 tbRemove manual shutdown and close of the socket since...
2018-02-06 tbRespect the OPENSSL make variable everywhere so that
2018-02-06 patrickAdd support for chips which use SYSMEM memory. Code...
2018-02-06 patrickSupport setting the Cortex-M3 cores to active mode.
2018-02-06 tedureduce scope of variable a bit to avoid shadowing
2018-02-06 patrickLoad the Intel microcode much earlier. So far we had...
2018-02-06 krwFlip -q (be quiet) into -v (be noisy), making terseness...
2018-02-06 teduremove a bit of dead code. ok bluhm deraadt
2018-02-06 henningchdir to the target directory, run make there and fchdi...
2018-02-05 claudioSwitch a few lists to tailqs. Mainly the prefix list...
2018-02-05 sthenIf an http proxy was used when fetching sets in the...
2018-02-05 antontypos
2018-02-05 antonPass env(1) to ${SUDO}, not the other way around. Solve...
2018-02-05 stspDocument athn(4) USB open source firmware support.
2018-02-05 bluhmRemove tcp_acounts, some tcp_usrreq() counting from...
2018-02-05 jmcsimplify macros, and avoid some arg splitting;
2018-02-05 remiIntroduce "depend on". This allows ospfd to set the...
2018-02-05 patrickMove event packet handling into a serialized process...
2018-02-05 stspclaim copyright
2018-02-05 krwEnsure that the "bound to ..." message appears in the...
2018-02-05 stspMove athn(4) USB devices to the open source atk9k HTC...
2018-02-05 stspAdd a new function hook to struct ieee80211com which...
2018-02-05 nicmAdd struct status_line to hold status line members...
2018-02-05 jmctweak previous;
2018-02-05 nicmShow if filter is active/no matches in modes.
2018-02-05 tbAdd a couple of non-negativity checks to avoid close...
2018-02-05 tbThe file descriptors for socket, stdin, stdout and...
2018-02-05 krwAlways run through state_preboot() when starting up...
2018-02-05 henningbcmp -> memcmp; kinda req'd / not-just-kinda ok'd by...
2018-02-05 mlarkinremove unused function prototype
2018-02-05 djmI accidentially a word
2018-02-05 deraadtConstants which can go into .rodata
2018-02-05 krwNuke unused parameter to go_daemon().
2018-02-05 claudioChange struct prefix a bit. Make the aspath pointer...
2018-02-05 millertPass a FILE * instead of a file descriptor into load_us...
2018-02-05 henningimplement an arp filter
2018-02-05 deraadtsync
2018-02-05 deraadtCKSUM_DIGEST_STRING_LENGTH bounding didn't include...
2018-02-05 jsingDo not bother NULLing pointers in memory that is freed...
2018-02-05 claudioAdd a comment why it is OK to set the tableid to 0...
2018-02-05 claudioprefix check must be last because the prefixlen check...
2018-02-05 jsingBe consistent with the goto label names used in libtls...
2018-02-04 deraadtuse sizeof, rather than the constant. on change in...
2018-02-04 deraadtrepair ugly indents
2018-02-04 patrickDon't assume that we use LLVM's ld(1) if we use clang...
2018-02-04 deraadtExpand Type strings by one space, to fit ld.so, in...
2018-02-04 bruDocument the compat-mode settings.
2018-02-04 nicmUpstream ncurses has introduced terminfo capabilities...
2018-02-04 stspDocument 802.11ac media types and fix docs for the...
2018-02-04 stspAdd media types for 802.11 AC.
2018-02-04 claudioClenaup RIB handling in the RDE. Introduce some defines...
2018-02-04 chelohafprintf(stderr -> warnx
2018-02-04 chelohaPrint strtonum(3)-style error messages on invalid numer...
2018-02-03 stspRemove a pointless assignment introduced in previous...
next