summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2013-06-01Change the naming scheme used for directories in /usr/share/locale toStefan Sperling
2013-06-01tweak previous;Jason McIntyre
2013-06-01reorder syslog params descr to make sense, and minor tweaks, plus jmc@'sMarc Espie
2013-06-01Move search domain iteration code in res_search_async.c where it belongs.Eric Faurot
2013-06-01Make hostaliases work for gethostbyname() and getaddrinfo() whenEric Faurot
2013-06-01Update asr_hostaliases() to make all necessary checks in the function.Eric Faurot
2013-06-01Add utrace(2), a system call allowing for userland to send its own ktraceMiod Vallat
2013-06-01iterating over the ns list only matters for res_send_async.c, so moveEric Faurot
2013-06-01no need to cast nullTed Unangst
2013-06-01string.h defines null for usTed Unangst
2013-06-01no need to cast nullTed Unangst
2013-05-31doesn't need any headersTed Unangst
2013-05-31minor tweaksTed Unangst
2013-05-31fixieTed Unangst
2013-05-31Add getprogname() and setprogname() to ease slackers^porters' work.Antoine Jacoutot
2013-05-31On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data.YASUOKA Masahiko
2013-05-31add shm_open and friends which i have been told ports programs wouldTed Unangst
2013-05-30Sort includes. From Vladimir Tamara Patino <vtamara@pasosdeJesus.org>Stefan Sperling
2013-05-30Remove useless include.Antoine Jacoutot
2013-05-29use paramaters instead of static storage in _gethostbyname()Eric Faurot
2013-05-27Add minimal support for _res setup and update.Eric Faurot
2013-05-19If pid<0, kill() won't fail with EPERM unless none of the target processesPhilip Guenther
2013-05-15typo: compare len against null needle, not haystackAntoine Jacoutot
2013-05-13Add an implementation of memmem() -- from FreeBSD with some tweaks.Antoine Jacoutot
2013-05-10Update SYNOPSIS and add STANDARDSPhilip Guenther
2013-05-10Update STANDARDSPhilip Guenther
2013-05-10Clarify behavior of SA_NOCLDWAITPhilip Guenther
2013-05-08clarify when EACCESS can fail. if from is read only, you're out of luck.Ted Unangst
2013-05-08fix SEE ALSO;Jason McIntyre
2013-05-08Update DESCRIPTION, ERRORS, SEE ALSO, and STANDARDS sectionsPhilip Guenther
2013-05-08Lists should be sorted by the normal alphabet, not my private onePhilip Guenther
2013-05-08We have fdatasync() and pselect() now, so uncomment them in the list ofPhilip Guenther
2013-05-07on failure errno is set as wellDavid Gwynne
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-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