| Commit message (Expand) | Author | Age | Files | Lines |
* | hush: use ash's ulimit builtin; make it more more bash0like while at it | Denys Vlasenko | 2010-03-06 | 5 | -215/+253 |
* | tftp: do not show progress bar if we get error right away. +13 bytes | Denys Vlasenko | 2010-03-05 | 5 | -8/+14 |
* | *: use NULL for null pointers | Denys Vlasenko | 2010-03-05 | 19 | -36/+36 |
* | libbb/loop.c: style and readability fixes, no code changes | Denys Vlasenko | 2010-03-05 | 1 | -13/+18 |
* | top: make 's' display easier to understand | Denys Vlasenko | 2010-03-04 | 1 | -6/+6 |
* | modprobe: remove 2k limit on /proc/cmdline | Denys Vlasenko | 2010-03-03 | 1 | -7/+5 |
* | ping: do not leak data from stack; shrink | Denys Vlasenko | 2010-03-03 | 1 | -47/+57 |
* | head,tail: trim help text; make suffixes unconditional for head too | Denys Vlasenko | 2010-03-02 | 2 | -34/+33 |
* | *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR | Denys Vlasenko | 2010-03-02 | 4 | -9/+9 |
* | syslog: allow multiple -R options | Thomas Geulig | 2010-02-28 | 1 | -36/+50 |
* | modprobe: pick up module options from /proc/cmdline too | Denys Vlasenko | 2010-02-27 | 1 | -0/+34 |
* | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko | 2010-02-27 | 2 | -28/+36 |
|\ |
|
| * | Config: fix alphabetical ordering | Bernhard Reutner-Fischer | 2010-02-26 | 1 | -28/+28 |
| * | tail: document FANCY flags in helptext | Bernhard Reutner-Fischer | 2010-02-26 | 1 | -0/+4 |
| * | df: explain FANCY options in helptext | Bernhard Reutner-Fischer | 2010-02-26 | 1 | -0/+4 |
* | | *: gethostname-related fixes | Denys Vlasenko | 2010-02-27 | 3 | -35/+13 |
|/ |
|
* | reuse a few strings | Bernhard Reutner-Fischer | 2010-02-26 | 2 | -5/+5 |
* | su: move restricted_shell into su.c (the only user) | Denys Vlasenko | 2010-02-26 | 4 | -49/+18 |
* | setup_environment(): eliminate one parameter | Denys Vlasenko | 2010-02-26 | 5 | -11/+16 |
* | crontab: use setup_environment | Bernhard Reutner-Fischer | 2010-02-26 | 4 | -23/+12 |
* | free: silence warning about unused argv | Bernhard Reutner-Fischer | 2010-02-26 | 1 | -1/+1 |
* | awk: skip whitespace between array name and subscript | Alexander Shishkin | 2010-02-26 | 2 | -1/+4 |
* | find: tweak error message | Bernhard Reutner-Fischer | 2010-02-25 | 1 | -2/+6 |
* | typo fixes | Denys Vlasenko | 2010-02-24 | 1 | -2/+2 |
* | mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721. | Denys Vlasenko | 2010-02-24 | 1 | -22/+32 |
* | fdisk: do not treat names ending in '0' as partitions | Denys Vlasenko | 2010-02-24 | 1 | -2/+3 |
* | tweak README (s/svn/git) | Denys Vlasenko | 2010-02-24 | 1 | -6/+11 |
* | install: strip before mode/uid/gid is set, not after. | Denys Vlasenko | 2010-02-21 | 1 | -12/+13 |
* | loadfont/setfont: optional PSF2 font support | Harald Becker | 2010-02-21 | 2 | -108/+224 |
* | free: code shrink | Denys Vlasenko | 2010-02-21 | 1 | -35/+48 |
* | Replace __uClinux__ define with !BB_MMU | Denys Vlasenko | 2010-02-21 | 2 | -4/+4 |
* | fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) | Denys Vlasenko | 2010-02-21 | 3 | -2/+8 |
* | fix typos in comments and doc | Denys Vlasenko | 2010-02-19 | 2 | -2/+2 |
* | fix Unicode build on glibc | Denys Vlasenko | 2010-02-19 | 1 | -2/+5 |
* | netstat: fix a trivial bug | Denys Vlasenko | 2010-02-19 | 1 | -1/+1 |
* | usage: fix typo | Bernhard Reutner-Fischer | 2010-02-14 | 1 | -1/+1 |
* | delete forgotten chunk in prev commit | Denys Vlasenko | 2010-02-14 | 1 | -1/+0 |
* | trim help text | Denys Vlasenko | 2010-02-14 | 1 | -66/+65 |
* | trim/regularize help text | Denys Vlasenko | 2010-02-13 | 1 | -108/+113 |
* | gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error | Joakim Tjernlund | 2010-02-11 | 1 | -1/+4 |
* | include/platform.h: PowerPC can also do unaligned access | Joakim Tjernlund | 2010-02-11 | 1 | -1/+1 |
* | wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" | Denys Vlasenko | 2010-02-11 | 1 | -0/+1 |
* | wget: ignore --no-check-certificate | Bernhard Reutner-Fischer | 2010-02-10 | 2 | -1/+3 |
* | compat and warning fixes | Denys Vlasenko | 2010-02-09 | 2 | -1/+4 |
* | libbb/md5.c: remove wrong comment | Denys Vlasenko | 2010-02-08 | 1 | -7/+5 |
* | volume_id/linux_swap: detect suspended image signatures too | Vladimir Dronnikov | 2010-02-08 | 1 | -1/+5 |
* | hush: note a FIXME | Denys Vlasenko | 2010-02-08 | 1 | -0/+1 |
* | shaNNNsum: accept and ignore -b and -t | Denys Vlasenko | 2010-02-07 | 1 | -2/+4 |
* | bloat-o-meter: convert to print() calls | Bernhard Reutner-Fischer | 2010-02-07 | 1 | -4/+4 |
* | bloat-o-meter: fix quadric behavior in alias resolution | Bernhard Reutner-Fischer | 2010-02-07 | 1 | -29/+68 |