Age | Commit message (Expand) | Author |
2009-01-21 | fix bugs section: clarify that sio_start() and sio_stop() should | Alexandre Ratchov |
2009-01-21 | explain what ``frame'' does mean | Alexandre Ratchov |
2009-01-21 | All operation on live kernels uses sysctl interface, there is no reason to | Miod Vallat |
2009-01-21 | make declarations "C" to allow c++ code to compile | Alexandre Ratchov |
2009-01-17 | cleanup: remove prototypes of inexistent functions, move few private | Alexandre Ratchov |
2009-01-15 | Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@ | Todd C. Miller |
2009-01-14 | Re-enable pie support on macppc (still off by default but usable | Kurt Miller |
2009-01-13 | Man page for wcstof(3), wcstod(3) and wcstold(3). | Mark Kettenis |
2009-01-13 | Crank minor because of addition of wcsto* functions. | Mark Kettenis |
2009-01-13 | Add wcstof(3) and wcstold(3). | Mark Kettenis |
2009-01-13 | Add wcstoimax(3) and wcstoumax(3). | Mark Kettenis |
2009-01-12 | replace s/routine/function/, as other manuals do | Alexandre Ratchov |
2009-01-12 | convert a strdup (into a purpose-allocated buffer) in libcrypto to a | Damien Miller |
2009-01-10 | make all private functions static | Alexandre Ratchov |
2009-01-10 | The process number is longer used to replace trailing 'Xs'. | Tobias Stoeckmann |
2009-01-09 | openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the very | Damien Miller |
2009-01-09 | adjust Makefile and crank major for openssl-0.9.8j | Damien Miller |
2009-01-09 | resolve conflicts | Damien Miller |
2009-01-09 | import openssl-0.9.8j | Damien Miller |
2009-01-08 | oops, i messed up tim's patch; correction from Tim van der Molen | Jason McIntyre |
2009-01-08 | Add a missing MLINK for BIO_new_socket. | Owain Ainsworth |
2009-01-08 | a little macro cleanup; from Tim van der Molen | Jason McIntyre |
2009-01-05 | import openssl-0.9.8j | Damien Miller |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller |
2009-01-03 | reintroduce extra malloc protections, but avoiding the use of | Damien Miller |
2009-01-02 | Sync _kvm_kvatop with existing pmap code: handle direct mappings and | Miod Vallat |
2008-12-31 | PAGE_SIZE is not a valid symbol to use in that way. In particular, | Theo de Raadt |
2008-12-30 | Remove mprotecting of struct dir_info introduced in previous commit | Damien Miller |
2008-12-29 | extra paranoia for malloc(3): | Damien Miller |
2008-12-27 | Fix file descriptor leak in fts_children(); okay dhill@, millert@, | Pedro Martelletto |
2008-12-27 | when polling aucat(1) socket, don't set the POLLIN bit if we | Alexandre Ratchov |
2008-12-27 | when using the aucat(1) backend, don't mask the POLLHUP bit | Alexandre Ratchov |
2008-12-23 | repair the ARC4 story; ok jmc djm millert | Theo de Raadt |
2008-12-23 | ddb.console does not override machdep.kbdreset, so don't say it does; | Jason McIntyre |
2008-12-22 | document yp_maplist(); from Ingo Schwarze | Jason McIntyre |
2008-12-22 | The example for detecting malicious PTR records could be easily misinterpreted. | Jacek Masiulaniec |
2008-12-22 | Let this compile with gcc 2. | Miod Vallat |
2008-12-21 | remove mixer bits from the audio(4) backend of libsndio, it's not | Alexandre Ratchov |
2008-12-21 | fix more spelling errors and typos, | Alexandre Ratchov |
2008-12-20 | Add man page for wcstol and friends. | Mark Kettenis |
2008-12-18 | Add pthread_attr_[sg]etguardsize() to match rthread, including manpages | Philip Guenthe |
2008-12-17 | stop using stderr in the library, wrap all diagnostic fprintfs | Alexandre Ratchov |
2008-12-17 | Document ENOBUFS for writev(2). | Ray Lai |
2008-12-17 | tweak previous; | Jason McIntyre |
2008-12-17 | fix spell errors, from Thomas Pfaff <tpfaff(at)tp76.info>, thanks! | Alexandre Ratchov |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov |
2008-12-15 | shave off more bytes than you expect by declaring a few const local arrays | Otto Moerbeek |
2008-12-12 | __isinff and __isnanf | Martynas Venckus |
2008-12-12 | space | Martynas Venckus |
2008-12-12 | do the same as was done in mi version: do not include math.h, since isinf, | Martynas Venckus |