<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/fsusage.c, branch v5.2.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.2.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.2.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2003-06-06T19:46:45Z</updated>
<entry>
<title>Merge from gnulib.</title>
<updated>2003-06-06T19:46:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-06-06T19:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=81c26ff410ba7a3c69fb6b1a40ad708c887effd7'/>
<id>urn:sha1:81c26ff410ba7a3c69fb6b1a40ad708c887effd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove declaration of statfs.</title>
<updated>2003-02-06T10:25:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-02-06T10:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=524ed3ce4499bab2ee37db0e0f23b2df90c4e707'/>
<id>urn:sha1:524ed3ce4499bab2ee37db0e0f23b2df90c4e707</id>
<content type='text'>
It conflicted with one from OSF/1 5.1 in &lt;sys/mount.h&gt;.
</content>
</entry>
<entry>
<title>Include full_read.h.</title>
<updated>2003-01-06T13:08:19Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-01-06T13:08:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dd020962346fe5952e3628df0bd7f7a16659a079'/>
<id>urn:sha1:dd020962346fe5952e3628df0bd7f7a16659a079</id>
<content type='text'>
(get_fs_usage): Use full_read instead of safe_read.
</content>
</entry>
<entry>
<title>[! HAVE_INTTYPES_H &amp;&amp; HAVE_STDINT_H] Include &lt;stdint.h&gt;.</title>
<updated>2002-09-26T08:18:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-26T08:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4b0eb25d6dbfa53393c7bfaac582672159d997d8'/>
<id>urn:sha1:4b0eb25d6dbfa53393c7bfaac582672159d997d8</id>
<content type='text'>
(UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
(PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
int.  Work more efficiently if X is the same width as uintmax_t.
Do not compare X to -1, to avoid bogus compiler warning.
(get_fs_usage): (uintmax_t) -1 -&gt; UINTMAX_MAX to avoid a cast.
Don't assume that f_frsize and f_bsize are the same type.
</content>
</entry>
<entry>
<title>Remove unneeded parentheses around operands of `defined'.</title>
<updated>2002-09-25T11:45:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-25T11:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b5a4f7671a55c1b90d52390d2e3dcc84528b81cf'/>
<id>urn:sha1:b5a4f7671a55c1b90d52390d2e3dcc84528b81cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>back out Copyright date changes for files with no changes year</title>
<updated>2000-08-07T15:48:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-08-07T15:48:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=51b6b653a297150be38a0eb08d29db2548eedab6'/>
<id>urn:sha1:51b6b653a297150be38a0eb08d29db2548eedab6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright date</title>
<updated>2000-07-09T07:22:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-07-09T07:22:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fde850f7ad02c9ebbbf3e92b1855a78e48737544'/>
<id>urn:sha1:fde850f7ad02c9ebbbf3e92b1855a78e48737544</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]:</title>
<updated>1999-07-15T07:50:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1999-07-15T07:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6970bbc17b7898ab3fde201932795db393c4c8ee'/>
<id>urn:sha1:6970bbc17b7898ab3fde201932795db393c4c8ee</id>
<content type='text'>
Work around SunOS botch also when block size is different from 1k.
</content>
</entry>
<entry>
<title>ansideclify</title>
<updated>1998-12-07T03:12:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1998-12-07T03:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7d60769bead4b89a096e10bacbb503702ea6e44c'/>
<id>urn:sha1:7d60769bead4b89a096e10bacbb503702ea6e44c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include &lt;limits.h&gt;.</title>
<updated>1998-03-19T22:18:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1998-03-19T22:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b48e78e3b7b3a91b257f154106ddbabfaf3cb483'/>
<id>urn:sha1:b48e78e3b7b3a91b257f154106ddbabfaf3cb483</id>
<content type='text'>
(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.
</content>
</entry>
</feed>
