summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-05remove unused function prototypeMike Larkin
2018-02-05I accidentially a wordDamien Miller
2018-02-05Constants which can go into .rodataTheo de Raadt
2018-02-05Nuke unused parameter to go_daemon().Kenneth R Westerback
2018-02-05Change struct prefix a bit. Make the aspath pointer opaque and remove theClaudio Jeker
2018-02-05Pass a FILE * instead of a file descriptor into load_user() andTodd C. Miller
2018-02-05implement an arp filterHenning Brauer
2018-02-05syncTheo de Raadt
2018-02-05CKSUM_DIGEST_STRING_LENGTH bounding didn't include full range of size_tTheo de Raadt
2018-02-05Do not bother NULLing pointers in memory that is freed immediately after.Joel Sing
2018-02-05Add a comment why it is OK to set the tableid to 0 for Adj-RIB-In/Out.Claudio Jeker
2018-02-05prefix check must be last because the prefixlen check does an immediate return.Claudio Jeker
2018-02-05Be consistent with the goto label names used in libtls code.Joel Sing
2018-02-04use sizeof, rather than the constant. on change in binary.Theo de Raadt
2018-02-04repair ugly indentsTheo de Raadt
2018-02-04Don't assume that we use LLVM's ld(1) if we use clang(1) as main systemPatrick Wildt
2018-02-04Expand Type strings by one space, to fit ld.so, in the same ugly way "exe "Theo de Raadt
2018-02-04Document the compat-mode settings.Ulf Brosziewski
2018-02-04Upstream ncurses has introduced terminfo capabilities to specify RGBNicholas Marriott
2018-02-04Document 802.11ac media types and fix docs for the 11n ones while here.Stefan Sperling
2018-02-04Add media types for 802.11 AC.Stefan Sperling
2018-02-04Clenaup RIB handling in the RDE. Introduce some defines for Adj-RIB-In andClaudio Jeker
2018-02-04fprintf(stderr -> warnxcheloha
2018-02-04Print strtonum(3)-style error messages on invalid numeric input.cheloha
2018-02-03Remove a pointless assignment introduced in previous commit.Stefan Sperling
2018-02-03Since tcp_attach() has moved to a separate protocol function, theAlexander Bluhm
2018-02-03The recover script should have the same sanity checks as recover.c.Todd C. Miller
2018-02-03Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysedMartin Pieuchot
2018-02-03Add support for dumping USB transfers via bpf(4) using USBPcap headers.Martin Pieuchot
2018-02-03Tests were incorrect.Martin Pieuchot
2018-02-03regenFlorian Obser
2018-02-03Update nsd to 4.1.19.Florian Obser
2018-02-02In ether_input() use goto dropanyway instead of repeating m_freem()Alexander Bluhm
2018-02-02Extend range for seconds from 100 million to upper bound of time_t.cheloha
2018-02-02Fix 'show ip bgp detail as' error.job
2018-02-02Make 'ifconfig if0 wpaakms 802.1x' implicitly enable WPA.Stefan Sperling
2018-02-02use the same bar used to determine memory type when mapping memoryJonathan Gray
2018-02-02convert the remaining examples to full sentences;Jason McIntyre
2018-02-02tweak grammar in RETURN VALUES;Jason McIntyre
2018-02-02Enable interrupts in (synchronous) trap handlers.Mark Kettenis
2018-02-02Enable interrupts while running interrupt handlers like we do on agintc(4).Mark Kettenis
2018-02-02vmm: add support for send / receive for AMD SVM hostspd
2018-02-02Remove . from $PATH since it seems there is no strong reason to keepYASUOKA Masahiko
2018-02-01Done means to stop processing the protocol loop, but IP proto noneAlexander Bluhm
2018-02-01The function ip6_get_prevhdr() did return a pointer into a mbuf.Alexander Bluhm
2018-02-01When processing IPsec AH packets with IP options or IPv6 extensionAlexander Bluhm
2018-02-01vmd: fix vioscsi dump and restorepd
2018-02-01Add an example on how to log messages coming from a given host to aLandry Breuil
2018-02-01document bpf_tap_hdrDavid Gwynne
2018-02-01add bpf_tap_hdr(), for handling a buffer (not an mbuf) with a header.David Gwynne