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

dos2unix: tiny shrink

login,su: fix setup_environment() so that it works as intended
(parameter names were a ...

github.com/PitchBlackRecoveryProject/android_external_busybox - cdf62770af9e8bf7d5bb2344ddef8acb3216cfe2 authored almost 17 years ago by Denis Vlasenko <[email protected]>
less: improve search when data is not supplied fast enough by stdin -

now will try reading for 1-2 seconds before declaring that there is no match.
This fixes a very c...

github.com/PitchBlackRecoveryProject/android_external_busybox - 107fe7c081c2e0ab96628b431d9d812cdf9c82b2 authored almost 17 years ago by Denis Vlasenko <[email protected]>
tcpsvd,udpsvd: make them NOMMU-capable

inetd: make udp nowait work

function old new d...

github.com/PitchBlackRecoveryProject/android_external_busybox - aefed941c26aade36c5b51c8ef5ea6f740cc0e5d authored almost 17 years ago by Denis Vlasenko <[email protected]>
fsck_minix: getopt32-ification; code shrink; reduce stack usage;

fix bug in map_block2: s/(blknr >= 256 * 256)/(blknr < 256 * 256)/

function ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 9f153f610fe82528bcd0f976fd9ce2122c516b2d authored almost 17 years ago by Denis Vlasenko <[email protected]>
libbb: introduce and use sigprocmask_allsigs and sigaction_set.

libbb: rename sig_pause to wait_for_any_sig.

github.com/PitchBlackRecoveryProject/android_external_busybox - 3f165fa5b3b38fa4b321be94a97f06927f636fb1 authored almost 17 years ago by Denis Vlasenko <[email protected]>
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set

signal_SA_RESTART_empty_mask - 65 +65
signal_no_SA_RESTART_em...

github.com/PitchBlackRecoveryProject/android_external_busybox - 8e2cfec1cdf34068f2378aae9fe8f5ec0f821e21 authored almost 17 years ago by Denis Vlasenko <[email protected]>
nc: remove a bit of bloat

inetd: more NOMMU fixes
rx: shrink
devfsd: minor shrink
vlock: shrink
tcpudp: narrow down window ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 4cf1d08fc2e50f9abda999d468c5e972ff4995c2 authored almost 17 years ago by Denis Vlasenko <[email protected]>
inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames

of variable/function names

Total: -2474 bytes
text data bss dec hex filename
...

github.com/PitchBlackRecoveryProject/android_external_busybox - 4e6d5117b839cef41cd3919966f95bf25d24d8d9 authored almost 17 years ago by Denis Vlasenko <[email protected]>
crond: make it NOMMU-capable

function old new delta
safe_setenv4 ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 4e6c8120a53709c4a352db42e997303844c74584 authored almost 17 years ago by Denis Vlasenko <[email protected]>
fixups to vi usage, and move the initial redraw() past the

execution of commands supplied by -c or EXINIT, so their
effect is displayed correctly.

github.com/PitchBlackRecoveryProject/android_external_busybox - 35e9c5d83ada1fea40798365a1b4c728f64ded98 authored almost 17 years ago by Paul Fox <[email protected]>
fixed the "dot" (i.e. '.') command, to properly re-init its

buffer between commands, not recalculate its length all the time,
and to not reallocate its fixed...

github.com/PitchBlackRecoveryProject/android_external_busybox - c51fc7bed6d6555997fdfb3879f42c6b1191465c authored almost 17 years ago by Paul Fox <[email protected]>
define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.

github.com/PitchBlackRecoveryProject/android_external_busybox - b4a5087ee006bfee20c7272e92322f9f6377d042 authored almost 17 years ago by Paul Fox <[email protected]>
fix vi's '?' and '/' commands to correctly set a new direction

when reusing a previous search pattern. previously only 'n' and 'N'
reversed directions properly.

github.com/PitchBlackRecoveryProject/android_external_busybox - 4917c11432c06ae4119c8cea6964cdf431ec6ac5 authored almost 17 years ago by Paul Fox <[email protected]>
msh: create testsuite (based on hush one)

hush: add TODO (doesn't know ":" command)

github.com/PitchBlackRecoveryProject/android_external_busybox - a43dba76ea394d789de67c6322b51e1d65bdba3b authored almost 17 years ago by Denis Vlasenko <[email protected]>
unlzma: save a few more bytes, and maybe even a bit faster now

github.com/PitchBlackRecoveryProject/android_external_busybox - 444639cc2134d483bf0845416e9b6ce8935af795 authored almost 17 years ago by Denis Vlasenko <[email protected]>
unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard AT ads-lu.com>)

github.com/PitchBlackRecoveryProject/android_external_busybox - c3fff877e1c7c3f2aff2833d5f5e5b7adc95ecd6 authored almost 17 years ago by Denis Vlasenko <[email protected]>
msh: a few fields renamed; short->int conversion for a field

holding file descriptors; short->smalling for flag field

synio ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 4aafd5f4e30ee7f3b224652bfeaf26aa25382229 authored almost 17 years ago by Denis Vlasenko <[email protected]>
actually add bb_qsort.c

*: s/Denis/Denys/

github.com/PitchBlackRecoveryProject/android_external_busybox - d18f52bd182ac163a4ca87e7f8ffcb047fd063a3 authored almost 17 years ago by Denis Vlasenko <[email protected]>
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()

msh: glob0/glob1/glob2/glob3 are just a sorting routine! remove them.

bb_pstrcmp ...

github.com/PitchBlackRecoveryProject/android_external_busybox - fb29038b59fa639b79de99c4edddfa6462918765 authored almost 17 years ago by Denis Vlasenko <[email protected]>
msh: renames: ->words => ->op_words, space() => get_space()

msh: simplify glob0/glob1/glob2/glob3

get_space - ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 509697f00df5286674fdbdf7b02a57fea83636d0 authored almost 17 years ago by Denis Vlasenko <[email protected]>
doc: add info about sed s/.../.../I modifier

github.com/PitchBlackRecoveryProject/android_external_busybox - da8ae753400906fdd236699bfcb60975ec659aa7 authored almost 17 years ago by Denis Vlasenko <[email protected]>
msh: fix for bug 846 ("break" didn't work second time)

msh: don't use floating point in "times" builtin
+4 bytes difference

github.com/PitchBlackRecoveryProject/android_external_busybox - fe2188378c352255b7d0407513ca73ec3f933153 authored almost 17 years ago by Denis Vlasenko <[email protected]>
nmeter: fix bug where %[mf] behaves as %[mt]

github.com/PitchBlackRecoveryProject/android_external_busybox - 8a2e421f26623773b9f79f322b808a757ff055c0 authored almost 17 years ago by Denis Vlasenko <[email protected]>
run-parts: add --reverse

github.com/PitchBlackRecoveryProject/android_external_busybox - 19fb67eee4d69e6b473c784ed95b8c08ccf24b14 authored almost 17 years ago by Denis Vlasenko <[email protected]>
zcip: chdiring to root when daemonizing is not useful,

only makes strip writer's life more miserable. Who want
to have zcip run in root dir, can trivial...

github.com/PitchBlackRecoveryProject/android_external_busybox - b29028e35102df5dfb27f57c94c3e033740f849b authored almost 17 years ago by Denis Vlasenko <[email protected]>
sed: n cmd must reset "we had successful subst" flag. closes bug 1214.

github.com/PitchBlackRecoveryProject/android_external_busybox - f39c7c0c86d9f263f372be7c305bffa51af3c21e authored almost 17 years ago by Denis Vlasenko <[email protected]>
script: correctly handle buffered "tail" of output. +35 bytes.

github.com/PitchBlackRecoveryProject/android_external_busybox - 32fd76c1d5a2e430ecdbb84706dba410992c34d0 authored almost 17 years ago by Denis Vlasenko <[email protected]>
- Don't point to obsolete patches but the current fixes for the stable releases

github.com/PitchBlackRecoveryProject/android_external_busybox - 93e1a215af74478e4936ddf2b38a2f3b8e373855 authored almost 17 years ago by Bernhard Reutner-Fischer <[email protected]>
- update docs to point to the current stable branch

github.com/PitchBlackRecoveryProject/android_external_busybox - 3444bd4fc2e184b5097b161edd1c44c1d343403b authored almost 17 years ago by Bernhard Reutner-Fischer <[email protected]>
- fix compilation failure due to implicit decl of resolve_mount_spec().

DCE DTRT so remove the wrong guard.

github.com/PitchBlackRecoveryProject/android_external_busybox - 51f421a55c9fb5435dd797984099d0fcd5c85608 authored almost 17 years ago by Bernhard Reutner-Fischer <[email protected]>
httpd: fix breakage introduced by "support for I:index.xml"

github.com/PitchBlackRecoveryProject/android_external_busybox - 1acb4ef87e8a662e51da8f97c69474d2f0ad70ae authored almost 17 years ago by Denis Vlasenko <[email protected]>
*: add optimization barrier to all "G trick" locations

github.com/PitchBlackRecoveryProject/android_external_busybox - 574f2f43948bb21d6e4187936ba5a5afccba25f6 authored almost 17 years ago by Denis Vlasenko <[email protected]>
lpr: removed stdio; added "job received" message in verbose mode.

github.com/PitchBlackRecoveryProject/android_external_busybox - fe66a0eca1bfeae0abc0fc1e7d3709f271e05e82 authored almost 17 years ago by Denis Vlasenko <[email protected]>
libbb: add forgotten part of "script" applet change

github.com/PitchBlackRecoveryProject/android_external_busybox - c8f2f74ddd518ab3d5dedbd6fa75ee2d89b09e85 authored almost 17 years ago by Denis Vlasenko <[email protected]>
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>

github.com/PitchBlackRecoveryProject/android_external_busybox - 5014dada3fa0bb6f6873e28fe6491f0789239cdc authored almost 17 years ago by Denis Vlasenko <[email protected]>
sendmail: yet another maintainer's update

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

github.com/PitchBlackRecoveryProject/android_external_busybox - 17db1a9ac1064a4847fd6a381260c68ab3449951 authored almost 17 years ago by Denis Vlasenko <[email protected]>
syslogd: optional support for dropping dups. closes bug 436.

github.com/PitchBlackRecoveryProject/android_external_busybox - be048f21e62f18ddc5d1d135b8fe27f4e23d7bd2 authored almost 17 years ago by Denis Vlasenko <[email protected]>
ifenslave: new applet. closes bug 115.

github.com/PitchBlackRecoveryProject/android_external_busybox - 06aed4316e1f486f78c6487181c75cb22a70c639 authored almost 17 years ago by Denis Vlasenko <[email protected]>
start_stop_daemon: stop using data/bss

function old new delta
start_stop_daemon_main ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 04bb2d2d06a87b08743ee997fcd8465bfed809d1 authored almost 17 years ago by Denis Vlasenko <[email protected]>
reset: call "stty sane". Closes bug 1414.

reset_main 26 59 +33
static.args ...

github.com/PitchBlackRecoveryProject/android_external_busybox - d4f0b9476af1dc9dc20a1c2ca0bbcf9a16288851 authored almost 17 years ago by Denis Vlasenko <[email protected]>
actually add libbb/safe_gethostname.c

github.com/PitchBlackRecoveryProject/android_external_busybox - d686482d050da3a71eb9a50617b16d509c78b7c3 authored almost 17 years ago by Denis Vlasenko <[email protected]>
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>

safe_gethostname - 48 +48
glob3 ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 6f1713f216fef686a68db5ee02232bc67e525c7d authored almost 17 years ago by Denis Vlasenko <[email protected]>
lpd: spool mode added by Vladimir

lpr: more robust error reporting
*: introduce and use xchroot
libbb: full_read/write now will rep...

github.com/PitchBlackRecoveryProject/android_external_busybox - 394eebed6656dfc2e56a79500b602023000ac415 authored almost 17 years ago by Denis Vlasenko <[email protected]>
lpd: now with "svn add"...

github.com/PitchBlackRecoveryProject/android_external_busybox - 38b8831b3201a9e44cfb156b5b8577e4f5e8d761 authored almost 17 years ago by Denis Vlasenko <[email protected]>
lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>

github.com/PitchBlackRecoveryProject/android_external_busybox - f99afb5dff00534df6cf8f4d9de5d274c7818eac authored almost 17 years ago by Denis Vlasenko <[email protected]>
forgotten bit of rmdir long options support

github.com/PitchBlackRecoveryProject/android_external_busybox - a2f47358eb5479d65510b0eb506d52435ca26c21 authored almost 17 years ago by Denis Vlasenko <[email protected]>
fix typo in comment, no code changes

github.com/PitchBlackRecoveryProject/android_external_busybox - 6d8112cc2442b5288d590ede7a4b7f845bcb6be4 authored almost 17 years ago by Denis Vlasenko <[email protected]>
lpr: fixing vda's thinko

github.com/PitchBlackRecoveryProject/android_external_busybox - 8f8a420f12773200783ada1b48a3c019208ee014 authored almost 17 years ago by Denis Vlasenko <[email protected]>
lpr,lpq: rework by dronnikov AT gmail.com

github.com/PitchBlackRecoveryProject/android_external_busybox - 4f82bdb050024b3475f5371a0612b1fb0fc4c09f authored almost 17 years ago by Denis Vlasenko <[email protected]>
rmdir: optional long options support for Debian users. +68 bytes.

By Roberto Gordo Saez <roberto.gordo AT gmail.com>

github.com/PitchBlackRecoveryProject/android_external_busybox - 52feee9b1fc996acb9c2857596bc5c2440644525 authored almost 17 years ago by Denis Vlasenko <[email protected]>
watch: shrink (by walter harms <WHarms AT bfs.de>)

watch_main 327 263 -64

github.com/PitchBlackRecoveryProject/android_external_busybox - 28b29916cbc532fafa1b195e3917fb49ae53bb8e authored almost 17 years ago by Denis Vlasenko <[email protected]>
less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)

*: minor shrink

github.com/PitchBlackRecoveryProject/android_external_busybox - 400d8bb45ee25ce226bb343a3dfaab84e6d3a8e1 authored almost 17 years ago by Denis Vlasenko <[email protected]>
less: make it a bit more resistant against statusline corruption.

less: "examine" command will not bomb out on bad file name now

less_main ...

github.com/PitchBlackRecoveryProject/android_external_busybox - d2172c04e6c53aedc9194d0a86a4686e5af31364 authored almost 17 years ago by Denis Vlasenko <[email protected]>
less: update line input so that it doesn't interfere with

screen update. Makes "man bash", [enter], [/],
<enter search pattern>, [enter] more usable - manp...

github.com/PitchBlackRecoveryProject/android_external_busybox - 33196372bed41405ff240f13fe63ca5587912ed2 authored almost 17 years ago by Denis Vlasenko <[email protected]>
lpr: document options better

github.com/PitchBlackRecoveryProject/android_external_busybox - 86620756d2143bd8728c3160db4096169f7c6fc0 authored almost 17 years ago by Denis Vlasenko <[email protected]>
small code readability and typo fixes

github.com/PitchBlackRecoveryProject/android_external_busybox - 32b2a9fd6a758602b149248bef8963466b05a088 authored almost 17 years ago by Denis Vlasenko <[email protected]>
lpr and lpq applets by Walter Harms.

text data bss dec hex filename
392 0 0 392 188 lpq.o
...

github.com/PitchBlackRecoveryProject/android_external_busybox - 68444b9f0c74e94d219fa40bb4109b4aa2fdd43b authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: s/ckzmalloc/ckzalloc/

github.com/PitchBlackRecoveryProject/android_external_busybox - 6aa74fcf5bc5f6b209b578754fc098714bc8485d authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: sprinkle a bit more of zeroed allocations.

github.com/PitchBlackRecoveryProject/android_external_busybox - 838ffd5be2676e3b7317a26ec78e5643819afc70 authored almost 17 years ago by Denis Vlasenko <[email protected]>
httpd: "HEAD" support. Closes bug 1530.

send_file_and_exit 629 645 +16
static.request_HEAD ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 2f518b078b4d657b618589cce9a3d66edb5f31da authored almost 17 years ago by Denis Vlasenko <[email protected]>
corrected English in comment

github.com/PitchBlackRecoveryProject/android_external_busybox - 081efd12325ed0b768d404e10f1ac749a90f8225 authored almost 17 years ago by Denis Vlasenko <[email protected]>
udhcp: we were forgetting to set right op byte in tha packet

for DHCPDECLINE. Fixing, and making code smaller.

github.com/PitchBlackRecoveryProject/android_external_busybox - a523e2efad954e93e5e63aa3bf5ac5dd32bf2c13 authored almost 17 years ago by Denis Vlasenko <[email protected]>
udhcp: make paths configurable

syslogd: trivial build fix

github.com/PitchBlackRecoveryProject/android_external_busybox - 84da0bf4754bdb695d2a984c2326992e52bba9e0 authored almost 17 years ago by Denis Vlasenko <[email protected]>
libbb: introduce and use nonblock_safe_read(). Yay!

Our shells are immune from this nasty O_NONBLOCK now!

function ...

github.com/PitchBlackRecoveryProject/android_external_busybox - e376d454bb70ed41bbc3eb0358d37fa30c94358d authored almost 17 years ago by Denis Vlasenko <[email protected]>
[#1334] exec script for devices even if they dont have device nodes

github.com/PitchBlackRecoveryProject/android_external_busybox - ae86a338b89c1339588226cb2298e1785aaa7b90 authored almost 17 years ago by Mike Frysinger <[email protected]>
ash: introduce and use stzalloc and ckzalloc.

function old new delta
stzalloc ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 597906c436f57d96deec5c57e5ba50bf3a95a5b7 authored almost 17 years ago by Denis Vlasenko <[email protected]>
trivial fixes to config system

github.com/PitchBlackRecoveryProject/android_external_busybox - e7b43cf59fe6472442026cc3d3d57a5e502371f5 authored almost 17 years ago by Denis Vlasenko <[email protected]>
ash: fix fallout from "A=1 B=$A; echo $B" code.

github.com/PitchBlackRecoveryProject/android_external_busybox - c12d51e94e219dfc212e7cdab64b314dbdb6e2f3 authored almost 17 years ago by Denis Vlasenko <[email protected]>
microcom: tiny shrink, adding comments

github.com/PitchBlackRecoveryProject/android_external_busybox - 624188aec0e730375bb782a45ab3224b33dd30e9 authored almost 17 years ago by Denis Vlasenko <[email protected]>
init: make it NOMMU-capable

httpd: trivial compile fix

github.com/PitchBlackRecoveryProject/android_external_busybox - 671ca33aa1804c1c4e26bf83635206dce7ed2623 authored almost 17 years ago by Denis Vlasenko <[email protected]>
init: HUP should not be temporarily set to "restart",

we use it for config reload, and we have QUIT for "restart".

github.com/PitchBlackRecoveryProject/android_external_busybox - 99a61842df559f0cfc8613436b3bf89f4e757abf authored almost 17 years ago by Denis Vlasenko <[email protected]>
fix chat CONFIG_xxx dependencies

github.com/PitchBlackRecoveryProject/android_external_busybox - 8617454027e596329851d54a5a2035fc602a9d4e authored almost 17 years ago by Denis Vlasenko <[email protected]>
chat: now with "svn add"

github.com/PitchBlackRecoveryProject/android_external_busybox - e93550866bc6e580a5a0e00b4bc213ca84117f6f authored almost 17 years ago by Denis Vlasenko <[email protected]>
findfs,mount: trivial build fix and whitespace fiexs

github.com/PitchBlackRecoveryProject/android_external_busybox - 53ce7f0d7149beeed71e6dcc857d1cd4431cd550 authored almost 17 years ago by Denis Vlasenko <[email protected]>
tar: optional autodetection of gz/bz2 compressed tarballs.

+130 bytes. Closes bug 992.

github.com/PitchBlackRecoveryProject/android_external_busybox - 431a7c9c53b69a7416091721da673bcff7c91a02 authored almost 17 years ago by Denis Vlasenko <[email protected]>
init: fix bug 1111: restart actions were not splitting words:

::restart:/sbin/rc restart
resulted in:
exec of '/sbin/rc restart' failed: No such file or direc...

github.com/PitchBlackRecoveryProject/android_external_busybox - a37e7134f76b7661b86bb9cc926f28f81b1e1109 authored almost 17 years ago by Denis Vlasenko <[email protected]>
syslogd: tighten up hostname handling.

github.com/PitchBlackRecoveryProject/android_external_busybox - 92657d484f4f95ce4579ad095c9caf596a737e5b authored almost 17 years ago by Denis Vlasenko <[email protected]>
tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)

tail: a few variables renamed
wc: tiny optimization.

github.com/PitchBlackRecoveryProject/android_external_busybox - e8419c90f1f3880f96ff335c4ee0bdd7a86ab0c6 authored almost 17 years ago by Denis Vlasenko <[email protected]>
chat: new applet by dronnikov AT gmail.com. With all options on:

function old new delta
chat_main ...

github.com/PitchBlackRecoveryProject/android_external_busybox - 5233cd38003724fad3b4355174d367337f5a3d49 authored almost 17 years ago by Denis Vlasenko <[email protected]>
support for mount by label (not yet tested)

Also adds findfs applet. Closes bug 1143.

github.com/PitchBlackRecoveryProject/android_external_busybox - de7684a309ad20c1b889d048d741cb1dd52245f7 authored almost 17 years ago by Denis Vlasenko <[email protected]>
- fix open(creat) without a mode

github.com/PitchBlackRecoveryProject/android_external_busybox - 27dd495b98a6135554b1d839fefe436ba3c6ca71 authored almost 17 years ago by Bernhard Reutner-Fischer <[email protected]>
mount: with -vv -f, say what mount() calls we were going to make

782357 728 7476 790561 c1021 busybox_old
782429 728 7476 790633 c1069 busy...

github.com/PitchBlackRecoveryProject/android_external_busybox - b4133683a46303c624b42e2cf8515e54dfdd87be authored almost 17 years ago by Denis Vlasenko <[email protected]>
mount: optional support for -vv verbosity

mount: do "struct globals" trick

With -vv on:

function ...

github.com/PitchBlackRecoveryProject/android_external_busybox - f732e96757090253fe4ed481674779864df95cfa authored almost 17 years ago by Denis Vlasenko <[email protected]>
mount: recognize "dirsync" (closes bug 835)

mount: sanitize environ if called by non-root
*: adjust for slightly different sanitize routine

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

bloatcheck for last four commits:
function old n...

github.com/PitchBlackRecoveryProject/android_external_busybox - 542963685c3e25ae4cc7ffa3a80d5f1129e6a0d7 authored almost 17 years ago by Denis Vlasenko <[email protected]>
crontab: stop using remove() - use unlink() instead

github.com/PitchBlackRecoveryProject/android_external_busybox - 03b4c14bd4815f7d0f4b91d90985dfcd8a352025 authored almost 17 years ago by Denis Vlasenko <[email protected]>
dpkg: fix bug where existence check was reversed

github.com/PitchBlackRecoveryProject/android_external_busybox - b3b0753593abaf307c961bd45f5e2385a852a076 authored almost 17 years ago by Denis Vlasenko <[email protected]>
libbb: introduce and use xrename and rename_or_warn.

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

github.com/PitchBlackRecoveryProject/android_external_busybox - ffae845cfd0a0b9872827d806984841d4cfee104 authored almost 17 years ago by Denis Vlasenko <[email protected]>
mount: make -f work even without mtab support

(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>)

github.com/PitchBlackRecoveryProject/android_external_busybox - b1d8e7db0fced98ba2cd049019f8820fd91a0482 authored almost 17 years ago by Denis Vlasenko <[email protected]>
libbb: introduce bb_signals and bb_signals_recursive,

which sets same handler for many signals. sig_catch is nuked
(bb_signals_recursive is more descri...

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