{"id":13830744,"url":"https://github.com/dylex/android_external_busybox","last_synced_at":"2025-04-06T12:13:04.007Z","repository":{"id":66278640,"uuid":"476877","full_name":"dylex/android_external_busybox","owner":"dylex","description":"Android/bionic port of busybox","archived":false,"fork":false,"pushed_at":"2011-06-17T21:54:17.000Z","size":17423,"stargazers_count":57,"open_issues_count":0,"forks_count":367,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-30T11:08:51.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylex.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":"docs/contributing.txt","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-01-18T02:07:28.000Z","updated_at":"2025-02-21T15:46:29.000Z","dependencies_parsed_at":"2023-02-20T01:30:43.865Z","dependency_job_id":null,"html_url":"https://github.com/dylex/android_external_busybox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylex%2Fandroid_external_busybox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylex%2Fandroid_external_busybox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylex%2Fandroid_external_busybox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylex%2Fandroid_external_busybox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylex","download_url":"https://codeload.github.com/dylex/android_external_busybox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478329,"owners_count":20945266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T10:01:07.255Z","updated_at":"2025-04-06T12:13:03.989Z","avatar_url":"https://github.com/dylex.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"Please see the LICENSE file for details on copying and usage.\nPlease refer to the INSTALL file for instructions on how to build.\n\nWhat is busybox:\n\n  BusyBox combines tiny versions of many common UNIX utilities into a single\n  small executable.  It provides minimalist replacements for most of the\n  utilities you usually find in bzip2, coreutils, dhcp, diffutils, e2fsprogs,\n  file, findutils, gawk, grep, inetutils, less, modutils, net-tools, procps,\n  sed, shadow, sysklogd, sysvinit, tar, util-linux, and vim.  The utilities\n  in BusyBox often have fewer options than their full-featured cousins;\n  however, the options that are included provide the expected functionality\n  and behave very much like their larger counterparts.\n\n  BusyBox has been written with size-optimization and limited resources in\n  mind, both to produce small binaries and to reduce run-time memory usage.\n  Busybox is also extremely modular so you can easily include or exclude\n  commands (or features) at compile time.  This makes it easy to customize\n  embedded systems; to create a working system, just add /dev, /etc, and a\n  Linux kernel.  Busybox (usually together with uClibc) has also been used as\n  a component of \"thin client\" desktop systems, live-CD distributions, rescue\n  disks, installers, and so on.\n\n  BusyBox provides a fairly complete POSIX environment for any small system,\n  both embedded environments and more full featured systems concerned about\n  space.  Busybox is slowly working towards implementing the full Single Unix\n  Specification V3 (http://www.opengroup.org/onlinepubs/009695399/), but isn't\n  there yet (and for size reasons will probably support at most UTF-8 for\n  internationalization).  We are also interested in passing the Linux Test\n  Project (http://ltp.sourceforge.net).\n\n----------------\n\nUsing busybox:\n\n  BusyBox is extremely configurable.  This allows you to include only the\n  components and options you need, thereby reducing binary size.  Run 'make\n  config' or 'make menuconfig' to select the functionality that you wish to\n  enable.  (See 'make help' for more commands.)\n\n  The behavior of busybox is determined by the name it's called under: as\n  \"cp\" it behaves like cp, as \"sed\" it behaves like sed, and so on.  Called\n  as \"busybox\" it takes the second argument as the name of the applet to\n  run (I.E. \"./busybox ls -l /proc\").\n\n  The \"standalone shell\" mode is an easy way to try out busybox; this is a\n  command shell that calls the builtin applets without needing them to be\n  installed in the path.  (Note that this requires /proc to be mounted, if\n  testing from a boot floppy or in a chroot environment.)\n\n  The build automatically generates a file \"busybox.links\", which is used by\n  'make install' to create symlinks to the BusyBox binary for all compiled in\n  commands.  This uses the CONFIG_PREFIX environment variable to specify\n  where to install, and installs hardlinks or symlinks depending\n  on the configuration preferences.  (You can also manually run\n  the install script at \"applets/install.sh\").\n\n----------------\n\nDownloading the current source code:\n\n  Source for the latest released version, as well as daily snapshots, can always\n  be downloaded from\n\n    http://busybox.net/downloads/\n\n  You can browse the up to the minute source code and change history online.\n\n    http://www.busybox.net/cgi-bin/viewcvs.cgi/trunk/busybox/\n\n  Anonymous GIT access is available.  For instructions, check out:\n\n    http://www.busybox.net/source.html\n\n  For those that are actively contributing and would like to check files in,\n  see:\n\n    http://busybox.net/developer.html\n\n  The developers also have a bug and patch tracking system\n  (https://bugs.busybox.net) although posting a bug/patch to the mailing list\n  is generally a faster way of getting it fixed, and the complete archive of\n  what happened is the subversion changelog.\n\n  Note: if you want to compile busybox in a busybox environment you must\n  select ENABLE_DESKTOP.\n\n----------------\n\ngetting help:\n\n  when you find you need help, you can check out the busybox mailing list\n  archives at http://busybox.net/lists/busybox/ or even join\n  the mailing list if you are interested.\n\n----------------\n\nbugs:\n\n  if you find bugs, please submit a detailed bug report to the busybox mailing\n  list at busybox@busybox.net.  a well-written bug report should include a\n  transcript of a shell session that demonstrates the bad behavior and enables\n  anyone else to duplicate the bug on their own machine. the following is such\n  an example:\n\n    to: busybox@busybox.net\n    from: diligent@testing.linux.org\n    subject: /bin/date doesn't work\n\n    package: busybox\n    version: 1.00\n\n    when i execute busybox 'date' it produces unexpected results.\n    with gnu date i get the following output:\n\n\t$ date\n\tfri oct  8 14:19:41 mdt 2004\n\n    but when i use busybox date i get this instead:\n\n\t$ date\n\tillegal instruction\n\n    i am using debian unstable, kernel version 2.4.25-vrs2 on a netwinder,\n    and the latest uclibc from cvs.\n\n\t-diligent\n\n  note the careful description and use of examples showing not only what\n  busybox does, but also a counter example showing what an equivalent app\n  does (or pointing to the text of a relevant standard).  Bug reports lacking\n  such detail may never be fixed...  Thanks for understanding.\n\n----------------\n\nPortability:\n\n  Busybox is developed and tested on Linux 2.4 and 2.6 kernels, compiled\n  with gcc (the unit-at-a-time optimizations in version 3.4 and later are\n  worth upgrading to get, but older versions should work), and linked against\n  uClibc (0.9.27 or greater) or glibc (2.2 or greater).  In such an\n  environment, the full set of busybox features should work, and if\n  anything doesn't we want to know about it so we can fix it.\n\n  There are many other environments out there, in which busybox may build\n  and run just fine.  We just don't test them.  Since busybox consists of a\n  large number of more or less independent applets, portability is a question\n  of which features work where.  Some busybox applets (such as cat and rm) are\n  highly portable and likely to work just about anywhere, while others (such as\n  insmod and losetup) require recent Linux kernels with recent C libraries.\n\n  Earlier versions of Linux and glibc may or may not work, for any given\n  configuration.  Linux 2.2 or earlier should mostly work (there's still\n  some support code in things like mount.c) but this is no longer regularly\n  tested, and inherently won't support certain features (such as long files\n  and --bind mounts).  The same is true for glibc 2.0 and 2.1: expect a higher\n  testing and debugging burden using such old infrastructure.  (The busybox\n  developers are not very interested in supporting these older versions, but\n  will probably accept small self-contained patches to fix simple problems.)\n\n  Some environments are not recommended.  Early versions of uClibc were buggy\n  and missing many features: upgrade.  Linking against libc5 or dietlibc is\n  not supported and not interesting to the busybox developers.  (The first is\n  obsolete and has no known size or feature advantages over uClibc, the second\n  has known bugs that its developers have actively refused to fix.)  Ancient\n  Linux kernels (2.0.x and earlier) are similarly uninteresting.\n\n  In theory it's possible to use Busybox under other operating systems (such as\n  MacOS X, Solaris, Cygwin, or the BSD Fork Du Jour).  This generally involves\n  a different kernel and a different C library at the same time.  While it\n  should be possible to port the majority of the code to work in one of\n  these environments, don't be suprised if it doesn't work out of the box.  If\n  you're into that sort of thing, start small (selecting just a few applets)\n  and work your way up.\n\n  In 2005 Shaun Jackman has ported busybox to a combination of newlib\n  and libgloss, and some of his patches have been integrated.\n\nSupported hardware:\n\n  BusyBox in general will build on any architecture supported by gcc.  We\n  support both 32 and 64 bit platforms, and both big and little endian\n  systems.\n\n  Under 2.4 Linux kernels, kernel module loading was implemented in a\n  platform-specific manner.  Busybox's insmod utility has been reported to\n  work under ARM, CRIS, H8/300, x86, ia64, x86_64, m68k, MIPS, PowerPC, S390,\n  SH3/4/5, Sparc, v850e, and x86_64.  Anything else probably won't work.\n\n  The module loading mechanism for the 2.6 kernel is much more generic, and\n  we believe 2.6.x kernel module loading support should work on all\n  architectures supported by the kernel.\n\n----------------\n\nPlease feed suggestions, bug reports, insults, and bribes back to the busybox\nmaintainer:\n\tDenys Vlasenko\n        \u003cvda.linux@googlemail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylex%2Fandroid_external_busybox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylex%2Fandroid_external_busybox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylex%2Fandroid_external_busybox/lists"}