<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/win32/sys, 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>2022-04-22T14:39:42+00:00</updated>
<entry>
<title>date: enable FEATURE_DATE_NANO</title>
<updated>2022-04-22T14:39:42+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2022-04-22T14:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=037037df6cdc567132acbeeb2067c442f945889e'/>
<id>urn:sha1:037037df6cdc567132acbeeb2067c442f945889e</id>
<content type='text'>
Provide a WIN32 implementation of clock_gettime(2), though only
with support for CLOCK_REALTIME.  This makes it possible to enable
FEATURE_DATE_NANO which adds support for the %N date format.

MinGW-w64 has clock_gettime(2) but it's in the winpthreads library
and we don't want to bother with that.
</content>
</entry>
<entry>
<title>inotifyd: WIN32 port</title>
<updated>2020-04-15T09:17:48+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-04-15T09:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=db46c292750493d2e98a21ec24a8a407fd8b3207'/>
<id>urn:sha1:db46c292750493d2e98a21ec24a8a407fd8b3207</id>
<content type='text'>
Use ReadDirectoryChangesW to implement inotifyd for WIN32.

There are limitations:

- It's only possible to watch directories, not files.

- The notification doesn't distinguish between different changes to
  file state.  All changes other than creation, deletion and renaming
  are reported as 'c'.
</content>
</entry>
<entry>
<title>time: WIN32 port</title>
<updated>2020-04-06T08:03:52+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-04-06T08:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9181e1363f09f80ba822175886450b751e408f14'/>
<id>urn:sha1:9181e1363f09f80ba822175886450b751e408f14</id>
<content type='text'>
Port the time applet to WIN32.  This requires the implemntation of
a replacement for wait3(2).

Only elapsed, user and system times are supported, not the memory
and i/o statistics reported by GNU time.
</content>
</entry>
<entry>
<title>win32: remove unused include files</title>
<updated>2019-02-20T08:57:00+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2019-02-20T08:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4dbb0461e21a10ae96ccde2ca22871079fc37566'/>
<id>urn:sha1:4dbb0461e21a10ae96ccde2ca22871079fc37566</id>
<content type='text'>
Upstream commit d9aabfe578 (make busybox more portable) moved a
couple of include files into platform-dependent code so we no
longer need dummy versions.
</content>
</entry>
<entry>
<title>win32: add dummy sys/select.h required for poll</title>
<updated>2018-02-14T20:12:28+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-02-14T20:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bb5f814ead8cfe1ea11db0aab227af1a8d40baed'/>
<id>urn:sha1:bb5f814ead8cfe1ea11db0aab227af1a8d40baed</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: add dummy sys/prctl.h</title>
<updated>2017-07-29T09:36:12+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-07-29T09:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3c06c092027d6588ca31b2ba630fec5402bf663d'/>
<id>urn:sha1:3c06c092027d6588ca31b2ba630fec5402bf663d</id>
<content type='text'>
</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>Add empty sys/syscall.h</title>
<updated>2014-03-20T21:45:59+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2014-03-20T21:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=11f1f922617556a33a6685f691cd2224448ff420'/>
<id>urn:sha1:11f1f922617556a33a6685f691cd2224448ff420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make dummy resource.h</title>
<updated>2014-01-06T13:19:21+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2014-01-06T13:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=63b71e4a6f8c65a4bef7617efb50a2b473e388b3'/>
<id>urn:sha1:63b71e4a6f8c65a4bef7617efb50a2b473e388b3</id>
<content type='text'>
</content>
</entry>
</feed>
