aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko2011-02-113-26/+36
| * progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-114-23/+27
| * libbb/progress.c: make sure we never get negative ETADenys Vlasenko2011-02-111-16/+17
| * progress meter: display >999 hours ETA correctlyDenys Vlasenko2011-02-101-4/+6
| * wget: shrink progress meter code; strink wget and add debug loggingDenys Vlasenko2011-02-102-64/+105
| * progress bar: better overflow protection; more precise barDenys Vlasenko2011-02-102-25/+34
| * wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytesDenys Vlasenko2011-02-101-8/+19
| * remve erroneous dependensies on INSTALLERDenys Vlasenko2011-02-101-2/+0
| * getty config help: fix example scriptDenys Vlasenko2011-02-101-1/+1
| * getty: extend its config helpDenys Vlasenko2011-02-101-1/+13
| * reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)Denys Vlasenko2011-02-101-2/+2
| * save 10 bytes on stringsDenys Vlasenko2011-02-102-2/+2
| * wget: remove functions which retry on EINTRDenys Vlasenko2011-02-101-3/+5
| * fix trivial build failureDenys Vlasenko2011-02-101-2/+3
| * wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko2011-02-102-61/+62
| * tc: less ugly check for bad sizeof(G)Denys Vlasenko2011-02-101-6/+4
| * iproute: fix handling of "dev IFACE" selectorDenys Vlasenko2011-02-092-14/+25
| * scripts/mkconfigs: don't use invalid basic regexpDenys Vlasenko2011-02-091-1/+1
| * use unistd.h before _POSIX_VERSIONDenys Vlasenko2011-02-082-1/+1
| * ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-086-61/+39
| * incorporate header fixes proposed in bug 3097Denys Vlasenko2011-02-072-1/+4
| * scripts/kconfig/mconf.c: stop-gap fix for buffer overflowDenys Vlasenko2011-02-071-1/+1
| * echo: do not retry on write errorsDenys Vlasenko2011-02-077-40/+74
| * typo fixDenys Vlasenko2011-02-061-1/+1
| * tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko2011-02-064-14/+30
| * runlevel/wall: depend on utmp featureMike Frysinger2011-02-061-0/+2
| * udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko2011-02-061-1/+1
| * ping: trivial simplification. -2 bytesDenys Vlasenko2011-02-061-4/+6
| * ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko2011-02-051-1/+1
| * Let fbsplash display images even when a second buffer is activeDan Fandrich2011-02-051-1/+4
| * ubimkvol,ubirmvol,ubirsvol: new appletsReuben Dowle2011-02-051-18/+136
| * ash: optional support for $TMOUT variableDenys Vlasenko2011-02-042-1/+50
| * ash: cosmetic cleanupsDenys Vlasenko2011-02-041-13/+12
| * libbb: spawn should remove child which failed to execDenys Vlasenko2011-02-031-0/+1
| * tar: support -T - and -X -Denys Vlasenko2011-02-031-1/+1
| * whitespace fixesDenys Vlasenko2011-02-0313-21/+21
| * move nofork_save_area from libbb.h to vfork_daemon_rexec.cDenys Vlasenko2011-02-023-41/+20
| * hush: use FEATURE_SH_NOFORK to enable NOFORK trickDenys Vlasenko2011-02-024-14/+34
| * libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exeDenys Vlasenko2011-02-023-16/+18
| * ps: implement -o statDenys Vlasenko2011-02-022-9/+35
| * modprobe/insmod: fix parameter quotingDenys Vlasenko2011-02-024-10/+28
| * revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84Denys Vlasenko2011-02-011-6/+5
| * df,find_mount_point: optionally don't ignore rootfsLauri Kasanen2011-01-313-2/+21
| * fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze)Denys Vlasenko2011-01-311-9/+5
| * tar: add -h and -T to help textDenys Vlasenko2011-01-311-8/+13
| * libbb/copy_file.c: use smallints instead of signed charsDenys Vlasenko2011-01-281-4/+4
| * getty: fix "ifdef CMSPAR"Denys Vlasenko2011-01-261-1/+1
| * getty: restore CRTSCTS commentDenys Vlasenko2011-01-261-1/+1
| * id: fix inverted if (!ENABLE_DESKTOP)Denys Vlasenko2011-01-261-3/+2
| * getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko2011-01-261-4/+0