aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vi: use vsnprintf to format status lineDenys Vlasenko2019-04-011-27/+22
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-1508/+1407
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-276/+276
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-42/+42
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-74/+75
* vi: rearrange functions, no logic changesDenys Vlasenko2019-04-011-260/+258
* vi: fix ^Z not always working as intendedDenys Vlasenko2019-04-011-25/+17
* vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko2019-04-011-63/+52
* blockdev: code shrinkDenys Vlasenko2019-03-301-81/+58
* ip: Fix ip -o linkStefan Sørensen2019-03-301-2/+2
* vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston2019-03-301-0/+8
* man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko2019-03-301-20/+13
* libbb: mark scripted_main() as externally visibleRon Yorston2019-03-302-1/+2
* vi: code shrink, proper printf formatting for strlen()Denys Vlasenko2019-03-291-5/+6
* hush: fix "wait -n" to wait for a _job_, not a _process_Denys Vlasenko2019-03-271-9/+22
* ash: add "wait -n" bashismDenys Vlasenko2019-03-271-6/+47
* ntpd: do not create pid file if not backgroundedDenys Vlasenko2019-03-271-2/+4
* hush: add "wait -n" bashismDenys Vlasenko2019-03-261-1/+17
* man: don't skip default path which appears in config fileRon Yorston2019-03-261-1/+5
* ts: do call localtime() when neither -s nor -i specifiedDenys Vlasenko2019-03-261-1/+1
* ts: use gettimeofday - we don't use nanoseconds hereDenys Vlasenko2019-03-261-13/+9
* ts: replace overlapping strcpy with shorter codeDenys Vlasenko2019-03-261-1/+2
* ts: fix incorrect (copy-pasted) copyright attributionDenys Vlasenko2019-03-261-4/+3
* ts: new appletDenys Vlasenko2019-03-261-0/+88
* do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-178-11/+33
* Fix off by one error in FAT16 <=> FAT32 detectionThomas Frauendorfer2019-03-151-1/+1
* watch: support fractional -n SECDenys Vlasenko2019-03-122-5/+14
* xargs: mention -E STR in --helpDenys Vlasenko2019-03-101-7/+7
* scripts/echo.c: resolve implicit declaration of function 'dup2'Nicolas Hüppelshäuser2019-03-051-0/+1
* top: tweak --helpDenys Vlasenko2019-02-272-15/+8
* udhcpc: don't exit after backgrounding on -n -bAndrey Mazo2019-02-272-2/+14
* udhcpc: tweak --helpDenys Vlasenko2019-02-271-3/+3
* ash: eval: avoid leaking memory associated with redirections. Closes 7748Ron Yorston2019-02-251-10/+4
* du: don't count duplicate arguments. Closes 5288Ron Yorston2019-02-192-3/+3
* ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5Denys Vlasenko2019-02-151-5/+4
* dd: add 'oflag=append'Rostislav Skudnov2019-02-142-6/+11
* i2c_tools.c: i2ctransferNikolaus Voss2019-02-111-5/+3
* vi: further fixes to undo after autoindentRon Yorston2019-02-111-13/+15
* i2ctransfer: new appletNikolaus Voss2019-02-101-1/+177
* sysctl: fix compatibility with procps sysctlAaro Koskinen2019-02-081-2/+26
* sysctl: do slash/dot conversions only on name, not value partDenys Vlasenko2019-02-081-3/+5
* sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcodeDenys Vlasenko2019-02-081-0/+1
* sysctl: avoid stat() on every item if in -w modeDenys Vlasenko2019-02-081-6/+10
* sysctl: allow setting empty valuesDenys Vlasenko2019-02-081-2/+4
* vi: fix replacement of single character with CRRon Yorston2019-02-081-8/+3
* vi: fix faulty undo after autoinsertRon Yorston2019-02-081-35/+22
* chcon: Fix typo in ACTION_RECURSERostislav Skudnov2019-02-081-1/+1
* dhcp service example: rewrite "private network to mask" as case statementDenys Vlasenko2019-02-081-8/+13
* dhcp service example: cater for servers hot giving subnet and/or routerDenys Vlasenko2019-02-051-0/+19
* lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko2019-02-041-4/+5