Ecosyste.ms: OpenCollective

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

github.com/PitchBlackRecoveryProject/android_external_busybox


https://github.com/PitchBlackRecoveryProject/android_external_busybox

libbb: make ndelay_no/off a bit more clever. +14 bytes

Signed-off-by: Denys Vlasenko <[email protected]>

e9a40e3b91f699c08053d7307bf50b0764811b8e authored almost 14 years ago by Denys Vlasenko <[email protected]>
getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s

Signed-off-by: Denys Vlasenko <[email protected]>

dc6cd12569e6ac3775b11f6285ccc1bb81b13af0 authored almost 14 years ago by Denys Vlasenko <[email protected]>
getty: use cfsetspeed to save some bytes; cosmetic fixes

Signed-off-by: Denys Vlasenko <[email protected]>

1f0840450e3934cc65520ee6605b9b72df2d53f5 authored almost 14 years ago by Denys Vlasenko <[email protected]>
hwclock: implement --systz

function old new delta
hwclock_main ...

658a437d4bd97d4897a9d0183570634a90ae6773 authored almost 14 years ago by Davide Cavalca <[email protected]>
wc: fix swapped -c and -m

Signed-off-by: Denys Vlasenko <[email protected]>

1336f89d59fc571ef19f3cb74ced0580b3331a96 authored almost 14 years ago by Denys Vlasenko <[email protected]>
pltaform.h: move include of stdint.h before uint16_t is used

Signed-off-by: Denys Vlasenko <[email protected]>

1f4a987d477c89e63928fd23fd4b168d0bef07f6 authored almost 14 years ago by Denys Vlasenko <[email protected]>
getty: more correct check for O_RDWR

Signed-off-by: Denys Vlasenko <[email protected]>

006416e8fe63996b86bf614496ce71d83d9b9057 authored almost 14 years ago by Denys Vlasenko <[email protected]>
getty: comment out parity detection code; improve usage text

function old new delta
packed_usage ...

2b57b6cd43211e2430c78caa0895f41376f29dc1 authored almost 14 years ago by Denys Vlasenko <[email protected]>
svlogd: extend usage text. +70 bytes

Signed-off-by: Denys Vlasenko <[email protected]>

3a0f690dcd06ff693a0b76d764739425600ec1f1 authored almost 14 years ago by Denys Vlasenko <[email protected]>
Merge branch 'master' of git+ssh://[email protected]/var/lib/git/busybox

e8f565c1eeba336fa13ce8216464c9daedd36f76 authored almost 14 years ago by Denys Vlasenko <[email protected]>
fix compile error on non-x86 architectures

Signed-off-by: Denys Vlasenko <[email protected]>

b40da22357563bf53fa93823342f8ab59899222d authored almost 14 years ago by Denys Vlasenko <[email protected]>
eliminate aliasing warnings in traceroute.c and udhcp/socket.c

Signed-off-by: Denys Vlasenko <[email protected]>

dd169e84683aa7be3604d491f1c34ab657973365 authored almost 14 years ago by Denys Vlasenko <[email protected]>
eliminate aliasing warning in networking/route.c

Signed-off-by: Denys Vlasenko <[email protected]>

b3b6c8bdf23d30c57d92458f1aac93ce84bf81a7 authored almost 14 years ago by Denys Vlasenko <[email protected]>
ifplugd: eliminate aliasing warnings

Signed-off-by: Denys Vlasenko <[email protected]>

53f30b41ec252d9973719b349a644477e72e1a09 authored almost 14 years ago by Denys Vlasenko <[email protected]>
sighandler_t definition for BSD

Signed-off-by: Chris Rees <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux@googlemai...

9ad97d504146db2ea6b6a1a23c96ca052c50e270 authored almost 14 years ago by Chris Rees <[email protected]>
hush: improve prompt in nested {}s, remove unused in_str->promptme member

function old new delta
setup_string_in_str ...

a14631917363aa96943e46090773c15ac1b0f995 authored almost 14 years ago by Denys Vlasenko <[email protected]>
hush: fix "cmd & <newline>" problem

Signed-off-by: Denys Vlasenko <[email protected]>

98c46d10ee81f206f274da312086a3f0533582af authored almost 14 years ago by Denys Vlasenko <[email protected]>
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo

Signed-off-by: Denys Vlasenko <[email protected]>

b9f2d9f7d9b4a9b6fbb6a28a8c0bcf8e0e3b1704 authored almost 14 years ago by Denys Vlasenko <[email protected]>
disable automatic selection of FEATURE_SUID; improve its help text

Signed-off-by: Denys Vlasenko <[email protected]>

3b5acaa4323bd165077e60098af94ad9750d62fd authored almost 14 years ago by Denys Vlasenko <[email protected]>
insmod: check for module read errors

Signed-off-by: Denys Vlasenko <[email protected]>

094cc51e50bdb877fa4c245dbde47e4dfbf94387 authored almost 14 years ago by Denys Vlasenko <[email protected]>
libbb: better comment in parse_date

Signed-off-by: Denys Vlasenko <[email protected]>

10ee20b58b77bdfb941480fdf4b95347c2b2ea79 authored almost 14 years ago by Denys Vlasenko <[email protected]>
move passwd, shadow, group and gshadow path definitions to libbb.h

...and define them only if the used libc doesn't.

Signed-off-by: Tito Ragusa <farmatito@tiscali...

ad3d72f082cbdb152837ae87d1d285cbbf67913a authored almost 14 years ago by Tito Ragusa <[email protected]>
remove a few aliasing warnings

Signed-off-by: Denys Vlasenko <[email protected]>

e8d0a1450a04d83b540f1f58297e79c2cf0f5b4f authored almost 14 years ago by Denys Vlasenko <[email protected]>
remove a few aliasing warnings

Signed-off-by: Denys Vlasenko <[email protected]>

df1689138e71fa3648209db28146a595c4e63c26 authored almost 14 years ago by Denys Vlasenko <[email protected]>
top: add keyboard commands to --help

Signed-off-by: Denys Vlasenko <[email protected]>

068444629fbcf59dd8165a63885f8e69fd5cb474 authored almost 14 years ago by Denys Vlasenko <[email protected]>
httpd: send correct mtime for .gz files

Signed-off-by: Denys Vlasenko <[email protected]>

8030a1484917d5b71d5ccd1a1d28a29da7a3d7f0 authored almost 14 years ago by Denys Vlasenko <[email protected]>
libbb unicode: comment out usused function and unused parameter

Signed-off-by: Denys Vlasenko <[email protected]>

dc7e5c46b0204bc3489ee961a631fb00533ae597 authored almost 14 years ago by Denys Vlasenko <[email protected]>
lsmod: fox unsafe usage of strlen() - 1

Signed-off-by: Denys Vlasenko <[email protected]>

5a163b26451c591187482f99659e5fe639a0616a authored almost 14 years ago by Denys Vlasenko <[email protected]>
libbb: progress indicator: use unicode support funcs instead of open-coding it

function old new delta
bb_progress_update ...

0f44c08560a5287fb927c15a3cce54302a0b80e5 authored almost 14 years ago by Denys Vlasenko <[email protected]>
tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061

This was breaking timeout handling.

function old ...

84dba9c5bbd99cb80c0e201bbffa27a51766c63f authored almost 14 years ago by Denys Vlasenko <[email protected]>
stop giving root rights to dnsd, ipcrm, ipcs

Signed-off-by: Denys Vlasenko <[email protected]>

7b305646e12536e9aa62d2768d48bf2d2d78caa5 authored about 14 years ago by Denys Vlasenko <[email protected]>
getty: fix -i (was ignored)

Signed-off-by: Denys Vlasenko <[email protected]>

bcdb9b8762d14634afb570fe48db9fa62d8c0109 authored about 14 years ago by Denys Vlasenko <[email protected]>
modprobe-small: support compressed modules in insmod

Signed-off-by: Denys Vlasenko <[email protected]>

e9d12b57bfb941e754d09a7d5f54c183ca7dbb25 authored about 14 years ago by Denys Vlasenko <[email protected]>
hush: fix wrong prompt problem on empty interactive commants

Signed-off-by: Denys Vlasenko <[email protected]>

642e71a789156a96bcb18e6c5a0f52416c49d3b5 authored about 14 years ago by Denys Vlasenko <[email protected]>
suppress "'fast_strtol_10' defined but not used" warning

Signed-off-by: Denys Vlasenko <[email protected]>

f42c7b8fc161f5b3eb4e9c13f392daf7a11760c8 authored about 14 years ago by Denys Vlasenko <[email protected]>
mkswap: selinux build fix

Signed-off-by: Denys Vlasenko <[email protected]>

e66a212081bcca521760ccff3a2da0deccd99340 authored about 14 years ago by Denys Vlasenko <[email protected]>
tar: add a note about -C and symlink-in-tarball attack

Signed-off-by: Denys Vlasenko <[email protected]>

a116552869db5e7793ae10968eb3c962c69b3d8c authored about 14 years ago by Denys Vlasenko <[email protected]>
explain every non-SUID_DROP applet. No code changes

Signed-off-by: Denys Vlasenko <[email protected]>

6100b51ca81721ac364f101a17cbce0d9f6fcb59 authored about 14 years ago by Denys Vlasenko <[email protected]>
kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX

function old new delta
print_signames ...

327d2885ecab7fb8e876026c428c2e415c5742c1 authored about 14 years ago by Denys Vlasenko <[email protected]>
kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code

function old new delta
__libc_current_sigrtmin...

7b276fc17594b89040f1eda054858860c1dc1522 authored about 14 years ago by Denys Vlasenko <[email protected]>
date,touch: treat 2-digit years better (fit them into +-50 yrs around today)

Signed-off-by: Denys Vlasenko <[email protected]>

92ffe0571a49077f06fc65bf0ada753b30fd8a53 authored about 14 years ago by Denys Vlasenko <[email protected]>
date: preserve isdst value if date is in time_t (unix time) format

Signed-off-by: Alexey Soloviev <[email protected]>
Signed-off-by: Denys Vlasenko <vd...

a5d3d3436b16bf6e1a92ed969e171ac812e8f906 authored about 14 years ago by Alexey Soloviev <[email protected]>
su: document -l in --help text. Closes bug 2761

Signed-off-by: Denys Vlasenko <[email protected]>

a9e25ffa678a357c581b9b7f65a7b2ce1ae2a63e authored about 14 years ago by Denys Vlasenko <[email protected]>
add missed underscore

Signed-off-by: Denys Vlasenko <[email protected]>

0cd4f3039b5a6518eb322f26ed8430529befc3ae authored about 14 years ago by Denys Vlasenko <[email protected]>
date: add a comment about _SVID_SOURCE

Signed-off-by: Denys Vlasenko <[email protected]>

d1e46651a349b809e42083e3fd4d120ccb2f0c4f authored about 14 years ago by Denys Vlasenko <[email protected]>
bzip2: plug memory leak on every processed file

Signed-off-by: Denys Vlasenko <[email protected]>

ed9b08d1c1bbccd1bcb2c3e06b0095b6b99dc96c authored about 14 years ago by Denys Vlasenko <[email protected]>
libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names

function old new delta
get_signum ...

2753aae0e8728f527bedf103b1207857b7c3e151 authored about 14 years ago by Denys Vlasenko <[email protected]>
blkid: optional support for TYPE="fstype"

Adapted from patch created by T4ndeta <[email protected]>

Signed-off-by: Denys Vlasenko <vda.li...

90615a0c5c326fa3cf78fc719f7b16207f47395a authored about 14 years ago by Denys Vlasenko <[email protected]>
plug a DIR* leak on error path

Signed-off-by: Denys Vlasenko <[email protected]>

2272129a93d9492a42ef43987f829940d26dc862 authored about 14 years ago by Denys Vlasenko <[email protected]>
modprobe: add -D option (synonym of --show-depends)

The modern module-init-tools 3.12 has "-D" option and it works.

The --show-depends and -a optio...

8578196b763a70746f2ab17170eb7ca9399ab8ac authored about 14 years ago by Serj Kalichev <[email protected]>
login: apply PAM environment

login should apply the PAM environment modified by plugins
such as pam_env. Other 'login's do a...

260fb551ff4ba0cb8a5fdff848bce10588611231 authored about 14 years ago by Ian Wienand <[email protected]>
cpio: allow cpio -i to take params - names of files to extract

Also, improve help text

function old new delt...

1f937d64686d9a71c9325f2e9b23eba235a9255e authored about 14 years ago by Denys Vlasenko <[email protected]>
modprobe: add support for --show-depends

function old new delta
modprobe_longopts ...

e4e911e7124fca9116ca14c31f125b687d0ae57e authored about 14 years ago by Serj Kalichev <[email protected]>
init: simpler handling of leading dash in commands

function old new delta
init_exec ...

6088e138e1c6d0b73f8004fc4b4e9ec40430e18e authored about 14 years ago by Denys Vlasenko <[email protected]>
udhcpc: document SIGUSRn effect in help text

Signed-off-by: Denys Vlasenko <[email protected]>

8993c3f260ba50ca8cbbd8a0185dd9d825bbaa2b authored about 14 years ago by Denys Vlasenko <[email protected]>
hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)

Signed-off-by: Denys Vlasenko <[email protected]>

75eb9d20e9e672c33e377221d1f7d4546f919f9e authored about 14 years ago by Denys Vlasenko <[email protected]>
sendmail: remove forgotten commenting-out on a "if (verbose)"

Signed-off-by: Denys Vlasenko <[email protected]>

51d714ce7e8d68f0762d89b2a67cf42d2c991685 authored about 14 years ago by Denys Vlasenko <[email protected]>
mailutils/*: add verbose option to sendmail; remove -m and -j from makemime

Signed-off-by: Denys Vlasenko <[email protected]>

5707b52fd4de0d9d5ebb496f459fa4fa66215226 authored about 14 years ago by Denys Vlasenko <[email protected]>
test: add examples when "%s: unknown operand" happens

Signed-off-by: Denys Vlasenko <[email protected]>

27c6c00a7cf141aaa972c0f9691072db287a36ae authored about 14 years ago by Denys Vlasenko <[email protected]>
ls: remove redundant constants LIST_FILENAME and LIST_SHORT

LIST_FILENAME is always true and LIST_SHORT affects nothing.

Signed-off-by: James Youngman <jay...

a4bc10cec7645d72c7284deec070c0f56ebdadaf authored about 14 years ago by James Youngman <[email protected]>
ls: add support for -H

Signed-off-by: Denys Vlasenko <[email protected]>

982aa263a0cef10ee4f4c06084a87af736c449ac authored about 14 years ago by Denys Vlasenko <[email protected]>
volume_id: recognize compressed hibernate swap signature

util-linux/volume_id/linux_swap.c: Added the new magic LINHIB0001
signature.

See:

https://bugs...

86ffe5c15a14dc7f8483faf42ef907c5f861137d authored about 14 years ago by James Hunt <[email protected]>
ls: tweak -e handling; better comments

Signed-off-by: Denys Vlasenko <[email protected]>

407ab2a4349de67c0a3203cdcb544a3360506291 authored about 14 years ago by Denys Vlasenko <[email protected]>
ls: print a space after each column. Closes bug 2941

Signed-off-by: Denys Vlasenko <[email protected]>

2f7d9e8903029b1b5e51a15f9cb0dcb6ca17c3ac authored about 14 years ago by Denys Vlasenko <[email protected]>
ls: make -F not follow symlinks of the command line

Signed-off-by: Denys Vlasenko <[email protected]>

163d86435729cc53d6d4088129f2cde106dd1318 authored about 14 years ago by Denys Vlasenko <[email protected]>
ls: make -x force columnar output; remove unused parts of TRIGGER code

Signed-off-by: Denys Vlasenko <[email protected]>

d87815d5e0721176ee13776956f648e660c895d5 authored about 14 years ago by Denys Vlasenko <[email protected]>
ls: for some options, only last takes effect. Closes bug 2959

Signed-off-by: Denys Vlasenko <[email protected]>

f313746a6d7b992918386a5e6db1cfc8f4da30fd authored about 14 years ago by Denys Vlasenko <[email protected]>
chrt: -m can be used without any arguments. Closes bug 2989

Signed-off-by: Denys Vlasenko <[email protected]>

1393fc116109ba96034470a926933e1bcd518470 authored about 14 years ago by Denys Vlasenko <[email protected]>
chrt: correct opt_complementary. Closes bug 2977

Signed-off-by: Denys Vlasenko <[email protected]>

96c8a6b5eade530f28ef73f72f7d188f71bbb1ec authored about 14 years ago by Denys Vlasenko <[email protected]>
scripts: fix fixdep.c to let it workable in cygwin

Update retrun character detection in the fixdep.c
to let it work in cygwin.

Signed-off-by: Macp...

b2fa0b6219bc8f0e37ea68fc036857a4714fa175 authored about 14 years ago by Macpaul Lin <[email protected]>
Revert "scripts: fix fixdep.c to let it workable in cygwin"

This reverts commit 10c36b86574133bb1cd29ad04db64c7953b94ab5.

e06884208ad766c1107988741a0e102555c3c4fd authored about 14 years ago by Denys Vlasenko <[email protected]>
scripts: fix fixdep.c to let it workable in cygwin

Update return character detection in the fixdep.c
to let it workable in cygwin.

Signed-off-by: ...

10c36b86574133bb1cd29ad04db64c7953b94ab5 authored about 14 years ago by Greentime <[email protected]>
chat: fix build breakage (variable declared in for())

Signed-off-by: Denys Vlasenko <[email protected]>

a3aea32811619e5ed80c2586a9206ad4ea941dfe authored about 14 years ago by Denys Vlasenko <[email protected]>
hush: fix build breakage (variable declared in for())

Signed-off-by: Denys Vlasenko <[email protected]>

0d6a4ecb30f596570585bbde29f7c9b42a60b623 authored about 14 years ago by Denys Vlasenko <[email protected]>
nmeter: deprecate %NNNd specified, use -d MSEC instead

Signed-off-by: Denys Vlasenko <[email protected]>

a6041860f878142e91be7889a26742e25f323c8f authored about 14 years ago by Denys Vlasenko <[email protected]>
procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit

Signed-off-by: Lauri Kasanen <[email protected]>
Signed-off-by: Denys Vlasenko <dvlasenk@redh...

da6fb7e33100e5135e3e898dd157e6c729b34d7c authored about 14 years ago by Lauri Kasanen <[email protected]>
more: smaller version of previous fix

Signed-off-by: Denys Vlasenko <[email protected]>

0d1d0f6e54e1980462c9d07c8b94e56cf13cbf08 authored about 14 years ago by Denys Vlasenko <[email protected]>
more: exit if write to stdout errors out

Signed-off-by: Denys Vlasenko <[email protected]>

0b90de15375b643d2b21695fae3e46908e1effa6 authored about 14 years ago by Denys Vlasenko <[email protected]>
fix typo in README

Signed-off-by: Denys Vlasenko <[email protected]>

1f3709ec741cab0ef635059b225fed02b18ca664 authored about 14 years ago by Denys Vlasenko <[email protected]>
typo fix

Signed-off-by: Denys Vlasenko <[email protected]>

309974412a05138805d9d9244e6a39e6dad89e29 authored about 14 years ago by Denys Vlasenko <[email protected]>
update examples/var_service/README

Signed-off-by: Denys Vlasenko <[email protected]>

bc3cdf8ed156eadb80bd5f83389ab368df6e5656 authored about 14 years ago by Denys Vlasenko <[email protected]>
add examples/var_service/README

Signed-off-by: Denys Vlasenko <[email protected]>

75bb332dbd3105cda90d9d544a16ffdd9be19bbd authored about 14 years ago by Denys Vlasenko <[email protected]>
pstree: use stdin for screen size detection

Signed-off-by: Denys Vlasenko <[email protected]>

86aa8030470b6978a099194402de0f692c477c79 authored about 14 years ago by Denys Vlasenko <[email protected]>
runsvdir: do not miss closely spaced service dir changes

Signed-off-by: Eric Lammerts <[email protected]>
Signed-off-by: Denys Vlasenko <vda.lin...

31905f94777ae6e7181e9fbcc0cc7c4cf70abfaf authored about 14 years ago by Eric Lammerts <[email protected]>
tweak INSTALL_NO_USR help text

Signed-off-by: Denys Vlasenko <[email protected]>

c60e88a5b9d750993f8e25a322ad7f6f09db8bda authored about 14 years ago by Denys Vlasenko <[email protected]>
build system: fix "make install" to skip /usr when configured so

Fix regression in BusyBox 1.18.0 where the NO_USR config option no longer
bites for "make instal...

dc160039ad4218c954afc1236e77f8a3127ca9df authored about 14 years ago by Joachim Nilsson <[email protected]>
pstree: another tiny shrink

function old new delta
pstree_main ...

2161bd701a9267c04aa68fb43b2d40d7793884d4 authored about 14 years ago by Denys Vlasenko <[email protected]>
pstree: tiny shrink

Signed-off-by: Denys Vlasenko <[email protected]>

c32e626988ab35ba62bbe5b64dc8b86cd9a76bac authored about 14 years ago by Denys Vlasenko <[email protected]>
pstree: fix width logic. +30 bytes

Signed-off-by: Lauri Kasanen <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux@goo...

e48e6f85bf1966cb3a6350f5c2276ca73251a2f6 authored about 14 years ago by Lauri Kasanen <[email protected]>
pstree: new applet. +1664 bytes

text data bss dec hex filename
883379 936 17192 901507 dc183 busybox...

6578f2cf5b97a72562b56e7d9ad5d49dee9953b0 authored about 14 years ago by Lauri Kasanen <[email protected]>
typo fix

Signed-off-by: Denys Vlasenko <[email protected]>

a04440ccadbee947cb9d3f37969eea3e2c570ebf authored about 14 years ago by Denys Vlasenko <[email protected]>
add if guards around include <malloc.h>

Signed-off-by: Denys Vlasenko <[email protected]>

8da415ef2503936bc9730f78a25b00177ff2db1d authored about 14 years ago by Denys Vlasenko <[email protected]>
libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework

Signed-off-by: Denys Vlasenko <[email protected]>

5dcc6606cb6ef41e0e0b0f828f670cc61311a3f7 authored about 14 years ago by Denys Vlasenko <[email protected]>
touch: fix help text to not show options disabled in .config

Signed-off-by: Denys Vlasenko <[email protected]>

3f2477e8a89ddadd1dfdd9d990ac8c6fdb8ad4b3 authored about 14 years ago by Denys Vlasenko <[email protected]>
su: suppress "warning: unused variable 'user_buf'"

Signed-off-by: Denys Vlasenko <[email protected]>

631fd5ccd7372e2c09e953cc3c5d0176ee2bc6d2 authored about 14 years ago by Denys Vlasenko <[email protected]>
build system: do not use GNU-isms in find

Signed-off-by: Chris Rees <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux@googlemai...

12caabfa2da59ef877ad7ccbe949164dcc6d69e4 authored about 14 years ago by Chris Rees <[email protected]>
telnetd: write utmp record with correct pid

Signed-off-by: Denys Vlasenko <[email protected]>

58c3d21c2e3caa5e5f3736a72136903dbf3c69d1 authored about 14 years ago by Denys Vlasenko <[email protected]>
ping: set not only IP_TTL, but also IP_MULTICAST_TTL

Signed-off-by: Denys Vlasenko <[email protected]>

3c8799b8a45def567705bfd07b8745e99d5f2dd9 authored about 14 years ago by Denys Vlasenko <[email protected]>
patch: fix "patch at the beginning" testcase failure

Signed-off-by: Rob Landley <[email protected]>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail...

8027a202a89b31b33c94eae29895f14ceceef5af authored about 14 years ago by Rob Landley <[email protected]>
exclude the case of just "busybox" from previous commit

Signed-off-by: Denys Vlasenko <[email protected]>

0ab45da92990072a23fda0f35d068743b1067cf3 authored about 14 years ago by Denys Vlasenko <[email protected]>