aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* awk: Guard pointer chasing when parsing ternary expressions.Brian Foley2019-01-212-1/+5
* capability: fix string comparison in cap_name_to_numberMark Marshall2019-01-211-1/+1
* wget: remove empty if/endif preprocessor directive pairDenys Vlasenko2019-01-181-2/+0
* service examples: ifplugd -M to prevents frequent respawningDenys Vlasenko2019-01-181-1/+2
* checkstack.pl: tweak bfin reBernhard Reutner-Fischer2019-01-181-1/+1
* checkstack: pull from upstreamBernhard Reutner-Fischer2019-01-171-32/+75
* checkstack.pl: fix arch autodetectionBernhard Reutner-Fischer2019-01-171-0/+1
* wget: don't notify on download begin and end if quietMartin Lewis2019-01-171-9/+14
* Update examples/udhcp/udhcpd.confDenys Vlasenko2019-01-152-38/+44
* start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko2019-01-142-2/+12
* start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko2019-01-144-35/+62
* adduser: fix a bug of getpwnam() overwriting shell name, closes 8586Denys Vlasenko2019-01-121-1/+1
* tls: code shrinkDenys Vlasenko2019-01-101-11/+7
* nslookup: return exitcode 1 on resolution errorsDenys Vlasenko2019-01-091-4/+8
* telnet: placate compiler's warningDenys Vlasenko2019-01-091-1/+1
* date: improve help text for -DDenys Vlasenko2019-01-091-2/+2
* bc: code shrinkDenys Vlasenko2019-01-091-14/+14
* bc: remove "empty expression" check/message, parsing fails in these cases anywayDenys Vlasenko2019-01-081-3/+4
* bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it inDenys Vlasenko2019-01-081-36/+25
* bc: disallow invalid syntax like "{ print 1 print 2 }"Denys Vlasenko2019-01-081-15/+21
* passwd: initialize pointers correctlyEinar Jón2019-01-081-4/+4
* tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curveDenys Vlasenko2019-01-081-0/+8
* udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko2019-01-073-3/+3