Age | Commit message (Expand) | Author |
2013-06-02 | Make arm compile again. -moj | Mats O Jansson |
2013-06-02 | Fix wcsto{f,d,ld}() C99 compliance to now correctly | Matthew Dempsky |
2013-06-02 | improve the divert-* description a bit more | Sebastian Benoit |
2013-06-01 | something's not quite right yet. ticket locks result in more CPU usage | Ted Unangst |
2013-06-01 | Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008. | Stefan Sperling |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | Change the naming scheme used for directories in /usr/share/locale to | Stefan Sperling |
2013-06-01 | fix wrong fn name in debug | Ted Unangst |
2013-06-01 | tweak previous; | Jason McIntyre |
2013-06-01 | reorder syslog params descr to make sense, and minor tweaks, plus jmc@'s | Marc Espie |
2013-06-01 | Move search domain iteration code in res_search_async.c where it belongs. | Eric Faurot |
2013-06-01 | Make hostaliases work for gethostbyname() and getaddrinfo() when | Eric Faurot |
2013-06-01 | Update asr_hostaliases() to make all necessary checks in the function. | Eric Faurot |
2013-06-01 | Add utrace(2), a system call allowing for userland to send its own ktrace | Miod Vallat |
2013-06-01 | iterating over the ns list only matters for res_send_async.c, so move | Eric Faurot |
2013-06-01 | no need to cast null | Ted Unangst |
2013-06-01 | string.h defines null for us | Ted Unangst |
2013-06-01 | no need to cast null | Ted Unangst |
2013-05-31 | doesn't need any headers | Ted Unangst |
2013-05-31 | minor tweaks | Ted Unangst |
2013-05-31 | fixie | Ted Unangst |
2013-05-31 | Add getprogname() and setprogname() to ease slackers^porters' work. | Antoine Jacoutot |
2013-05-31 | On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data. | YASUOKA Masahiko |
2013-05-31 | add shm_open and friends which i have been told ports programs would | Ted Unangst |
2013-05-30 | Sort includes. From Vladimir Tamara Patino <vtamara@pasosdeJesus.org> | Stefan Sperling |
2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew Dempsky |
2013-05-30 | Remove useless include. | Antoine Jacoutot |
2013-05-29 | use paramaters instead of static storage in _gethostbyname() | Eric Faurot |
2013-05-27 | Add minimal support for _res setup and update. | Eric Faurot |
2013-05-22 | Sync with upstream. Fix buffer growing and memory allocation for wide | YASUOKA Masahiko |
2013-05-21 | Fix pty descriptor leak if fork() fails. | Matthew Dempsky |
2013-05-19 | If pid<0, kill() won't fail with EPERM unless none of the target processes | Philip Guenther |
2013-05-15 | typo: compare len against null needle, not haystack | Antoine Jacoutot |
2013-05-13 | Add an implementation of memmem() -- from FreeBSD with some tweaks. | Antoine Jacoutot |
2013-05-10 | Update SYNOPSIS and add STANDARDS | Philip Guenther |
2013-05-10 | Update STANDARDS | Philip Guenther |
2013-05-10 | Clarify behavior of SA_NOCLDWAIT | Philip Guenther |
2013-05-08 | clarify when EACCESS can fail. if from is read only, you're out of luck. | Ted Unangst |
2013-05-08 | Don't declare ___start static, for gcc4 would optimize it out. | Miod Vallat |
2013-05-08 | fix SEE ALSO; | Jason McIntyre |
2013-05-08 | Update DESCRIPTION, ERRORS, SEE ALSO, and STANDARDS sections | Philip Guenther |
2013-05-08 | Lists should be sorted by the normal alphabet, not my private one | Philip Guenther |
2013-05-08 | We have fdatasync() and pselect() now, so uncomment them in the list of | Philip Guenther |
2013-05-07 | on failure errno is set as well | David Gwynne |
2013-05-06 | If the lock is contended, such that the 'sc' fails, then we need to | Philip Guenther |
2013-05-05 | since i386_{g,s}et_ioperm(2) are the same page, do not list them both in | Jason McIntyre |
2013-05-05 | remove never implemented amd64 get/set ioperm sysarch. ok guenther | Ted Unangst |
2013-05-05 | no need to cast calloc | Ted Unangst |
2013-05-03 | Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale. | Stefan Sperling |
2013-04-30 | various small fixes; | Jason McIntyre |