Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | calloc() needs to be separate from malloc in case a user wants to have | millert | 1999-11-10 | 1 | -0/+53 |
| | | | | their own malloc() implementation. | ||||
* | Move calloc() into malloc.c and only zero out the area if malloc() | millert | 1999-11-09 | 1 | -53/+0 |
| | | | | | | 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) | ||||
* | Cleaner. | downsj | 1996-08-20 | 1 | -2/+3 |
| | |||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -2/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+53 |