Commit message (Expand) | 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 |
* | zap remaining rcsid. | espie | 2005-08-08 | 1 | -4/+1 |
* | ansi + de-register | pat | 2005-03-30 | 1 | -5/+3 |
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
* | permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; marku... | deraadt | 2002-07-31 | 1 | -2/+2 |
* | return failure if integer overflow happens. sigh; too people had to | deraadt | 2002-07-30 | 1 | -1/+7 |
* | calloc() needs to be separate from malloc in case a user wants to have | millert | 1999-11-10 | 1 | -0/+53 |
* | Move calloc() into malloc.c and only zero out the area if malloc() | millert | 1999-11-09 | 1 | -53/+0 |
* | Cleaner. | downsj | 1996-08-20 | 1 | -2/+3 |
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -2/+1 |
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+53 |