summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.espie2012-04-111-8/+10
* Add dirfd() as a function to libc per POSIX requirement; dirfd() macromatthew2012-03-221-2/+2
* Implement execvpe(3) and posix_spawn(3) and family. Based onmatthew2012-03-211-5/+21
* Add (rough draft) documentation for fdopendir(3) and the 15 newmatthew2011-07-181-2/+2
* Move fabs(3) manual page from libm to libc, for consistency. Themartynas2011-07-081-4/+5
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-5/+8
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-8/+5
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-3/+3
* More shrinkage, a bit for ramdisks but mostly for static binaries:guenther2009-11-181-3/+5
* tweak previous;jmc2009-06-021-3/+4
* Split getpw{nam,uid} off into their own man page. Hopefully, thismillert2009-06-011-4/+4
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+2
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-191-4/+4
* - document and mlink frexpf, ldexpf, modff added 13 years agomartynas2008-12-121-1/+4
* - man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit,martynas2008-07-291-15/+19
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-241-8/+9
* implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of thederaadt2008-06-241-1/+2
* move statvfs.c to gen, since it is not a syscall; ok deraadt@otto2008-03-221-7/+8
* remove traces of non-existent getfstype() function;jmc2005-10-031-2/+2
* add missing MLINK for strnunvis.3, introduced -r1.14;jmc2005-10-021-2/+3
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-011-2/+2
* do not double login_cap.c; tholoderaadt2004-02-011-2/+2
* build ftw and nftwmillert2003-07-211-18/+21
* Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hillmillert2002-10-161-11/+11
* use weak aliases whenever is possible; millert@ ok.fgsch2002-06-081-3/+2
* Add auth_getpwd MLINKmillert2002-03-161-3/+3
* MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadtpvalchev2002-02-161-13/+17
* Add MLINK's for syslog_r and friends.fgsch2001-10-311-2/+3
* Add missing LINK for cgetusedbkrw2001-07-311-2/+2
* Move description of exect() to execve(2) man page. Add a note about exect() notaaron2001-03-141-3/+3
* Add references to new files.millert2000-11-211-28/+45
* login.conf code from BSDi. This does not include the bsd auth codemillert2000-08-201-24/+26
* from freebsd:mickey2000-07-191-4/+6
* well if you cannot do a libc commit properly a week before 2.7 tree lock, surely it can wait till after 2.7deraadt2000-04-251-3/+2
* getpw*_r()d2000-04-251-2/+3
* *_r MLINKSd2000-03-231-3/+4
* Add missing MLINKsmillert1999-11-171-2/+2
* doc isinff() and isnanf()deraadt1999-08-161-2/+2
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-4/+4
* man page repairs; aaron@ug.cs.dal.caderaadt1998-08-291-1/+3
* split dirname and basename man pagesderaadt1998-07-041-3/+3
* add XPG4.2 lockf; kleinkderaadt1997-12-221-4/+4
* new man page; mikelderaadt1997-09-081-2/+2
* ln basename.3 dirname.3millert1997-09-061-1/+2
* Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...millert1997-08-201-3/+3
* basename(3) and dirname(3) as specified by XPG4 and XPG4.2millert1997-08-171-4/+4
* trailing blankskstailey1997-07-231-2/+2
* tabifykstailey1997-07-231-2/+2
* Back out stringlistmillert1997-02-031-6/+6
* stringlist routines are now public (ftp uses them)millert1997-02-021-6/+6