projects
/
oweals
/
busybox.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/busybox.git
2015-10-12
Denys Vlasenko
build system: remove special-casing for extra libs
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Denys Vlasenko
randconfig fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Denys Vlasenko
hush: code shrink
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Denys Vlasenko
randconfig fix
commit
|
commitdiff
|
tree
|
snapshot
2015-10-11
Denys Vlasenko
randconfig fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-10-10
Denys Vlasenko
ash: shrink umask code
commit
|
commitdiff
|
tree
|
snapshot
2015-10-09
Denys Vlasenko
use auto_string() where appropriate to kill a few statics
commit
|
commitdiff
|
tree
|
snapshot
2015-10-09
Denys Vlasenko
libbb: auto_string() for efficient handling of temporar...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-09
Denys Vlasenko
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_AP...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-09
Denys Vlasenko
ash: "you have mail" should ignore first change in...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-09
Denys Vlasenko
ash: simplify "you have mail" code
commit
|
commitdiff
|
tree
|
snapshot
2015-10-09
Denys Vlasenko
ash: make dowait() a bit more readable. Logic is unchanged
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Denys Vlasenko
updated android_ndk_defconfig
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Denys Vlasenko
udhcpc: fix for some Android toolchain breakage
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Denys Vlasenko
iproute: more string reuse
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Christoph J...
iproute: don't hardcode the path to config files
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Denys Vlasenko
ip: increased max ID for /etc/iproute2/rt_tables to...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Denys Vlasenko
libiproute: use itoa() where appropriate
commit
|
commitdiff
|
tree
|
snapshot
2015-10-08
Denys Vlasenko
join some common strings, -400 bytes
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
build system: -fno-builtin-printf
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
find: support "find . -delete" idiom - do not try rmdir...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
md5sum: code shrink
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
ash: use a more typical form of "print four octal digit...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
libbb: more compact API for bb_parse_mode()
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
ash: shrink "umask -S" code
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
hush: fix umask: umask(022) was setting umask(755)
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
ash: a bunch of trivial simplifications
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
wget: make it possible to have both SSL helpers configured
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
ifplugd: discovered why it needed net/ethernet.h: just...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-07
Denys Vlasenko
ssl_helper: tweaks discovered while building 32-bit...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-06
Denys Vlasenko
wget: make openssl/ssl_helper choice configurable
commit
|
commitdiff
|
tree
|
snapshot
2015-10-05
Denys Vlasenko
qemu testing: extract_od_binary.sh: support huge files...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-05
Denys Vlasenko
uudecode: tolerate text input with CR+LF line ends
commit
|
commitdiff
|
tree
|
snapshot
2015-10-05
Denys Vlasenko
qemu testing: Do build brctl and ifplugd; force mips32...
commit
|
commitdiff
|
tree
|
snapshot
2015-10-05
Denys Vlasenko
qemu testing: fix hexdumping of binary
commit
|
commitdiff
|
tree
|
snapshot
2015-10-05
Denys Vlasenko
Aboriginal linux/musl build fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-10-05
Denys Vlasenko
Add qemu_multiarch_testing/
commit
|
commitdiff
|
tree
|
snapshot
2015-10-02
Denys Vlasenko
awk: support "length" form of "length()". Closes 8371
commit
|
commitdiff
|
tree
|
snapshot
2015-10-01
Denys Vlasenko
umount: always use umount2 syscall with specified flags
commit
|
commitdiff
|
tree
|
snapshot
2015-09-21
Denys Vlasenko
adduser: fix help text
commit
|
commitdiff
|
tree
|
snapshot
2015-09-21
Bernhard Reutner...
adduser: Add -k /path/to/skel
commit
|
commitdiff
|
tree
|
snapshot
2015-09-21
Bartosz Golaszewski
i2c-tools: rename remaining defines
commit
|
commitdiff
|
tree
|
snapshot
2015-09-21
Bartosz Golaszewski
i2c-tools: remove duplicate definitions
commit
|
commitdiff
|
tree
|
snapshot
2015-09-19
Denys Vlasenko
sort: fix -kN,M handling (was including last separator...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-15
Tito Ragusa
libbb: another unit test for is_suffixed_with
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Peter Korsgaard
modprobe: handle module arguments containing spaces
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Ron Yorston
ash: fix slash treatment in expmeta
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Denys Vlasenko
hush: fix a nommu bug where a part of function body...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Denys Vlasenko
Makefile.flags: survive a build system which has no...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Denys Vlasenko
ash,hush: add a test which fails for ash since commit...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-04
Denys Vlasenko
ash: add tests adapted from hush glob tests. glob2...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-25
Denys Vlasenko
libbb: make is_suffixed_with() return pointer inside...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-25
Bartosz Golaszewski
libbb: add is_suffixed_with() function
commit
|
commitdiff
|
tree
|
snapshot
2015-08-25
Denys Vlasenko
ping: fix recently introduced build breakage for non...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-25
Bartosz Golaszewski
libbb: add a comment describing the way is_prefixed_wit...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-25
Bartosz Golaszewski
libbb: add unit tests for is_prefixed_with()
commit
|
commitdiff
|
tree
|
snapshot
2015-08-24
Sören Tempel
login: don't print motd if .hushlogin exists in users...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-24
Peter Korsgaard
dmesg: add -r option to print raw format even when...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-24
Alex Dowad
ifupdown: 'prio' should have been 'metric' in static_up...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-24
Denys Vlasenko
libbb: add setsockopt_foo helpers
commit
|
commitdiff
|
tree
|
snapshot
2015-08-24
Denys Vlasenko
Merge setsockopt error messages
commit
|
commitdiff
|
tree
|
snapshot
2015-08-24
Denys Vlasenko
traceroute: fix help text
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Bartosz Golaszewski
Makefile: add missing libraries to LDLIBS
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Bartosz Golaszewski
unit-tests: remove code depending on WANT_TIMING
commit
|
commitdiff
|
tree
|
snapshot
2015-08-17
Bartosz Golaszewski
unit-tests: remove unnecesary field from struct bbunit_...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Denys Vlasenko
arping: make help text clearer
commit
|
commitdiff
|
tree
|
snapshot
2015-08-16
Ron Yorston
less: fix botched attempt to use last column
commit
|
commitdiff
|
tree
|
snapshot
2015-08-15
Ron Yorston
ipcalc: fix trivial usage message
commit
|
commitdiff
|
tree
|
snapshot
2015-08-04
Denys Vlasenko
zcip: tweak comments and make unsigned division more...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-04
Denys Vlasenko
zcip: another code shrink
commit
|
commitdiff
|
tree
|
snapshot
2015-08-04
Denys Vlasenko
zcip: code shrink
commit
|
commitdiff
|
tree
|
snapshot
2015-08-04
Denys Vlasenko
zcip: simplify code
commit
|
commitdiff
|
tree
|
snapshot
2015-08-03
Ron Yorston
uname: make OS name configurable
commit
|
commitdiff
|
tree
|
snapshot
2015-08-03
Ron Yorston
less: further tweaks to regular file detection
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Aaro Koskinen
diff.tests: add testcases for -B and single line changes
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Aaro Koskinen
diff: fix -B with single line changes
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Denys Vlasenko
less: improve regular file detection in line counting...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Ron Yorston
less: allow use of last column of terminal
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Ron Yorston
less: fix line number confusion
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Ron Yorston
less: add a function to detect when display is at end...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Ron Yorston
less: rearrange detection of non-regular files
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Ron Yorston
less: move code to count lines into a separate function
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Ron Yorston
less: fix numeric input
commit
|
commitdiff
|
tree
|
snapshot
2015-07-31
Mike Frysinger
echo: make escape sequences depend on fancy mode
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Linus Walleij
fbset: fix rgba parsing
commit
|
commitdiff
|
tree
|
snapshot
2015-07-30
Arthur Gautier
udhcpc: dns labels can actually start with a number
commit
|
commitdiff
|
tree
|
snapshot
2015-07-21
Ron Yorston
less: improvements to verbose status messages
commit
|
commitdiff
|
tree
|
snapshot
2015-07-21
Denys Vlasenko
sync: add support for -d -f FILE
commit
|
commitdiff
|
tree
|
snapshot
2015-07-19
Denys Vlasenko
Remove old_e2fsprogs/*
commit
|
commitdiff
|
tree
|
snapshot
2015-07-19
Ron Yorston
libbb: add a function to make a copy of a region of...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-19
Ron Yorston
less: correctly account for tabs when rewrapping lines
commit
|
commitdiff
|
tree
|
snapshot
2015-07-19
Ron Yorston
less: fix display of line numbers
commit
|
commitdiff
|
tree
|
snapshot
2015-07-19
Ron Yorston
less: document -S flag and make it independently config...
commit
|
commitdiff
|
tree
|
snapshot
2015-07-13
Ron Yorston
ash: use alloca to get rid of setjmp
commit
|
commitdiff
|
tree
|
snapshot
2015-07-13
Denys Vlasenko
fix file mode
commit
|
commitdiff
|
tree
|
snapshot
2015-07-13
Ron Yorston
ash: remove parsebackquote flag
commit
|
commitdiff
|
tree
|
snapshot
2015-07-13
Maninder Singh
Removes stray empty line from code
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Clayton Shotwell
applets: Add installation of individual binaries
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Denys Vlasenko
ps: fix SEGV on narrow screens. closes 8176
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Denys Vlasenko
ipaddress: better formatting, no code changes
commit
|
commitdiff
|
tree
|
snapshot
next