aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* udhcp: code shrinkDenys Vlasenko2019-01-071-5/+9
* sleep: support "inf"Denys Vlasenko2019-01-072-1/+5
* build system: fix compiler warningsDenys Vlasenko2019-01-065-7/+13
* find: handle leading -- argumentDenys Vlasenko2019-01-061-0/+6
* telnet: provide feedback after successful connectDanijel Tasov2019-01-061-0/+1
* telnetd: fix bad interaction with vhangup() from loginDenys Vlasenko2019-01-061-2/+16
* telnet: code shrinkDenys Vlasenko2019-01-061-66/+53
* telnet: speed up processing of network inputDenys Vlasenko2019-01-061-40/+43
* ip: print dadfailed flagKaarle Ritvanen2019-01-041-0/+4
* ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker2019-01-041-2/+2
* wget: notify on download begin and endMartin Lewis2019-01-041-0/+10
* wget: add -o flagMartin Lewis2019-01-041-15/+37
* bc: shorten "limits" outputDenys Vlasenko2019-01-041-4/+1
* bc: formatting changes, added a FIXME comment, no logic changesDenys Vlasenko2019-01-041-5/+8
* bc: support void functions (GNU compat)Denys Vlasenko2019-01-042-19/+73
* dc: fit returning of stringDenys Vlasenko2019-01-042-5/+18
* dc: fix '?'Denys Vlasenko2019-01-042-9/+9
* bc: eliminate struct BcInstPtr::results_len_before_call, it is redundantDenys Vlasenko2019-01-041-10/+1
* bc: add a palceholder comment for "void" returnDenys Vlasenko2019-01-041-11/+15
* bc: remove extra div/0 test, remove test for string function parameterDenys Vlasenko2019-01-041-8/+7
* bc: fix "...; return}" to work, disallow "return ()"Denys Vlasenko2019-01-033-11/+11
* bc: make error line number also size_t, like everything elseDenys Vlasenko2019-01-021-6/+8
* bc: generate large bc tests on the fly, -5 mbytes in the git treeDenys Vlasenko2019-01-022-11/+43
* bc: speed up string printing, fix print ""Denys Vlasenko2019-01-022-44/+28
* bc: upstream fixesDenys Vlasenko2019-01-012-83/+110
* single-applet build --help had extra \n, removeDenys Vlasenko2019-01-011-5/+5
* tls: pstm code shrinkDenys Vlasenko2019-01-016-79/+126