aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* service examples: do not respawn supplicant too oftenDenys Vlasenko2019-02-021-1/+2
* grep: short-circuit -v to bail out on first matchAri Sundholm2019-01-291-5/+14
* grep: fix -x -v with certain pattern ordersAri Sundholm2019-01-292-1/+8
* bc: implement pass-by-reference code from upstreamDenys Vlasenko2019-01-253-86/+503
* login: close PAM session on errors as well, not only on successDenys Vlasenko2019-01-221-3/+5
* ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer2019-01-221-5/+11
* ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko2019-01-221-1/+1
* wget: detect when the length of received file is less than advertisedDenys Vlasenko2019-01-211-8/+10
* sed: code shrinkDenys Vlasenko2019-01-211-15/+15
* sed: Fix backslash parsing for 'w' command argBrian Foley2019-01-211-1/+1
* awk: Fix overly permissive func arg list parsingBrian Foley2019-01-212-1/+26
* awk: Syntax error if delete isn't given an arg.Brian Foley2019-01-212-10/+20