Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All these files include <stdlib.h>, so do not need to cast | 2015-08-20 | 1 | -2/+2 | |
| | | | | malloc/calloc/realloc* returns. | ||||
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | 2007-09-02 | 1 | -2/+2 | |
| | |||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -12/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansify function definitions and zap some `register' | 2004-05-18 | 1 | -7/+4 | |
| | | | | ok millert@ | ||||
* | pull in headers | 2003-06-25 | 1 | -2/+3 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | from freebsd: | 2000-07-19 | 1 | -0/+166 | |
strtofflags/fflagstostr to convert file flags to/from binary from/into a string as used in chflags(1). use u_int32_t instead of u_long (as freebsd does). increase libc minor. millert@ ok. |