Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing MLINKs | millert | 1999-11-17 | 1 | -1/+2 | |
| | ||||||
* | calloc.c is back | millert | 1999-11-10 | 1 | -1/+1 | |
| | ||||||
* | Merge calloc(3) man page into malloc.3; as suggested by millert@ | aaron | 1999-11-09 | 1 | -2/+2 | |
| | ||||||
* | Move calloc() into malloc.c and only zero out the area if malloc() | millert | 1999-11-09 | 1 | -1/+1 | |
| | | | | | | 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) | |||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | d | 1998-11-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | 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 | |||||
* | add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ | aaron | 1998-11-17 | 1 | -1/+1 | |
| | ||||||
* | Move getsubopt(3) to stdlib like lite2 and XPG4.2 say... | millert | 1997-08-20 | 1 | -6/+6 | |
| | | | | Update man page from lite2 while I'm at it. | |||||
* | Install a64l/l64a man page. Also, tsearch.3 and friends were not | millert | 1997-08-18 | 1 | -5/+6 | |
| | | | | being installed either. | |||||
* | damn, no tsearch(3) | deraadt | 1997-06-14 | 1 | -4/+4 | |
| | ||||||
* | PD tsearch as reqd by xpg; by esr | deraadt | 1997-06-13 | 1 | -2/+6 | |
| | ||||||
* | Move cfree(3) weak symbol into a seperate file | tholo | 1996-08-21 | 1 | -2/+2 | |
| | ||||||
* | Make it even out. | downsj | 1996-08-21 | 1 | -2/+3 | |
| | ||||||
* | Document it. | downsj | 1996-08-21 | 1 | -2/+2 | |
| | ||||||
* | Import malloc(3) manual page from FreeBSD | tholo | 1996-08-10 | 1 | -8/+7 | |
| | ||||||
* | Add support for building lint(1) library | tholo | 1996-03-25 | 1 | -1/+5 | |
| | ||||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+45 | |