summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-03-23add a HISTORY section to fts(3).Igor Sobrado
2009-03-20Return -1 from mktemp_internal() on EINVAL like we used to.Todd C. Miller
2009-03-17correct argument type for swap64(); from Thomas PfaffJason McIntyre
2009-03-06Work-around a gcc3 -g bug causing debug ld.so to crash.Kurt Miller
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller
2009-03-01Update to match mktemp.c changesTodd C. Miller
2009-03-01New mktemp(3) based on the one from portable mktemp(1). Now includesTodd C. Miller
2009-02-26don't use ``hdl->filling'' flag uninitializedAlexandre Ratchov
2009-02-25after the STOP message is sent, move the receiver to the RMSG stateAlexandre Ratchov
2009-02-20thrsigdivert() takes a sigset_t, not a pointer to one. Detected byPhilip Guenthe
2009-02-20apparently all the other libraries get linted, so I'll just have to live with itTed Unangst
2009-02-20Fix a race in the reaper discovered by Tobias Ulmer. kevents are identified ...Ted Unangst
2009-02-20the lint warnings are more annoying than anything else. we already have a fu...Ted Unangst
2009-02-18Add missing braces. This is why we use braces for indented block thatTodd C. Miller
2009-02-18in aucat_stop(), after the STOP message was send, put the receiverAlexandre Ratchov
2009-02-17when the template is entirely XXX characters, would crashTheo de Raadt
2009-02-15these are public domain, verified with author; spotted by jjTheo de Raadt
2009-02-13kill whitespace at eol;Jason McIntyre
2009-02-13decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@Otto Moerbeek
2009-02-11Avoid level going negative on deep (i mean really deep) dirs. ReportedOtto Moerbeek
2009-02-10correct function definitions; from Markus BergkvistJason McIntyre
2009-02-09ignore evironment variables if the program is setuid or setgidAlexandre Ratchov
2009-02-04update the default socket paths, to reflect recent aucat changesAlexandre Ratchov
2009-02-04Tag ELF shared libraries as OpenBSD.Mark Kettenis
2009-02-04explain that it's ok if we get a slightly different rate thanAlexandre Ratchov
2009-02-04Programs have no direct access do the device file descriptor. So, ifAlexandre Ratchov
2009-02-03in server mode, create /tmp/aucat-userid/ directory withAlexandre Ratchov
2009-01-31fix typoPierre-Yves Ritschard
2009-01-30Change section: we're talking about the symlink system call, not thePhilip Guenthe
2009-01-30tweak previous;Jason McIntyre
2009-01-30missing ssl_sock_init() call in init_client() (used byDamien Miller
2009-01-30remove some gratuitous changes that do nothing other than inreaseDamien Miller
2009-01-29Update to reflect renaming of the st_[acm]timespec members to st_[acm]timPhilip Guenthe
2009-01-29from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too;Jason McIntyre
2009-01-21fix bugs section: clarify that sio_start() and sio_stop() shouldAlexandre Ratchov
2009-01-21explain what ``frame'' does meanAlexandre Ratchov
2009-01-21All operation on live kernels uses sysctl interface, there is no reason toMiod Vallat
2009-01-21make declarations "C" to allow c++ code to compileAlexandre Ratchov
2009-01-17cleanup: remove prototypes of inexistent functions, move few privateAlexandre Ratchov
2009-01-15Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@Todd C. Miller
2009-01-14Re-enable pie support on macppc (still off by default but usableKurt Miller
2009-01-13Man page for wcstof(3), wcstod(3) and wcstold(3).Mark Kettenis
2009-01-13Crank minor because of addition of wcsto* functions.Mark Kettenis
2009-01-13Add wcstof(3) and wcstold(3).Mark Kettenis
2009-01-13Add wcstoimax(3) and wcstoumax(3).Mark Kettenis
2009-01-12replace s/routine/function/, as other manuals doAlexandre Ratchov
2009-01-12convert a strdup (into a purpose-allocated buffer) in libcrypto to aDamien Miller
2009-01-10make all private functions staticAlexandre Ratchov
2009-01-10The process number is longer used to replace trailing 'Xs'.Tobias Stoeckmann
2009-01-09openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the veryDamien Miller