aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-27top: tweak --helpDenys Vlasenko
2019-02-27udhcpc: don't exit after backgrounding on -n -bAndrey Mazo
2019-02-27udhcpc: tweak --helpDenys Vlasenko
2019-02-25ash: eval: avoid leaking memory associated with redirections. Closes 7748Ron Yorston
2019-02-19du: don't count duplicate arguments. Closes 5288Ron Yorston
2019-02-15ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5Denys Vlasenko
2019-02-14dd: add 'oflag=append'Rostislav Skudnov
2019-02-11i2c_tools.c: i2ctransferNikolaus Voss
2019-02-11vi: further fixes to undo after autoindentRon Yorston
2019-02-10i2ctransfer: new appletNikolaus Voss
2019-02-08sysctl: fix compatibility with procps sysctlAaro Koskinen
2019-02-08sysctl: do slash/dot conversions only on name, not value partDenys Vlasenko
2019-02-08sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcodeDenys Vlasenko
2019-02-08sysctl: avoid stat() on every item if in -w modeDenys Vlasenko
2019-02-08sysctl: allow setting empty valuesDenys Vlasenko
2019-02-08vi: fix replacement of single character with CRRon Yorston
2019-02-08vi: fix faulty undo after autoinsertRon Yorston
2019-02-08chcon: Fix typo in ACTION_RECURSERostislav Skudnov
2019-02-08dhcp service example: rewrite "private network to mask" as case statementDenys Vlasenko