aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-04trylink: emit names of linked executablesDenys Vlasenko1-0/+2
2014-05-04which: rewriteTito Ragusa1-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-05-01ash: remove redundant commentRon Yorston1-1/+0
2014-04-30ash: further tidying up of MinGW forkshellRon Yorston1-41/+47
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-29ash: tidy up MinGW forkshellRon Yorston1-120/+129
2014-04-28ash: reset $RANDOM in subshellRon Yorston1-0/+2
2014-04-21modprobe-small: (un)load all modules which match the alias, not only first oneDenys Vlasenko1-61/+101
2014-04-21Move handling of Windows globbing out of upstream codeRon Yorston3-10/+5
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-09lineedit: improve appearance of forward cursor movementRon Yorston1-0/+40
2014-04-09Implement escape sequence for cursor downRon Yorston1-21/+12
2014-04-07Use ANSI escape to move cursor back during line editingRon Yorston1-0/+2
2014-04-07Implement ANSI escape sequences for cursor up/forwardRon Yorston1-0/+30
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-24Only change codepage of input character if top bit is setRon Yorston1-2/+4
2014-03-23Provide fake getpwent_r to reduce changes from upstreamRon Yorston2-4/+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-23Alter help message if configured with standalone shellRon Yorston1-0/+9
2014-03-23Remove unnecessary differences from upstream BusyBoxRon Yorston2-2/+1
2014-03-23procps_scan: ensure command name is null terminatedRon Yorston1-1/+1
2014-03-23ps: exclude more unused codeRon Yorston3-2/+12
2014-03-23shell_common: exclude more unused ulimit codeRon Yorston1-7/+6