2007-06-13 |
Denis Vlasenko | fsck_minix: forgotten bit of previous commit... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Denis Vlasenko | fsck_minix: stop using data/bss |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Denis Vlasenko | *: BB_BANNER -> bb_banner (it is not a const or #define)! |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Mike Frysinger | as suggested by Renaud Cerrato and Souf, switch over... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Mike Frysinger | add support for firmware loading |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Denis Vlasenko | hush: fix read builtin to not read ahead past eol and... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | remove nearly-duplicate PATHs in several places |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | login: make /etc/nologin support configurable. -240... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | fix "--help prints usage for wrong applet" bug |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | diff: shrink code (-85 bytes): |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Bernhard Reutner... | - fix testing primary expressions like '"-u" = "-u"' |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | A few more string duplicates found & eliminated |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | catv: was abusing xopen, should not die on err, but... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | move several applets to more correct ex-project. No... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | uudecode: nuke duplicate base64_table[]. saves 65 bytes |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Denis Vlasenko | top: on user suggestion make percentile calculations... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Bernhard Reutner... | - use bb_msg_full_version instead of a separate string... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | getopt_mk_fifo_nod: heed warning |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | top: improve global CPU percentage (smaller & faster... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | top: add config option and code for global CPU % display |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | moved biggest stack buffers to malloc space, or made... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | add script which measures stack consumption. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Denis Vlasenko | httpd: move data off bss. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Bernhard Reutner... | - also note where to checkout the 1_6_stable branch |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | mdev: microscopic enhancement, should change nothing |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | grep: selection done by FEATURE_GREP_EGREP_ALIAS was... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | login: ask passwords even for wrong usernames. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | make busybox --install work even if /proc/self/exe... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | rmp: add optional support for bz2 data. +50 bytes of... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Bernhard Reutner... | - fix invocation without any argument |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | hush: add missing dependencies (Maxime Bizon <mbizon... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | test: fix thinko in previous commit |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | test: recognize /path/to/[ case too |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Bernhard Reutner... | - Add a FAQ entry on "how do i cross compile busybox" |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Bernhard Reutner... | - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Denis Vlasenko | awk: experimentally modify "global" trick to make code... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Bernhard Reutner... | - update defconfig |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Bernhard Reutner... | - i need this disabled code for testing a patch. Please... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Bernhard Reutner... | - fix wrong not operator which was essentially ignored... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Denis Vlasenko | awk: move all data to malloc space |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Denis Vlasenko | echo: fix non-fancy echo |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Denis Vlasenko | ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Denis Vlasenko | remove bashisms from testsuite |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Denis Vlasenko | nc: make connecting to IPv4 from IPv6-enabled hosts... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Bernhard Reutner... | - kiltedknight writes: Busybox incorrectly parses a... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Bernhard Reutner... | - fix typo in error message. Closes #1308 |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | uudecode: fix to base64 decode by Jorgen Cederlof ... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | snprintf(... "%s"...) => safe_strncpy |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | syslogd: move some vectors from data to text. Needs... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | diff: stop using data/bss |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | ping: stop using data/bss |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | Audit bb_common_bufsiz usage, add script which looks... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Denis Vlasenko | find_stray_communal_vars: script which finds communal... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Denis Vlasenko | start 1.7.x version |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Denis Vlasenko | fdisk: make it work with big disks (read: typical today... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Denis Vlasenko | website: announce 1.6.0 |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | less: less <HUGEFILE + [End] busy loops, fix it |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | less: forgot trivial #if ENABLE_xxxx |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | delete tons of extra #includes |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | use "glibc errno" trick not only for ash, but for entir... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | more: stop using bss |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | less: fix very obscure memory corruption bug |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | less: stop using data/bss. Code got smaller too. |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Denis Vlasenko | nmeter: stop using data/bss; reduce amount of reads... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Denis Vlasenko | vi: move some data to malloc'ed space: ~500 less bss... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Denis Vlasenko | hush: trivial buglet found by randomconfig testing |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Denis Vlasenko | whitespace fixes |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Denis Vlasenko | verror_msg: don't printf(NULL) |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Denis Vlasenko | test: close bug 1371 |
commit | commitdiff | tree | snapshot |
2007-05-27 |
Denis Vlasenko | ping: fix wrong sign extension of packet id (bug 1373) |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Denis Vlasenko | xpipe: introduce (saves ~170 bytes) |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Bernhard Reutner... | - fix typo in help text and fix punctuation |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Denis Vlasenko | hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Denis Vlasenko | hush: avoid duplicating HUSH_VERSION |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Denis Vlasenko | hush: micro-optimization in new variable code |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Denis Vlasenko | hush: we can't do without variable->value member, savin... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Denis Vlasenko | hush: rework variable storage and environment handling. |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Denis Vlasenko | hush: update README with yet another failure case |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Denis Vlasenko | hush: fix segfaulting syntax error in interactive hush |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Denis Vlasenko | hush: improve 2 testsuite tests |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Denis Vlasenko | hush: add 2 tests for correct syntax error reporting |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Denis Vlasenko | udhcp: socketpair can fail if AF_UNIX is not available... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Denis Vlasenko | hush: fix handling of unmatched ${name (without closin... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Denis Vlasenko | hush: make syntax error messages a bit more useful |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Denis Vlasenko | hush: prepare testsuite for new, fixed error message... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Denis Vlasenko | hush: fix job control with eval /bin/external_prog |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Denis Vlasenko | hush: fix a bit different instance of "No EOL" bug, |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Denis Vlasenko | fix execute bit on hush-misc/shift.tests |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Denis Vlasenko | hdparm: make -T -t code smaller (-194 bytes), and outpu... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Denis Vlasenko | hush: add 3 CONFIG_xxx, allowing for smaller and less... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Denis Vlasenko | shells: update README and testsuite. environment memory... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Denis Vlasenko | hush: using smallints where we can. save ~20 bytes... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Denis Vlasenko | hush: fix shift + $0 bug; add testcase |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Denis Vlasenko | hush: trivial size optimization |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Denis Vlasenko | hush: make process substitution configurable; add a... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Denis Vlasenko | busybox.net: announce 1.5.1 on the web site. |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Denis Vlasenko | ash: implement type -p, costs less than 10 bytes |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Denis Vlasenko | mount: fix mounting of symlinks (mount from util-linux... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Denis Vlasenko | cttyhack: new applet. |
commit | commitdiff | tree | snapshot |
next |