summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-09changes to improve portabilitybcook
2014-07-09Replace memset(a, 0, ...); free(a); by explicit_bzero(a, ...); free(a); inMiod Vallat
2014-07-09Update and extend the regress tests to use the new grammar of theReyk Floeter
2014-07-09Update the default relayd.conf with the new filtering grammar.Reyk Floeter
2014-07-09Replace the protocol directives for HTTP with a new generic filteringReyk Floeter
2014-07-09Use the correct rf revision number for AR2425 radios. When read fromStefan Sperling
2014-07-09CPUF_PARK check was placed improperly in the previous commit.Mike Larkin
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to beMiod Vallat
2014-07-09miod@ fixed the "bug" so remove reference to it in the man pod^Wpage.Joel Sing
2014-07-09generate a locatedb while making release.Marc Espie
2014-07-09Now that the stack handles properly the xhci(4) way of setting anMartin Pieuchot
2014-07-09Adds an optional bus function to set the address of a new device andMartin Pieuchot
2014-07-09use explicit_bzero for stack and freed variablesTed Unangst
2014-07-09spellingTed Unangst
2014-07-09I hate eval. Apart from when it's really needed.Alexander Hall
2014-07-09Kill unused route storages.Martin Pieuchot
2014-07-09We do have icmp_data; no obj change.Florian Obser
2014-07-09We do have ICMP_MASKREQ & ICMP_MASKREPLY; no obj change.Florian Obser
2014-07-09notdef is notdef since the beginning of time; no obj change.Florian Obser
2014-07-09We do have SIGINFO; no obj change.Florian Obser
2014-07-09We do have IP_OPTIONS; no obj change.Florian Obser
2014-07-09add <sys/filio.h> header for FIONBIObcook
2014-07-09Print sizeof() value and size_t variable with %zu rather than %zd.Kenneth R Westerback
2014-07-09Minor cleanups in wording in some comments and printfs, and added someMike Larkin
2014-07-09Don't use the suspending kernel's VA mapping for the piglet. It's farMike Larkin
2014-07-09Delete an obsolete commentPhilip Guenther
2014-07-09Fixes a resume time page table issue on amd64 if the piglet was locatedMike Larkin
2014-07-09check for EINTR when calling waitpid.bcook
2014-07-09check if we were previously on a signal stack before restoring.bcook
2014-07-09Clean up and simplify SSL_CIPHER_description by always using asprintf. IfJoel Sing
2014-07-09Add a daemon_timeout variable for rc_wait().Antoine Jacoutot
2014-07-09Rewrite lockstatus() description to be more like rw_status()Philip Guenther
2014-07-09fix ssh-add crash while loading more than one keySebastian Benoit
2014-07-09Cleanup the chunk placement routine by removing the conflict resolver.Mike Larkin
2014-07-09Document recent x11/gnome MODULE changes.Antoine Jacoutot
2014-07-09Add support bpfwrite on DLT_LOOP interfaces.YASUOKA Masahiko
2014-07-09MLINKS for rw_{assert_{unlocked,wrlock,rdlock},status}Philip Guenther
2014-07-09Fixed rw_status() description, moving it to where it belongs.Philip Guenther
2014-07-09Fix classless-{ms-,}static-routes to comply RFC 3442. Number ofYASUOKA Masahiko
2014-07-09Add an "If" to make a complete sentence.Brian Callahan
2014-07-09mlarkin requested that i cleanup the example codeTed Unangst
2014-07-09Teach rw_status() and rrw_status() to return LK_EXCLOTHER if it's writePhilip Guenther
2014-07-09Simplify error path of DH_check_pub_key()Miod Vallat
2014-07-09KNFMiod Vallat
2014-07-09remove unused variables getentropy for OS Xbcook
2014-07-09crude rrwlock to appease guenther and beckTed Unangst
2014-07-09ext_type is set but never read. its a waste of space.David Gwynne
2014-07-09Do the way long overdue renaming of register names from o32 to n64 ABI.Miod Vallat
2014-07-09Kill unused shutdown hook pointers.Martin Pieuchot
2014-07-09Special case pretty printing of DHO_CLASSLESS_STATIC_ROUTES andKenneth R Westerback