summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement getpeereid(3), a front-end to the LOCAL_PEERCREDdd2001-08-171-2/+2
* Only pull in the MD files if they exist. This allows for progressivemp2001-07-311-0/+2
* Introduce getprogname(3) and setprogname(3) library calls. These getdd2001-05-151-3/+5
* Add fmtcheck(), a function for checking consistency of format stringkris2001-04-171-2/+2
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* This is kind of a hack, but it should work. Currently, world is brokenpeter2001-03-241-1/+1
* Don't install links for crypt.3 here. There is no crypt.3 here...bde2001-02-051-2/+0
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-2/+2
* Add the function sysctlnametomib to libc. Details on the semanticsmckusick2001-01-231-2/+2
* Link stringlist.3 to sl_{add,find,free,init}.3ben2000-12-271-0/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-021-3/+3
* Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.des2000-08-311-2/+4
* Add a skeleton rfork_thread(3) man page.peter2000-07-291-1/+2
* Re-pair the MLINKS of unvis.3 with strunvisx.3. This undoubtedly was agreen2000-07-031-1/+1
* Add strunvisx.3 MLINK.alex2000-07-021-1/+1
* Add strtofflags and fflagstostr to libc.joe2000-06-171-2/+3
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodwollman2000-04-221-2/+4
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-4/+2
* Install setflags.3 and its link to getflags.3.bde2000-01-281-1/+3
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-1/+1
* Document isnanf() for checking if a float is NaN (``Not-a-Number'') andchris2000-01-191-1/+1
* This man page is not needed; it just gets jumped on later when libcryptmarkm2000-01-181-1/+1
OpenPOWER on IntegriCloud