summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement C99's signbit() macro.mike2003-02-111-2/+3
* Implement fpclassify():mike2003-02-081-2/+3
* Add getosreldate.3 to the Makefile.trhodes2003-01-301-1/+1
* Add an implementation of the POSIX wordexp() and wordfree() functions,tjr2002-12-261-2/+3
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-5/+3
* Create a small library function, check_utility_compat(3), to determinewollman2002-10-281-2/+2
* Drop almost 3k from /bin/sync by moving errno to a seperate filepeter2002-10-091-1/+1
* Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(),archie2002-09-111-5/+7
* Implement POSIX.1-2001 (XSI)'s ulimit(3).mike2002-08-081-3/+3
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).mike2002-08-051-2/+2
* Add statvfs(3) to the build.wollman2002-07-131-2/+3
* Actually document pselect(3) so that Bruce can mention it in the releasewollman2002-06-171-1/+1
* Add pselect(3) to the build. Need to figure out the most appropriatewollman2002-06-151-1/+1
* Add link dlopen(3) -> dlfunc(3).wollman2002-05-291-1/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.wollman2002-05-291-1/+1
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-231-4/+3
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisepeter2002-03-211-1/+1
* Fixed missing backslash in previous commit.bde2002-01-111-1/+1
* Fixed accumulated unsorting and some other style bugs (long lines).bde2002-01-111-11/+10
* Add getcontext, setcontext, makecontext, and swapcontext. Thesedeischen2002-01-101-1/+1
* Introduce readpassphrase(3), a superset of getpass(3). Thisgreen2001-11-201-2/+3
* Create link from directory.3 to readdir_r.3.dd2001-11-161-2/+2
OpenPOWER on IntegriCloud