Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
da6fb7e33100e5135e3e898dd157e6c729b34d7c
da6fb7e
procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit
by Lauri Kasanen
· 14 years ago
0d1d0f6
more: smaller version of previous fix
by Denys Vlasenko
· 14 years ago
0b90de1
more: exit if write to stdout errors out
by Denys Vlasenko
· 14 years ago
1f3709e
fix typo in README
by Denys Vlasenko
· 14 years ago
3099744
typo fix
by Denys Vlasenko
· 14 years ago
bc3cdf8
update examples/var_service/README
by Denys Vlasenko
· 14 years ago
75bb332
add examples/var_service/README
by Denys Vlasenko
· 14 years ago
86aa803
pstree: use stdin for screen size detection
by Denys Vlasenko
· 14 years ago
31905f9
runsvdir: do not miss closely spaced service dir changes
by Eric Lammerts
· 14 years ago
c60e88a
tweak INSTALL_NO_USR help text
by Denys Vlasenko
· 14 years ago
dc16003
build system: fix "make install" to skip /usr when configured so
by Joachim Nilsson
· 14 years ago
2161bd7
pstree: another tiny shrink
by Denys Vlasenko
· 14 years ago
c32e626
pstree: tiny shrink
by Denys Vlasenko
· 14 years ago
e48e6f8
pstree: fix width logic. +30 bytes
by Lauri Kasanen
· 14 years ago
6578f2c
pstree: new applet. +1664 bytes
by Lauri Kasanen
· 14 years ago
a04440c
typo fix
by Denys Vlasenko
· 14 years ago
8da415e
add if guards around include <malloc.h>
by Denys Vlasenko
· 14 years ago
5dcc660
libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework
by Denys Vlasenko
· 14 years ago
3f2477e
touch: fix help text to not show options disabled in .config
by Denys Vlasenko
· 14 years ago
631fd5c
su: suppress "warning: unused variable 'user_buf'"
by Denys Vlasenko
· 14 years ago
12caabf
build system: do not use GNU-isms in find
by Chris Rees
· 14 years ago
58c3d21
telnetd: write utmp record with correct pid
by Denys Vlasenko
· 14 years ago
3c8799b
ping: set not only IP_TTL, but also IP_MULTICAST_TTL
by Denys Vlasenko
· 14 years ago
8027a20
patch: fix "patch at the beginning" testcase failure
by Rob Landley
· 14 years ago
0ab45da
exclude the case of just "busybox" from previous commit
by Denys Vlasenko
· 14 years ago
8f0af3b
if only one applet is enabled, make "busybox applet [params]" work as expected
by Denys Vlasenko
· 14 years ago
714e2b7
ping: add -t TTL option
by Joachim Nilsson
· 14 years ago
713d241
dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease
by Denys Vlasenko
· 14 years ago
1c31e9e
use BB_EXECVP_or_die where appropriate
by Denys Vlasenko
· 14 years ago
57542eb
hush: move G_x_mode define to the more appropriate place
by Denys Vlasenko
· 14 years ago
85c6247
Support set -o xtrace/noexec alternates for set -x/-n
by Dan Fandrich
· 14 years ago
89ca2f9
hush: display useful help text
by Dan Fandrich
· 14 years ago
fe9403a
add a test for patch which we currently fail
by Denys Vlasenko
· 14 years ago
fa5e295
dhcpd: smaller code: do not look for REQUESTED_IP twice
by Denys Vlasenko
· 14 years ago
b271ad4
blkid: add TODO
by Denys Vlasenko
· 14 years ago
7a3f8e2
gen_build_files.sh: better comment
by Denys Vlasenko
· 14 years ago
749e305
build system: fix for dash
by Denys Vlasenko
· 14 years ago
7386dd1
Start 1.19.0 development cycle
by Denys Vlasenko
· 14 years ago
5ab2064
Bump version to 1.18.0
by Denys Vlasenko
· 14 years ago
1_18_0
9e0f150
date :add a comment about older toolchains
by Denys Vlasenko
· 14 years ago
26777aa
fixes for bugs discovered by randomconfig builds and tests
by Denys Vlasenko
· 14 years ago
29ca159
fix misspelling in comment
by Denys Vlasenko
· 14 years ago
7b4c0fd
hush: fix improper handling of newline and hash chars in few corner cases
by Denys Vlasenko
· 14 years ago
1e23f32
nc: fix SEGV on -v when NC_EXTRA is off
by Denys Vlasenko
· 14 years ago
a945f61
inetd: if argv[0] is not specified, set it to program name
by Mike Frysinger
· 14 years ago
f376303
lineedit: fix tab-completion of filenames with spaces
by Mike Shal
· 14 years ago
7c6ed78
patch: remove out-of-file build machinery
by Denys Vlasenko
· 14 years ago
f9d0913
gen_build_files.sh: restore deleted comment
by Denys Vlasenko
· 14 years ago
ac10b30
cmp: with -s, do not report open errors
by Denys Vlasenko
· 14 years ago
400ff22
patch: simplify double list helpers
by Denys Vlasenko
· 14 years ago
b82ae98
patch: busyboxify by migrating from toybox to busybox helpers
by Denys Vlasenko
· 14 years ago
f718e3a
gen_build_files.sh: rewrite with sed
by Mike Frysinger
· 14 years ago
b78d561
allow SKIP_STRIP to be set in the env
by Mike Frysinger
· 14 years ago
8ce1ad3
depmod.pl: add recursive sanity check
by Mike Frysinger
· 14 years ago
2e9aeae
lineedit: create history files with mode 0600
by Wolfram Sang
· 14 years ago
6696eac
hush: add support for "set -o pipefail"
by Denys Vlasenko
· 14 years ago
c08c3f5
hush: preparatory patch for set -o pipefail support
by Denys Vlasenko
· 14 years ago
2b662c5
libbb: remove unused variable
by Lauri Kasanen
· 14 years ago
a8dc97c
deluser: do not warn spuriously when deleting group by deluser
by Tito Ragusa
· 14 years ago
e057b0f
delgroup: correct the check for users who still use the group
by Denys Vlasenko
· 14 years ago
f595d8e
typo fix
by Denys Vlasenko
· 14 years ago
1586c7a
deluser: 2nd attempt at deluser/delgroup size reduction and improvements
by Tito Ragusa
· 14 years ago
0ebafcc
powertop: code shrink
by Maksym Kryzhanovskyy
· 14 years ago
9135fd2
Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox
by Denys Vlasenko
· 14 years ago
4909fec
ls: fix -lg to show group (was showing user)
by Denys Vlasenko
· 14 years ago
dea28e1
powertop: fix last line detection in process_timer_stats()
by Denys Vlasenko
· 14 years ago
dcb163a
powertop: replace erroneous \n with \0; make numberic conversion more robust
by Denys Vlasenko
· 14 years ago
3bbfb58
ip: Fix command line option parsing of "ip route get ..."
by Christian Hornung
· 14 years ago
6052c2b
powertop: code shrink
by Maksym Kryzhanovskyy
· 14 years ago
854738d
type fix in comment
by Denys Vlasenko
· 14 years ago
833d4e7
rename archival/libunarchive -> archival/libarchive; move bz/ into it
by Denys Vlasenko
· 14 years ago
5e99340
*: move lzo compressor code to archival/libunarchive/. No code changes
by Denys Vlasenko
· 14 years ago
db5fe62
init: if PID!=1, show clearer error message. move usage text closer to main()
by Denys Vlasenko
· 14 years ago
4d4d1a0
whitespace fix
by Denys Vlasenko
· 14 years ago
8531c43
decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE
by Denys Vlasenko
· 14 years ago
2658888
umount: cleanup and code shrink
by Rob Landley
· 14 years ago
66be919
stat: fix mtime/ctime/atime
by Eric Lammerts
· 14 years ago
d7559c2
fdisk: fix trivial build failure
by Denys Vlasenko
· 14 years ago
11872ca
networking/*: remove superfluous comments
by Denys Vlasenko
· 14 years ago
f16727e
decompress_bunzip2: code shrink ~5 bytes
by Denys Vlasenko
· 14 years ago
0c57697
decompress_bunzip2: code shrink ~10 bytes
by Denys Vlasenko
· 14 years ago
5d49b72
decompress_bunzip2: add profiling data to comment. no code changes
by Denys Vlasenko
· 14 years ago
1642d02
scripts/mkdiff_obj: show "size OBJFILE" too
by Denys Vlasenko
· 14 years ago
1014a9a
decompress_bunzip2: relieve register pressure in hot function read_bunzip
by Denys Vlasenko
· 14 years ago
bf3bec5
decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop
by Denys Vlasenko
· 14 years ago
f29a1c5
powertop: build fix for !386 compiles
by Denys Vlasenko
· 14 years ago
36ef0a6
decompress_bunzip2: code shrink
by Denys Vlasenko
· 14 years ago
fb132e4
whitespace cleanup
by Denys Vlasenko
· 14 years ago
66cb7be
ifupdown: add manual method for IPv6. Closes bug 2497.
by Denys Vlasenko
· 14 years ago
ec07420
telnet: do not check for 0 return from poll (it's impossible)
by Denys Vlasenko
· 14 years ago
036dbb9
telnet: convert CR NUL -> CR on input. Closes bug 2569
by Denys Vlasenko
· 14 years ago
6b3f0b0
unicode: update unicode_width on !unicode branch too. Closes bug 2593
by Denys Vlasenko
· 14 years ago
dc8ef35
dnsd: fix 64-bit bug 2539.
by Denys Vlasenko
· 14 years ago
caddfc8
decompress_bunzip2: handle concatenated .bz2 files
by Denys Vlasenko
· 14 years ago
8410ac1
bloat-o-meter: make it python3 compliant
by Marek Polacek
· 14 years ago
7b18107
*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler
by Marek Polacek
· 14 years ago
02788ac
scripts: remove bitrotted scripts/individual
by Denys Vlasenko
· 14 years ago
b27d62a
update docs/new-applet-HOWTO.txt
by Holger Blasum
· 14 years ago
756e95e
ipcrm: small code shrink
by Denys Vlasenko
· 14 years ago
e4dcba1
*: whitespace fixes
by Denys Vlasenko
· 14 years ago
Next »