aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* telnetd: Added support for AYT IAC command.Martin Lewis2019-04-041-1/+8
* top: provide cmdline argument '-H' to enable thread scanning by defaultThomas De Schampheleire2019-04-041-4/+15
* vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi"Denys Vlasenko2019-04-031-2/+2
* vi: code shrinkDenys Vlasenko2019-04-031-7/+12
* vi: avoid build failure in non-default caseRon Yorston2019-04-031-16/+16
* fsync,sync: merge into one source moduleDenys Vlasenko2019-04-022-81/+61
* fsync,sync: make them similarDenys Vlasenko2019-04-022-27/+25
* ash: distinguish 'wait -n' from other bashismsRon Yorston2019-04-021-7/+8
* vi: rename save_argc -> cmdline_filecntDenys Vlasenko2019-04-021-17/+16
* vi: restore capability to remember insertion cmds for "."Denys Vlasenko2019-04-021-5/+6
* vi: code shrinkDenys Vlasenko2019-04-011-7/+14
* vi: convert more /**/ comments to //Denys Vlasenko2019-04-011-62/+56
* vi: code shrinkDenys Vlasenko2019-04-011-30/+28
* 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