Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. | rodrigc | 2015-09-20 | 1 | -3/+1 |
| | |||||
* | Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Prior | cperciva | 2008-08-04 | 1 | -0/+1 |
| | | | | | | | | | to this commit, "env BLOCKSIZE=4X df" prints not only "4X: unknown blocksize" as expected, but sometimes also "maximum blocksize is 1G" and "minimum blocksize is 512" depending on what happened to be on the stack. Found by: LLVM/Clang Static Checker | ||||
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Back out the s/int */size_t */ commit. | obrien | 2002-12-30 | 1 | -1/+1 |
| | | | | | It makes a difference on 64-bit arches, and no one really wants a 2^64 block size [yet]. | ||||
* | Make the first argument of getbsize a size_t* instead of an int*, as this is ↵ | markm | 2002-10-23 | 1 | -2/+3 |
| | | | | what the quantity actually is. Fix an easy const while I'm here. | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -2/+4 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -1/+1 |
| | |||||
* | Fixed printf format errors. | bde | 1998-06-30 | 1 | -1/+1 |
| | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+106 |