Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-03-29 | vi: code shrink, proper printf formatting for strlen() | Denys Vlasenko | 1 | -5/+6 |
2019-03-27 | hush: fix "wait -n" to wait for a _job_, not a _process_ | Denys Vlasenko | 1 | -9/+22 |
2019-03-27 | ash: add "wait -n" bashism | Denys Vlasenko | 1 | -6/+47 |
2019-03-27 | ntpd: do not create pid file if not backgrounded | Denys Vlasenko | 1 | -2/+4 |
2019-03-26 | hush: add "wait -n" bashism | Denys Vlasenko | 1 | -1/+17 |
2019-03-26 | man: don't skip default path which appears in config file | Ron Yorston | 1 | -1/+5 |
2019-03-26 | ts: do call localtime() when neither -s nor -i specified | Denys Vlasenko | 1 | -1/+1 |
2019-03-26 | ts: use gettimeofday - we don't use nanoseconds here | Denys Vlasenko | 1 | -13/+9 |
2019-03-26 | ts: replace overlapping strcpy with shorter code | Denys Vlasenko | 1 | -1/+2 |
2019-03-26 | ts: fix incorrect (copy-pasted) copyright attribution | Denys Vlasenko | 1 | -4/+3 |