projects
/
oweals
/
busybox.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/busybox.git
2009-11-29
Denys Vlasenko
ash: remove last "signed char"; make SIT() clearer...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-28
Denys Vlasenko
ash: randmconfig fix
commit
|
commitdiff
|
tree
|
snapshot
2009-11-28
Denys Vlasenko
ash: remake strange signed char machinery to be unsigne...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-28
Denys Vlasenko
*: remove a few more cases of argc usage. -89 bytes.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-27
Denys Vlasenko
flash_eraseall: stop using obsolete mtd/jffs2-user...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-27
Denys Vlasenko
ntpd: make it NOMMU-safe; ash: exclude it on NOMMU...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
Denys Vlasenko
udp_io: fix two more potential cases of unaligned acces...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
Denys Vlasenko
ping: fix unaligned access. closes bug 745.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
Denys Vlasenko
runlevel: -2 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
Denys Vlasenko
ntpd: trivial -2 byte code optimization
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
Denys Vlasenko
split: handle - as "use stdin". +13 bytes. Closes bug...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
Denys Vlasenko
build system: fix for coarse mtime problem
commit
|
commitdiff
|
tree
|
snapshot
2009-11-25
Denys Vlasenko
ntpd: and real handling for -N, show usage w/o options...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
build system: more fixes to parallel build
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
build system: fix parallel make
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
ntpd: locally bind every peer socket. +22 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
ntpd: fix vda's breakage
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
traceroute6: restore port after probing
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
fix trivial compile breakage
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
ntpd: use MSG_DONTWAIT; better readability
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
ntp: simplifications; libbb: simpler resolution of...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
ps: add comment about -T
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
traceroute: simplify code a bit
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Denys Vlasenko
libunarchive: fix reversed test for older/newer
commit
|
commitdiff
|
tree
|
snapshot
2009-11-23
Denys Vlasenko
ntpd: add -q option. By Adam Tkac.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-23
Denys Vlasenko
traceroute: fix help text to not show -6 when tracerout...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-23
Leonid Lisovskiy
traceroute6: new applet by Leonid Lisovskiy. +1562...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-23
Denys Vlasenko
traceroute: cleanup preparing it for traceroute6. ...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-22
Denys Vlasenko
od: fix -tx without length spec
commit
|
commitdiff
|
tree
|
snapshot
2009-11-22
Adam Tkac
ntpd: new applet by Adam Tkac. +5k.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-21
Stefan Seyfried
flashcp: new applet by Stefan Seyfried. +900 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-21
Denys Vlasenko
mount: clean up #defines. No code changes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-21
Denys Vlasenko
ping: use |=, not =, when combine option bit mask
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Denys Vlasenko
fix fallout from isprint() changes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Denys Vlasenko
ping6: do not play dirty tricks with argv
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Denys Vlasenko
libbb: robustify isXXXX(). +39 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Dan Fandrich
wc: fix a hang gue to isprint(EOF)
commit
|
commitdiff
|
tree
|
snapshot
2009-11-17
Denys Vlasenko
libbb: fix vasprintf implementation
commit
|
commitdiff
|
tree
|
snapshot
2009-11-17
Denys Vlasenko
hush: improve HUSH_BRACE_EXP code (still disabled)...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-16
Denys Vlasenko
tweak in comment
commit
|
commitdiff
|
tree
|
snapshot
2009-11-16
Denys Vlasenko
hush: initial stab at brace expansion support
commit
|
commitdiff
|
tree
|
snapshot
2009-11-16
Denys Vlasenko
hush: fix handling of words with braces. +65 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-16
Denys Vlasenko
hush: fix exit code propagation from `cmd`. +45 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Denys Vlasenko
libbb: added xfdopen_for_read/write
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Denys Vlasenko
hush: wait for `cmd` to complete, and immediately store...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Denys Vlasenko
date: restore hadling of MMDDhhmm[[CC]YY][.ss] date...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Denys Vlasenko
init: restore possibility to reload inittab even before...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Denys Vlasenko
eject: band-aid for kernel headers using u8 type
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Denys Vlasenko
fsck: add comment clarifying exit codes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
Denys Vlasenko
some non-gnu compilers can't have non-const struct...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-14
Bernhard Reutner...
use utimes() rather than obsolescent utime()
commit
|
commitdiff
|
tree
|
snapshot
2009-11-14
Bernhard Reutner...
use utimes() rather than obsolescent utime()
commit
|
commitdiff
|
tree
|
snapshot
2009-11-13
Denys Vlasenko
httpd_post_upload.txt example: handle binary files too
commit
|
commitdiff
|
tree
|
snapshot
2009-11-13
Denys Vlasenko
sed: on output file, set not only mode, but owner too
commit
|
commitdiff
|
tree
|
snapshot
2009-11-13
Denys Vlasenko
*: use "can't" instead of "cannot"
commit
|
commitdiff
|
tree
|
snapshot
2009-11-12
Denys Vlasenko
env: don't SEGV on bare "env -"
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
Denys Vlasenko
tidy up O_NONBLOCK usage. use libbb functions in stty.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
Denys Vlasenko
mdev_fat.conf: add a rule to run nameif
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
Denys Vlasenko
ash: fix bad interaction of "stty -echo" + ASK_TERMINAL
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Denys Vlasenko
fix 'not not' in comment
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Denys Vlasenko
tweak service examples a bit (less verbose comment...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-09
Denys Vlasenko
tweak dhcp service example - add ntp configuration
commit
|
commitdiff
|
tree
|
snapshot
2009-11-08
Denys Vlasenko
add and example of tftpd service
commit
|
commitdiff
|
tree
|
snapshot
2009-11-08
Denys Vlasenko
tftpd: another small tweak
commit
|
commitdiff
|
tree
|
snapshot
2009-11-08
Denys Vlasenko
tftp: another small tweak
commit
|
commitdiff
|
tree
|
snapshot
2009-11-08
Denys Vlasenko
tftpd: slight correction to progress bar code
commit
|
commitdiff
|
tree
|
snapshot
2009-11-08
Magnus Damm
tftp: add optiona support for progress bar
commit
|
commitdiff
|
tree
|
snapshot
2009-11-08
Magnus Damm
tftp: extend tsize support a little
commit
|
commitdiff
|
tree
|
snapshot
2009-11-08
Magnus Damm
wget: factor out progress bar code
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Denys Vlasenko
add more service examples
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Denys Vlasenko
tweak mdev_fat.conf example
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Denys Vlasenko
tweak examples
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Denys Vlasenko
ifplugd: small optimization
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Vladimir Dronnikov
fbsplash: allow compressed image files
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Denys Vlasenko
top: do not use #if inside printf, it can be a macro
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Denys Vlasenko
adding examples/mdev_fat.conf
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Denys Vlasenko
mdev: print line# in error messages
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Denys Vlasenko
add examples/mdev.conf
commit
|
commitdiff
|
tree
|
snapshot
2009-11-07
Denys Vlasenko
big endian warning fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
Denys Vlasenko
removed SuSv3 doc tarball - potential licensing problem
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
Denys Vlasenko
whitespace fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-06
Denys Vlasenko
adding example runit-style service directory
commit
|
commitdiff
|
tree
|
snapshot
2009-11-05
Tomas Heinrich
dumpleases: unicode spport
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Mike Frysinger
applets: meant to fix order, not enable bbsh
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Mike Frysinger
all_sourcecode.tests: check commented out applet order too
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Mike Frysinger
applets: fix alphabetical order
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Mike Frysinger
tests: fix POSIX shell source style
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Denys Vlasenko
lsmod: beautify. no code changes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Denys Vlasenko
libbb.h: remove two over-zealous RETURNS_MALLOC
commit
|
commitdiff
|
tree
|
snapshot
2009-11-04
Denys Vlasenko
fold: fix a corner case. By Tomas Heinrich (heinrich...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
Denys Vlasenko
mkfs_vfat: fixes for large image cases
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
Denys Vlasenko
mkswap: add -L LABEL option. closes bug 689.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
Denys Vlasenko
passwd: do not complain if /etc/shadow is missing
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
Denys Vlasenko
udhcpc: log script parameter too
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
Denys Vlasenko
include/libbb.h: mark malloc-returning functions with...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
Denys Vlasenko
*: introduce and use ffulsh_all()
commit
|
commitdiff
|
tree
|
snapshot
2009-11-02
Vladimir Dronnikov
mkfs.reiser: new applet. needs much polishing
commit
|
commitdiff
|
tree
|
snapshot
2009-11-01
Denys Vlasenko
btrfs.c: check first two superblocks, for additional...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-01
Denys Vlasenko
volume_id: add FAST_FUNC where appropriate
commit
|
commitdiff
|
tree
|
snapshot
2009-11-01
Vladimir Dronnikov
volume_id: add support for btrfs
commit
|
commitdiff
|
tree
|
snapshot
next