aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* udhcpc: make -O <numeric_opt> work. Closes 5402Denys Vlasenko2012-07-273-13/+21
* Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn2012-07-261-3/+3
* Add yet another missing ALIGN2 on a global declaration.Denys Vlasenko2012-07-261-1/+1
* dhcpd: write lease file on exitDenys Vlasenko2012-07-241-4/+4
* *: declare strings with ALIGN1, as appropriateAurelien Jarno2012-07-241-18/+18
* *: declare strings with ALIGN1, as appropriateMichael Tokarev2012-07-243-5/+5
* testsuite: make mkfs.minix test not fail spuriously on big endianYao Zhao2012-07-241-1/+9
* sed: allow 'w' cmd to use two address formMimi Li2012-07-241-5/+11
* tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko2012-07-181-32/+32
* awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2012-07-112-0/+19
* ftpd: free allocated string on error pathDenys Vlasenko2012-07-111-0/+1
* ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko2012-07-111-1/+1
* ash: add a comment about VEXPORTDenys Vlasenko2012-07-071-0/+4
* fbset: respect rgba configuration lines in fb.modesLinus Walleij2012-07-071-1/+25
* acpid: add missing lid switch definitionEric Martin2012-07-071-0/+1
* include sys/resource.h where neededMike Frysinger2012-07-057-0/+7
* mount: support strictatime option. Closes 5240Denys Vlasenko2012-06-261-1/+9
* awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2012-06-222-7/+24
* dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko2012-06-223-6/+14
* trivial small speed optimizationDenys Vlasenko2012-06-221-3/+5
* mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240Denys Vlasenko2012-06-221-2/+8
* mount: undo recent breakage when mount flags were made unsignedDenys Vlasenko2012-06-221-1/+1
* mount: fix the wrongly stored fs creation timeDenys Vlasenko2012-06-213-14/+54
* mount: set up RO loop device if mount -o ro. Closes 4784Denys Vlasenko2012-06-211-14/+15
* tweak help textsDenys Vlasenko2012-06-212-9/+8
* adduser: install to /usr, not /, like all other similar toolsDenys Vlasenko2012-06-201-1/+1
* Move several applets to different install dir:Denys Vlasenko2012-06-203-23/+23
* tweak help textDenys Vlasenko2012-06-192-7/+7
* build system: fix build of kconfig on DarwinBernhard Walle2012-06-181-0/+2
* wget: fix wget-supports--P testsuite failure. Closes 4940Denys Vlasenko2012-06-171-6/+4
* config: do not refer to HTTPS for wgetPierre Carrier2012-06-171-2/+2
* wget: make -c _not_ truncate the fileDenys Vlasenko2012-06-171-2/+14
* unzip: make options parsing more robust on getopt w/o gnu extensionsDenys Vlasenko2012-06-151-67/+70
* Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko2012-06-142-12/+30
|\
| * ps: use separate get_uptime() and make it work on non-linux tooMichael Tokarev2012-06-131-11/+29
| * nanddump: make dumping read-only partitions workMatt Reimer2012-06-131-1/+1
* | wget: correctly handle failure to -c (continue)Denys Vlasenko2012-06-131-0/+16
* | wget: add dummy --no-cacheVladimir Dronnikov2012-06-131-10/+16
|/
* modinfo: match more standard module fields and fix version fieldTanguy Pruvot2012-06-121-9/+16
* volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structsDenys Vlasenko2012-06-122-72/+35
* su: do not change to home dir unless -lPascal Bellard2012-06-125-7/+11
* remove FEATURE_VI_OPTIMIZE_CURSOR from example configDenys Vlasenko2012-06-128-8/+0
* rdate: code shrinkDenys Vlasenko2012-06-111-2/+2
* Add comments in keyboard escape sequences tableDenys Vlasenko2012-06-111-5/+10
* vi: save/restore screen upon invocationDenys Vlasenko2012-06-111-0/+4
* vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko2012-06-111-124/+58
* ntpd: on time step, kill all outstanding replies from other peersDenys Vlasenko2012-06-111-20/+30
* testsuite: some more awk tests related to conditionsTanguy Pruvot2012-06-111-0/+7
* rdate: code shrinkDenys Vlasenko2012-06-111-11/+12
* vi: do not set autoindent by defaultDenys Vlasenko2012-06-111-7/+8