Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PitchBlack Recovery Project

PitchBlack Recovery Project brings the best in-class rich experience of Android Recovery.
Collective - Host: opensource - https://opencollective.com/pitchblackrecovery - Website: https://pitchblackrecovery.com - Code: https://github.com/PitchBlackRecoveryProject

crontab: clear env if run by non-root, so that we can use PATH now

crontab: make "-c /tmp/ -e" work

github.com/PitchBlackRecoveryProject/android_external_busybox - 7fc294cdfe1e7f4a12c44f984a698b0c0f609075 authored almost 17 years ago by Denis Vlasenko <[email protected]>
*: more readable handling of pipe fds. No code changes.

github.com/PitchBlackRecoveryProject/android_external_busybox - 3718832a1542f7bf786a1678741b8566ad3a35c6 authored almost 17 years ago by Denis Vlasenko <[email protected]>
ifupdowm: shrink

ifupdown_main 2170 2459 +289
find_iface_state ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 1e18f1bab3400246129756a35bb5752ba98f4c90 authored almost 17 years ago by Denis Vlasenko <[email protected]>
random s/short/int/

add_cmd 1189 1190 +1
xconnect_ftpdata ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 284d0faed6a1ec2adcc4b7aea31ae3d05b3b70d9 authored almost 17 years ago by Denis Vlasenko <[email protected]>
crontab: almost complete rewrite

crontab: make options consistent with other implementations

text data bss dec ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 069e347863fa46f684ab6bd7e48cefd8fa74b629 authored almost 17 years ago by Denis Vlasenko <[email protected]>
ifupdown: code shrink

function old new delta
next_word ...

github.com/PitchBlackRecoveryProject/android_external_busybox - cd5c61cd3b9bcca6afd30d6117d2d2e1791a7375 authored almost 17 years ago by Denis Vlasenko <[email protected]>
adduser: optional support for long options. +110 bytes.

closes bug 2134.

github.com/PitchBlackRecoveryProject/android_external_busybox - 753f42ab8d50f92e36d3b06a2a47630bed69f257 authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.

github.com/PitchBlackRecoveryProject/android_external_busybox - 0e6f661e23d358cca104c24f8438d0ec64df32f1 authored almost 17 years ago by Denis Vlasenko <[email protected]>
we need to pass back the rtc device name that was actually used so that we can turn around and check its sysfs status

github.com/PitchBlackRecoveryProject/android_external_busybox - 977bc6a1374ed468ec96e2202757be0c8b3592ed authored almost 17 years ago by Mike Frysinger <[email protected]>
fix build failure when long opts are enabled

github.com/PitchBlackRecoveryProject/android_external_busybox - ea915363e747d4e42215016ceaef4b19e01baf55 authored almost 17 years ago by Mike Frysinger <[email protected]>
split some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwake applet as well as hwclock can utilize the same code

github.com/PitchBlackRecoveryProject/android_external_busybox - 6b160e490d4d77596c1603d34d0a1ca0579a82da authored almost 17 years ago by Mike Frysinger <[email protected]>
sendmail is lexically after selinux, so fix the order

github.com/PitchBlackRecoveryProject/android_external_busybox - be7d2a8ded621a6d62f8caa76f7c51185b166ab1 authored almost 17 years ago by Mike Frysinger <[email protected]>
add a test case for usage strings to catch people forgetting to add trailing escape in middle of usage

github.com/PitchBlackRecoveryProject/android_external_busybox - 25cd7fd702f6439e0fddce162bd197ff77944ebf authored almost 17 years ago by Mike Frysinger <[email protected]>
tar: real support for -p. +200 if selected.

By Natanael Copa <natanael.copa at gmail.com>

github.com/PitchBlackRecoveryProject/android_external_busybox - e00e5025ecb2eb6160e7b94c0e93fc2a777f6eaa authored almost 17 years ago by Denis Vlasenko <[email protected]>
libbb: filename completion should match dangling symlinks too

github.com/PitchBlackRecoveryProject/android_external_busybox - 39487e2d6a9a2b6e520969f65b4d326da82e354f authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: explain why "set -o BOGUS" doesn't abort

github.com/PitchBlackRecoveryProject/android_external_busybox - 94e87bc83d81e1226224e39c50b4eea8384bbdcf authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar; fi' work

(fixes bug 1142)

function old new delta
option...

github.com/PitchBlackRecoveryProject/android_external_busybox - 28bf671d6d92d0c2842bd5f4555f5af937a0a6db authored almost 17 years ago by Denis Vlasenko <[email protected]>
build system: pass CFLAGS to link stage too (closes bug 1376)

github.com/PitchBlackRecoveryProject/android_external_busybox - f1d93ec4206b50f7971f7df391dfc9bd52da8344 authored almost 17 years ago by Denis Vlasenko <[email protected]>
umount: instead of non-standard -D, use -d with opposite meaning

(closes bug 1604)
umount: do not try to free loop device or erase mtab if remounted ro
umount: ...

github.com/PitchBlackRecoveryProject/android_external_busybox - b2e578a1f2c3cf317b391a7d2c059d6a5f5368b8 authored almost 17 years ago by Denis Vlasenko <[email protected]>
tar: do "short EOF" compat only if CONFIG_DESKTOP.

ash: add a comment about new minor bug

github.com/PitchBlackRecoveryProject/android_external_busybox - 12c0622231aa9b2e08b27364095d2e5bd4faf2c1 authored almost 17 years ago by Denis Vlasenko <[email protected]>
add ',' and 'gg' commands (patch from Leo Jay)

github.com/PitchBlackRecoveryProject/android_external_busybox - b5ee8db9b55eeeab542d6263d67aac12ffcb5e5b authored almost 17 years ago by Paul Fox <[email protected]>
reinstate redir.tests with correct perms

github.com/PitchBlackRecoveryProject/android_external_busybox - 65eb550024a2d849951b7f0ac603fe4eedc5e3dd authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: add a testcase for recently fixed signal bug

github.com/PitchBlackRecoveryProject/android_external_busybox - 81887e23429bacb1d1f330f5aea706192901932a authored almost 17 years ago by Denis Vlasenko <[email protected]>
tar: compat: handle tarballs with only one zero block at the end

github.com/PitchBlackRecoveryProject/android_external_busybox - 23ffb6a4a2a01fe41abe4e42d46fa16bdc2603fd authored almost 17 years ago by Denis Vlasenko <[email protected]>
switch_root: stop at first non-option. Closes bug 1425.

github.com/PitchBlackRecoveryProject/android_external_busybox - 6dd03f04ea3292d10ce06feda2f0c8272be0fb83 authored almost 17 years ago by Denis Vlasenko <[email protected]>
tar: move FNM_LEADING_DIR #define to tar.c - no other users.

Closes bug 1332.

github.com/PitchBlackRecoveryProject/android_external_busybox - 87cf2ee8abec24e6399653e4856ab3543e7aadf7 authored almost 17 years ago by Denis Vlasenko <[email protected]>
cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470

github.com/PitchBlackRecoveryProject/android_external_busybox - d5fe880a57bc140f2e1469d2f1c75f815df94eff authored almost 17 years ago by Denis Vlasenko <[email protected]>
mkswap: fix help text to not lie about supported options.

mkswap: use uint32, not int, to match kernel.
mkswap: optimization: use pre-zeroed buffer

github.com/PitchBlackRecoveryProject/android_external_busybox - 9d96af2e83a9519ac89ff0f8dae7f8478d33f581 authored almost 17 years ago by Denis Vlasenko <[email protected]>
sort: -z outputs NUL terminated lines. Closes bug 1591.

github.com/PitchBlackRecoveryProject/android_external_busybox - 3b92eaac53e1557ea923d6a395f753224a73d676 authored almost 17 years ago by Denis Vlasenko <[email protected]>
syslogd: send '\n'-terminated messages over the network.

fully closes bug 1574. +8 bytes.

github.com/PitchBlackRecoveryProject/android_external_busybox - 75cddd8eb514082c8f9945ae1976f97c4b0413b4 authored almost 17 years ago by Denis Vlasenko <[email protected]>
build system: don't use -o /dev/null, old gcc can delete /dev/null!

github.com/PitchBlackRecoveryProject/android_external_busybox - 0a4624aece9e46b0580dd2d5867b41f6d06ef160 authored almost 17 years ago by Denis Vlasenko <[email protected]>
website: add direct links to every last stable release tarball

github.com/PitchBlackRecoveryProject/android_external_busybox - 59bb4a4f50c6f0cd1d9d65f60715f35f99076e9b authored almost 17 years ago by Denis Vlasenko <[email protected]>
msh: stop trying to parse variables in "msh SCRIPT VAR=val param".

They should be passed as ordinary parameters.

github.com/PitchBlackRecoveryProject/android_external_busybox - fee2d0c2567f9fad6a0a278b4598053a41180012 authored almost 17 years ago by Denis Vlasenko <[email protected]>
msh: instead of fixing "ls | cd", "cd | ls" etc just disallow

builtins in pipes. They make no sense there anyway.
msh: shrink umask builtin.

function ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 7e497527ea2edf0d75c9de243ba8202eaf87ee9d authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment.

github.com/PitchBlackRecoveryProject/android_external_busybox - e26b2783a5d8e69d14e5531244c4f2c93312e715 authored almost 17 years ago by Denis Vlasenko <[email protected]>
msh: shrink, mainly by using smallints

function old new delta
synio ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 648b44fd785f8d23e363886ff306e8ef70d148ba authored almost 17 years ago by Denis Vlasenko <[email protected]>
msh: do not run pipes where last command is a builtin

msh: code shrink and some renames for better readability

github.com/PitchBlackRecoveryProject/android_external_busybox - a5f2cd30c9308b3cec359acdf79d60958d6d5834 authored almost 17 years ago by Denis Vlasenko <[email protected]>
httpd: fix bug where we did chdir("") if CGI path had only one "/".

httpd: fix bug 2004: wrong argv when interpreter is invoked

+8 bytes growth

github.com/PitchBlackRecoveryProject/android_external_busybox - fc213058921209263b94a1e1a000718f2d61ebee authored almost 17 years ago by Denis Vlasenko <[email protected]>
- shrink a tiny bit (-30Bytes)

github.com/PitchBlackRecoveryProject/android_external_busybox - f536b99d2646cee6c86e025d29d4a8ae12989e1b authored almost 17 years ago by Bernhard Reutner-Fischer <[email protected]>
- spelling fixes

github.com/PitchBlackRecoveryProject/android_external_busybox - a985d306a1fb5533e6fd93dbbcc04e493a126de8 authored almost 17 years ago by Bernhard Reutner-Fischer <[email protected]>
hush: die_sllep needs restoring only if job control is on

github.com/PitchBlackRecoveryProject/android_external_busybox - 83177991c86dd49ac447225f33b84e1883ca49ee authored almost 17 years ago by Denis Vlasenko <[email protected]>
hush: close-on-exec interactive_fd

github.com/PitchBlackRecoveryProject/android_external_busybox - 08126f665d6b8d761da61acd50acaafa49cff79f authored almost 17 years ago by Denis Vlasenko <[email protected]>
hush: set CLOEXEC on script file being executed

github.com/PitchBlackRecoveryProject/android_external_busybox - 459a5ad410af51a1a35576d0d32b0fd8859fbb9b authored almost 17 years ago by Denis Vlasenko <[email protected]>
hush: reset die_sleep to 0 in child after fork

github.com/PitchBlackRecoveryProject/android_external_busybox - c04163a2890a15a6c4428c4b07e2f21a93141b8e authored almost 17 years ago by Denis Vlasenko <[email protected]>
getpot: add support for "a+" specifier for nonnegative int parameters.

By Vladimir Dronnikov <dronnikov at gmail.com>.
fdisk and top are converted as an example.

funct...

github.com/PitchBlackRecoveryProject/android_external_busybox - 04e11c9209f88b878d6bef0b56a4d8345c89c217 authored almost 17 years ago by Denis Vlasenko <[email protected]>
microcom: read more than 1 byte from device, if possible

github.com/PitchBlackRecoveryProject/android_external_busybox - 9304d6ea92f7fc1529669800b75456d549cf1bfc authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: fix "orwell bug" 1984. Testcase:

trap_handler() {
echo trap
}
trap trap_handler USR1
sleep 3600 &
whil...

github.com/PitchBlackRecoveryProject/android_external_busybox - 991a1da14806eefd1c6fc8fc1c0c3d2b90af6f24 authored almost 17 years ago by Denis Vlasenko <[email protected]>
hush: small fixes to docs/testsuite

github.com/PitchBlackRecoveryProject/android_external_busybox - 0ef240d979b0ffcad104a6844cee4c72640844f5 authored almost 17 years ago by Denis Vlasenko <[email protected]>
hush: reinstate `cmd` handling for NOMMU (with fat big warning).

hush: fix a case where none of pipe members could be started
because of fork failure
hush: rena...

github.com/PitchBlackRecoveryProject/android_external_busybox - 05743d79496cf96e9f6f645b6bbc165d51e6aa5c authored almost 17 years ago by Denis Vlasenko <[email protected]>
microcom: split -d (delay) option away from -t

github.com/PitchBlackRecoveryProject/android_external_busybox - d56e3ccf960a6773ea7939811728f1942cc493ac authored almost 17 years ago by Denis Vlasenko <[email protected]>
build system: make it do without od -t

github.com/PitchBlackRecoveryProject/android_external_busybox - 937b10f35dc9fb74220ffa8d3f8e98f07f732f79 authored almost 17 years ago by Denis Vlasenko <[email protected]>
mktemp: don't advertise -q option

github.com/PitchBlackRecoveryProject/android_external_busybox - 761e1d146258fd95621b10ea67815d7f90f05dea authored almost 17 years ago by Denis Vlasenko <[email protected]>
mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)

packed_usage 23595 23660 +65
mktemp_main ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 65581f3ed1032b7b1c741d6487a0ff3b742a1c8e authored almost 17 years ago by Denis Vlasenko <[email protected]>
test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite

github.com/PitchBlackRecoveryProject/android_external_busybox - 1e2a7e4ed1ddcd457b6e7e3eebd6a90b7621079e authored almost 17 years ago by Denis Vlasenko <[email protected]>
sendmail: update from maintainer

github.com/PitchBlackRecoveryProject/android_external_busybox - 6d52c1ee24f77690c932dfe8456dfa31e8808f4c authored almost 17 years ago by Denis Vlasenko <[email protected]>
microcom: update from maintainer

github.com/PitchBlackRecoveryProject/android_external_busybox - dc1c45795b36c232fe781962c5fab1df6b8299d9 authored almost 17 years ago by Denis Vlasenko <[email protected]>
README: doccument the need of CONFIG_DESKTOP

od: fix help text to include -t
od: handle /proc files (which have filesize 0) correctly
od: fix ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 97bd0e05ccef27563b4403c24952f0abec8eb6cf authored almost 17 years ago by Denis Vlasenko <[email protected]>
httpd: add a bit of error logging; a few code simplifications. +29 bytes.

github.com/PitchBlackRecoveryProject/android_external_busybox - 7dbf1b4d9eb0eca9c98cfdd0d37d6ce3b8f09e0c authored almost 17 years ago by Denis Vlasenko <[email protected]>
- add eject -s for SCSI- and USB-devices (Nico Erfurth)

github.com/PitchBlackRecoveryProject/android_external_busybox - afdad653ac62e99d8da30e441d3414684146db19 authored almost 17 years ago by Bernhard Reutner-Fischer <[email protected]>
force disable setlocalversion usage in busybox

github.com/PitchBlackRecoveryProject/android_external_busybox - 534b8d04832bc28f16fde1f8473139c0f004ed25 authored almost 17 years ago by Mike Frysinger <[email protected]>
some more fixes for cross-compiling on an OS X host: apple provides core types so dont redefine them, sys/statfs.h is not available, and only use some newer AF_* defines if they are actually available

github.com/PitchBlackRecoveryProject/android_external_busybox - 9412ec755543a1ddd5f4b39e1fe5a5dd319fa06c authored almost 17 years ago by Mike Frysinger <[email protected]>
only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X

github.com/PitchBlackRecoveryProject/android_external_busybox - 22876c797cdd848b42f98da7c2ae886cc07ca00d authored almost 17 years ago by Mike Frysinger <[email protected]>
udhcp: ifdef out unused members

github.com/PitchBlackRecoveryProject/android_external_busybox - b386c1c614a94b847da7d059367bc9d4fcb33f14 authored almost 17 years ago by Denis Vlasenko <[email protected]>
udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)

github.com/PitchBlackRecoveryProject/android_external_busybox - d55fe3e595eb0aad60484d273e251cfee4ef8aa5 authored almost 17 years ago by Denis Vlasenko <[email protected]>
unzip: do not try to read entire compressed stream at once (it can be huge)

unzip: handle short reads correctly

github.com/PitchBlackRecoveryProject/android_external_busybox - e8ef7ec7de0cd9906b42a94eddb800ed1229a614 authored almost 17 years ago by Denis Vlasenko <[email protected]>
zcip: open ARP socket before openlog

(else we can thrash syslog socket)

github.com/PitchBlackRecoveryProject/android_external_busybox - f3f33ebb0b325a0a5710cb39530449dd09c5ab70 authored almost 17 years ago by Denis Vlasenko <[email protected]>
nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>

github.com/PitchBlackRecoveryProject/android_external_busybox - f8157cafcb04a2c37b33bb68272cce1367a14777 authored almost 17 years ago by Denis Vlasenko <[email protected]>
mkswap: do not do extra seek

mount: add another mount helper call method

github.com/PitchBlackRecoveryProject/android_external_busybox - 32d49bc70fa544c45421ae475b38b412e610e278 authored almost 17 years ago by Denis Vlasenko <[email protected]>
ps: fixlet to disabled compat code

github.com/PitchBlackRecoveryProject/android_external_busybox - c85bfcad5206598e7a1dc82c2144f3129518f7d6 authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: readability enhancement, no code changes

github.com/PitchBlackRecoveryProject/android_external_busybox - 5c3d2b334a8a4ee723e31f49825d805f580281c3 authored almost 17 years ago by Denis Vlasenko <[email protected]>
getty: don't try to detect parity on local lines

(Joakim Tjernlund <Joakim.Tjernlund at transmode.se>)

github.com/PitchBlackRecoveryProject/android_external_busybox - 95dc67232606af071e59ede726bfab1d0ec72f7f authored almost 17 years ago by Denis Vlasenko <[email protected]>
fsck: don't kill pid -1! (Roy Marples <roy at marples.name>)

github.com/PitchBlackRecoveryProject/android_external_busybox - 30eb3191030f2ceb7b596a2666abc8e455de220c authored almost 17 years ago by Denis Vlasenko <[email protected]>
msh: also handle EOF/read errors correctly

github.com/PitchBlackRecoveryProject/android_external_busybox - 6e602c49316bf75376467c1aeb194741e85421d4 authored almost 17 years ago by Denis Vlasenko <[email protected]>
msh: fix Ctrl-C handling with line editing

github.com/PitchBlackRecoveryProject/android_external_busybox - 80667e30fbd3feb95a0af4bca0f512694a438bde authored almost 17 years ago by Denis Vlasenko <[email protected]>
sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>

github.com/PitchBlackRecoveryProject/android_external_busybox - a2980c6249e476926f09a185840d893bb9a03a6e authored almost 17 years ago by Denis Vlasenko <[email protected]>
ps: add (disabled) compat code

github.com/PitchBlackRecoveryProject/android_external_busybox - 5de754a395a36afe7ed89f300d3421ef05c2401b authored almost 17 years ago by Denis Vlasenko <[email protected]>
nc: fix fallout from C99 standard compliance change

github.com/PitchBlackRecoveryProject/android_external_busybox - 7cff01ec2dcdd04657fca1b5c572cb2b53d2d4aa authored almost 17 years ago by Denis Vlasenko <[email protected]>
Fix compilation error when FEATURE_FANCY_PING enabled. Also

reorder networking/Config.in moving FEATURE_FANCY_PING next to
PING6. (Cristian Ionescu-Idbohrn)

github.com/PitchBlackRecoveryProject/android_external_busybox - 0b2b5842a1c47bc7a3f872e9d06ab2bcc2cf4be8 authored almost 17 years ago by Paul Fox <[email protected]>
add support for renaming/relocating device nodes

github.com/PitchBlackRecoveryProject/android_external_busybox - f0044c480c4da9c5818fe7a0973cd5529314d14b authored almost 17 years ago by Mike Frysinger <[email protected]>
add a mini-faq about std{in,out,err}

github.com/PitchBlackRecoveryProject/android_external_busybox - c348e0bc7bb104c9e2385a0d1c29099a7033adf8 authored almost 17 years ago by Mike Frysinger <[email protected]>
- be C99 friendly. Anonymous unions are a GNU extension. This change is

size-neutral WRT -std=gnu99 and fixes several compilation errors for strict
C99 mode.

github.com/PitchBlackRecoveryProject/android_external_busybox - 8c69afd992d7cc6c2fc7dea59c3c2bd3f3c21f15 authored almost 17 years ago by Bernhard Reutner-Fischer <[email protected]>
init: allow last line to be not terminated by '\n'

github.com/PitchBlackRecoveryProject/android_external_busybox - c882f341cec8451ee87af6746abb7208272d5b1a authored almost 17 years ago by Denis Vlasenko <[email protected]>
mount: allow and ignore _netdev option

github.com/PitchBlackRecoveryProject/android_external_busybox - 8c638cbf09363388fd9e523d46ee412425754a6a authored almost 17 years ago by Denis Vlasenko <[email protected]>
- update defconfig

github.com/PitchBlackRecoveryProject/android_external_busybox - c96d37050f40b8d9d5a10cb4dd21da36d3c455f0 authored almost 17 years ago by Bernhard Reutner-Fischer <[email protected]>
ash: code readability enhancements, no real code changes

github.com/PitchBlackRecoveryProject/android_external_busybox - 36fc3cd8bc4c09b3c4e7008eee093c9263c438a5 authored almost 17 years ago by Denis Vlasenko <[email protected]>
sendmail: really svn add it

github.com/PitchBlackRecoveryProject/android_external_busybox - ddd42cb064b157a2a5d61a922a6ce95ea2f3e4be authored almost 17 years ago by Denis Vlasenko <[email protected]>
*: move getopt reset code to better place(s)

github.com/PitchBlackRecoveryProject/android_external_busybox - 9772816570f0a63ac301f1885292b064e23f5310 authored almost 17 years ago by Denis Vlasenko <[email protected]>
sendmail: new applet by dronnikov at gmail.com

github.com/PitchBlackRecoveryProject/android_external_busybox - 73032ca04be49c096f745f0873d67d9c831642bd authored almost 17 years ago by Denis Vlasenko <[email protected]>
*: tidy up usage of char **environ

github.com/PitchBlackRecoveryProject/android_external_busybox - 847fa779aff2592e842654b95dc2c321885e1eec authored almost 17 years ago by Denis Vlasenko <[email protected]>
microcom: undo #define trick, gcc fails to take advantage of it

github.com/PitchBlackRecoveryProject/android_external_busybox - 0effc2410b219de8c1966752ed217d67943fce69 authored almost 17 years ago by Denis Vlasenko <[email protected]>
mkswap, readahead: stop using fdlength, it is reported to be unreliable

github.com/PitchBlackRecoveryProject/android_external_busybox - b5c60fc7870a66d89de571e96596b0745edcd6d9 authored almost 17 years ago by Denis Vlasenko <[email protected]>
stty: fix mishandling of 'control' keywords (Ralf Friedl <[email protected]>)

github.com/PitchBlackRecoveryProject/android_external_busybox - da42bd5bbe6fdda12133e7305b1a3e7cee506cc8 authored almost 17 years ago by Denis Vlasenko <[email protected]>
microcom: update from the author

github.com/PitchBlackRecoveryProject/android_external_busybox - ef67c5758a3eeeac2a4cf57559ff967210f7feab authored almost 17 years ago by Denis Vlasenko <[email protected]>
tentatively fix getopt state corruption for NOFORK applets

github.com/PitchBlackRecoveryProject/android_external_busybox - c4e4be9414f8c7318c0f87b0838d88bb9ef75732 authored almost 17 years ago by Denis Vlasenko <[email protected]>