summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unit-tests: implement the unit-testing frameworkBartosz Golaszewski2014-06-228-12/+335
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-227-16/+12
* find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-225-17/+38
* find: exit code fixes for find -execDenys Vlasenko2014-06-192-8/+35
* find: add optional support for '-exec ... {} +'Bartosz Golaszewski2014-06-171-15/+141
* udhcpc: make hostname sanitization optional. Closes 3979Denys Vlasenko2014-06-162-0/+15
* syslogd: Unify unlink/truncate + unlock log-rotation logicJoshua Judson Rosen2014-06-021-19/+11
* syslogd: remember to un-writelock log-files even when called with "-b 0"Joshua Judson Rosen2014-06-021-0/+4
* syslogd: avoid spurious ftrunctate() calls for "-b 0"Joshua Judson Rosen2014-06-021-0/+6
* modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko2014-05-261-1/+1
* Add conditional support for -v / --verboseDenys Vlasenko2014-05-1911-10/+62
* getty: explain when setsid() fails. no code changesDenys Vlasenko2014-05-111-0/+10
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2014-05-110-0/+0
|\
| * trylink: emit names of linked executablesDenys Vlasenko2014-05-041-0/+2
| * which: rewriteTito Ragusa2014-05-041-60/+23
* | trylink: emit names of linked executablesDenys Vlasenko2014-05-031-0/+2
* | which: rewriteTimo Teräs2014-05-031-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