openbsd
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...
2018-02-03 bluhmSince tcp_attach() has moved to a separate protocol...
2018-02-03 millertThe recover script should have the same sanity checks...
2018-02-03 mpiSimple USBPcap parser for tcpdump(8). Raw dumps can...
2018-02-03 mpiAdd support for dumping USB transfers via bpf(4) using...
2018-02-03 mpiTests were incorrect.
2018-02-03 florianregen
2018-02-03 florianUpdate nsd to 4.1.19.
2018-02-02 bluhmIn ether_input() use goto dropanyway instead of repeati...
2018-02-02 chelohaExtend range for seconds from 100 million to upper...
2018-02-02 jobFix 'show ip bgp detail as' error.
2018-02-02 stspMake 'ifconfig if0 wpaakms 802.1x' implicitly enable...
2018-02-02 jsguse the same bar used to determine memory type when...
2018-02-02 jmcconvert the remaining examples to full sentences;
2018-02-02 jmctweak grammar in RETURN VALUES;
2018-02-02 kettenisEnable interrupts in (synchronous) trap handlers.
2018-02-02 kettenisEnable interrupts while running interrupt handlers...
2018-02-02 pdvmm: add support for send / receive for AMD SVM hosts
2018-02-02 yasuokaRemove . from $PATH since it seems there is no strong...
2018-02-01 bluhmDone means to stop processing the protocol loop, but...
2018-02-01 bluhmThe function ip6_get_prevhdr() did return a pointer...
2018-02-01 bluhmWhen processing IPsec AH packets with IP options or...
2018-02-01 pdvmd: fix vioscsi dump and restore
2018-02-01 landryAdd an example on how to log messages coming from a...
2018-02-01 dlgdocument bpf_tap_hdr
next