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