summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2013-04-29use O_CLOEXEC with open() instead of open/fcntl; from David HillOkan Demirmen
2013-04-23Do a PC-relative relocation for _map rather than going throughMartynas Venckus
2013-04-22Fixed typo.Tobias Stoeckmann
2013-04-21tweak a few commentsTed Unangst
2013-04-21this man page is mostly about password hashing now (you really don'tTed Unangst
2013-04-21wording fix;Jason McIntyre
2013-04-20identify the argument containing the requested timeout, give argumentsTed Unangst
2013-04-20Xr encrypt(1) to give people a hint if they just want a password stringTed Unangst
2013-04-19add clock_gettime to see also. i think guenther was ok with this.Ted Unangst
2013-04-17check return value of strdup(), fix mem leak in error path and takeOtto Moerbeek
2013-04-17surround the error strings with quotes to clarify exactly which stringsTed Unangst
2013-04-17the tiniest of style tweaksTed Unangst
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2013-04-17silence some warnings by adding prototypes, casts, and headers asTed Unangst
2013-04-17evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the highTheo de Raadt
2013-04-17(long long) and %lld for big time_tTheo de Raadt
2013-04-17use CLOCK_MONOTONIC, and repair future time_t overflowTheo de Raadt
2013-04-17give a timespec a name that is easier to verifyTheo de Raadt
2013-04-16Replace a realloc() + memcpy() with calloc() + memcpy().Todd C. Miller
2013-04-15Remove CTL_USER hierarchy from sysctl()Philip Guenther
2013-04-15Implement fdatasync() as a wrapper around fsync()Matthew Dempsky
2013-04-15SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in aTodd C. Miller
2013-04-15Crank due to statfs changes and other inbound commits.Joel Sing
2013-04-15Back out r1.17 and its subsequent conversion to poll. OtherwiseTodd C. Miller
2013-04-14spacingTheo de Raadt
2013-04-14typo; Benedikt SteinbuschStuart Henderson
2013-04-11Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinitOtto Moerbeek
2013-04-11Fix obviously stupid bug in the PIC_{LOAD,STORE} macros when compiling withMiod Vallat
2013-04-09show what we parsed in debug output; ok guether@Otto Moerbeek
2013-04-08Do not fail if the user buffer is too short to hold the packet: fill it upEric Faurot
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-08Use .Er for errno E* constantsPhilip Guenther
2013-04-08Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.Christopher Zimmermann
2013-04-08macro fix for previous;Jason McIntyre
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-08zap trailing whitespace;Jason McIntyre
2013-04-08Updates to SYNOPSIS, ERRORS, and STANDARDS.Philip Guenther
2013-04-06explain what "default" means in sndio.7 rather than {sio,mio}_open.3,Alexandre Ratchov
2013-04-06a little fix for the version historyTed Unangst
2013-04-06remove more references to kern.rthreads sysctl.Ted Unangst
2013-04-06fix race when exiting a detached thread. observed by and ok guentherTed Unangst
2013-04-06rthread sysctl isn't experimental anymore. oh, and it's gone too.Ted Unangst
2013-04-05- Add comments regarding copies of these files also in libexec/ld.soKurt Miller
2013-04-05do not fail on EINTREric Faurot
2013-04-04fix alignment issue in getnetby{addr,name}() too.Eric Faurot
2013-04-04use the provided ALIGN() macro instead of re-inventing a square wheel.Eric Faurot
2013-04-03properly follow the CNAME chain in reverse lookupsEric Faurot
2013-04-03Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensureMatthew Dempsky
2013-04-03Update a comment about standards requirementsPhilip Guenther