aboutsummaryrefslogtreecommitdiff
path: root/arch/i386 (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-02syslogd: Unify unlink/truncate + unlock log-rotation logicJoshua Judson Rosen1-19/+11
2014-06-02syslogd: remember to un-writelock log-files even when called with "-b 0"Joshua Judson Rosen1-0/+4
2014-06-02syslogd: avoid spurious ftrunctate() calls for "-b 0"Joshua Judson Rosen1-0/+6
2014-05-26modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko1-1/+1
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko11-10/+62
2014-05-11getty: explain when setsid() fails. no code changesDenys Vlasenko1-0/+10
2014-05-04trylink: emit names of linked executablesDenys Vlasenko1-0/+2
2014-05-04which: rewriteTito Ragusa1-60/+23
2014-05-03trylink: emit names of linked executablesDenys Vlasenko1-0/+2
2014-05-03which: rewriteTimo Teräs1-60/+23
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko6-18/+18
2014-05-02libbb: fix empty PATH components handlingDenys Vlasenko1-12/+18
2014-05-02rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko1-23/+32
2014-05-02libbb: fix thinko in rtc_xopen()Denys Vlasenko1-1/+1
2014-05-02libbb: make rtc_xopen try harder on EBUSYDenys Vlasenko1-10/+42
2014-05-02Fix compile failuresDenys Vlasenko2-1/+3
2014-04-30crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko1-24/+48
2014-04-30crond: simplify logging codeDenys Vlasenko1-87/+88
2014-04-30libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko3-16/+11
2014-04-30crond: tweak help text, make course less crypticDenys Vlasenko4-62/+68
2014-04-21modprobe-small: (un)load all modules which match the alias, not only first oneDenys Vlasenko1-61/+101
2014-04-20ntpd: fix wrong delay value in one of the printed messagesDenys Vlasenko1-1/+1
2014-04-19ntpd: truly ignore high delay packetDenys Vlasenko1-15/+20
2014-04-19modprobe-small: remove redundant aliases from modules.dep.bbDenys Vlasenko1-0/+26
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko5-39/+35
2014-04-17adjtimex: make its help text and printed data a bit less crypticDenys Vlasenko1-13/+12
2014-04-16libbb/obscure.c: code shrink. Suggested by Tito.Denys Vlasenko1-1/+1
2014-04-15ash,hush: set $HOSTNAME is bash compat. Closes 7028Denys Vlasenko2-1/+16
2014-04-13libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2-2/+32
2014-04-13less: fix bugs discovered with "git log -p | less -m" on kernel treeDenys Vlasenko1-14/+24
2014-04-05vi: some simplificationsDenys Vlasenko1-116/+120
2014-04-03vi: clear undo buffer when we change to another fileDenys Vlasenko1-69/+87
2014-04-03vi: undo code shrinkDenys Vlasenko1-41/+42
2014-04-02vi: undo support for vi with intermediate queuingJody Bruchon1-54/+448
2014-04-02build system: specify '-nostldlib' when linking to .o filesDrew Moseley1-1/+2
2014-04-01swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa1-3/+2
2014-03-31swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa1-115/+161
2014-03-27wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko1-2/+3
2014-03-23add discard option -d to swaponMatt Whitlock2-9/+85
2014-03-23fix interaction of -a and -p options in swaponMatt Whitlock1-2/+5
2014-03-23avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock1-5/+8
2014-03-23ntpd: add optional support for /etc/ntp.confDenys Vlasenko2-4/+39
2014-03-17docs/new-applet-HOWTO.txt: tweak a bitDenys Vlasenko1-18/+15
2014-03-16libbb: fix a bad check for uclibc >= 0.9.31Denys Vlasenko1-4/+7
2014-03-16docs: update new-applet-HOWTO.txtBartosz Golaszewski1-35/+62
2014-03-16ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko3-0/+18
2014-03-16script: make it work even if fd 0 is closedDenys Vlasenko2-1/+8
2014-03-16build system: for "find", use POSIX not operator (!) instead of -notDenys Vlasenko1-1/+1
2014-03-16su: add a delay if the password is incorrectRomain Naour1-0/+1
2014-03-15ash,hush: fix a thinko about 2^64-1 factorizationDenys Vlasenko1-5/+11