summaryrefslogtreecommitdiff
path: root/lib/libc/gen/Makefile.inc
AgeCommit message (Expand)Author
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-11-18More shrinkage, a bit for ramdisks but mostly for static binaries:Philip Guenthe
2009-06-02tweak previous;Jason McIntyre
2009-06-01Split getpw{nam,uid} off into their own man page. Hopefully, thisTodd C. Miller
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus
2008-12-12- document and mlink frexpf, ldexpf, modff added 13 years agoMartynas Venckus
2008-07-29- man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit,Martynas Venckus
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus
2008-06-24implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of theTheo de Raadt
2008-03-22move statvfs.c to gen, since it is not a syscall; ok deraadt@Otto Moerbeek
2005-10-03remove traces of non-existent getfstype() function;Jason McIntyre
2005-10-02add missing MLINK for strnunvis.3, introduced -r1.14;Jason McIntyre
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
2004-02-01do not double login_cap.c; tholoTheo de Raadt
2003-07-21build ftw and nftwTodd C. Miller
2002-10-16Implement isfdtype(3) as per the POSIX.1g draft; requested by David HillTodd C. Miller
2002-06-08use weak aliases whenever is possible; millert@ ok.Federico G. Schwindt
2002-03-16Add auth_getpwd MLINKTodd C. Miller
2002-02-16MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadtPeter Valchev
2001-10-31Add MLINK's for syslog_r and friends.Federico G. Schwindt
2001-07-31Add missing LINK for cgetusedbKenneth R Westerback
2001-03-14Move description of exect() to execve(2) man page. Add a note about exect() notAaron Campbell
2000-11-21Add references to new files.Todd C. Miller
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
2000-07-19from freebsd:Michael Shalayeff
2000-04-25well if you cannot do a libc commit properly a week before 2.7 tree lock, sur...Theo de Raadt
2000-04-25getpw*_r()David Leonard
2000-03-23*_r MLINKSDavid Leonard
1999-11-17Add missing MLINKsTodd C. Miller
1999-08-16doc isinff() and isnanf()Theo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-07-04split dirname and basename man pagesTheo de Raadt
1997-12-22add XPG4.2 lockf; kleinkTheo de Raadt
1997-09-08new man page; mikelTheo de Raadt
1997-09-06ln basename.3 dirname.3Todd C. Miller
1997-08-20Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...Todd C. Miller
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller
1997-07-23trailing blankskstailey
1997-07-23tabifykstailey
1997-02-03Back out stringlistTodd C. Miller
1997-02-02stringlist routines are now public (ftp uses them)Todd C. Miller
1996-09-15Add manpage linkThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-28All platforms get elf_nlist(). Hidden __elf_is_okay__() function isetheisen
1996-04-29Initial libc ELF support. Currently only elf_hash() is implemented.etheisen
1996-04-21sync to netbsd 960418Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt