- ace81cd bc/dc: fix length(0) and length(0.000nnn) result by Denys Vlasenko · 3 years, 9 months ago
- 3d88cc1 dc: correct --help text by Denys Vlasenko · 3 years, 9 months ago
- 1f9ed02 trylink: do not drop libs from CONFIG_EXTRA_LDLIBS by Denys Vlasenko · 3 years, 10 months ago
- e880c9c echo: do not assume that free() leaves errno unmodified by Natanael Copa · 3 years, 11 months ago
- 760b627 lineedit: support empty PATH entries in tab completion by Ron Yorston · 3 years, 10 months ago
- 858f8aa diff: code shrink by Ron Yorston · 3 years, 10 months ago
- 9fa7d7d dnsd: check that we don't read past packet by Denys Vlasenko · 3 years, 10 months ago
- a4959ee udhcp: reuse strings by Denys Vlasenko · 3 years, 10 months ago
- 855aeac ntpd: log responses to clients at log level 3 by Denys Vlasenko · 3 years, 10 months ago
- 2620d38 ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed too by Denys Vlasenko · 3 years, 10 months ago
- 423c4c2 ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION code by Denys Vlasenko · 3 years, 10 months ago
- 5024d86 ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" message by Denys Vlasenko · 3 years, 10 months ago
- 6448332 udhcpc: clarify bcast/unicast sends in logs, include server ID by Denys Vlasenko · 3 years, 10 months ago
- 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 10 months ago
- 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
- 666a9a4 applets/usage_pod.c: placate gcc by Denys Vlasenko · 3 years, 10 months ago
- d40358a Makefile.flags: fix the OS detection for libresolv by Martin Kaiser · 3 years, 11 months ago
- cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
- 6ad38d6 libbb: code shrink fgets_str by Ron Yorston · 3 years, 11 months ago
- c849e72 nl: ensure '-b n' option displays file content by Ron Yorston · 3 years, 11 months ago
- 27ae859 cryptpw: typo in usage message by Ron Yorston · 3 years, 10 months ago
- 5bef678 vi: fix range selection by forward character motion by Ron Yorston · 3 years, 10 months ago
- bcf91d2 libbb: code shrink and speed up index_in_strings() by Ron Yorston · 3 years, 10 months ago
- 59120c3 libbb: code shrink and speed up find_applet_by_name() by Ron Yorston · 3 years, 10 months ago
- e8fe9f9 awk: allow printf('%c') to output NUL, closes 13486 by Ron Yorston · 3 years, 10 months ago
- f3a55b3 traceroute: fix option parsing by Denys Vlasenko · 3 years, 10 months ago
- 808d93c update_passwd: fix context variable by Bernd Kuhls · 3 years, 11 months ago
- 2b7c1aa ash: match bash behavior for ${empty_var/*/repl} by Denys Vlasenko · 4 years ago
- 883cdb7 ash: fix ${unset_var/pattern/repl} by Denys Vlasenko · 4 years ago
- cc4303f bc: code shrink by Denys Vlasenko · 4 years ago
- 2266c12 pmap: fix column width, closes 13431 by Denys Vlasenko · 4 years ago
- 4a4b453 Fix for the FEATURE_UTMP on the FreeBSD by Alex Samorukov · 4 years ago
- 0197fbf bc: ^C on input line exits (unlike ^C during calculations, which does not) by Denys Vlasenko · 4 years ago
- 4455cff Fix mail compilation on the FreeBSD by Alex Samorukov · 4 years ago
- 2b94c05 Fix traceroute applet on the FreeBSD by Alex Samorukov · 4 years ago
- ca2dc96 Fix ping build on the FreeBSD by Alex Samorukov · 4 years ago
- f1baa4a Fix ntpd compilcation on the FreeBSD by Alex Samorukov · 4 years ago
- 28759d0 Fix mknod compilation on the FreeBSD by Alex Samorukov · 4 years ago
- 09aba8b Fix missing "crypt.h" compilation error on the FreeBSD by Alex Samorukov · 4 years ago
- 92d84c4 Fix klogd applet compilation on the FreeBSD by Alex Samorukov · 4 years ago
- dae90bb Fix httpd compilation on the FreeBSD by Alex Samorukov · 4 years ago
- d4624d3 Fix bb_setpgrp weapper on the FreeBSD by Alex Samorukov · 4 years ago
- 0544933 Do not add -lresolv on non-Linux systems by Alex Samorukov · 4 years ago
- 4e039ba ash: improve --help by Denys Vlasenko · 4 years ago
- 3b05305 hush: code shrink by Denys Vlasenko · 4 years ago
- 8b085d6 nuke: default to N by Denys Vlasenko · 4 years ago
- 85158b6 ash: code shrink by Denys Vlasenko · 4 years ago
- 3f8ec00 ash: make a strdup copy of $HISTFILE for line editing by Denys Vlasenko · 4 years ago
- 5f2e00f udhcpc: Add support to change default interface name by Andre Kalb · 4 years, 7 months ago
- 868f383 tls: code shrink by Denys Vlasenko · 4 years ago
- 9daa877 tar: add TODO about a bug with non-writable directories on extract by Denys Vlasenko · 4 years ago
- 49fd1d6 nslookup: do not print "No answer" for NODATA replies, closes 13006 by Denys Vlasenko · 4 years ago
- 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
- 89a5597 libbb/procps: smaller global data for username/groupname cache by Denys Vlasenko · 4 years ago
- b230ff9 *: use fopen helpers where appropriate by Denys Vlasenko · 4 years ago
- 04e0d8e httpd: fix offset for sendfile by Maxim Storchak · 4 years ago
- 29a9043 bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU by Denys Vlasenko · 4 years ago
- cba45d9 Start 1.34.0 development cycle by Denys Vlasenko · 4 years ago
- a4c3a34 Bump version to 1.33.0 by Denys Vlasenko · 4 years ago 1_33_0
- ec9a5e6 libiproute: band-aid for old uclibc missing IFA_FLAGS by Denys Vlasenko · 4 years ago
- fecb169 modprobe-small: convert to new recursive_action() API by Denys Vlasenko · 4 years ago
- 40f9fe2 bc: placate gcc (it thinks 's' can be uninitialized here) by Denys Vlasenko · 4 years ago
- 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
- c7ef818 hush: make comment more clear by Denys Vlasenko · 4 years ago
- 1462673 man: implement SECTION parameters by Denys Vlasenko · 4 years ago
- cad20ce typo fix by Denys Vlasenko · 4 years ago
- 1237d62 hush: fix this case: echo "SCRIPT" | hush by Denys Vlasenko · 4 years ago
- 46a71dc hush: if !EDITING, do not regenerate prompt for every input char by Denys Vlasenko · 4 years ago
- 6cfec7d mount: Surround syslog.h with the config check by Lauri Kasanen · 4 years ago
- 51a471d ash: change "clear ungetc counter on syntax errors" fix to match dash by Denys Vlasenko · 4 years ago
- 521220e hush: fix ^C in INTERACTIVE, !EDITING config by Denys Vlasenko · 4 years ago
- 18bcaf3 hush: revert "make interactive ^C break out of PS2 mode" by Denys Vlasenko · 4 years ago
- 649acb9 hush: fix PS1 prompth in !EDITING config by Denys Vlasenko · 4 years ago
- a7b52d2 hush: fix fallout from tweaking ${var:START:LEN} code by Denys Vlasenko · 4 years ago
- 93e2a22 shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128 by Denys Vlasenko · 4 years ago
- 0ab2dd4 hush: fix comment by Denys Vlasenko · 4 years ago
- 6297d66 factor: fix comment by Denys Vlasenko · 4 years ago
- 6452c30 factor: detect squares by Denys Vlasenko · 4 years ago
- 96717d9 lineedit: code shrink by Denys Vlasenko · 4 years ago
- fae7332 lineedit: add a comment about possible use of tcflush() by Denys Vlasenko · 4 years ago
- 00eb23b bc: do not allocate line editing state until needed by Denys Vlasenko · 4 years ago
- e4202df modprobe: Add support for modprobe.blacklist=module1,module2,... by Andy Shevchenko · 4 years, 1 month ago
- 07abc7c hush: deal with FIXMEs for corner cases in parameter expansion by Denys Vlasenko · 4 years ago
- 901d2c3 factor: fix typo in undef by Denys Vlasenko · 4 years ago
- 3e544d6 factor: code shrink by Denys Vlasenko · 4 years ago
- f079f91 factor: 30% faster trial division (better sieve) by Denys Vlasenko · 4 years ago
- bb4e32b hush: remove one redundant getpid() on every startup by Denys Vlasenko · 4 years ago
- c8f6c1d ping6: add -w/-W NUM to --help by Denys Vlasenko · 4 years ago
- bc2c1b4 ping: fix -wN to not think that one packet is always lost by Denys Vlasenko · 4 years ago
- 2124c0e ash: clear ungetc counter on syntax errors by Denys Vlasenko · 4 years ago
- 4152b41 tftp: fix --help by Denys Vlasenko · 4 years ago
- ddc6dfd route: code shrink by Denys Vlasenko · 4 years ago
- b164cdb help text tweaks, mainly expanding one for route by Denys Vlasenko · 4 years ago
- 8cc3a74 help text: use -P PORT form by Denys Vlasenko · 4 years ago
- a2f18d9 help text tweaks by Denys Vlasenko · 4 years ago
- 15733cb mount: if we race with other loop mount, we forget to close loop dev by Denys Vlasenko · 4 years ago
- 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years ago
- a4c5cb2 traceroute: fix --help text by Denys Vlasenko · 4 years ago
- ff4ca18 traceroute: avoid collecting target local address if !VERBOSE by Denys Vlasenko · 4 years ago
- 4bc59a4 mount: fix a race when a free loop device is snatched under us by another mount. by Denys Vlasenko · 4 years ago