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-12-05
Souf Oued
lspci: new applet. +573 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-12-05
Denys Vlasenko
replace /bin/mdev with /sbin/mdev
commit
|
commitdiff
|
tree
|
snapshot
2009-12-05
Denys Vlasenko
mount: prevent second mount -a from mounting everything...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-05
Denys Vlasenko
trim usage text. -238 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-12-05
Denys Vlasenko
ash: fix double comma in initializer
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Michael Abbott
ash: implement set -o pipefail (conditional on bash...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Denys Vlasenko
ash: preparatory work for pipefail and code shrink...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Denys Vlasenko
ash: re-enable SIGHUP on entry. Closes bug 771.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Michael Abbott
mount: add support for -O list. +44 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-12-04
Denys Vlasenko
grep: fix a case when -o loops forever
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Denys Vlasenko
ntpd: remove dynamic dns resolution code, too complex...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Denys Vlasenko
ntpd: try to avoid DNS requests *during* NTP roundtrip...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Denys Vlasenko
ntpd: implement -x. shrink code a bit. -69 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Denys Vlasenko
ntpd: fix malloc-too-short bug; code shrink -76 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Denys Vlasenko
ntpd: fix "synced" state detection
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Denys Vlasenko
ntpd: continuing small message tweaks and the like...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Denys Vlasenko
htpd: better logging; removed some unused code and...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-01
Denys Vlasenko
ntpd: make it work w/o -g too :(
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Denys Vlasenko
ash: straighten up a bit of code in varvalue()
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Denys Vlasenko
touch: needs another fix after last utimes() fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Denys Vlasenko
awk: fix an incorrect casting to string (bug 725)....
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Denys Vlasenko
awk: preparatory patch, no essential code changes....
commit
|
commitdiff
|
tree
|
snapshot
2009-11-29
Denys Vlasenko
fix improper utimes usage
commit
|
commitdiff
|
tree
|
snapshot
2009-11-29
Denys Vlasenko
tar: add a test for latest fix
commit
|
commitdiff
|
tree
|
snapshot
2009-11-29
Denys Vlasenko
tar: revert part of last change. -39 bytes
commit
|
commitdiff
|
tree
|
snapshot
2009-11-29
Denys Vlasenko
tar: fix bug 673 (misdetection of repeated dir as hardl...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-29
Denys Vlasenko
ash: more cosmetics and cleanups
commit
|
commitdiff
|
tree
|
snapshot
2009-11-29
Denys Vlasenko
ash: cosmetics, no code changes
commit
|
commitdiff
|
tree
|
snapshot
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
next