December 2020 Archives by subject
Starting: Tue Dec 1 08:01:54 UTC 2020
Ending: Thu Dec 31 18:49:03 UTC 2020
Messages: 147
- [branch/1_33_stable] new branch created
Denys Vlasenko
- [Bug 13006] Nsloockups problems
bugzilla at busybox.net
- [Bug 13006] Nsloockups problems
bugzilla at busybox.net
- [Bug 13006] nslookup problems
bugzilla at busybox.net
- [Bug 13006] nslookup problems
bugzilla at busybox.net
- [Bug 13006] nslookup problems
bugzilla at busybox.net
- [Bug 13076] IPv6 failure with "nc -v -u [fda0::1f:1c:6405:8075:2b02] 32000"
bugzilla at busybox.net
- [Bug 13096] Patch to make busybox build on Hurd
bugzilla at busybox.net
- [Bug 13096] Patch to make busybox build on Hurd
bugzilla at busybox.net
- [Bug 13096] Patch to make busybox build on Hurd
bugzilla at busybox.net
- [Bug 13096] Patch to make busybox build on Hurd
bugzilla at busybox.net
- [Bug 13096] Patch to make busybox build on Hurd
bugzilla at busybox.net
- [Bug 13161] Services started with start-stop-daemon applet not properly destroyed when stopped
bugzilla at busybox.net
- [Bug 13161] Services started with start-stop-daemon applet not properly destroyed when stopped
bugzilla at busybox.net
- [Bug 13351] New: wget with a redirection truncates the file to 0 bytes when it receives an empty response from the server
bugzilla at busybox.net
- [Bug 13351] wget with a redirection truncates the file to 0 bytes when it receives an empty response from the server
bugzilla at busybox.net
- [Bug 13351] wget with a redirection truncates the file to 0 bytes when it receives an empty response from the server
bugzilla at busybox.net
- [Bug 13361] awk NF corrupt when using FS regex and + (matching one or more of preceding expression)
bugzilla at busybox.net
- [Bug 13361] New: awk NF corrupt when using FS regex and + (matching one or more of preceding expression)
bugzilla at busybox.net
- [Bug 13371] New: Trap from .profile doesn't work
bugzilla at busybox.net
- [Bug 13371] Trap from .profile doesn't work
bugzilla at busybox.net
- [Bug 13371] Trap from .profile doesn't work
bugzilla at busybox.net
- [Bug 13371] Trap from .profile doesn't work
bugzilla at busybox.net
- [Bug 13371] Trap from .profile doesn't work
bugzilla at busybox.net
- [Bug 13371] Trap from .profile doesn't work
bugzilla at busybox.net
- [Bug 13401] "ping URL -w 6" always fail
bugzilla at busybox.net
- [Bug 13401] "ping URL -w 6" always fail
bugzilla at busybox.net
- [Bug 13401] New: "ping URL -w 6" always fail
bugzilla at busybox.net
- [Bug 13406] New: The uid and gid of the soft link is changed after decompressing with the busybox tar
bugzilla at busybox.net
- [Bug 13421] BB 1.33.0 : unable to extract the archive as non-root
bugzilla at busybox.net
- [git commit] *: use fopen helpers where appropriate
Denys Vlasenko
- [git commit] Announce 1.33.0
Denys Vlasenko
- [git commit] ash: change "clear ungetc counter on syntax errors" fix to match dash
Denys Vlasenko
- [git commit] ash: clear ungetc counter on syntax errors
Denys Vlasenko
- [git commit] ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371
Denys Vlasenko
- [git commit] awk: add a test that $NF is empty
Denys Vlasenko
- [git commit] awk: FS regex matches only non-empty separators (gawk compat)
Denys Vlasenko
- [git commit] bc, dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU
Denys Vlasenko
- [git commit] bc: do not allocate line editing state until needed
Denys Vlasenko
- [git commit] bc: placate gcc (it thinks 's' can be uninitialized here)
Denys Vlasenko
- [git commit] build system: combat gcc zealotry in data alignment
Denys Vlasenko
- [git commit] build system: combat gcc zealotry in data alignment, now for x86_64 too
Denys Vlasenko
- [git commit] build system: make -static-libgcc selectable in config
Denys Vlasenko
- [git commit] Bump version to 1.33.0
Denys Vlasenko
- [git commit] dd: support for O_DIRECT i/o
Denys Vlasenko
- [git commit] examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities
Denys Vlasenko
- [git commit] factor: 30% faster trial division (better sieve)
Denys Vlasenko
- [git commit] factor: code shrink
Denys Vlasenko
- [git commit] factor: detect squares
Denys Vlasenko
- [git commit] factor: fix comment
Denys Vlasenko
- [git commit] factor: fix typo in undef
Denys Vlasenko
- [git commit] fix dead link
Denys Vlasenko
- [git commit] Fixes for Hurd build
Denys Vlasenko
- [git commit] help text: replace [OPTIONS] with actual options (if not too long)
Denys Vlasenko
- [git commit] help text: use -P PORT form
Denys Vlasenko
- [git commit] help text tweaks
Denys Vlasenko
- [git commit] help text tweaks
Denys Vlasenko
- [git commit] help text tweaks, mainly expanding one for route
Denys Vlasenko
- [git commit] httpd: fix offset for sendfile
Denys Vlasenko
- [git commit] hush: code shrink
Denys Vlasenko
- [git commit] hush: deal with FIXMEs for corner cases in parameter expansion
Denys Vlasenko
- [git commit] hush: fix -c SCRIPT handling
Denys Vlasenko
- [git commit] hush: fix ^C in INTERACTIVE, !EDITING config
Denys Vlasenko
- [git commit] hush: fix comment
Denys Vlasenko
- [git commit] hush: fix fallout from tweaking ${var:START:LEN} code
Denys Vlasenko
- [git commit] hush: fix PS1 prompth in !EDITING config
Denys Vlasenko
- [git commit] hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
- [git commit] hush: if !EDITING, do not regenerate prompt for every input char
Denys Vlasenko
- [git commit] hush: if login shell, also source ~/.profile
Denys Vlasenko
- [git commit] hush: make comment more clear
Denys Vlasenko
- [git commit] hush: NOMMU fix for hush-psubst/tick6.tests
Denys Vlasenko
- [git commit] hush: remove one redundant getpid() on every startup
Denys Vlasenko
- [git commit] hush: revert "make interactive ^C break out of PS2 mode"
Denys Vlasenko
- [git commit] hwclock: fix musl breakage of settimeofday(tz)
Denys Vlasenko
- [git commit] hwclock: improve --help (-l is a compatible shortcut for --localtime)
Denys Vlasenko
- [git commit] libbb/procps: smaller global data for username/groupname cache
Denys Vlasenko
- [git commit] libbb: add and use infrastructure for fixed page size optimization
Denys Vlasenko
- [git commit] libbb: code shrink in exec_shell()
Denys Vlasenko
- [git commit] libbb: create and use mmap() helpers
Denys Vlasenko
- [git commit] libbb: do not compile selinux_or_die() if !SELINUX
Denys Vlasenko
- [git commit] libbb: enable fixed 4k pagesize for 32bit ARM
Denys Vlasenko
- [git commit] libbb: exec_login_shell() - new function
Denys Vlasenko
- [git commit] libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells
Denys Vlasenko
- [git commit] libbb: introduce and use xsettimeofday()
Denys Vlasenko
- [git commit] libbb: make msleep() result in only one syscall instead of looping
Denys Vlasenko
- [git commit] libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply)
Denys Vlasenko
- [git commit] libbb: rename run_shell() to exec_shell()
Denys Vlasenko
- [git commit] libiproute: band-aid for old uclibc missing IFA_FLAGS
Denys Vlasenko
- [git commit] lineedit: add a comment about possible use of tcflush()
Denys Vlasenko
- [git commit] lineedit: code shrink
Denys Vlasenko
- [git commit] lineedit: disable completion and fancy prompts if no shells are selected
Denys Vlasenko
- [git commit] lineedit: match local directories when searching PATH
Denys Vlasenko
- [git commit] lineedit: omit directories when tab-completing from PATH
Denys Vlasenko
- [git commit] lineedit: remove ->path_lookup if ash is not configured
Denys Vlasenko
- [git commit] lineedit: use strncmp instead of is_prefixed_with (we know the length)
Denys Vlasenko
- [git commit] login: log to syslog every bad password, not only 3rd
Denys Vlasenko
- [git commit] mail: commonalize send_r_n()
Denys Vlasenko
- [git commit] mail: deobfuscate launch_helper()
Denys Vlasenko
- [git commit] mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parent
Denys Vlasenko
- [git commit] mail: move "opts" from globals
Denys Vlasenko
- [git commit] man: implement SECTION parameters
Denys Vlasenko
- [git commit] mkdtemp: proper error detection on mktemp
Denys Vlasenko
- [git commit] modprobe-small: convert to new recursive_action() API
Denys Vlasenko
- [git commit] modprobe: Add support for modprobe.blacklist=module1, module2, ...
Denys Vlasenko
- [git commit] more --help text tweaks
Denys Vlasenko
- [git commit] mount: add -o nostrictatime and -o [no]lazytime
Denys Vlasenko
- [git commit] mount: do not guess bind mounts as nfs
Denys Vlasenko
- [git commit] mount: do not guess mount as NFS if "hostname:" contains slashes
Denys Vlasenko
- [git commit] mount: fix a race when a free loop device is snatched under us by another mount.
Denys Vlasenko
- [git commit] mount: fix incorrect "success" exitcode if loop device setup fails
Denys Vlasenko
- [git commit] mount: if we race with other loop mount, we forget to close loop dev
Denys Vlasenko
- [git commit] mount: implement -o nosymfollow, remove bogus -o union
Denys Vlasenko
- [git commit] mount: Surround syslog.h with the config check
Denys Vlasenko
- [git commit] move ADJTIME_PATH define to header files
Denys Vlasenko
- [git commit] nsenter: stop option parsing on 1st non-option
Denys Vlasenko
- [git commit] nslookup: do not print "No answer" for NODATA replies, closes 13006
Denys Vlasenko
- [git commit] ntpd: allow non-root to run it (e.g. with -w option)
Denys Vlasenko
- [git commit] ping6: add -w/-W NUM to --help
Denys Vlasenko
- [git commit] ping: fix -wN to not think that one packet is always lost
Denys Vlasenko
- [git commit] randomconfig fixes
Denys Vlasenko
- [git commit] route: code shrink
Denys Vlasenko
- [git commit] shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128
Denys Vlasenko
- [git commit] shells: a fix for systems without RLIMIT_NICE
Denys Vlasenko
- [git commit] Start 1.34.0 development cycle
Denys Vlasenko
- [git commit] tar: expand --help
Denys Vlasenko
- [git commit] tftp: fix --help
Denys Vlasenko
- [git commit] tls: code shrink in AES code
Denys Vlasenko
- [git commit] traceroute: avoid collecting target local address if !VERBOSE
Denys Vlasenko
- [git commit] traceroute: code shrink
Denys Vlasenko
- [git commit] traceroute: code shrink
Denys Vlasenko
- [git commit] traceroute: code shrink
Denys Vlasenko
- [git commit] traceroute: code shrink
Denys Vlasenko
- [git commit] traceroute: commonalize verbose printing
Denys Vlasenko
- [git commit] traceroute: don't set SO_DONTROUTE on recv socket, it only affects send
Denys Vlasenko
- [git commit] traceroute: even with -v, don't show other ping processes reply's
Denys Vlasenko
- [git commit] traceroute: fix --help text
Denys Vlasenko
- [git commit] traceroute: fix traceroute6 -I (icmp mode)
Denys Vlasenko
- [git commit] traceroute: make "ipv4 or ipv6?" cheaper to find out
Denys Vlasenko
- [git commit] traceroute: set IP_PKTINFO to see correct local IP of received pkt (fixes -v display)
Denys Vlasenko
- [git commit] traceroute: simpler hexdump()
Denys Vlasenko
- [git commit] traceroute: untangle main loop
Denys Vlasenko
- [git commit] tweak help texts
Denys Vlasenko
- [git commit] typo fix
Denys Vlasenko
- [git commit] udhcp: bind to device even for ucast packets
Denys Vlasenko
- [git commit] udhcpc6: code shrink - sending functions do not need ifindex parameter
Denys Vlasenko
- [git commit] wget: do not ftruncate if -O- is used, closes 13351
Denys Vlasenko
- [tag/1_33_0] new tag created
Denys Vlasenko
Last message date:
Thu Dec 31 18:49:03 UTC 2020
Archived on: Fri Jan 8 08:32:45 UTC 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).