openbsd
2018-09-10 bluhmRemove useless INPCBHASH() macros. Just expand them.
2018-09-10 knMerge host_v{4,6}() into simpler host_ip()
2018-09-10 bennocheck orlonger option of trie_match()
2018-09-10 antonlogmsg(LOG_ERR) -> logerr(); ok tedu@
2018-09-10 gerhardPrevent a panic in umb(4) when roaming is diabled.
2018-09-10 sashan- if_cloners list populated at boot time only then...
2018-09-10 knIntroduce copy_satopfaddr()
2018-09-10 bluhmInstead of calculating the mbuf packet header length...
2018-09-10 henningif_setrdomain could potentially call if_clone_create...
2018-09-10 henningin pf_syncookie_validate, return early if we don't...
2018-09-10 bennotest all variations of network statements
2018-09-10 bennoadd a test for network statements with prefix-sets
2018-09-10 jmctweak previous;
2018-09-10 akoshibeMirror bluhm's fixes for proc.c daemons to dup /dev...
2018-09-10 denisfix typos
2018-09-10 bluhmSend many small fragments that exceed the pf reassembly...
2018-09-10 bluhmDuring fragment reassembly, mbuf chains with packet...
2018-09-10 jmctweak the table commands somewhat; ok gilles
2018-09-10 bluhmLimit the fragment entry queue length to 64 per bucket...
2018-09-10 bennouse filterset_move() like all other network statements...
2018-09-10 phesslerdo not immediately set the join'd network, the join...
2018-09-10 bennoupdate regression tests after previous commit. ok claudio@
2018-09-10 bennoremove some empty lines from printconf output. ok claudio@
2018-09-10 bluhmvmd(8) clould close file descriptor 0 as not all fd...
2018-09-10 bluhmDuring the fork+exec implementation, daemon(3) was...
2018-09-10 phesslerfix typo in the length of the essid we want to switch to
2018-09-10 phesslerextract clearing WEP/WPA in ess into helper functions
2018-09-10 claudioAdjust the config to -current bgpd which makes it a...
2018-09-10 phessleruse the correct essid when switching during the ioctl...
2018-09-10 phesslergive set_ess a len variable, so we can correctly match...
2018-09-10 nicmDo not clear selection when searching.
2018-09-10 yasuokaFix previous commit. It mistakenly included a change...
2018-09-10 jmatthewput the port into autonegotiate mode on attach, since...
2018-09-10 jmatthewif the adapter can't determine the phy type on a port...
2018-09-10 jmatthewbit rates over 2G won't fit in an int, so use uint64_ts...
2018-09-09 guentherpmap_activate() should match cpu_switchto, so set up...
2018-09-09 guentherSimplify pmap_is_curpmap(): %cr3 can never match pm_pdi...
2018-09-09 guentherCalculate automatically the padding necessary for linin...
2018-09-09 guentherTeach binutils how to assemble INVPCID and how to disas...
2018-09-09 sthenmerge in some missed bits from 1.7.0 to simplify update...
2018-09-09 sthenmerge in some missed bits from 1.7.0 to simplify update...
2018-09-09 bluhmDuring the fork+exec implementation, daemon(3) was...
2018-09-09 claudioEnable the empty as-set and prefix-set tests since...
2018-09-09 claudioAllow for empty as-set and prefix-set definitions by...
2018-09-09 phesslerconvert the things we save in 'join' into a single...
2018-09-09 jmcmissing Xc;
2018-09-09 mortimerApply retguard to the last asm functions in the arm64...
2018-09-09 claudioShut up a gcc warning about uninitialized use of min...
2018-09-09 bennouse rib_valid() to check if a rib is useable. ok claudio@
2018-09-09 claudioComment the empty as-set and prefix-set tests. This...
2018-09-09 claudioCan not allow empty as-set and prefix-set blocks right...
2018-09-09 akoshibeMake switchd(8) ignore PACKET_INs generated from looped...
2018-09-09 bennouse TAILQ_CONCAT in filterset_move(). ok claudio@
2018-09-09 millertFix a crash in rdistd triggered by the recent getpw...
2018-09-09 claudioRemove another optnl. In general we no longer support...
2018-09-09 claudioBad merge, change a optnl to comma since that is what...
2018-09-09 claudioEnable all the #notyet tests since the parser supports...
2018-09-09 claudioprefix-set printing was adjusted in last commit. Adjust...
2018-09-09 claudioRework the parser a bit to be more sane when it comes...
2018-09-09 claudioWrite asset as as_set since the other word is already...
2018-09-09 claudioFixup regress test after the last burst of commits...
2018-09-09 bennosync header line with whats actually in the output.
2018-09-09 bennoMake it clear what 'dynamically added' prefixes are.
2018-09-09 bennoupdate example bgpd.conf to use new config language...
2018-09-09 claudioFixup unit test after change to trie_match (or-longer...
2018-09-09 claudioClean up prefix flag handling. First of all the dynamic...
2018-09-09 bennoAdd network prefix-set <name> syntax to announce networ...
2018-09-09 henningrdomains can be deleted again - remove caveat, tell...
2018-09-09 henningallow the automatically created loopback interfaces...
2018-09-09 henningif_setrdomain: allow empty rtables to be turned into...
2018-09-09 henningprovide rtable_empty(), returns 1 if the rtable doesn...
2018-09-09 jmctweak previous;
2018-09-09 ccardenasAdd disk format tests.
2018-09-09 ccardenasAdd tests for disk format.
2018-09-09 ccardenasAdd initial qcow2 image support.
2018-09-08 claudioBump NMBCLUSTERS to a more reasonable 256MB instead...
2018-09-08 jmcmissing Ed;
2018-09-08 bennoimplement or-longer filter op for prefix-sets. Allows...
2018-09-08 phesslerEnforce that "join" and "nwid" may not be used at the...
2018-09-08 knAllocate path only when needed, use __func__
2018-09-08 jsingRemove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER...
2018-09-08 jsingSSL_MAX_DIGEST is no longer needed.
2018-09-08 knError out early on bad anchor usage
2018-09-08 tbASN1_OBJECTs should be freed with ASN1_OBJECT_free...
2018-09-08 antonCheck for malloc() failures.
2018-09-08 bluhmSplit the pf(4) fragment reassembly queue into smaller...
2018-09-08 claudioRegress tests for as-set and prefix-set blocks
2018-09-08 claudioAdd some additional config regress tests. Testing neigh...
2018-09-08 claudioMore BGPD_OPT_NOACTION checking to make regress happier.
2018-09-08 claudioIf BGPD_OPT_NOACTION is set don't check that the rdomai...
2018-09-08 inoguchiFix indent and adjust line fit to 80 columns.
2018-09-08 tbindent labels
2018-09-08 tbmissing word & a couple of typos
2018-09-08 ericuse symbolic integer values for the different tls optio...
2018-09-08 inoguchiSplit test blocks into a function. Test contents are...
2018-09-08 claudioChange the way we parse prefix-sets so that newlines...
2018-09-08 claudioFix print_as_sets() a bit.
2018-09-08 bennoadd a check for curly braces in a macro being used...
2018-09-08 claudioRemove optional commas from example config. In the...
2018-09-08 inoguchiTest more ciphers and randomize the order in regress...
next