summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update asr_hostaliases() to make all necessary checks in the function.eric2013-06-012-14/+14
* Add utrace(2), a system call allowing for userland to send its own ktracemiod2013-06-014-7/+100
* iterating over the ns list only matters for res_send_async.c, so moveeric2013-06-013-39/+37
* string.h defines null for ustedu2013-06-011-2/+1
* no need to cast nulltedu2013-06-012-15/+15
* doesn't need any headerstedu2013-05-311-3/+1
* minor tweakstedu2013-05-311-4/+5
* fixietedu2013-05-311-2/+2
* Add getprogname() and setprogname() to ease slackers^porters' work.ajacoutot2013-05-316-12/+169
* On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data.yasuoka2013-05-311-2/+7
* add shm_open and friends which i have been told ports programs wouldtedu2013-05-313-3/+209
* Sort includes. From Vladimir Tamara Patino <vtamara@pasosdeJesus.org>stsp2013-05-301-5/+6
* Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned thematthew2013-05-302-4/+4
* Remove useless include.ajacoutot2013-05-301-2/+1
* use paramaters instead of static storage in _gethostbyname()eric2013-05-291-26/+48
* Add minimal support for _res setup and update.eric2013-05-2711-45/+93
* Sync with upstream. Fix buffer growing and memory allocation for wideyasuoka2013-05-221-18/+13
* Fix pty descriptor leak if fork() fails.matthew2013-05-211-1/+3
* If pid<0, kill() won't fail with EPERM unless none of the target processesguenther2013-05-191-4/+4
* typo: compare len against null needle, not haystackajacoutot2013-05-151-2/+2
* Add an implementation of memmem() -- from FreeBSD with some tweaks.ajacoutot2013-05-134-5/+146
* Update SYNOPSIS and add STANDARDSguenther2013-05-101-3/+7
* Update STANDARDSguenther2013-05-101-3/+3
* Clarify behavior of SA_NOCLDWAITguenther2013-05-101-7/+13
* clarify when EACCESS can fail. if from is read only, you're out of luck.tedu2013-05-081-4/+8
* Don't declare ___start static, for gcc4 would optimize it out.miod2013-05-081-2/+2
* fix SEE ALSO;jmc2013-05-081-2/+2
* Update DESCRIPTION, ERRORS, SEE ALSO, and STANDARDS sectionsguenther2013-05-081-11/+15
* Lists should be sorted by the normal alphabet, not my private oneguenther2013-05-081-2/+2
* We have fdatasync() and pselect() now, so uncomment them in the list ofguenther2013-05-081-4/+5
* on failure errno is set as welldlg2013-05-071-3/+6
* If the lock is contended, such that the 'sc' fails, then we need toguenther2013-05-061-4/+7
* since i386_{g,s}et_ioperm(2) are the same page, do not list them both injmc2013-05-051-3/+2
* remove never implemented amd64 get/set ioperm sysarch. ok guenthertedu2013-05-055-216/+6
* no need to cast calloctedu2013-05-051-4/+3
* Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.stsp2013-05-033-5/+7
* various small fixes;jmc2013-04-301-4/+5
* Do not take external buffers for storing DNS responses in the internaleric2013-04-3012-122/+55
* copy input flags in result addrinfo structures.eric2013-04-301-1/+2
* Extend P_SIGSUSPEND handling in userret() to properly restore thematthew2013-04-296-37/+152
* use FD_CLOEXEC instead of 1; from David Hillokan2013-04-297-14/+14
* use O_CLOEXEC with open() instead of open/fcntl; from David Hillokan2013-04-291-3/+3
* Do a PC-relative relocation for _map rather than going throughmartynas2013-04-231-2/+2
* Fixed typo.tobias2013-04-221-3/+3
* tweak a few commentstedu2013-04-211-5/+7
* this man page is mostly about password hashing now (you really don'ttedu2013-04-211-18/+5
* wording fix;jmc2013-04-211-3/+2
* identify the argument containing the requested timeout, give argumentstedu2013-04-201-10/+11
* Xr encrypt(1) to give people a hint if they just want a password stringtedu2013-04-201-2/+3
* add clock_gettime to see also. i think guenther was ok with this.tedu2013-04-192-4/+6