<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox/docs, branch master</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=master</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2019-02-14T12:01:46+00:00</updated>
<entry>
<title>dd: add 'oflag=append'</title>
<updated>2019-02-14T12:01:46+00:00</updated>
<author>
<name>Rostislav Skudnov</name>
<email>rostislav@tuxera.com</email>
</author>
<published>2019-02-06T11:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=d712edc6d8f904a4e9d2e26fc9e8a4c45a2cf0b0'/>
<id>urn:sha1:d712edc6d8f904a4e9d2e26fc9e8a4c45a2cf0b0</id>
<content type='text'>
Signed-off-by: Rostislav Skudnov &lt;rostislav@tuxera.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: allow hush to run embedded scripts</title>
<updated>2018-11-27T15:13:07+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-11-27T14:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=71df2d3589e3e682cd6770f41f0b184841b78702'/>
<id>urn:sha1:71df2d3589e3e682cd6770f41f0b184841b78702</id>
<content type='text'>
Embedded scripts require a shell to be present in the BusyBox
binary.  Allow either ash or hush to be used for this purpose.
If both are enabled ash takes precedence.

The size of the binary is unchanged in the default configuration:
both ash and hush are present but support for embedded scripts
isn't compiled into hush.

Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>docs: add embedded-scripts.txt</title>
<updated>2018-11-27T11:33:28+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-11-27T10:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=31a04d91c24f6ee180de45e1508dc03dea9f9c11'/>
<id>urn:sha1:31a04d91c24f6ee180de45e1508dc03dea9f9c11</id>
<content type='text'>
Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dd: add 'oflag=seek_bytes'</title>
<updated>2018-10-30T15:55:09+00:00</updated>
<author>
<name>Rostislav Skudnov</name>
<email>rostislav@tuxera.com</email>
</author>
<published>2018-10-15T10:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=3f6a978a0dabe08e9df15b3f9ee2bd3cf8e3c441'/>
<id>urn:sha1:3f6a978a0dabe08e9df15b3f9ee2bd3cf8e3c441</id>
<content type='text'>
Allow specifying position in the output file in bytes instead of
obs-sized blocks, improve compatibility with GNU dd.

function                                             old     new   delta
dd_main                                             1632    1693     +61
packed_usage                                       33130   33150     +20
static.oflag_words                                     -      12     +12
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/0 up/down: 93/0)               Total: 93 bytes

Signed-off-by: Rostislav Skudnov &lt;rostislav@tuxera.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mdev.txt: explain the meaning of a leading "-"</title>
<updated>2018-09-25T11:20:17+00:00</updated>
<author>
<name>Martin Kaiser</name>
<email>martin@kaiser.cx</email>
</author>
<published>2018-09-24T19:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=d1cd3da1e5cf68921b81c04e0d4be571c96976a2'/>
<id>urn:sha1:d1cd3da1e5cf68921b81c04e0d4be571c96976a2</id>
<content type='text'>
If a line in mdev.conf starts with "-", parsing will continue even if
a match is found in that line.

Signed-off-by: Martin Kaiser &lt;martin@kaiser.cx&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>restore documentation on the build config language</title>
<updated>2018-06-06T13:16:48+00:00</updated>
<author>
<name>Kartik Agaram</name>
<email>akkartik@gmail.com</email>
</author>
<published>2018-06-01T05:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=43b17b1cd0dd3eac740e4770be77db2c9010ad04'/>
<id>urn:sha1:43b17b1cd0dd3eac740e4770be77db2c9010ad04</id>
<content type='text'>
Kconfig-language.txt was deleted in commit 4fa499a17b52b back in 2006.
Move to docs/ as suggested by Xabier Oneca:
  http://lists.busybox.net/pipermail/busybox/2014-May/080914.html
Also update references to it everywhere.

Signed-off-by: Kartik Agaram &lt;akkartik@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>dd: add 'fullblock' iflag</title>
<updated>2018-01-25T18:00:19+00:00</updated>
<author>
<name>Nicholas Clark</name>
<email>nicholas.clark@gmail.com</email>
</author>
<published>2018-01-25T18:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=77a6678c427db5ea15d6d0005a579f441277df06'/>
<id>urn:sha1:77a6678c427db5ea15d6d0005a579f441277df06</id>
<content type='text'>
Adds a fullblock iflag for improved compatibility with GNU dd.
The new iflag can be used to ensure that dd calls retrieve the
expected amount of data when reading from pipes or unusual
filesystems.

function                                             old     new   delta
packed_usage                                       32249   32334     +85
dd_main                                             1582    1632     +50
static.iflag_words                                    12      22     +10
------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 145/0)             Total: 145 bytes

Signed-off-by: Nicholas Clark &lt;nicholas.clark@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Tweak outdated documentation and comments</title>
<updated>2017-08-06T12:03:27+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-06T12:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=fbecca1bed1b6daf10341304af2156baabc7af57'/>
<id>urn:sha1:fbecca1bed1b6daf10341304af2156baabc7af57</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sheel: improve comments on signal handling</title>
<updated>2017-08-04T12:28:16+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-04T12:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=49e6bf2db92d896a71d08eb364069ba50fa82781'/>
<id>urn:sha1:49e6bf2db92d896a71d08eb364069ba50fa82781</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize</title>
<updated>2017-08-03T17:03:32+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-08-03T17:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=39194f030918b87eeb3e11e94cfa05f575fb47b4'/>
<id>urn:sha1:39194f030918b87eeb3e11e94cfa05f575fb47b4</id>
<content type='text'>
function                                             old     new   delta
run_nofork_applet                                    258     280     +22
readlink_main                                        112     123     +11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 33/0)               Total: 33 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
