Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-15 | (get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]: | Jim Meyering | |
Work around SunOS botch also when block size is different from 1k. | |||
1998-12-07 | ansideclify | Jim Meyering | |
1998-03-19 | Include <limits.h>. | Jim Meyering | |
(CHAR_BIT, EXTRACT_TOP_BIT, PROPAGATE_TOP_BIT): New macros. (get_fs_usage): If top bit of system variable corresponding to fsu_bavail is set, then set fsu_bavail_top_bit_set, and sign-extend the value when storing it into fsu_bavail. | |||
1998-01-05 | (get_fs_usage): Add parens. | Jim Meyering | |
1998-01-05 | (PROPAGATE_ALL_ONES): New macro. | Jim Meyering | |
(get_fs_usage): If a value consists entirely of 1 bits, propagate this info to the output by setting it to (uintmax_t) -1. | |||
1997-11-30 | Do all calculations using uintmax_t. | Jim Meyering | |
Include <inttypes.h> if available. (adjust_blocks, CONVERT_BLOCKS): Remove. (get_fs_usage): Set new member fsu_blocksize, and do not convert numbers to 512-byte block units; this avoids overflow here. Cast lseek arg to off_t, not long. | |||
1996-11-28 | (get_fs_usage): If DISK is 0 and we needed to use | Jim Meyering | |
it, return -1 with 0 in ERRNO. From Miles. | |||
1996-11-05 | libitize | Jim Meyering | |
1996-11-03 | cpp-indent + change some #ifdef to #if | Jim Meyering | |
1996-08-02 | (get_fs_usage) [STAT_STATFS4] [_CRAY]: Define f_bavail to f_bfree. | Jim Meyering | |
From by Johan Danielsson. | |||
1996-07-31 | [HAVE_SYS_FS_S5PARAM_H]: Include sys/fs/s5param.h | Jim Meyering | |
to work around bug in sys/filsys.h of Fujitsu UXP/V. Reported by Johan Danielsson. | |||
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1996-05-23 | [_CRAY]: Don't include sys/filsys.h because although | Jim Meyering | |
Unicos-9 has it, it's not needed and would cause other problems because it requires inclusion of other, non-standard headers. | |||
1996-05-17 | (get_fs_usage): Declare parameter PATH to be const. | Jim Meyering | |
1995-10-01 | Remove trailing whitespace. | Jim Meyering | |
1995-10-01 | (get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]: Copy untruncated block | Jim Meyering | |
counts from f_spare array into proper members of struct statfs. From Eirik Fuller (eirik@netapp.com); | |||
1995-05-19 | No longer include safe-l?stat.h. | Jim Meyering | |
1995-05-13 | (statfs): Use stat, not safe_stat. | Jim Meyering | |
1995-01-27 | (get_fs_usage, statfs): Use safe_read, and safe_stat rather than | Jim Meyering | |
bare read and stat. | |||
1994-10-29 | . | Jim Meyering | |
1994-10-27 | merge with 3.9s | Jim Meyering | |
1994-10-08 | . | Jim Meyering | |
1994-10-08 | . | Jim Meyering | |
1994-10-02 | merge with 3.9h | Jim Meyering | |
1994-07-30 | Use SAFE_STAT instead of stat to avoid unnecessary failure | Jim Meyering | |
on systems for which stat can return EINTR. | |||
1994-03-16 | (adjust_blocks): Code it as a function again. | Jim Meyering | |
1994-03-16 | . | Jim Meyering | |
1994-03-14 | . | Jim Meyering | |
1994-03-14 | . | Jim Meyering | |
1993-10-12 | merge with 3.8.4c | Jim Meyering | |
1993-10-09 | merge with 3.8.3e | Jim Meyering | |
1993-10-06 | merge with 3.8.3b | Jim Meyering | |
1993-10-06 | merge with 3.8.3a | Jim Meyering | |
1993-08-26 | merge with 3.8.2 | Jim Meyering | |
1993-05-22 | merge with 3.5.5 | Jim Meyering | |
1993-04-15 | merge with 3.4.7 | Jim Meyering | |
1993-03-29 | merge with 3.4.1 | Jim Meyering | |
1992-10-31 | (adjust_blocks): Convert to a macro. The static | Jim Meyering | |
function wasn't always used. | |||
1992-10-31 | Initial revision | Jim Meyering | |