aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update MinGW default configurationRon Yorston2014-05-061-5/+10
* Merge branch 'busybox' into mergeRon Yorston2014-05-0644-783/+1697
|\
| * trylink: emit names of linked executablesDenys Vlasenko2014-05-041-0/+2
| * which: rewriteTito Ragusa2014-05-041-60/+23
| * libbb: rename execable -> executable. No code changesDenys Vlasenko2014-05-026-18/+18
| * libbb: fix empty PATH components handlingDenys Vlasenko2014-05-021-12/+18
| * rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko2014-05-021-23/+32
| * libbb: fix thinko in rtc_xopen()Denys Vlasenko2014-05-021-1/+1
| * libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko2014-05-021-10/+42
| * Fix compile failuresDenys Vlasenko2014-05-022-1/+3
| * crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko2014-04-301-24/+48
| * crond: simplify logging codeDenys Vlasenko2014-04-301-87/+88
| * libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko2014-04-303-16/+11
| * crond: tweak help text, make course less crypticDenys Vlasenko2014-04-304-62/+68
| * modprobe-small: (un)load all modules which match the alias, not only first oneDenys Vlasenko2014-04-211-61/+101
| * ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko2014-04-201-1/+1
| * ntpd: truly ignore high delay packetDenys Vlasenko2014-04-191-15/+20
| * modprobe-small: remove redundant aliases from modules.dep.bbDenys Vlasenko2014-04-191-0/+26
| * modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko2014-04-195-39/+35
| * adjtimex: make its help text and printed data a bit less crypticDenys Vlasenko2014-04-171-13/+12
| * libbb/obscure.c: code shrink. Suggested by Tito.Denys Vlasenko2014-04-161-1/+1
| * ash,hush: set $HOSTNAME is bash compat. Closes 7028Denys Vlasenko2014-04-152-1/+16
| * libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2014-04-132-2/+32
| * less: fix bugs discovered with "git log -p | less -m" on kernel treeDenys Vlasenko2014-04-131-14/+24
| * vi: some simplificationsDenys Vlasenko2014-04-051-116/+120
| * vi: clear undo buffer when we change to another fileDenys Vlasenko2014-04-031-69/+87
| * vi: undo code shrinkDenys Vlasenko2014-04-031-41/+42
| * vi: undo support for vi with intermediate queuingJody Bruchon2014-04-021-54/+448
| * build system: specify '-nostldlib' when linking to .o filesDrew Moseley2014-04-021-1/+2
| * swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa2014-04-011-3/+2
| * swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa2014-03-311-115/+161
| * wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko2014-03-271-2/+3
| * add discard option -d to swaponMatt Whitlock2014-03-232-9/+85
| * fix interaction of -a and -p options in swaponMatt Whitlock2014-03-231-2/+5
| * avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock2014-03-231-5/+8
| * ntpd: add optional support for /etc/ntp.confDenys Vlasenko2014-03-232-4/+39
| * docs/new-applet-HOWTO.txt: tweak a bitDenys Vlasenko2014-03-171-18/+15
| * libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko2014-03-161-4/+7
| * docs: update new-applet-HOWTO.txtBartosz Golaszewski2014-03-161-35/+62
| * ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko2014-03-163-0/+18
| * script: make it work even if fd 0 is closedDenys Vlasenko2014-03-162-1/+8
| * build system: for "find", use POSIX not operator (!) instead of -notDenys Vlasenko2014-03-161-1/+1
| * su: add a delay if the password is incorrectRomain Naour2014-03-161-0/+1
| * ash,hush: fix a thinko about 2^64-1 factorizationDenys Vlasenko2014-03-151-5/+11
| * hush: make "true" built-inDenys Vlasenko2014-03-141-0/+1
| * random: cosmetic tweaks in debug codeDenys Vlasenko2014-03-131-2/+2
| * ash,hush: improve randomness of $RANDOM, add easy-ish way to test itDenys Vlasenko2014-03-132-17/+135
* | ash: remove redundant commentRon Yorston2014-05-011-1/+0
* | ash: further tidying up of MinGW forkshellRon Yorston2014-04-301-41/+47
* | ash: tidy up MinGW forkshellRon Yorston2014-04-291-120/+129