aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-11vi: further fixes to undo after autoindentRon Yorston1-13/+15
2019-02-10i2ctransfer: new appletNikolaus Voss1-1/+177
2019-02-08sysctl: fix compatibility with procps sysctlAaro Koskinen1-2/+26
2019-02-08sysctl: do slash/dot conversions only on name, not value partDenys Vlasenko1-3/+5
2019-02-08sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcodeDenys Vlasenko1-0/+1
2019-02-08sysctl: avoid stat() on every item if in -w modeDenys Vlasenko1-6/+10
2019-02-08sysctl: allow setting empty valuesDenys Vlasenko1-2/+4
2019-02-08vi: fix replacement of single character with CRRon Yorston1-8/+3
2019-02-08vi: fix faulty undo after autoinsertRon Yorston1-35/+22
2019-02-08chcon: Fix typo in ACTION_RECURSERostislav Skudnov1-1/+1
2019-02-08ash: improve handling of 'read -t 0'Ron Yorston1-4/+12
2019-02-08dhcp service example: rewrite "private network to mask" as case statementDenys Vlasenko1-8/+13
2019-02-07win32: don't try to run non-existent scriptRon Yorston1-1/+1
2019-02-07libbb: skip fake path componentsRon Yorston1-4/+5
2019-02-06ash: make spawn_forkshell more like forkshellRon Yorston1-8/+12
2019-02-05dhcp service example: cater for servers hot giving subnet and/or routerDenys Vlasenko1-0/+19
2019-02-04lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko1-4/+5
2019-02-04which: standardise slashes in outputRon Yorston1-0/+10
2019-02-02service examples: do not respawn supplicant too oftenDenys Vlasenko1-1/+2
2019-02-02win32: add support for the euro currency symbolRon Yorston6-2/+103
2019-02-01vi: simplify code to display pasted textRon Yorston1-8/+4
2019-01-29grep: short-circuit -v to bail out on first matchAri Sundholm1-5/+14
2019-01-29grep: fix -x -v with certain pattern ordersAri Sundholm2-1/+8
2019-01-26ash: remove carriage returns from strings to be evaluatedRon Yorston1-0/+12
2019-01-26win32: allow characters to be entered as ALTNNNRon Yorston1-3/+34
2019-01-26vi: display pasted textRon Yorston1-1/+14
2019-01-25bc: implement pass-by-reference code from upstreamDenys Vlasenko3-86/+503
2019-01-23awk: fix handling of regular expressions that match end-of-lineRon Yorston1-0/+24
2019-01-22login: close PAM session on errors as well, not only on successDenys Vlasenko1-3/+5
2019-01-22ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer1-5/+11
2019-01-22ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko1-1/+1
2019-01-21wget: detect when the length of received file is less than advertisedDenys Vlasenko1-8/+10
2019-01-21sed: code shrinkDenys Vlasenko1-15/+15
2019-01-21sed: Fix backslash parsing for 'w' command argBrian Foley1-1/+1
2019-01-21awk: Fix overly permissive func arg list parsingBrian Foley2-1/+26
2019-01-21awk: Syntax error if delete isn't given an arg.Brian Foley2-10/+20
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley2-1/+5
2019-01-21capability: fix string comparison in cap_name_to_numberMark Marshall1-1/+1
2019-01-18wget: remove empty if/endif preprocessor directive pairDenys Vlasenko1-2/+0
2019-01-18service examples: ifplugd -M to prevents frequent respawningDenys Vlasenko1-1/+2
2019-01-18checkstack.pl: tweak bfin reBernhard Reutner-Fischer1-1/+1
2019-01-17checkstack: pull from upstreamBernhard Reutner-Fischer1-32/+75
2019-01-17checkstack.pl: fix arch autodetectionBernhard Reutner-Fischer1-0/+1
2019-01-17wget: don't notify on download begin and end if quietMartin Lewis1-9/+14
2019-01-15Update examples/udhcp/udhcpd.confDenys Vlasenko2-38/+44
2019-01-14start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko2-2/+12
2019-01-14start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko4-35/+62
2019-01-12adduser: fix a bug of getpwnam() overwriting shell name, closes 8586Denys Vlasenko1-1/+1
2019-01-10tls: code shrinkDenys Vlasenko1-11/+7
2019-01-10iconv: depends on PLATFORM_MINGW32Ron Yorston1-0/+1