Age | Commit message (Expand) | Author |
2019-04-05 | service examples: if iface do not exist, retry upping it | Denys Vlasenko |
2019-04-05 | chrt: fix for SCHED_RESET_ON_FORK bit | Denys Vlasenko |
2019-04-05 | chrt: do not segfault if policy number is unknown | Denys Vlasenko |
2019-04-04 | telnetd: whitespace fix | Denys Vlasenko |
2019-04-04 | telnetd: better AYT handling | Denys Vlasenko |
2019-04-04 | telnetd: Added support for AYT IAC command. | Martin Lewis |
2019-04-04 | top: provide cmdline argument '-H' to enable thread scanning by default | Thomas De Schampheleire |
2019-04-03 | vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" | Denys Vlasenko |
2019-04-03 | vi: code shrink | Denys Vlasenko |
2019-04-03 | vi: avoid build failure in non-default case | Ron Yorston |
2019-04-02 | fsync,sync: merge into one source module | Denys Vlasenko |
2019-04-02 | fsync,sync: make them similar | Denys Vlasenko |
2019-04-02 | ash: distinguish 'wait -n' from other bashisms | Ron Yorston |
2019-04-02 | vi: rename save_argc -> cmdline_filecnt | Denys Vlasenko |
2019-04-02 | vi: restore capability to remember insertion cmds for "." | Denys Vlasenko |
2019-04-01 | vi: code shrink | Denys Vlasenko |
2019-04-01 | vi: convert more /**/ comments to // | Denys Vlasenko |
2019-04-01 | vi: code shrink | Denys Vlasenko |
2019-04-01 | vi: use vsnprintf to format status line | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: rearrange functions, no logic changes | Denys Vlasenko |
2019-04-01 | vi: fix ^Z not always working as intended | Denys Vlasenko |
2019-04-01 | vi: install SIGINT handler _after_ restart setjmp is initialized | Denys Vlasenko |
2019-03-30 | blockdev: code shrink | Denys Vlasenko |
2019-03-30 | ip: Fix ip -o link | Stefan Sørensen |
2019-03-30 | vi: allow manual screen update if SIGWINCH isn't supported | Ron Yorston |
2019-03-30 | man: add "/usr/share/man" as another default MANPATH, fix col override | Denys Vlasenko |
2019-03-30 | libbb: mark scripted_main() as externally visible | Ron Yorston |
2019-03-29 | vi: code shrink, proper printf formatting for strlen() | Denys Vlasenko |
2019-03-27 | hush: fix "wait -n" to wait for a _job_, not a _process_ | Denys Vlasenko |
2019-03-27 | ash: add "wait -n" bashism | Denys Vlasenko |
2019-03-27 | ntpd: do not create pid file if not backgrounded | Denys Vlasenko |
2019-03-26 | hush: add "wait -n" bashism | Denys Vlasenko |
2019-03-26 | man: don't skip default path which appears in config file | Ron Yorston |
2019-03-26 | ts: do call localtime() when neither -s nor -i specified | Denys Vlasenko |
2019-03-26 | ts: use gettimeofday - we don't use nanoseconds here | Denys Vlasenko |
2019-03-26 | ts: replace overlapping strcpy with shorter code | Denys Vlasenko |
2019-03-26 | ts: fix incorrect (copy-pasted) copyright attribution | Denys Vlasenko |
2019-03-26 | ts: new applet | Denys Vlasenko |
2019-03-17 | do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings | Denys Vlasenko |
2019-03-15 | Fix off by one error in FAT16 <=> FAT32 detection | Thomas Frauendorfer |
2019-03-12 | watch: support fractional -n SEC | Denys Vlasenko |
2019-03-10 | xargs: mention -E STR in --help | Denys Vlasenko |
2019-03-05 | scripts/echo.c: resolve implicit declaration of function 'dup2' | Nicolas Hüppelshäuser |
2019-02-27 | top: tweak --help | Denys Vlasenko |
2019-02-27 | udhcpc: don't exit after backgrounding on -n -b | Andrey Mazo |
2019-02-27 | udhcpc: tweak --help | Denys Vlasenko |