summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/Makefile.inc
AgeCommit message (Collapse)Author
2000-04-04MLINK srandomdevTodd C. Miller
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-10calloc.c is backTodd C. Miller
1999-11-09Merge calloc(3) man page into malloc.3; as suggested by millert@Aaron Campbell
1999-11-09Move calloc() into malloc.c and only zero out the area if malloc()Todd C. Miller
didn't do so for us. By default, malloc() zeros out the space it allocates but the programmer cannot rely on this as it is implementation- specific (and configurable via /etc/malloc.conf)
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-11-17add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@Aaron Campbell
1997-08-20Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...Todd C. Miller
Update man page from lite2 while I'm at it.
1997-08-18Install a64l/l64a man page. Also, tsearch.3 and friends were notTodd C. Miller
being installed either.
1997-06-14damn, no tsearch(3)Theo de Raadt
1997-06-13PD tsearch as reqd by xpg; by esrTheo de Raadt
1996-08-21Move cfree(3) weak symbol into a seperate fileThorsten Lockert
1996-08-21Make it even out.Jason Downs
1996-08-21Document it.Jason Downs
1996-08-10Import malloc(3) manual page from FreeBSDThorsten Lockert
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt