aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is kind of a hack, but it should work. Currently, world is brokenPeter Wemm2001-03-241-1/+1
* Don't install links for crypt.3 here. There is no crypt.3 here...Bruce Evans2001-02-051-2/+0
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-2/+2
* Add the function sysctlnametomib to libc. Details on the semanticsKirk McKusick2001-01-231-2/+2
* Link stringlist.3 to sl_{add,find,free,init}.3Ben Smithurst2000-12-271-0/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-1/+1
* Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-09-021-3/+3
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.Dag-Erling Smørgrav2000-08-311-2/+4
* Add a skeleton rfork_thread(3) man page.Peter Wemm2000-07-291-1/+2
* Re-pair the MLINKS of unvis.3 with strunvisx.3. This undoubtedly was aBrian Feldman2000-07-031-1/+1
* Add strunvisx.3 MLINK.Alexander Langer2000-07-021-1/+1
* Add strtofflags and fflagstostr to libc.Josef Karthauser2000-06-171-2/+3
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodGarrett Wollman2000-04-221-2/+4
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-4/+2
* Install setflags.3 and its link to getflags.3.Bruce Evans2000-01-281-1/+3
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-271-1/+1
* Document isnanf() for checking if a float is NaN (``Not-a-Number'') andChris Costello2000-01-191-1/+1
* This man page is not needed; it just gets jumped on later when libcryptMark Murray2000-01-181-1/+1
* Add a new function dllockinit() for registering thread lockingJohn Polstra1999-12-271-1/+1
* Fixed missing installation of a link to ctermid_r.3.Bruce Evans1999-12-231-0/+1
* Nuke dlopen.3 -> dlversion.3 link.Alexey Zelkin1999-09-231-2/+1