summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-181-0/+1
* MFC r261140:pluknet2014-06-271-1/+2
* Merge r257633:pjd2013-11-061-0/+1
* Add man page dup3(3).jilles2013-08-161-0/+1
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.jilles2013-08-161-0/+1
* Update to the latest (un)vis(3) sources from NetBSD. This addsbrooks2013-03-141-2/+16
* Link getcontextx(3) to getcontext(3).pluknet2013-03-131-0/+1
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)pjd2013-03-021-0/+2
* Put one file per line so it is easier to read diffs against those files.pjd2013-02-161-125/+418
* Add contrib/libc-vis to the include path so we reliably pick up the rightbrooks2013-01-111-0/+1
* Replace our implementation of the vis(3) and unvis(3) APIs withbrooks2012-12-181-2/+5
* Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-131-1/+1
* Replace our version of the pwcache(3) API with NetBSD's implementation.brooks2012-10-191-1/+4
* Add manual pages for clock_getcpuclockid and pthread_getcpuclockid.davidxu2012-08-211-1/+1
* Implement syscall clock_getcpuclockid2, so we can get a clock iddavidxu2012-08-171-1/+1
* Rename aux.c to auxv.c.ed2012-08-111-1/+1
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-1/+1
* Belatedly add dl_iterate_phdr(3) to the list of installed manpages.kib2012-03-021-1/+1
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-071-2/+2
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-231-0/+1
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-211-0/+2
* Add a new libc function: cfmakesane(3).ed2010-11-021-3/+3
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-251-1/+9
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-4/+2
* MFtbemd:imp2010-08-231-3/+3
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-231-1/+1
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,kib2010-08-171-1/+1
* Also link getutxent.3 to utmpx.3.ed2010-07-211-1/+1
* Add two changes that should have gone into commit r202274.ed2010-01-141-1/+1
* Implement <utmpx.h>.ed2010-01-131-4/+8
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-1/+1
* Add an internal _once() method. This works identical to pthread_once(3)jhb2009-11-201-1/+2
* Move pselect(3) man page to section 2.kib2009-10-281-1/+1
* Commit libc files missed in r198508kib2009-10-271-1/+1
* Add basename_r(3) to complement basename(3). basename_r(3) which acceptsrwatson2009-10-061-0/+1
* Add getpagesizes(3). This functions either the number of supported pagealc2009-09-191-3/+3
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.trasz2009-07-131-1/+1
* Add tcsetsid(3).ed2009-05-071-2/+2
* Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).kib2009-04-031-1/+1
* Add two new routines: fdevname() and fdevname_r().ed2009-02-111-1/+3
* Add manual pages for posix_spawn() functions.davidxu2008-07-281-1/+18
* Add arc4random_uniform() function (to avoid "modulo bias")ache2008-07-221-1/+1
* Add arc4random_buf.3 to MLINKSache2008-07-211-1/+2
* Turn execvpe() into an internal libc routine.ed2008-06-231-1/+1
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichdavidxu2008-06-171-2/+2
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partdelphij2008-04-161-0/+1
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-151-1/+1
* Document modff() and modfl(). Technically, modff() and modfl()das2008-03-291-0/+1
* Add manual for function sem_timedwait().davidxu2008-03-121-1/+1
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-261-1/+1
OpenPOWER on IntegriCloud