Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX and | otto | 2006-04-02 | 1 | -2/+2 |
| | | | | remove redundant check on size. ok millert@ deraadt@ | ||||
* | zap remaining rcsid. | espie | 2005-08-08 | 1 | -4/+1 |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansi + de-register | pat | 2005-03-30 | 1 | -5/+3 |
| | | | | ok otto deraadt | ||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; ↵ | deraadt | 2002-07-31 | 1 | -2/+2 |
| | | | | markus miod ok | ||||
* | return failure if integer overflow happens. sigh; too people had to | deraadt | 2002-07-30 | 1 | -1/+7 |
| | | | | help get this right. | ||||
* | 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 |