aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add MLINK for execvP(3).John Baldwin2005-12-011-1/+1
* Add an MLINK for devname_r().Stefan Farfeleder2005-09-101-0/+1
* Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 toSimon L. B. Nielsen2005-08-121-1/+2
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.Xin LI2005-05-111-1/+1
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.David Schultz2005-03-071-0/+2
* - Move the functions presently described in in ieee(3) to their ownDavid Schultz2005-01-271-1/+2
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).Mark Santcroos2004-11-181-1/+1
* Replace the current implementations of ftw() and nftw() with the OpenBSDTim J. Robbins2004-08-241-1/+1
* Add stubs for TLS functions. These will be replaced at runtime by theDoug Rabson2004-08-031-3/+4
* Add an nftw(3) link.Tim J. Robbins2004-07-251-0/+1
* Fix two bugs in the signbit() macro, which was implemented last year:David Schultz2004-07-191-3/+2
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-181-1/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-091-1/+1
* Add implementations of ftw(3) and nftw(3) and the corresponding headerDavid Schultz2004-07-051-2/+3
* Belatedly remove the getvfsent(3) API. All the consumers have beenMaxime Henrion2004-04-111-5/+2
* Fixed style of previous commit.Ruslan Ermilov2004-01-151-3/+2
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.Ruslan Ermilov2004-01-141-2/+7
* Add the POSIX 1003.1-2001 posix_madvise() interface.Bruce M Simpson2003-08-091-1/+2
* = Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine2003-04-171-1/+3
* - Add setfstab() and getfstab().Matthew N. Dodd2003-04-071-1/+2
* Add dlinfo(3) manual page to the rank of base system manpagesAlexey Zelkin2003-02-151-2/+2
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-2/+6
* Implement C99's signbit() macro.Mike Barcroft2003-02-111-2/+3
* Implement fpclassify():Mike Barcroft2003-02-081-2/+3
* Add getosreldate.3 to the Makefile.Tom Rhodes2003-01-301-1/+1
* Add an implementation of the POSIX wordexp() and wordfree() functions,Tim J. Robbins2002-12-261-2/+3
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-5/+3
* Create a small library function, check_utility_compat(3), to determineGarrett Wollman2002-10-281-2/+2
* Drop almost 3k from /bin/sync by moving errno to a seperate filePeter Wemm2002-10-091-1/+1
* Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(),Archie Cobbs2002-09-111-5/+7
* Implement POSIX.1-2001 (XSI)'s ulimit(3).Mike Barcroft2002-08-081-3/+3
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).Mike Barcroft2002-08-051-2/+2
* Add statvfs(3) to the build.Garrett Wollman2002-07-131-2/+3
* Actually document pselect(3) so that Bruce can mention it in the releaseGarrett Wollman2002-06-171-1/+1
* Add pselect(3) to the build. Need to figure out the most appropriateGarrett Wollman2002-06-151-1/+1
* Add link dlopen(3) -> dlfunc(3).Garrett Wollman2002-05-291-1/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.Garrett Wollman2002-05-291-1/+1
* Generate the normal asm stubs for all sysv system calls. Use these insteadJake Burkholder2002-05-231-4/+3
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisePeter Wemm2002-03-211-1/+1
* Fixed missing backslash in previous commit.Bruce Evans2002-01-111-1/+1
* Fixed accumulated unsorting and some other style bugs (long lines).Bruce Evans2002-01-111-11/+10
* Add getcontext, setcontext, makecontext, and swapcontext. TheseDaniel Eischen2002-01-101-1/+1
* Introduce readpassphrase(3), a superset of getpass(3). ThisBrian Feldman2001-11-201-2/+3
* Create link from directory.3 to readdir_r.3.Dima Dorfman2001-11-161-2/+2
* Implement getpeereid(3), a front-end to the LOCAL_PEERCREDDima Dorfman2001-08-171-2/+2
* Only pull in the MD files if they exist. This allows for progressiveMark Peek2001-07-311-0/+2
* Introduce getprogname(3) and setprogname(3) library calls. These getDima Dorfman2001-05-151-3/+5
* Add fmtcheck(), a function for checking consistency of format stringKris Kennaway2001-04-171-2/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1