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