summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-05-06If the lock is contended, such that the 'sc' fails, then we need toPhilip Guenther
2013-05-05since i386_{g,s}et_ioperm(2) are the same page, do not list them both inJason McIntyre
2013-05-05remove never implemented amd64 get/set ioperm sysarch. ok guentherTed Unangst
2013-05-05no need to cast callocTed Unangst
2013-05-03Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.Stefan Sperling
2013-04-30various small fixes;Jason McIntyre
2013-04-30Do not take external buffers for storing DNS responses in the internalEric Faurot
2013-04-30copy input flags in result addrinfo structures.Eric Faurot
2013-04-29Extend P_SIGSUSPEND handling in userret() to properly restore theMatthew Dempsky
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