aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-02style fixes, no code changesDenys Vlasenko
2012-09-02getty: tweak style, no code changesDenys Vlasenko
2012-08-16wget: try reading after poll timeout - stdio may have buffered data. Closes 5426Denys Vlasenko
2012-08-16getty: add commented-out extended error diagnosticDenys Vlasenko
2012-08-15login: increase login name size limit from 32 to 64Denys Vlasenko
2012-08-10udhcp[cd]: fix binding to network aliases. Closes 5432, 5438Denys Vlasenko
2012-08-07lineedit: fix Alt-D when cursor==0Cliff Frey
2012-08-06platform.h: disable ALIGNn macros for s390[x]Denys Vlasenko
2012-08-04disable format security warningsMike Frysinger
2012-07-27udhcpc: make -O <numeric_opt> work. Closes 5402Denys Vlasenko
2012-07-26Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn
2012-07-26Add yet another missing ALIGN2 on a global declaration.Denys Vlasenko
2012-07-24dhcpd: write lease file on exitDenys Vlasenko
2012-07-24*: declare strings with ALIGN1, as appropriateAurelien Jarno
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev
2012-07-24testsuite: make mkfs.minix test not fail spuriously on big endianYao Zhao
2012-07-24sed: allow 'w' cmd to use two address formMimi Li
2012-07-18tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko
2012-07-11awk: fix FS assignment behavior. Closes 5108Denys Vlasenko
2012-07-11ftpd: free allocated string on error pathDenys Vlasenko
2012-07-11ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko
2012-07-07ash: add a comment about VEXPORTDenys Vlasenko
2012-07-07fbset: respect rgba configuration lines in fb.modesLinus Walleij
2012-07-07acpid: add missing lid switch definitionEric Martin
2012-07-05include sys/resource.h where neededMike Frysinger
2012-06-26mount: support strictatime option. Closes 5240Denys Vlasenko
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko
2012-06-22dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko
2012-06-22trivial small speed optimizationDenys Vlasenko
2012-06-22mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240Denys Vlasenko
2012-06-22mount: undo recent breakage when mount flags were made unsignedDenys Vlasenko
2012-06-21mount: fix the wrongly stored fs creation timeDenys Vlasenko
2012-06-21mount: set up RO loop device if mount -o ro. Closes 4784Denys Vlasenko
2012-06-21tweak help textsDenys Vlasenko
2012-06-20adduser: install to /usr, not /, like all other similar toolsDenys Vlasenko
2012-06-20Move several applets to different install dir:Denys Vlasenko
2012-06-19tweak help textDenys Vlasenko
2012-06-18build system: fix build of kconfig on DarwinBernhard Walle
2012-06-17wget: fix wget-supports--P testsuite failure. Closes 4940Denys Vlasenko
2012-06-17config: do not refer to HTTPS for wgetPierre Carrier
2012-06-17wget: make -c _not_ truncate the fileDenys Vlasenko
2012-06-15unzip: make options parsing more robust on getopt w/o gnu extensionsDenys Vlasenko
2012-06-14Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko
2012-06-13wget: correctly handle failure to -c (continue)Denys Vlasenko
2012-06-13wget: add dummy --no-cacheVladimir Dronnikov
2012-06-13ps: use separate get_uptime() and make it work on non-linux tooMichael Tokarev
2012-06-13nanddump: make dumping read-only partitions workMatt Reimer
2012-06-12modinfo: match more standard module fields and fix version fieldTanguy Pruvot
2012-06-12volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structsDenys Vlasenko
2012-06-12su: do not change to home dir unless -lPascal Bellard