<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/kconfig/macos_miniconfig, branch master</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=master</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2021-02-23T07:02:13+00:00</updated>
<entry>
<title>Add df to the macOS default configuration.</title>
<updated>2021-02-23T07:02:13+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2021-02-23T02:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d57dddaf264c57df6e7efdcd294d39060ae3e199'/>
<id>urn:sha1:d57dddaf264c57df6e7efdcd294d39060ae3e199</id>
<content type='text'>
"Works for me".
</content>
</entry>
<entry>
<title>Remove last traces of CONFIG_TOYBOX_I18N.</title>
<updated>2020-12-08T08:00:33+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2020-12-08T06:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2fa16e73fba0e908309aadad4d4668b86a1134e5'/>
<id>urn:sha1:2fa16e73fba0e908309aadad4d4668b86a1134e5</id>
<content type='text'>
`make macos_defconfig` was grumbling.
</content>
</entry>
<entry>
<title>Fix macOS build.</title>
<updated>2020-04-03T02:10:34+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2020-04-02T17:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5332688a2a6ef72df2b7514962e27e66534a3e48'/>
<id>urn:sha1:5332688a2a6ef72df2b7514962e27e66534a3e48</id>
<content type='text'>
I'd put the rtc_wkalarm struct in the globals to get it zeroed for
free, but since there's no such type on macOS, that breaks the
build. Rather than define a bogus struct in portability.h, I've
gone for making it an explicitly-zeroed local. (And I've sorted the
locals largest-first.)

Note that the use of struct rtc_time as if it was the same as struct
tm in this code follows the existing code in hwclock, but I worry
that we're going to have trouble with that because of the extra
tm_gmtoff and tm_zone fields in struct tm. But that's a worry for
another day...

This patch also removes the CONFIG_CP_PRESERVE from the macos_miniconfig,
since that option was removed a while back.
</content>
</entry>
<entry>
<title>Fix bitrot in macos_miniconfig.</title>
<updated>2020-02-21T01:46:58+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2020-02-20T22:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=efe73887bbdddc21a3b18cb554575541c077d61a'/>
<id>urn:sha1:efe73887bbdddc21a3b18cb554575541c077d61a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>macos_miniconfig: add cp, mktemp, and mv.</title>
<updated>2019-11-23T16:28:10+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2019-11-22T22:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=05fe7ad1b632848978dc259e74f0aff741dd83d3'/>
<id>urn:sha1:05fe7ad1b632848978dc259e74f0aff741dd83d3</id>
<content type='text'>
All three have been in use for the Android build for a while now,
and all the tests pass.
</content>
</entry>
<entry>
<title>mac: build fallocate and stat by default.</title>
<updated>2019-11-22T12:52:32+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2019-11-21T23:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d64dfbabf3261cd64df14c86ba3670256cc25c3c'/>
<id>urn:sha1:d64dfbabf3261cd64df14c86ba3670256cc25c3c</id>
<content type='text'>
fallocate is fairly new, but I'm not sure why we didn't have stat
on the list already. Having it fixes the truncate tests.
</content>
</entry>
<entry>
<title>Clean up remaining TAIL_SEEK references.</title>
<updated>2019-06-04T02:07:39+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2019-06-04T01:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=81eb18b4800e73c4faa78e182dfc57bae5d2f0d6'/>
<id>urn:sha1:81eb18b4800e73c4faa78e182dfc57bae5d2f0d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tail: fix macOS build.</title>
<updated>2019-06-03T23:36:39+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2019-06-03T20:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=c8a52bd25fac5ccec883362cb7db92cf3a504af5'/>
<id>urn:sha1:c8a52bd25fac5ccec883362cb7db92cf3a504af5</id>
<content type='text'>
Trivial breakage from the recent refactoring.

Also add tail to the default config for macOS.

I'm still unconvinced that CONFIG_TAIL_SEEK makes sense in a world
where inotify support is always built in, but that's an argument
for another day...
</content>
</entry>
<entry>
<title>macos_miniconfig: remove pending tr and add non-pending toys.</title>
<updated>2019-05-24T00:15:10+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2019-05-22T18:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=b2a3fad140faf3a7e738cfc070e1043bba5d76f9'/>
<id>urn:sha1:b2a3fad140faf3a7e738cfc070e1043bba5d76f9</id>
<content type='text'>
Aside: I was surprised that `make defconfig` installs the default *Linux*
config even on macOS.
</content>
</entry>
<entry>
<title>Add "make bsd_defconfig" and "make macos_defconfig".</title>
<updated>2019-01-25T14:06:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2019-01-25T14:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ec3b378c036c5c63844f7345ec8b7da11447cf63'/>
<id>urn:sha1:ec3b378c036c5c63844f7345ec8b7da11447cf63</id>
<content type='text'>
</content>
</entry>
</feed>
