aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-19du: don't count duplicate arguments. Closes 5288Ron Yorston2-3/+3
2019-02-15ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5Denys Vlasenko1-5/+4
2019-02-14dd: add 'oflag=append'Rostislav Skudnov2-6/+11
2019-02-11i2c_tools.c: i2ctransferNikolaus Voss1-5/+3
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-08dhcp service example: rewrite "private network to mask" as case statementDenys Vlasenko1-8/+13
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-02service examples: do not respawn supplicant too oftenDenys Vlasenko1-1/+2
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-25bc: implement pass-by-reference code from upstreamDenys Vlasenko3-86/+503
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-09nslookup: return exitcode 1 on resolution errorsDenys Vlasenko1-4/+8
2019-01-09telnet: placate compiler's warningDenys Vlasenko1-1/+1
2019-01-09date: improve help text for -DDenys Vlasenko1-2/+2
2019-01-09bc: code shrinkDenys Vlasenko1-14/+14
2019-01-08bc: remove "empty expression" check/message, parsing fails in these cases anywayDenys Vlasenko1-3/+4
2019-01-08bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it inDenys Vlasenko1-36/+25
2019-01-08bc: disallow invalid syntax like "{ print 1 print 2 }"Denys Vlasenko1-15/+21
2019-01-08passwd: initialize pointers correctlyEinar Jón1-4/+4