Age | Commit message (Expand) | Author |
2014-08-19 | When a local route entry is added for an ifa having a broadcast address, | Martin Pieuchot |
2014-08-19 | Entries for broadcast addresses should also be ignored, just like local | Martin Pieuchot |
2014-08-19 | Keep pim code under #ifdef PIM to be coherent with what's in netinet/. | Martin Pieuchot |
2014-08-19 | Make sure state changes are properly serialized. | Martin Pieuchot |
2014-08-19 | in myx_start, replace | David Gwynne |
2014-08-19 | ld.so(1): Missing stack var initialization | Masao Uebayashi |
2014-08-19 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-08-19 | libroff depends on libmandoc and so libmandoc should be included first. | Daniel Dickman |
2014-08-19 | add -4 and -6 flags for saying if you want to force ipv4 or ipv6 | David Gwynne |
2014-08-19 | The _exit codes in syslogd privsep.c were the wrong way around. | Alexander Bluhm |
2014-08-19 | Replace manually written function names with __func__. | Alexander Bluhm |
2014-08-19 | Fix trailing white spaces. | Alexander Bluhm |
2014-08-18 | Make the perl modules consistent for the multiple regression tests. | Alexander Bluhm |
2013-01-03 | Reengineer the socket splicing regression tests: | Alexander Bluhm |
2014-08-18 | Fix read access to uninitialized memory found by kristaps@ with valgrind, | Ingo Schwarze |
2014-08-18 | Add a description of what the relayd and sosplice regression tests | Alexander Bluhm |
2014-08-18 | Make out of band data tests more reliable. As multiple tcp urgent | Alexander Bluhm |
2014-08-18 | Make the forking tests more reliable. During copy the read(2) | Alexander Bluhm |
2014-08-18 | Make the multiple UDP packet test more reliable. The receive buffer | Alexander Bluhm |
2014-08-18 | Add test cases for multiple small HTTP requests. Many PUT requests | Alexander Bluhm |
2014-08-18 | Variables to count seen packets should be unsigned. | Tobias Stoeckmann |
2014-08-18 | sync | Theo de Raadt |
2014-08-18 | replace more ROTATE macros with plain-old C code. | bcook |
2014-08-18 | remove return value from HOST_c2l/l2c macros | bcook |
2014-08-18 | Explicitely need <sys/pool.h> now. | Miod Vallat |
2014-08-18 | Sigh, ignoring instruction fetch bus errors for the kernel code should not | Miod Vallat |
2013-01-03 | Reengineer the socket splicing regression tests: | Alexander Bluhm |
2014-08-18 | When the first child of the node being validated gets deleted during | Ingo Schwarze |
2014-08-18 | pool debug back on | Ted Unangst |
2014-08-18 | a small tweak to improve malloc in multithreaded programs. we don't need | Ted Unangst |
2014-08-18 | this uses pools, but relied on mbuf.h to provide them. | David Gwynne |
2014-08-18 | kristaps@ found this with valgrind, merge his patch from bsd.lv: | Ingo Schwarze |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore it | Reyk Floeter |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but relayd will ignore it | Reyk Floeter |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but iked will ignore it | Reyk Floeter |
2014-08-18 | dont rely on mbuf.h to provide pool.h. | David Gwynne |
2014-08-18 | Add mention of execvpe() setting errno on failure. | Philip Guenther |
2014-08-18 | its a bit silly to include mbuf.h to get to malloc.h. just include | David Gwynne |
2014-08-18 | introduce mbuf list and queue apis. both manage fifo lists of mbufs | David Gwynne |
2014-08-18 | Add fancy printing of ktrace()'s ops argument | Philip Guenther |
2014-08-18 | external page headers use an RB tree to find the page header | David Gwynne |
2014-08-17 | Use %#o instead of %#x for mode_t | Philip Guenther |
2014-08-17 | Display symbolicly the mode argument of mkdir, mkfifo, mknod, and umask | Philip Guenther |
2014-08-17 | typo, sorry | Ingo Schwarze |
2014-08-17 | While all current callers pass valid data to ascii_hspan() only, | Ingo Schwarze |
2014-08-17 | typo; Steven Honeyman <stevenhoneyman at gmail dot com> | Ingo Schwarze |
2014-08-17 | Sync regress/usr.sbin/relayd with recent http.h changes | doug |
2014-08-17 | don;t mark up {}; | Jason McIntyre |
2014-08-17 | Segfault fixes from kristaps@. | Ingo Schwarze |
2014-08-17 | Execute /etc/netstart using sh(1) instead of sourcing it. | Antoine Jacoutot |