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