summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-10add glue to be able to ask "give me the highest number shared library withMarc Espie
2017-02-09When netcat was started with -Uz, the exit status was always 1. IfAlexander Bluhm
2017-02-09Add defines that are needed to compile XS code with Perl 5.24.1.Alexander Bluhm
2017-02-09Teach pstat -d to also print untyped kernel symbols.Jeremie Courreges-Anglas
2017-02-09Dedup calls to icmp6stat_inc in icmp6_errcount, should save a few bytesJeremie Courreges-Anglas
2017-02-09Document that -x can take an ipv6 address enclosed in square brackets.Jeremie Courreges-Anglas
2017-02-09remove a dead variable; ok millert, guentherMike Belopuhov
2017-02-09When getaddrinfo fails, print the requested host and port.Jeremie Courreges-Anglas
2017-02-09No need to cast NULL when assigning it to a variable;Ingo Schwarze
2017-02-09Use TAILQ_FOREACH_SAFE in cache_purgevfs(). Fix whitespaces.Alexander Bluhm
2017-02-09Improve clarity of some casts;Ingo Schwarze
2017-02-09Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze
2017-02-09Unbreak 'netstat -g' and make multicast route stats sysctl more robust.Rafael Zalamena
2017-02-09percpu counters for divert(4) statsJeremie Courreges-Anglas
2017-02-09percpu counters for raw ipv6 and icmp6 statsJeremie Courreges-Anglas
2017-02-09percpu counters for TCP statsJeremie Courreges-Anglas
2017-02-09Instead of numbering session groups, give them a name which may be givenNicholas Marriott
2017-02-09Document refresh-client -C.Nicholas Marriott
2017-02-09Break the message storage function into its own function, useful forNicholas Marriott
2017-02-09Don't lie about the default size in the man page.Nicholas Marriott
2017-02-09Temporarily grab the NET_LOCK() around soisdisconnected().Martin Pieuchot
2017-02-09Do not loose the send/expect validation error on timeout.Reyk Floeter
2017-02-09Release the NET_LOCK() before calling unp_detach(), fix a recursionMartin Pieuchot
2017-02-09Replace a custom loop calling yield() by the idiom to check if theMartin Pieuchot
2017-02-09Do no select a CPU to execute the current thread when being preempt()ed.Martin Pieuchot
2017-02-09Combining characters need a full flush.Nicholas Marriott
2017-02-09When an ordinary (not collected) cell is received, we need to flush anyNicholas Marriott
2017-02-09DES keys are not 7 days long. ok jsing@Darren Tucker
2017-02-09Put back a return that I have removed by accident.Alexander Bluhm
2017-02-08Another helper function to write to terminal and log.Nicholas Marriott
2017-02-08Add a common function to invalidate all the terminal cached state.Nicholas Marriott
2017-02-08Add even more line breaks to fit to 80 columns.Robert Peichaer
2017-02-08Fix IP address schema to make space for AH tests.Alexander Bluhm
2017-02-08Use a variable to make the prompt fit to 80 columns.Robert Peichaer
2017-02-08Add some more line breaks to fit to 80 columns.Robert Peichaer
2017-02-08Do not adjust region lower by pane offset when scrolling up, it isNicholas Marriott
2017-02-08Add some line breaks to fit to 80 columns.Robert Peichaer
2017-02-08Localize PS3 at the top of v6_defroute() to make its assignmentRobert Peichaer
2017-02-08Use a variable for the sysctl output to shorten the for-loop toRobert Peichaer
2017-02-08Reformat get_responsfile() to fit to 80 columns.Robert Peichaer
2017-02-08Remove support for forcing the ELF interpreter to a specific address,Philip Guenther
2017-02-08Delete the obsolete fork/exec/exit emulation hooks.Philip Guenther
2017-02-08Avoid printf %s NULL. From semarie@, OK djm@Todd C. Miller
2017-02-08Avoid a busy loop in netcat's tls_close(). Reuse the tls_handshake()Alexander Bluhm
2017-02-08Avoid double close(2) in netcat. After every call to readwrite()Alexander Bluhm
2017-02-08Encrypt UDP and TCP packets in test. Use a sane transport config.Alexander Bluhm
2017-02-08Improve error handling for poll timeoutsMike Belopuhov
2017-02-08modcargo-crates-1 -> modcargo-gen-cratesDaniel Jakots
2017-02-06Test combinations of IPsec tunnel and transport mode on severalAlexander Bluhm
2017-02-08window_copy_pagedown shouldn't reset the mode anymore, instead let theNicholas Marriott