platform/upstream/busybox.git
2007-06-10 Denis Vlasenkoadd script which measures stack consumption.
2007-06-09 Denis Vlasenkohttpd: move data off bss.
2007-06-09 Bernhard Reutner... - also note where to checkout the 1_6_stable branch
2007-06-08 Denis Vlasenkomdev: microscopic enhancement, should change nothing
2007-06-08 Denis Vlasenkogrep: selection done by FEATURE_GREP_EGREP_ALIAS was...
2007-06-08 Denis Vlasenkologin: ask passwords even for wrong usernames.
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-06-08 Bernhard Reutner... - fix invocation without any argument
2007-06-08 Denis Vlasenkohush: add missing dependencies (Maxime Bizon <mbizon...
2007-06-08 Denis Vlasenkotest: fix thinko in previous commit
2007-06-08 Denis Vlasenkotest: recognize /path/to/[ case too
2007-06-08 Bernhard Reutner... - Add a FAQ entry on "how do i cross compile busybox"
2007-06-07 Bernhard Reutner... - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE
2007-06-07 Denis Vlasenkoawk: experimentally modify "global" trick to make code...
2007-06-07 Bernhard Reutner... - update defconfig
2007-06-07 Bernhard Reutner... - i need this disabled code for testing a patch. Please...
2007-06-06 Bernhard Reutner... - fix wrong not operator which was essentially ignored...
2007-06-06 Denis Vlasenkoawk: move all data to malloc space
2007-06-06 Denis Vlasenkoecho: fix non-fancy echo
2007-06-06 Denis Vlasenkops: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft...
2007-06-05 Denis Vlasenkoremove bashisms from testsuite
2007-06-05 Denis Vlasenkonc: make connecting to IPv4 from IPv6-enabled hosts...
2007-06-05 Bernhard Reutner... - kiltedknight writes: Busybox incorrectly parses a...
2007-06-05 Bernhard Reutner... - fix typo in error message. Closes #1308
2007-06-04 Denis Vlasenkouudecode: fix to base64 decode by Jorgen Cederlof ...
2007-06-04 Denis Vlasenkosnprintf(... "%s"...) => safe_strncpy
2007-06-04 Denis Vlasenkosyslogd: move some vectors from data to text. Needs...
2007-06-04 Denis Vlasenkodiff: stop using data/bss
2007-06-04 Denis Vlasenkoping: stop using data/bss
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-06-03 Denis Vlasenkofind_stray_communal_vars: script which finds communal...
2007-06-02 Denis Vlasenkostart 1.7.x version
2007-06-02 Denis Vlasenkofdisk: make it work with big disks (read: typical today...
2007-06-01 Denis Vlasenkowebsite: announce 1.6.0
2007-05-31 Denis Vlasenkoless: less <HUGEFILE + [End] busy loops, fix it
2007-05-31 Denis Vlasenkoless: forgot trivial #if ENABLE_xxxx
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-31 Denis Vlasenkomore: stop using bss
2007-05-31 Denis Vlasenkoless: fix very obscure memory corruption bug
2007-05-31 Denis Vlasenkoless: stop using data/bss. Code got smaller too.
2007-05-30 Denis Vlasenkonmeter: stop using data/bss; reduce amount of reads...
2007-05-30 Denis Vlasenkovi: move some data to malloc'ed space: ~500 less bss...
2007-05-30 Denis Vlasenkohush: trivial buglet found by randomconfig testing
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-29 Denis Vlasenkoverror_msg: don't printf(NULL)
2007-05-27 Denis Vlasenkotest: close bug 1371
2007-05-27 Denis Vlasenkoping: fix wrong sign extension of packet id (bug 1373)
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-05-26 Bernhard Reutner... - fix typo in help text and fix punctuation
2007-05-25 Denis Vlasenkohush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl...
2007-05-25 Denis Vlasenkohush: avoid duplicating HUSH_VERSION
2007-05-25 Denis Vlasenkohush: micro-optimization in new variable code
2007-05-25 Denis Vlasenkohush: we can't do without variable->value member, savin...
2007-05-25 Denis Vlasenkohush: rework variable storage and environment handling.
2007-05-24 Denis Vlasenkohush: update README with yet another failure case
2007-05-24 Denis Vlasenkohush: fix segfaulting syntax error in interactive hush
2007-05-24 Denis Vlasenkohush: improve 2 testsuite tests
2007-05-24 Denis Vlasenkohush: add 2 tests for correct syntax error reporting
2007-05-24 Denis Vlasenkoudhcp: socketpair can fail if AF_UNIX is not available...
2007-05-24 Denis Vlasenkohush: fix handling of unmatched ${name (without closin...
2007-05-23 Denis Vlasenkohush: make syntax error messages a bit more useful
2007-05-23 Denis Vlasenkohush: prepare testsuite for new, fixed error message...
2007-05-23 Denis Vlasenkohush: fix job control with eval /bin/external_prog
2007-05-23 Denis Vlasenkohush: fix a bit different instance of "No EOL" bug,
2007-05-23 Denis Vlasenkofix execute bit on hush-misc/shift.tests
2007-05-22 Denis Vlasenkohdparm: make -T -t code smaller (-194 bytes), and outpu...
2007-05-21 Denis Vlasenkohush: add 3 CONFIG_xxx, allowing for smaller and less...
2007-05-21 Denis Vlasenkoshells: update README and testsuite. environment memory...
2007-05-21 Denis Vlasenkohush: using smallints where we can. save ~20 bytes...
2007-05-20 Denis Vlasenkohush: fix shift + $0 bug; add testcase
2007-05-20 Denis Vlasenkohush: trivial size optimization
2007-05-20 Denis Vlasenkohush: make process substitution configurable; add a...
2007-05-20 Denis Vlasenkobusybox.net: announce 1.5.1 on the web site.
2007-05-20 Denis Vlasenkoash: implement type -p, costs less than 10 bytes
2007-05-20 Denis Vlasenkomount: fix mounting of symlinks (mount from util-linux...
2007-05-18 Denis Vlasenkocttyhack: new applet.
2007-05-18 Denis Vlasenkomake "static linking against glibc" an #error, not...
2007-05-18 Denis Vlasenkoawk: fix a trivial bug introduced by me.
2007-05-18 Denis Vlasenkowe were basically ignoring CONFIG_USE_BB_PWD_GRP (assum...
2007-05-17 Denis Vlasenkoawk: make code a bit less obfuscated
2007-05-17 Denis Vlasenkoseveral *.c files:
2007-05-17 Denis Vlasenkovi: remove two globals
2007-05-17 Denis Vlasenkohush: do "struct globals" trick. hush.o data+bss =...
2007-05-17 Denis Vlasenkohush: consolidated variable expansion for assignments...
2007-05-17 Denis Vlasenkomore compile fixes from randomconfig run
2007-05-17 Denis Vlasenkofix trivial compile errors found by randomconfig run
2007-05-16 Denis Vlasenkonetstat: fix error in new -W option handling
2007-05-16 Denis Vlasenkohush: take care of several easy FIXMEs. -228 bytes.
2007-05-16 Denis Vlasenkohush: another microscopic typo fix
2007-05-16 Denis Vlasenkohush: fix English in comment
2007-05-16 Denis Vlasenkohush: simplify read builtin; fix set_local_var (misplac...
2007-05-16 Denis Vlasenkohush: fix expansion of quoted $VAR, $* and $@
2007-05-16 Denis Vlasenkohush: fix incorrect processing of echo "'$var'".
2007-05-15 Denis Vlasenkonetstat: introduce -W: wide, ipv6-friendly output
2007-05-15 Bernhard Reutner... - apply hunk that fixes an issue with (wrong?) dependen...
2007-05-15 Bernhard Reutner... - busybox.c was removed a while ago
2007-05-14 Denis Vlasenkohush: move testsuite files from hush-bugs to hush-parsing
next