summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-24Size static array correctly for the numerically highest index used toChristian Weisgerber
2018-10-24add 'show ip bgp ovs' and 'show ip bgp ext-community' commandsdenis
2018-10-24fix show ip bgp out/indenis
2018-10-24Major refactoring of the RIB handling code. Mainly change how the RIB isClaudio Jeker
2018-10-24Pass down the right nexthop to rde_dump_rib_as() so that dumping theClaudio Jeker
2018-10-24Fix some minor issues found by coverity.Martijn van Duren
2018-10-24Fix qcow2 disk images for data sizes greater than 4 gigs.ori
2018-10-23The ctags(1) file format uses whitespace as a field delimiter, andIngo Schwarze
2018-10-23Add support for -z initfirst.Mark Kettenis
2018-10-23Comvert a few uvm_km_alloc(9) and uvm_km_valloc(9) calls to km_alloc(9).Mark Kettenis
2018-10-23Input lines that are not blank but generate no output,Ingo Schwarze
2018-10-23Fix OFW GPIO regulator by breaking out of the loop once the correctPatrick Wildt
2018-10-23Previous commit introduced typo in dependency. Create dummy fileAlexander Bluhm
2018-10-23Make pf compile without DIAGNOSTIC againReyk Floeter
2018-10-23Add regression test for joining on NULL columns.Martijn van Duren
2018-10-23Allow us to join on NULL columns. This is similar to what the otherMartijn van Duren
2018-10-23*** empty log message ***Martijn van Duren
2018-10-23Fix off by one when wrapping long LDIF lines.Martijn van Duren
2018-10-23refer to OpenSSL not SSLeay;Damien Miller
2018-10-23Delay processing of ld.so's own PT_GNU_RELRO section until after environmentPhilip Guenther
2018-10-22Don't let HFSC force the packet priority to 7 when enabledDavid Gwynne
2018-10-22Update to tzdata2018f from ftp.iana.orgTodd C. Miller
2018-10-22Switch amd64 to use lld as the default linker.Christian Weisgerber
2018-10-22More "explicitely" -> "explicitly" in various comments.Kenneth R Westerback
2018-10-22The recent switch to realpath(3) for the boot string in vmd(8) brokeAlexander Bluhm
2018-10-22unveil support is a bit amusing. /etc/sensorsd.conf with "r", andTheo de Raadt
2018-10-22Remove #ifdef INET6kn
2018-10-22ipsec: use monotonic clock for SA creation/lookup timestamps; ok dlg@cheloha
2018-10-22Accept both `--foo bar` and `--foo=bar` styles options.Christian Weisgerber
2018-10-22When checking out certain commits by date, cvs got confused. IfAlexander Bluhm
2018-10-22document that some error should happenMarc Espie
2018-09-11import of libc++ 6.0.0Robert Nagy
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
2018-10-22Rename 'bridge_iflist' variables for coherency, missed in previous.Martin Pieuchot
2018-10-22start erroring out based on unfilled tracker entriesMarc Espie
2018-10-22Properly throttle dumping of prefixes to peers. Eventhough we got the XON/XOFFClaudio Jeker
2018-10-22Make host_*() AF-agnosticdenis
2018-10-22regenJonathan Gray
2018-10-22Add AMD 400 series (promontory), vega 10, more 17h ids seen onJonathan Gray
2018-10-22Use int, not char*, for booleansPhilip Guenther
2018-10-21explicitely -> explicitlyAntoine Jacoutot
2018-10-21Add the ability to query a switch(4) instance via its control device. Alsoakoshibe
2018-10-21When merging sections into the output, lld tries to adjust the alignment ofMark Kettenis
2018-10-21futex(2) returns an errno value to decodePhilip Guenther
2018-10-21do not consider connect() errors as permfail in the lmtp mdaGilles Chehade
2018-10-21Switch alpha to futex(2) based condvars, mutexes and semaphores.Visa Hankala
2018-10-21Add flock insertion tests covering all possible forms of byte range overlap.anton
2018-10-21regenmortimer
2018-10-21Add some devices found on Lenovo A485.mortimer
2018-10-21need to unveil() /etc/shells also for -m option; ok florianTheo de Raadt