<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/win32/mntent.h, branch zstd</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=zstd</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=zstd'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2021-06-27T13:05:33+00:00</updated>
<entry>
<title>win32: changes to mntent implementation</title>
<updated>2021-06-27T13:05:33+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2021-06-27T12:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0fdf99bee07b6c38795eb5415b5e337ab82cfba8'/>
<id>urn:sha1:0fdf99bee07b6c38795eb5415b5e337ab82cfba8</id>
<content type='text'>
Make the structure returned by getmntent(3) static so it persists
after endmntent(3) closes the stream.  No current caller in the
WIN32 port needs this functionality but it's good to match the
documented behaviour.

Populate more fields of the mntent structure in find_mount_point().
This is required to support the df -t and -T flags recently added
upstream.

The static structures used here are allocated on demand.  Separate
static structures are used in each case because df iterates through
mounts calling statfs(2) on each and the WIN32 implementation of
statfs(2) calls find_mount_point().
</content>
</entry>
<entry>
<title>win32: update implementation of setmntent(3)</title>
<updated>2019-03-30T11:24:00+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2019-03-30T11:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=077d4c21c0e48e495bc86ea0dec28e5a7143efa8'/>
<id>urn:sha1:077d4c21c0e48e495bc86ea0dec28e5a7143efa8</id>
<content type='text'>
- The arguments to setmntent(3) are unused:  add a macro to drop
  them at call sites.

- Allow remote drives.
</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>
