| Commit message (Expand) | Author | Age | Files | Lines |
* | Update asr_hostaliases() to make all necessary checks in the function. |  eric | 2013-06-01 | 2 | -14/+14 |
* | Add utrace(2), a system call allowing for userland to send its own ktrace |  miod | 2013-06-01 | 4 | -7/+100 |
* | iterating over the ns list only matters for res_send_async.c, so move |  eric | 2013-06-01 | 3 | -39/+37 |
* | string.h defines null for us |  tedu | 2013-06-01 | 1 | -2/+1 |
* | no need to cast null |  tedu | 2013-06-01 | 2 | -15/+15 |
* | doesn't need any headers |  tedu | 2013-05-31 | 1 | -3/+1 |
* | minor tweaks |  tedu | 2013-05-31 | 1 | -4/+5 |
* | fixie |  tedu | 2013-05-31 | 1 | -2/+2 |
* | Add getprogname() and setprogname() to ease slackers^porters' work. |  ajacoutot | 2013-05-31 | 6 | -12/+169 |
* | On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data. |  yasuoka | 2013-05-31 | 1 | -2/+7 |
* | add shm_open and friends which i have been told ports programs would |  tedu | 2013-05-31 | 3 | -3/+209 |
* | Sort includes. From Vladimir Tamara Patino <vtamara@pasosdeJesus.org> |  stsp | 2013-05-30 | 1 | -5/+6 |
* | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the |  matthew | 2013-05-30 | 2 | -4/+4 |
* | Remove useless include. |  ajacoutot | 2013-05-30 | 1 | -2/+1 |
* | use paramaters instead of static storage in _gethostbyname() |  eric | 2013-05-29 | 1 | -26/+48 |
* | Add minimal support for _res setup and update. |  eric | 2013-05-27 | 11 | -45/+93 |
* | Sync with upstream. Fix buffer growing and memory allocation for wide |  yasuoka | 2013-05-22 | 1 | -18/+13 |
* | Fix pty descriptor leak if fork() fails. |  matthew | 2013-05-21 | 1 | -1/+3 |
* | If pid<0, kill() won't fail with EPERM unless none of the target processes |  guenther | 2013-05-19 | 1 | -4/+4 |
* | typo: compare len against null needle, not haystack |  ajacoutot | 2013-05-15 | 1 | -2/+2 |
* | Add an implementation of memmem() -- from FreeBSD with some tweaks. |  ajacoutot | 2013-05-13 | 4 | -5/+146 |
* | Update SYNOPSIS and add STANDARDS |  guenther | 2013-05-10 | 1 | -3/+7 |
* | Update STANDARDS |  guenther | 2013-05-10 | 1 | -3/+3 |
* | Clarify behavior of SA_NOCLDWAIT |  guenther | 2013-05-10 | 1 | -7/+13 |
* | clarify when EACCESS can fail. if from is read only, you're out of luck. |  tedu | 2013-05-08 | 1 | -4/+8 |
* | Don't declare ___start static, for gcc4 would optimize it out. |  miod | 2013-05-08 | 1 | -2/+2 |
* | fix SEE ALSO; |  jmc | 2013-05-08 | 1 | -2/+2 |
* | Update DESCRIPTION, ERRORS, SEE ALSO, and STANDARDS sections |  guenther | 2013-05-08 | 1 | -11/+15 |
* | Lists should be sorted by the normal alphabet, not my private one |  guenther | 2013-05-08 | 1 | -2/+2 |
* | We have fdatasync() and pselect() now, so uncomment them in the list of |  guenther | 2013-05-08 | 1 | -4/+5 |
* | on failure errno is set as well |  dlg | 2013-05-07 | 1 | -3/+6 |
* | If the lock is contended, such that the 'sc' fails, then we need to |  guenther | 2013-05-06 | 1 | -4/+7 |
* | since i386_{g,s}et_ioperm(2) are the same page, do not list them both in |  jmc | 2013-05-05 | 1 | -3/+2 |
* | remove never implemented amd64 get/set ioperm sysarch. ok guenther |  tedu | 2013-05-05 | 5 | -216/+6 |
* | no need to cast calloc |  tedu | 2013-05-05 | 1 | -4/+3 |
* | Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale. |  stsp | 2013-05-03 | 3 | -5/+7 |
* | various small fixes; |  jmc | 2013-04-30 | 1 | -4/+5 |
* | Do not take external buffers for storing DNS responses in the internal |  eric | 2013-04-30 | 12 | -122/+55 |
* | copy input flags in result addrinfo structures. |  eric | 2013-04-30 | 1 | -1/+2 |
* | Extend P_SIGSUSPEND handling in userret() to properly restore the |  matthew | 2013-04-29 | 6 | -37/+152 |
* | use FD_CLOEXEC instead of 1; from David Hill |  okan | 2013-04-29 | 7 | -14/+14 |
* | use O_CLOEXEC with open() instead of open/fcntl; from David Hill |  okan | 2013-04-29 | 1 | -3/+3 |
* | Do a PC-relative relocation for _map rather than going through |  martynas | 2013-04-23 | 1 | -2/+2 |
* | Fixed typo. |  tobias | 2013-04-22 | 1 | -3/+3 |
* | tweak a few comments |  tedu | 2013-04-21 | 1 | -5/+7 |
* | this man page is mostly about password hashing now (you really don't |  tedu | 2013-04-21 | 1 | -18/+5 |
* | wording fix; |  jmc | 2013-04-21 | 1 | -3/+2 |
* | identify the argument containing the requested timeout, give arguments |  tedu | 2013-04-20 | 1 | -10/+11 |
* | Xr encrypt(1) to give people a hint if they just want a password string |  tedu | 2013-04-20 | 1 | -2/+3 |
* | add clock_gettime to see also. i think guenther was ok with this. |  tedu | 2013-04-19 | 2 | -4/+6 |