| Commit message (Expand) | Author | Age | Files | Lines |
* | adduser: install to /usr, not /, like all other similar tools | Denys Vlasenko | 2012-06-20 | 1 | -1/+1 |
* | Move several applets to different install dir: | Denys Vlasenko | 2012-06-20 | 3 | -23/+23 |
* | tweak help text | Denys Vlasenko | 2012-06-19 | 2 | -7/+7 |
* | build system: fix build of kconfig on Darwin | Bernhard Walle | 2012-06-18 | 1 | -0/+2 |
* | wget: fix wget-supports--P testsuite failure. Closes 4940 | Denys Vlasenko | 2012-06-17 | 1 | -6/+4 |
* | config: do not refer to HTTPS for wget | Pierre Carrier | 2012-06-17 | 1 | -2/+2 |
* | wget: make -c _not_ truncate the file | Denys Vlasenko | 2012-06-17 | 1 | -2/+14 |
* | unzip: make options parsing more robust on getopt w/o gnu extensions | Denys Vlasenko | 2012-06-15 | 1 | -67/+70 |
* | Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox | Denys Vlasenko | 2012-06-14 | 2 | -12/+30 |
|\ |
|
| * | ps: use separate get_uptime() and make it work on non-linux too | Michael Tokarev | 2012-06-13 | 1 | -11/+29 |
| * | nanddump: make dumping read-only partitions work | Matt Reimer | 2012-06-13 | 1 | -1/+1 |
* | | wget: correctly handle failure to -c (continue) | Denys Vlasenko | 2012-06-13 | 1 | -0/+16 |
* | | wget: add dummy --no-cache | Vladimir Dronnikov | 2012-06-13 | 1 | -10/+16 |
|/ |
|
* | modinfo: match more standard module fields and fix version field | Tanguy Pruvot | 2012-06-12 | 1 | -9/+16 |
* | volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structs | Denys Vlasenko | 2012-06-12 | 2 | -72/+35 |
* | su: do not change to home dir unless -l | Pascal Bellard | 2012-06-12 | 5 | -7/+11 |
* | remove FEATURE_VI_OPTIMIZE_CURSOR from example config | Denys Vlasenko | 2012-06-12 | 8 | -8/+0 |
* | rdate: code shrink | Denys Vlasenko | 2012-06-11 | 1 | -2/+2 |
* | Add comments in keyboard escape sequences table | Denys Vlasenko | 2012-06-11 | 1 | -5/+10 |
* | vi: save/restore screen upon invocation | Denys Vlasenko | 2012-06-11 | 1 | -0/+4 |
* | vi: nuke FEATURE_VI_OPTIMIZE_CURSOR | Denys Vlasenko | 2012-06-11 | 1 | -124/+58 |
* | ntpd: on time step, kill all outstanding replies from other peers | Denys Vlasenko | 2012-06-11 | 1 | -20/+30 |
* | testsuite: some more awk tests related to conditions | Tanguy Pruvot | 2012-06-11 | 1 | -0/+7 |
* | rdate: code shrink | Denys Vlasenko | 2012-06-11 | 1 | -11/+12 |
* | vi: do not set autoindent by default | Denys Vlasenko | 2012-06-11 | 1 | -7/+8 |
* | libbb: add missing_syscalls.c: for now, only Android syscalls | Tias Guns | 2012-06-10 | 1 | -0/+42 |
* | android: some sensible defconfig changes | Tias Guns | 2012-06-10 | 1 | -14/+14 |
* | platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH | Tias Guns | 2012-06-10 | 1 | -0/+6 |
* | android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c | Tias Guns | 2012-06-10 | 1 | -0/+6 |
* | inetd: fix build failure in Android | Tias Guns | 2012-06-10 | 1 | -0/+1 |
* | brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt... | Denys Vlasenko | 2012-06-10 | 1 | -2/+2 |
* | lpr: don't send 0-byte print jobs (compat) | Denys Vlasenko | 2012-06-10 | 1 | -13/+17 |
* | tar: fix 256-bit encoded number decoding | Etienne Le Sueur | 2012-06-09 | 1 | -1/+1 |
* | ash: fix a bug in >${varexp} handling. Closes 5282 | Denys Vlasenko | 2012-06-09 | 3 | -10/+26 |
* | sed: yet another fix on top of zero length match code | Denys Vlasenko | 2012-06-08 | 2 | -6/+15 |
* | man: fix handling of gzipped manpages | Denys Vlasenko | 2012-06-08 | 1 | -10/+4 |
* | sed: fix breakage added by zero length match code | Denys Vlasenko | 2012-06-07 | 2 | -1/+5 |
* | sed: code shrink | Denys Vlasenko | 2012-06-04 | 1 | -13/+15 |
* | sed: fix zero chars match/replace | Denys Vlasenko | 2012-06-04 | 2 | -24/+50 |
* | ifplugd: tweak help text | Denys Vlasenko | 2012-06-03 | 1 | -3/+3 |
* | udhcpc[6]: show select timeout in log | Denys Vlasenko | 2012-06-02 | 2 | -2/+2 |
* | unzip: ignore chmod errors | Natanael Copa | 2012-05-28 | 3 | -2/+8 |
* | tar: support -J, --xz explicit compression option | Boris Reisig | 2012-05-24 | 1 | -2/+15 |
* | build system: fix build failure when only gunzip is selected | Anthony G. Basile | 2012-05-20 | 1 | -1/+1 |
* | mdev: tell kernel that we didn't find the firmware | Christoph Lohmann | 2012-05-19 | 1 | -17/+24 |
* | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko | 2012-05-19 | 4 | -49/+40 |
|\ |
|
| * | tar: implement --no-recursion | Natanael Copa | 2012-05-18 | 1 | -7/+12 |
| * | mdev: remove undocumented subsystem/devname matching hack | Denys Vlasenko | 2012-05-18 | 2 | -30/+2 |
| * | mdev: when found, print major,minor into mdev.log | Denys Vlasenko | 2012-05-18 | 3 | -12/+26 |
* | | tweak help text | Denys Vlasenko | 2012-05-18 | 1 | -2/+2 |
|/ |
|