<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/win32/statfs.c, branch long_paths</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=long_paths</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=long_paths'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2020-02-16T09:46:35+00:00</updated>
<entry>
<title>win32: save a few bytes in statfs</title>
<updated>2020-02-16T09:46:35+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-02-16T09:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=800dbf203d5af67b9a115a4b6f1f84ca448bc755'/>
<id>urn:sha1:800dbf203d5af67b9a115a4b6f1f84ca448bc755</id>
<content type='text'>
Use memset() to fill the structure with zeroes, avoiding the need
to set some members explicitly.

Saves 16 bytes.
</content>
</entry>
<entry>
<title>win32: save space in statfs</title>
<updated>2020-02-15T12:32:12+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-02-15T11:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6885083a7e4f94938ca0a98e2c6c69a84eb08a1f'/>
<id>urn:sha1:6885083a7e4f94938ca0a98e2c6c69a84eb08a1f</id>
<content type='text'>
Place filesystem names in a single null-separated string and search
it using index_in_strings().  Use the result (offset by 1 to allow
for failure) to index an array of filesytem types.

Saves 112 bytes.
</content>
</entry>
<entry>
<title>win32: improve filesystem detection and display</title>
<updated>2019-03-20T11:38:32+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2019-03-20T11:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a8c63f25b3a8d4b8c9e12b8f6db65c61596da602'/>
<id>urn:sha1:a8c63f25b3a8d4b8c9e12b8f6db65c61596da602</id>
<content type='text'>
Miscellaneous improvements:

- Enable '-a' option to display all filesystems in df(1).
- Detect the UDF CDROM filesystem and display it in 'stat -f'.
- Let getmntent(3) handle CDROM and floppy devices, ignoring those
  that have no media.
- Set number of inodes and filesystem flags to 0 in statfs(2).
</content>
</entry>
<entry>
<title>win32: drop argument from err_win_to_posix()</title>
<updated>2019-03-06T08:33:14+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2019-03-06T08:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=24b237331a679a2e1d7f80d2b3168622784b084a'/>
<id>urn:sha1:24b237331a679a2e1d7f80d2b3168622784b084a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32: define statvfs as statfs</title>
<updated>2017-11-03T14:29:57+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-11-03T14:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=65e9c0ad92a316e36efbc584b72b96a7eb8fa9db'/>
<id>urn:sha1:65e9c0ad92a316e36efbc584b72b96a7eb8fa9db</id>
<content type='text'>
df now uses statvfs instead of statfs.  Support this by pretending
that statfs *is* statvfs.  Not really true but good enough for the
present purpose.
</content>
</entry>
<entry>
<title>win32: improve implementation of statfs</title>
<updated>2015-11-01T15:06:19+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2015-11-01T15:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ea341c79b19ca9f3ddcfdd31caea54b1c815a3b0'/>
<id>urn:sha1:ea341c79b19ca9f3ddcfdd31caea54b1c815a3b0</id>
<content type='text'>
The WIN32 calls should be passed the root directory of the filesystem.
</content>
</entry>
<entry>
<title>Extend WIN32 statfs to include type, fsid and namelen</title>
<updated>2014-01-06T12:05:09+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2014-01-06T12:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=81d958ea6cc8ce98b69148896ebced6458a9715a'/>
<id>urn:sha1:81d958ea6cc8ce98b69148896ebced6458a9715a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>df: limited implementation for WIN32</title>
<updated>2013-04-03T11:09:21+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2013-04-03T11:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8782950636f76faa8db0ed8c5d698ab0bd1fbf45'/>
<id>urn:sha1:8782950636f76faa8db0ed8c5d698ab0bd1fbf45</id>
<content type='text'>
</content>
</entry>
</feed>
