aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-12brctl: make "show" command retrieve data from /sysDenys Vlasenko
2019-04-12stat: reduce storage for human-readable filesystem namesRon Yorston
2019-04-07ipaddress: remove unused variable no_linkBernhard Reutner-Fischer
2019-04-05service examples: if iface do not exist, retry upping itDenys Vlasenko
2019-04-05chrt: fix for SCHED_RESET_ON_FORK bitDenys Vlasenko
2019-04-05chrt: do not segfault if policy number is unknownDenys Vlasenko
2019-04-04telnetd: whitespace fixDenys Vlasenko
2019-04-04telnetd: better AYT handlingDenys Vlasenko
2019-04-04telnetd: Added support for AYT IAC command.Martin Lewis
2019-04-04top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire
2019-04-03vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko
2019-04-03vi: code shrinkDenys Vlasenko
2019-04-03vi: avoid build failure in non-default caseRon Yorston
2019-04-02fsync,sync: merge into one source moduleDenys Vlasenko
2019-04-02fsync,sync: make them similarDenys Vlasenko
2019-04-02ash: distinguish 'wait -n' from other bashismsRon Yorston
2019-04-02vi: rename save_argc -> cmdline_filecntDenys Vlasenko
2019-04-02vi: restore capability to remember insertion cmds for "."Denys Vlasenko
2019-04-01vi: code shrinkDenys Vlasenko
2019-04-01vi: convert more /**/ comments to //Denys Vlasenko
2019-04-01vi: code shrinkDenys Vlasenko
2019-04-01vi: use vsnprintf to format status lineDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko
2019-04-01vi: fix ^Z not always working as intendedDenys Vlasenko
2019-04-01vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko
2019-03-30blockdev: code shrinkDenys Vlasenko
2019-03-30ip: Fix ip -o linkStefan Sørensen
2019-03-30vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston
2019-03-30man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko
2019-03-30libbb: mark scripted_main() as externally visibleRon Yorston
2019-03-29vi: code shrink, proper printf formatting for strlen()Denys Vlasenko
2019-03-27hush: fix "wait -n" to wait for a _job_, not a _process_Denys Vlasenko
2019-03-27ash: add "wait -n" bashismDenys Vlasenko
2019-03-27ntpd: do not create pid file if not backgroundedDenys Vlasenko
2019-03-26hush: add "wait -n" bashismDenys Vlasenko
2019-03-26man: don't skip default path which appears in config fileRon Yorston
2019-03-26ts: do call localtime() when neither -s nor -i specifiedDenys Vlasenko
2019-03-26ts: use gettimeofday - we don't use nanoseconds hereDenys Vlasenko
2019-03-26ts: replace overlapping strcpy with shorter codeDenys Vlasenko
2019-03-26ts: fix incorrect (copy-pasted) copyright attributionDenys Vlasenko
2019-03-26ts: new appletDenys Vlasenko
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2019-03-15Fix off by one error in FAT16 <=> FAT32 detectionThomas Frauendorfer
2019-03-12watch: support fractional -n SECDenys Vlasenko
2019-03-10xargs: mention -E STR in --helpDenys Vlasenko
2019-03-05scripts/echo.c: resolve implicit declaration of function 'dup2'Nicolas Hüppelshäuser