summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-09Use O_CLOEXEC to make sure fork+exec in a threaded process can'tPhilip Guenther
2014-07-09_dl_fcntl() is no longer used; kill the stubsPhilip Guenther
2014-07-09add a "no-dsn" listener option to disable DSN extension.Eric Faurot
2014-07-09Use suspending kernel's stack smash guard to avoid panicing during unpack.Mike Larkin
2014-07-09expire IPcomp SAs too; ok mikeb (some time ago)Markus Friedl
2014-07-09Rewrite gcm128test as a table-driven regress instead of using defines.Joel Sing
2014-07-09Herr Reyk correctly pointed out that we don't need the if_pflog.h includeHenning Brauer
2014-07-09Fixes a hibernate issue wherein we locked the kernel lock while hatchingMike Larkin
2014-07-09Oops. Forgot makefile ...Kenneth R Westerback
2014-07-09mark defos as const; nobody needs to change it,Ingo Schwarze
2014-07-09delete forgotten, obsolete rew_warn() prototypeIngo Schwarze
2014-07-09tedu the SSL export cipher handling - since we do not have enabled exportJoel Sing
2014-07-09now that mclgeti doesnt do the rx ring accounting, cluster allocationDavid Gwynne
2014-07-09Enable specifying the filesystem of interest by the duid.Kenneth R Westerback
2014-07-09Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY insteadPhilip Guenther
2014-07-09cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *)bcook
2014-07-09remove unused, private version strings except SSL_version_strbcook
2014-07-09Make use of this wonderful modern C construct known as a `switch', instead ofMiod Vallat
2014-07-09tedu bpf_mtap_pflog().Henning Brauer
2014-07-09White spaces.Antoine Jacoutot
2014-07-09KNFMiod Vallat
2014-07-09config parser improvements:Eric Faurot
2014-07-09Hopefully we are calculating the pkg size correctly by now;Florian Obser
2014-07-09We do have ICMP6_FILTER; no obj change.Florian Obser