Age | Commit message (Expand) | Author |
2009-03-20 | Return -1 from mktemp_internal() on EINVAL like we used to. | Todd C. Miller |
2009-03-17 | correct argument type for swap64(); from Thomas Pfaff | Jason McIntyre |
2009-03-06 | Work-around a gcc3 -g bug causing debug ld.so to crash. | Kurt Miller |
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller |
2009-03-01 | Update to match mktemp.c changes | Todd C. Miller |
2009-03-01 | New mktemp(3) based on the one from portable mktemp(1). Now includes | Todd C. Miller |
2009-02-26 | don't use ``hdl->filling'' flag uninitialized | Alexandre Ratchov |
2009-02-25 | after the STOP message is sent, move the receiver to the RMSG state | Alexandre Ratchov |
2009-02-20 | thrsigdivert() takes a sigset_t, not a pointer to one. Detected by | Philip Guenthe |
2009-02-20 | apparently all the other libraries get linted, so I'll just have to live with it | Ted Unangst |
2009-02-20 | Fix a race in the reaper discovered by Tobias Ulmer. kevents are identified ... | Ted Unangst |
2009-02-20 | the lint warnings are more annoying than anything else. we already have a fu... | Ted Unangst |
2009-02-18 | Add missing braces. This is why we use braces for indented block that | Todd C. Miller |
2009-02-18 | in aucat_stop(), after the STOP message was send, put the receiver | Alexandre Ratchov |
2009-02-17 | when the template is entirely XXX characters, would crash | Theo de Raadt |
2009-02-15 | these are public domain, verified with author; spotted by jj | Theo de Raadt |
2009-02-13 | kill whitespace at eol; | Jason McIntyre |
2009-02-13 | decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ | Otto Moerbeek |
2009-02-11 | Avoid level going negative on deep (i mean really deep) dirs. Reported | Otto Moerbeek |
2009-02-10 | correct function definitions; from Markus Bergkvist | Jason McIntyre |
2009-02-09 | ignore evironment variables if the program is setuid or setgid | Alexandre Ratchov |
2009-02-04 | update the default socket paths, to reflect recent aucat changes | Alexandre Ratchov |
2009-02-04 | Tag ELF shared libraries as OpenBSD. | Mark Kettenis |
2009-02-04 | explain that it's ok if we get a slightly different rate than | Alexandre Ratchov |
2009-02-04 | Programs have no direct access do the device file descriptor. So, if | Alexandre Ratchov |
2009-02-03 | in server mode, create /tmp/aucat-userid/ directory with | Alexandre Ratchov |
2009-01-31 | fix typo | Pierre-Yves Ritschard |
2009-01-30 | Change section: we're talking about the symlink system call, not the | Philip Guenthe |
2009-01-30 | tweak previous; | Jason McIntyre |
2009-01-30 | missing ssl_sock_init() call in init_client() (used by | Damien Miller |
2009-01-30 | remove some gratuitous changes that do nothing other than inrease | Damien Miller |
2009-01-29 | Update to reflect renaming of the st_[acm]timespec members to st_[acm]tim | Philip Guenthe |
2009-01-29 | from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too; | Jason McIntyre |
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 |