BusyBox hosts its code at git://busybox.net/busybox.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:busybox

There are download files available for BusyBox.

See all merge proposals.

BusyBox has 3 active branches owned by 2 teams. There were 2 commits by 2 people in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:busybox
Series: main
1 Development 2023-08-31 07:41:53 UTC
17710. tsort: avoid use-after-free When the...

Author: Ron Yorston
Revision Date: 2023-08-31 07:41:53 UTC

tsort: avoid use-after-free

When the input data contained a cycle it was possible for tsort to
attempt to access freed nodes. This sometimes resulted in the
test case 'echo a b b a | tsort' crashing.

Don't free nodes when they're removed from the graph.

function old new delta
tsort_main 621 596 -25
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-25) Total: -25 bytes

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

lp:~ubuntu-installer/busybox/master 2 Mature 2017-11-28 13:45:29 UTC
12690. Upload busybox 1:1.27.2-2 to unstable

Author: Chris Boot
Revision Date: 2017-11-28 13:45:29 UTC

Upload busybox 1:1.27.2-2 to unstable

lp:~vcs-imports/busybox/main 1 Development 2009-04-29 12:02:57 UTC
10191. *: bb_error_msg's messages should not...

Author: vda
Revision Date: 2009-04-29 12:02:57 UTC

*: bb_error_msg's messages should not be capitalized

13 of 3 results
You can't create new branches for BusyBox.