| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | service examples: do not respawn supplicant too often | Denys Vlasenko | 2019-02-02 | 1 | -1/+2 |
* | grep: short-circuit -v to bail out on first match | Ari Sundholm | 2019-01-29 | 1 | -5/+14 |
* | grep: fix -x -v with certain pattern orders | Ari Sundholm | 2019-01-29 | 2 | -1/+8 |
* | bc: implement pass-by-reference code from upstream | Denys Vlasenko | 2019-01-25 | 3 | -86/+503 |
* | login: close PAM session on errors as well, not only on success | Denys Vlasenko | 2019-01-22 | 1 | -3/+5 |
* | ip link: Fix vlan proto, closes 8261 and 11638 | Bernhard Reutner-Fischer | 2019-01-22 | 1 | -5/+11 |
* | ip link: fix mismatched enums in vlan_parse_opt(), closes 11631 | Denys Vlasenko | 2019-01-22 | 1 | -1/+1 |
* | wget: detect when the length of received file is less than advertised | Denys Vlasenko | 2019-01-21 | 1 | -8/+10 |
* | sed: code shrink | Denys Vlasenko | 2019-01-21 | 1 | -15/+15 |
* | sed: Fix backslash parsing for 'w' command arg | Brian Foley | 2019-01-21 | 1 | -1/+1 |
* | awk: Fix overly permissive func arg list parsing | Brian Foley | 2019-01-21 | 2 | -1/+26 |
* | awk: Syntax error if delete isn't given an arg. | Brian Foley | 2019-01-21 | 2 | -10/+20 |
* | awk: Guard pointer chasing when parsing ternary expressions. | Brian Foley | 2019-01-21 | 2 | -1/+5 |
* | capability: fix string comparison in cap_name_to_number | Mark Marshall | 2019-01-21 | 1 | -1/+1 |
* | wget: remove empty if/endif preprocessor directive pair | Denys Vlasenko | 2019-01-18 | 1 | -2/+0 |
* | service examples: ifplugd -M to prevents frequent respawning | Denys Vlasenko | 2019-01-18 | 1 | -1/+2 |
* | checkstack.pl: tweak bfin re | Bernhard Reutner-Fischer | 2019-01-18 | 1 | -1/+1 |
* | checkstack: pull from upstream | Bernhard Reutner-Fischer | 2019-01-17 | 1 | -32/+75 |
* | checkstack.pl: fix arch autodetection | Bernhard Reutner-Fischer | 2019-01-17 | 1 | -0/+1 |
* | wget: don't notify on download begin and end if quiet | Martin Lewis | 2019-01-17 | 1 | -9/+14 |
* | Update examples/udhcp/udhcpd.conf | Denys Vlasenko | 2019-01-15 | 2 | -38/+44 |
* | start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] | Denys Vlasenko | 2019-01-14 | 2 | -2/+12 |
* | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko | 2019-01-14 | 4 | -35/+62 |
* | adduser: fix a bug of getpwnam() overwriting shell name, closes 8586 | Denys Vlasenko | 2019-01-12 | 1 | -1/+1 |
* | tls: code shrink | Denys Vlasenko | 2019-01-10 | 1 | -11/+7 |
* | nslookup: return exitcode 1 on resolution errors | Denys Vlasenko | 2019-01-09 | 1 | -4/+8 |
* | telnet: placate compiler's warning | Denys Vlasenko | 2019-01-09 | 1 | -1/+1 |
* | date: improve help text for -D | Denys Vlasenko | 2019-01-09 | 1 | -2/+2 |
* | bc: code shrink | Denys Vlasenko | 2019-01-09 | 1 | -14/+14 |
* | bc: remove "empty expression" check/message, parsing fails in these cases anyway | Denys Vlasenko | 2019-01-08 | 1 | -3/+4 |
* | bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in | Denys Vlasenko | 2019-01-08 | 1 | -36/+25 |
* | bc: disallow invalid syntax like "{ print 1 print 2 }" | Denys Vlasenko | 2019-01-08 | 1 | -15/+21 |
* | passwd: initialize pointers correctly | Einar Jón | 2019-01-08 | 1 | -4/+4 |
* | tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curve | Denys Vlasenko | 2019-01-08 | 1 | -0/+8 |
* | udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long | Denys Vlasenko | 2019-01-07 | 3 | -3/+3 |
* | udhcp: code shrink | Denys Vlasenko | 2019-01-07 | 1 | -5/+9 |
* | sleep: support "inf" | Denys Vlasenko | 2019-01-07 | 2 | -1/+5 |
* | build system: fix compiler warnings | Denys Vlasenko | 2019-01-06 | 5 | -7/+13 |
* | find: handle leading -- argument | Denys Vlasenko | 2019-01-06 | 1 | -0/+6 |
* | telnet: provide feedback after successful connect | Danijel Tasov | 2019-01-06 | 1 | -0/+1 |
* | telnetd: fix bad interaction with vhangup() from login | Denys Vlasenko | 2019-01-06 | 1 | -2/+16 |
* | telnet: code shrink | Denys Vlasenko | 2019-01-06 | 1 | -66/+53 |
* | telnet: speed up processing of network input | Denys Vlasenko | 2019-01-06 | 1 | -40/+43 |
* | ip: print dadfailed flag | Kaarle Ritvanen | 2019-01-04 | 1 | -0/+4 |
* | ls: make -i compatible with coreutils: don't follow symlink by default | Martijn Dekker | 2019-01-04 | 1 | -2/+2 |
* | wget: notify on download begin and end | Martin Lewis | 2019-01-04 | 1 | -0/+10 |
* | wget: add -o flag | Martin Lewis | 2019-01-04 | 1 | -15/+37 |
* | bc: shorten "limits" output | Denys Vlasenko | 2019-01-04 | 1 | -4/+1 |
* | bc: formatting changes, added a FIXME comment, no logic changes | Denys Vlasenko | 2019-01-04 | 1 | -5/+8 |
* | bc: support void functions (GNU compat) | Denys Vlasenko | 2019-01-04 | 2 | -19/+73 |