- 4a67486 top: tweak --help by Denys Vlasenko · 6 years ago
- 87e2162 udhcpc: don't exit after backgrounding on -n -b by Andrey Mazo · 6 years ago
- 544143d udhcpc: tweak --help by Denys Vlasenko · 6 years ago
- f55161a ash: eval: avoid leaking memory associated with redirections. Closes 7748 by Ron Yorston · 6 years ago
- e563f9e du: don't count duplicate arguments. Closes 5288 by Ron Yorston · 6 years ago
- 8502fa8 ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5 by Denys Vlasenko · 6 years ago
- d712edc dd: add 'oflag=append' by Rostislav Skudnov · 6 years ago
- f81e012 i2c_tools.c: i2ctransfer by Nikolaus Voss · 6 years ago
- 61052d1 vi: further fixes to undo after autoindent by Ron Yorston · 6 years ago
- dac8f5e i2ctransfer: new applet by Nikolaus Voss · 6 years ago
- c89764c sysctl: fix compatibility with procps sysctl by Aaro Koskinen · 6 years ago
- 7830186 sysctl: do slash/dot conversions only on name, not value part by Denys Vlasenko · 6 years ago
- 1422ba6 sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcode by Denys Vlasenko · 6 years ago
- 679c30e sysctl: avoid stat() on every item if in -w mode by Denys Vlasenko · 6 years ago
- 317498f sysctl: allow setting empty values by Denys Vlasenko · 6 years ago
- df4e3af vi: fix replacement of single character with CR by Ron Yorston · 6 years ago
- bb983f3 vi: fix faulty undo after autoinsert by Ron Yorston · 6 years ago
- e6503f2 chcon: Fix typo in ACTION_RECURSE by Rostislav Skudnov · 6 years ago
- 5a387e2 dhcp service example: rewrite "private network to mask" as case statement by Denys Vlasenko · 6 years ago
- 2feaba1 dhcp service example: cater for servers hot giving subnet and/or router by Denys Vlasenko · 6 years ago
- 779f96a lineedit: fix SEGV in isk, hexedit, ed, closes 11661 by Denys Vlasenko · 6 years ago
- e17e8d4 service examples: do not respawn supplicant too often by Denys Vlasenko · 6 years ago
- d4b568c grep: short-circuit -v to bail out on first match by Ari Sundholm · 6 years ago
- 9a9c6e3 grep: fix -x -v with certain pattern orders by Ari Sundholm · 6 years ago
- 5379950 bc: implement pass-by-reference code from upstream by Denys Vlasenko · 6 years ago
- db5a6da login: close PAM session on errors as well, not only on success by Denys Vlasenko · 6 years ago
- 414be6c ip link: Fix vlan proto, closes 8261 and 11638 by Bernhard Reutner-Fischer · 6 years ago
- f50faf8 ip link: fix mismatched enums in vlan_parse_opt(), closes 11631 by Denys Vlasenko · 6 years ago
- 9b313dd wget: detect when the length of received file is less than advertised by Denys Vlasenko · 6 years ago
- 4906faa sed: code shrink by Denys Vlasenko · 6 years ago
- b7928e1 sed: Fix backslash parsing for 'w' command arg by Brian Foley · 6 years ago
- 1c42c18 awk: Fix overly permissive func arg list parsing by Brian Foley · 6 years ago
- 08a514c awk: Syntax error if delete isn't given an arg. by Brian Foley · 6 years ago
- dac15a1 awk: Guard pointer chasing when parsing ternary expressions. by Brian Foley · 6 years ago
- 11cb9ee capability: fix string comparison in cap_name_to_number by Mark Marshall · 6 years ago
- fc472ea wget: remove empty if/endif preprocessor directive pair by Denys Vlasenko · 6 years ago
- f7235cc service examples: ifplugd -M to prevents frequent respawning by Denys Vlasenko · 6 years ago
- 774879c checkstack.pl: tweak bfin re by Bernhard Reutner-Fischer · 6 years ago
- f59739a checkstack: pull from upstream by Bernhard Reutner-Fischer · 6 years ago
- fe7ae56 checkstack.pl: fix arch autodetection by Bernhard Reutner-Fischer · 6 years ago
- 94e748d wget: don't notify on download begin and end if quiet by Martin Lewis · 6 years ago
- edb74f4 Update examples/udhcp/udhcpd.conf by Denys Vlasenko · 6 years ago
- 77524a3 start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] by Denys Vlasenko · 6 years ago
- 088fec3 start-stop-daemon: create pidfile before parent exits, closes 8596 by Denys Vlasenko · 6 years ago
- b67d900 adduser: fix a bug of getpwnam() overwriting shell name, closes 8586 by Denys Vlasenko · 6 years ago
- 3109d1f tls: code shrink by Denys Vlasenko · 6 years ago
- 6ca8e34 nslookup: return exitcode 1 on resolution errors by Denys Vlasenko · 6 years ago
- 8419123 telnet: placate compiler's warning by Denys Vlasenko · 6 years ago
- ecf02e8 date: improve help text for -D by Denys Vlasenko · 6 years ago
- cfc2546 bc: code shrink by Denys Vlasenko · 6 years ago
- a1698a1 bc: remove "empty expression" check/message, parsing fails in these cases anyway by Denys Vlasenko · 6 years ago
- 132d7c0 bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in by Denys Vlasenko · 6 years ago
- fc7aa7a bc: disallow invalid syntax like "{ print 1 print 2 }" by Denys Vlasenko · 6 years ago
- ce51140 passwd: initialize pointers correctly by Einar Jón · 6 years ago
- 959b04b tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curve by Denys Vlasenko · 6 years ago
- 74d9f1b udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long by Denys Vlasenko · 6 years ago
- b80bdeb udhcp: code shrink by Denys Vlasenko · 6 years ago
- edca770 sleep: support "inf" by Denys Vlasenko · 6 years ago
- 4bdc914 build system: fix compiler warnings by Denys Vlasenko · 6 years ago
- 2d9e097 find: handle leading -- argument by Denys Vlasenko · 6 years ago
- 3f4fac5 telnet: provide feedback after successful connect by Danijel Tasov · 6 years ago
- 39b1819 telnetd: fix bad interaction with vhangup() from login by Denys Vlasenko · 6 years ago
- 935afaf telnet: code shrink by Denys Vlasenko · 6 years ago
- 5bfc4a3 telnet: speed up processing of network input by Denys Vlasenko · 6 years ago
- 1c952ba ip: print dadfailed flag by Kaarle Ritvanen · 6 years ago
- f83292c ls: make -i compatible with coreutils: don't follow symlink by default by Martijn Dekker · 6 years ago
- 46fc329 wget: notify on download begin and end by Martin Lewis · 6 years ago
- 64f3536 wget: add -o flag by Martin Lewis · 6 years ago
- e05ec6e bc: shorten "limits" output by Denys Vlasenko · 6 years ago
- f11b5b9 bc: formatting changes, added a FIXME comment, no logic changes by Denys Vlasenko · 6 years ago
- 54f5c1d bc: support void functions (GNU compat) by Denys Vlasenko · 6 years ago
- 1db367a dc: fit returning of string by Denys Vlasenko · 6 years ago
- 6842c60 dc: fix '?' by Denys Vlasenko · 6 years ago
- 377cc97 bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant by Denys Vlasenko · 6 years ago
- 02c3d7a bc: add a palceholder comment for "void" return by Denys Vlasenko · 6 years ago
- 19c3eb0 bc: remove extra div/0 test, remove test for string function parameter by Denys Vlasenko · 6 years ago
- 96b5ec1 bc: fix "...; return}" to work, disallow "return ()" by Denys Vlasenko · 6 years ago
- ae6c44e bc: make error line number also size_t, like everything else by Denys Vlasenko · 6 years ago
- cb7c955 bc: generate large bc tests on the fly, -5 mbytes in the git tree by Denys Vlasenko · 6 years ago
- 266bec8 bc: speed up string printing, fix print "" by Denys Vlasenko · 6 years ago
- 2231468 bc: upstream fixes by Denys Vlasenko · 6 years ago
- ff65355 single-applet build --help had extra \n, remove by Denys Vlasenko · 6 years ago
- 37bdd8f tls: pstm code shrink by Denys Vlasenko · 6 years ago
- 51b510a bc: in xc_read_line(), check ^C on NUL input bytes too by Denys Vlasenko · 6 years ago
- 8797adc bc: remove superfluous assigment by Denys Vlasenko · 6 years ago
- 680ccd3 bc: support ibase up to 36 (GNU compat) by Denys Vlasenko · 6 years ago
- 2747f61 bc: fold xc_lex_more_input() into peek_inbuf() by Denys Vlasenko · 6 years ago
- aad7696 pmap: make 32-bit version work better on 64-bit kernels by Denys Vlasenko · 6 years ago
- 8b710ef make_single_applets.sh: fix for BSS trick by Denys Vlasenko · 6 years ago
- 29bc593 Start 1.31.0 development cycle by Denys Vlasenko · 6 years ago
- ef800e5 Bump version to 1.30.0 by Denys Vlasenko · 6 years ago 1_30_0
- 2cd8c04 bc: tidying up, no logic changes by Denys Vlasenko · 6 years ago
- 8ab209f bc: simplify representation of 0.5 in sqrt() by Denys Vlasenko · 6 years ago
- 374d2c4 bc: remove special-cased assignment to ibase, it works correctly with general rules by Denys Vlasenko · 6 years ago
- d5b0fa6 bc: more fixes for unusual input bases by Denys Vlasenko · 6 years ago
- e16a522 bc: fix handling of "digits" above 9 by Denys Vlasenko · 6 years ago
- f9b4cc1 config: dpkg_deb should be dpkg-deb by Denys Vlasenko · 6 years ago
- b86b39b config: more tweaks by Denys Vlasenko · 6 years ago
- cdadad5 bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation by Denys Vlasenko · 6 years ago
- df1ff10 config: add size information for three more applets by Denys Vlasenko · 6 years ago