aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley
2019-01-21capability: fix string comparison in cap_name_to_numberMark Marshall
2019-01-18wget: remove empty if/endif preprocessor directive pairDenys Vlasenko
2019-01-18service examples: ifplugd -M to prevents frequent respawningDenys Vlasenko
2019-01-18checkstack.pl: tweak bfin reBernhard Reutner-Fischer
2019-01-17checkstack: pull from upstreamBernhard Reutner-Fischer
2019-01-17checkstack.pl: fix arch autodetectionBernhard Reutner-Fischer
2019-01-17wget: don't notify on download begin and end if quietMartin Lewis
2019-01-15Update examples/udhcp/udhcpd.confDenys Vlasenko
2019-01-14start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko
2019-01-14start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko
2019-01-12adduser: fix a bug of getpwnam() overwriting shell name, closes 8586Denys Vlasenko
2019-01-10tls: code shrinkDenys Vlasenko
2019-01-09nslookup: return exitcode 1 on resolution errorsDenys Vlasenko
2019-01-09telnet: placate compiler's warningDenys Vlasenko
2019-01-09date: improve help text for -DDenys Vlasenko
2019-01-09bc: code shrinkDenys Vlasenko
2019-01-08bc: remove "empty expression" check/message, parsing fails in these cases anywayDenys Vlasenko
2019-01-08bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it inDenys Vlasenko
2019-01-08bc: disallow invalid syntax like "{ print 1 print 2 }"Denys Vlasenko
2019-01-08passwd: initialize pointers correctlyEinar Jón
2019-01-08tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curveDenys Vlasenko
2019-01-07udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko
2019-01-07udhcp: code shrinkDenys Vlasenko
2019-01-07sleep: support "inf"Denys Vlasenko
2019-01-06build system: fix compiler warningsDenys Vlasenko
2019-01-06find: handle leading -- argumentDenys Vlasenko
2019-01-06telnet: provide feedback after successful connectDanijel Tasov
2019-01-06telnetd: fix bad interaction with vhangup() from loginDenys Vlasenko
2019-01-06telnet: code shrinkDenys Vlasenko
2019-01-06telnet: speed up processing of network inputDenys Vlasenko
2019-01-04ip: print dadfailed flagKaarle Ritvanen
2019-01-04ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker
2019-01-04wget: notify on download begin and endMartin Lewis
2019-01-04wget: add -o flagMartin Lewis
2019-01-04bc: shorten "limits" outputDenys Vlasenko
2019-01-04bc: formatting changes, added a FIXME comment, no logic changesDenys Vlasenko
2019-01-04bc: support void functions (GNU compat)Denys Vlasenko
2019-01-04dc: fit returning of stringDenys Vlasenko
2019-01-04dc: fix '?'Denys Vlasenko
2019-01-04bc: eliminate struct BcInstPtr::results_len_before_call, it is redundantDenys Vlasenko
2019-01-04bc: add a palceholder comment for "void" returnDenys Vlasenko
2019-01-04bc: remove extra div/0 test, remove test for string function parameterDenys Vlasenko
2019-01-03bc: fix "...; return}" to work, disallow "return ()"Denys Vlasenko
2019-01-02bc: make error line number also size_t, like everything elseDenys Vlasenko
2019-01-02bc: generate large bc tests on the fly, -5 mbytes in the git treeDenys Vlasenko
2019-01-02bc: speed up string printing, fix print ""Denys Vlasenko
2019-01-01bc: upstream fixesDenys Vlasenko
2019-01-01single-applet build --help had extra \n, removeDenys Vlasenko
2019-01-01tls: pstm code shrinkDenys Vlasenko