summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a feature_present(3) function which checks to see if a named kerneljhb2008-01-101-2/+3
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-3/+2
* Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) manscf2007-09-281-1/+2
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-041-1/+2
* Retire more remnants of a.out support, as threatened in 2002.peter2007-01-251-2/+2
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add MLINK for execvP(3).jhb2005-12-011-1/+1
* Add an MLINK for devname_r().stefanf2005-09-101-0/+1
* Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 tosimon2005-08-121-1/+2
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.delphij2005-05-111-1/+1
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.das2005-03-071-0/+2
* - Move the functions presently described in in ieee(3) to their owndas2005-01-271-1/+2
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).marks2004-11-181-1/+1
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-241-1/+1
* Add stubs for TLS functions. These will be replaced at runtime by thedfr2004-08-031-3/+4
* Add an nftw(3) link.tjr2004-07-251-0/+1
* Fix two bugs in the signbit() macro, which was implemented last year:das2004-07-191-3/+2
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-181-1/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-091-1/+1
* Add implementations of ftw(3) and nftw(3) and the corresponding headerdas2004-07-051-2/+3
* Belatedly remove the getvfsent(3) API. All the consumers have beenmux2004-04-111-5/+2
* Fixed style of previous commit.ru2004-01-151-3/+2
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.ru2004-01-141-2/+7
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-091-1/+2
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-171-1/+3
* - Add setfstab() and getfstab().mdodd2003-04-071-1/+2
* Add dlinfo(3) manual page to the rank of base system manpagesphantom2003-02-151-2/+2
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-2/+6
OpenPOWER on IntegriCloud