openbsd
2018-09-11 sthensync (libc++/libc++abi update)
2018-09-11 phesslerues the format string for signed ints, for signed ints
2018-09-11 robertdefine _LIBCXXABI_BUILDING_LIBRARY to avoid the same...
2018-09-11 robertadd -Wall to CFLAGS
2018-09-11 robertinstead of defining _LIBCPP_DEBUG in debug.cpp which...
2018-09-11 robertmerge libc++ 6.0.0 (bump lib major); ok patrick@, kettenis@
2018-09-11 robertimport of libc++ 6.0.0
2018-09-11 krwNuke unused LIST() ieee80211com_head.
2018-09-11 robertmerge libc++abi 6.0.0 and bump lib minor; ok patrick...
2018-09-11 robertimport of libc++abi 6.0.0
2018-09-11 robertmerge libunwind 6.0.0; ok patrick@, kettenis@
2018-09-11 robertimport of libunwind 6.0.0
2018-09-11 nicmThe cursor position is limited to the margins for CUF...
2018-09-11 guentherPut clang-specific options behind conditionals to reduc...
2018-09-11 bluhmMake the distribution of in_ and in6_ functions in...
2018-09-11 ccardenasInclude bnxt in arm64.
2018-09-11 ccardenasBe consistent in logging messages.
2018-09-11 kettenisWe actually support 39-bit VA's in userland.
2018-09-11 knFix netmask regression in get_dynnode()
2018-09-11 krwNuke some trailing spaces that wandered into the
2018-09-11 phesslerWith the interface debug flag enabled, print a "score...
2018-09-11 espieadd the conflict info to what's stored in pkglocatedb...
2018-09-11 kettenisFix --exclude-libs option. Based on code already commi...
2018-09-11 krwTighten validation tests on an obscure corner case of
2018-09-11 knRemove unused buffer from host()
2018-09-11 bennoadd files for test 4
2018-09-11 sashan- moving state look up outside of PF_LOCK()
2018-09-11 jsgAdd defines for amd microcode msrs which appear to...
2018-09-11 nicmDo not check for mouse events on pane borders when...
2018-09-11 ccardenasFail fast when we are unable to determine disk format.
2018-09-11 ccardenasAdd ability to create qcow2 disk.
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...
next