<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/scripts/kconfig, branch FRP</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=FRP</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=FRP'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2013-12-19T03:43:24+00:00</updated>
<entry>
<title>build system: fix make gconfig</title>
<updated>2013-12-19T03:43:24+00:00</updated>
<author>
<name>Daniel Borca</name>
<email>dborca@yahoo.com</email>
</author>
<published>2013-12-19T03:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c9d87bed8ed6aa6b3fcad255d93dbfd2561eac1d'/>
<id>urn:sha1:c9d87bed8ed6aa6b3fcad255d93dbfd2561eac1d</id>
<content type='text'>
Was getting "undefined reference to symbol 'dlsym@@GLIBC_2.2.5'".

Signed-off-by: Daniel Borca &lt;dborca@yahoo.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>buildsys: Add helper to list suid applets</title>
<updated>2013-07-26T11:39:46+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2013-06-10T15:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9078633feeb129d679c97d900807ef2d5b253b65'/>
<id>urn:sha1:9078633feeb129d679c97d900807ef2d5b253b65</id>
<content type='text'>
Add a helper script that lists all applets that
- do or may require SUID provileges (busybox.cfg.suid)
- do not require SUID provileges (busybox.cfg.nosuid)

Some setups prefer to build two busybox binaries, one that is suid which
contains all applets that do or may require suid privileges, and a
second one for all the rest (which drops suid). To ease splitting these
two binaries, generate a list of CONFIG_ items for the suid binary.

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/kconfig/mconf: work on systems w/o SIGWINCH</title>
<updated>2012-09-27T13:26:40+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2012-09-27T13:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=225cc1327a9a3786d0c5317ea1a8342f8c04f0d8'/>
<id>urn:sha1:225cc1327a9a3786d0c5317ea1a8342f8c04f0d8</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>build system: fix build of kconfig on Darwin</title>
<updated>2012-06-17T23:51:26+00:00</updated>
<author>
<name>Bernhard Walle</name>
<email>bernhard@bwalle.de</email>
</author>
<published>2012-06-17T23:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9b78e14dfb891e3f53685e284bc9d5e3bf25f5a6'/>
<id>urn:sha1:9b78e14dfb891e3f53685e284bc9d5e3bf25f5a6</id>
<content type='text'>
Of course busybox cannot be used on Darwin (Mac OS X), but it can be
cross-compiled for Linux there. Cross-compilation still requires kconfig
to be built as native host tool.

Signed-off-by: Bernhard Walle &lt;bernhard@bwalle.de&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Support configuring Busybox from _defconfig files</title>
<updated>2011-07-08T05:59:16+00:00</updated>
<author>
<name>Daniel Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2011-07-08T05:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=126f2b2853502a7e74e73c11b86a25510a76b9c0'/>
<id>urn:sha1:126f2b2853502a7e74e73c11b86a25510a76b9c0</id>
<content type='text'>
The existing test .config files are moved to configs/ and renamed
to *_defconfig. 'make xyz_defconfig' will enable the
configuration in that specific file.

Signed-off-by: Daniel Fandrich &lt;dan@coneharvesters.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>get rid of several "variable 'x' set but not used" warnings</title>
<updated>2011-05-01T12:43:53+00:00</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cii@axis.com</email>
</author>
<published>2011-05-01T12:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fcbc641fe36a2ceff334362cc6ba62b000c842a5'/>
<id>urn:sha1:fcbc641fe36a2ceff334362cc6ba62b000c842a5</id>
<content type='text'>
Signed-off-by: Cristian Ionescu-Idbohrn &lt;cii@axis.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>build fixes for scripts/kconfig</title>
<updated>2011-04-17T23:19:59+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-04-17T23:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b83c9704128dd106071184e4b00335a3b8486857'/>
<id>urn:sha1:b83c9704128dd106071184e4b00335a3b8486857</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>scripts/kconfig/mconf.c: stop-gap fix for buffer overflow</title>
<updated>2011-02-07T01:19:02+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-02-07T01:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5a746dcec5c1e09c3cff0326c3b205d2427861f0'/>
<id>urn:sha1:5a746dcec5c1e09c3cff0326c3b205d2427861f0</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>update _shipped file with hurd fix</title>
<updated>2010-08-02T00:17:25+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-02T00:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6e06da5efd5d6e341ae2f5116c449994740f5613'/>
<id>urn:sha1:6e06da5efd5d6e341ae2f5116c449994740f5613</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: s/spaces/tabs/</title>
<updated>2010-07-26T10:47:36+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-07-26T10:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b4d035165f9304e869ec2733ee6ded058c4c9270'/>
<id>urn:sha1:b4d035165f9304e869ec2733ee6ded058c4c9270</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
