busybox
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/01/19
[PATCH v3 1/3] syslogd: Use a local to track whether a message has a timestamp.
Grant Erickson
2026/01/19
[PATCH v5 1/1] syslogd: Add a configurable option to log timestamps in UTC.
Grant Erickson
2026/01/19
Re: Fuzzing harnesses for BusyBox (OSS-Fuzz prep) — would this be welcome?
Denys Vlasenko via busybox
2026/01/18
Re: [PATCH v3] adduser: remove preconfigured GECOS full name field
Achill Gilgenast via busybox
2026/01/18
Re: [PATCHv2] procps: new applet: vmstat
Denys Vlasenko via busybox
2026/01/17
Re: Fuzzing harnesses for BusyBox (OSS-Fuzz prep) — would this be welcome?
Leslie P. Polzer
2026/01/17
Re: [PATCH v3] adduser: remove preconfigured GECOS full name field
Denys Vlasenko via busybox
2026/01/17
Re: [PATCH] md5/sha1sum: Honor the -b flag in the output
Denys Vlasenko via busybox
2026/01/17
Re: [PATCH] cmp: stop skipping bytes if EOF is reached
Denys Vlasenko via busybox
2026/01/12
AW: [PATCH v2 1/1] wget: don't allow control characters or spaces in the URL
Walter Harms via busybox
2026/01/01
[PATCH] wget: fix --post-file with NUL bytes
Sertonix
2026/01/01
[PATCH] Fix build when using -DVERSION_WITH_WRITEV
Ximo Planells Lerma
2025/12/30
[PATCH] ash: sort alias output alphabetically When running 'alias' with no arguments, output is currently printed in hash table order which appears random to users. This patch sorts the aliases alphabetically before printing, matching bash behavior. Signed-off-by: Dharmik Parmar <
[email protected]
>
dharmik via busybox
2025/12/29
[PATCH] ping: fix quirk in expiry timer length
Lewis O'Flynn
2025/12/19
Fuzzing harnesses for BusyBox (OSS-Fuzz prep) — would this be welcome?
Leslie P. Polzer
2025/12/17
Re: [PATCH] mount: fix parsing /proc/mounts with long lines
Natanael Copa
2025/12/16
Re: [PATCH] mount: fix parsing /proc/mounts with long lines
David Laight
2025/12/16
The decompression time using /bin/tar occasionally doubles.
123
2025/12/15
[PATCH] mount: fix parsing /proc/mounts with long lines
Natanael Copa
2025/12/15
Re: Problem with busybox mount -o remount and long lines in /proc/mounts
Natanael Copa
2025/12/15
Problem with busybox mount -o remount and long lines in /proc/mounts
Natanael Copa
2025/12/09
[PATCH] mv: fix cross-device directory overwrite and verbose failure 1. Fix a regression where 'mv -T' fails to overwrite a directory across filesystems (EXDEV) because it uses unlink() instead of rmdir(). Reproduction steps: mkdir /tmp/source_dir mkdir target_dir busybox mv -T /tmp/source_dir target_dir # Fails with "can't remove 'target_dir': Is a directory" 2. Fix verbose mode ('-v') falsely printing "A -> B" when the operation actually failed. Reproduction steps: touch file mkdir -p dir/protected chmod 500 dir/protected busybox mv -v file dir/protected/newname # Fails with permission denied, but falsely prints "file -> ..."
Giorgi Tchankvetadze
2025/12/09
[PATCH] diff: fix exit code when comparing directory to file
Giorgi Tchankvetadze
2025/12/06
[PATCH] cmp: stop skipping bytes if EOF is reached
Giorgi Tchankvetadze
2025/12/06
Re: [PATCH] cmp: fix -n flag incorrectly enabling verbose output
Giorgi Tchankvetadze
2025/12/06
[PATCH v2] cmp: fix -n flag incorrectly enabling verbose output
Giorgi Tchankvetadze
2025/12/06
Re: [PATCH] cmp: fix -n flag incorrectly enabling verbose output
Harald van Dijk
2025/12/05
[PATCH] cmp: fix -n flag incorrectly enabling verbose output
Giorgi Tchankvetadze
2025/12/05
[PATCH] md5/sha1sum: Honor the -b flag in the output
Martin Storsjö
2025/12/05
[PATCH] resize: check return value of tcgetattr
Giorgi Tchankvetadze
2025/12/04
[PATCH] util-linux: add minimal lsblk implementation
Osama Abdelkader
2025/12/04
Re: [PATCH] util-linux: add minimal uuidgen implementation
Osama Abdelkader
2025/12/04
[PATCH] ifupdown: Fix setting up static IPv6 configuration
Ignacy Gawędzki
2025/11/27
Busybox gets stuck after 2nd or 3th command invokation
Osman Büyükşar
2025/11/25
Re: [PATCH] util-linux: add minimal uuidgen implementation
Osama Abdelkader
2025/11/25
Re: [PATCH] util-linux: add minimal uuidgen implementation
Kang-Che Sung
2025/11/25
[PATCH v3] adduser: remove preconfigured GECOS full name field
Achill Gilgenast
2025/11/23
[PATCH] ash: redir: fix redir stack in evaltree with process substitution
shunf4
2025/11/22
[PATCH] util-linux: add minimal uuidgen implementation
Osama Abdelkader
2025/11/16
[PATCH v13 15/17] libbb: allow forcing all applets to behave as NOEXEC applets
Nadav Tasher
2025/11/16
[PATCH v13 13/17] applets: use bb_execXX functions instead of direct exec calls
Nadav Tasher
2025/11/16
[PATCH v13 11/17] hush: use bb_execvp to execute commands and applets in execvp_or_die
Nadav Tasher
2025/11/16
[PATCH v13 16/17] libbb: implement re_exec using bb_execv
Nadav Tasher
2025/11/16
[PATCH v13 17/17] shell: support shell aliases for ash and hush
Nadav Tasher
2025/11/16
[PATCH v13 10/17] ash: use bb_execve to execute commands and applets in tryexec
Nadav Tasher
2025/11/16
[PATCH v13 14/17] httpd: replace execv call with bb_execv and disable FEATURE_HTTPD_CGI when FEATURE_PREFER_APPLETS is enabled
Nadav Tasher
2025/11/16
[PATCH v13 12/17] tar: replace execlp call with bb_execvp, disable xz compression support when FEATURE_PREFER_APPLETS is enabled
Nadav Tasher
2025/11/16
[PATCH v13 07/17] libbb: implement bb_system using spawn_and_wait
Nadav Tasher
2025/11/16
[PATCH v13 05/17] libbb: implement bb_execXX function family to handle applet executions
Nadav Tasher
2025/11/16
[PATCH v13 09/17] libbb: make bb_system use get_shell_name to find shell
Nadav Tasher
2025/11/16
[PATCH v13 08/17] applets: change system() calls to bb_system()
Nadav Tasher
2025/11/16
[PATCH v13 06/17] libbb: make spawn and spawn_and_wait use bb_execvp
Nadav Tasher
2025/11/16
[PATCH v13 04/17] libbb: implement reset_all_signals
Nadav Tasher
2025/11/16
[PATCH v13 03/17] libbb: implement close_cloexec_fds
Nadav Tasher
2025/11/16
[PATCH v13 02/17] libbb: implement clone_string_array
Nadav Tasher
2025/11/16
[PATCH v13 01/17] libbb: mask xvfork to xfork on MMU targets
Nadav Tasher
2025/11/16
[PATCH v13 00/17] Making BusyBox self-contained
Nadav Tasher
2025/11/13
[PATCHv2] procps: new applet: vmstat
David Leonard
2025/11/12
[PATCH] paste: fix output when file lengths differ
Ron Yorston
2025/11/12
[PATCH 0/1] Fix for CVE-2025-60876
Radoslav Kolev
2025/11/11
[PATCH v3 2/2] shell: fix for 'wait -n' return 127 when nothing to wait
Dominique Martinet
2025/11/11
[PATCH v3 1/2] ash: fix 'wait -n' waiting time
Dominique Martinet
2025/11/11
Re: [PATCH v2 1/2] ash: fix 'wait -n' waiting time
Dominique Martinet
2025/11/11
[PATCH v2 2/2] shell: fix for 'wait -n' return 127 when nothing to wait
Dominique Martinet
2025/11/11
[PATCH v2 1/2] ash: fix 'wait -n' waiting time
Dominique Martinet
2025/11/11
Re: [PATCH 2/2] shell: fix for 'wait -n' return 127 when nothing to wait
Dominique Martinet
2025/11/11
Re: [PATCH 2/2] shell: fix for 'wait -n' return 127 when nothing to wait
Wolfgang Zekoll
2025/11/06
Received e-mails in Spams (bad e-mail server configuration / ML configuration)
* Neustradamus *
2025/11/06
Re: Two bugs in ash wait
Dominique Martinet
2025/11/06
[PATCH 2/2] shell: fix for 'wait -n' return 127 when nothing to wait
Dominique Martinet
2025/11/06
[PATCH 1/2] ash: fix 'wait -n' waiting time
Dominique Martinet
2025/11/06
Two bugs in ash wait
Wolfgang Zekoll
2025/11/04
Re: Question about bug ID 15922 (CVE-2024-58251)
Adam Goldman
2025/11/04
Question about bug ID 15922 (CVE-2024-58251)
David Partain
2025/11/01
[PATCH] test: add -e to grammar
Leon M. Busch-George
2025/10/30
failing dont_write cpio test when enabling FEATURE_PATH_TRAVERSAL_PROTECTION
Michael Tokarev
2025/10/26
Re: [PATCH] Replace vfork() with fork() to fix unshare crash on ppc64le
tshah
2025/10/26
Re: [PATCH] id: remove unsupported option flags from usage
tito
2025/10/26
Re: [PATCH] id: remove unsupported option flags from usage
Nir Lichtman
2025/10/26
[PATCH] fixes for coreutils/id_test.sh script
tito
2025/10/26
Re: [PATCH] id: remove unsupported option flags from usage
tito
2025/10/25
[PATCH] id: remove unsupported option flags from usage
Nir Lichtman
2025/10/24
[PATCH 1/3] i2c_tools: cosmetic: Avoid hardcoded values
Olliver Schinagl
2025/10/24
[PATCH 2/3] i2c_tools: Return proper errno from ioctl
Olliver Schinagl
2025/10/24
[PATCH 3/3] i2c_tools: Read all data in both block reads
Olliver Schinagl
2025/10/24
[RESEND PATCH 0/3] Extend I2C tools to read unlimited lengths
Olliver Schinagl
2025/10/24
[PATCH] eject: fix missing -s option in trivial usage
Nir Lichtman
2025/10/18
Re: unshare dumps core on ppc64le due to use of vfork()
Denys Vlasenko
2025/10/18
[RESEND PATCH v12 05/17] libbb: implement bb_execXX function family to handle applet executions
Nadav Tasher
2025/10/18
nslookup: (explicit) PTR broken
Steffen Nurpmeso
2025/10/18
Re: [PATCH v2] selinux: fix potential segfault in sestatus
Denys Vlasenko
2025/10/18
[PATCH 4/4] vi: ensure terminating newline for inserted files
Petja Patjas
2025/10/18
[RESEND PATCH v12 14/17] httpd: replace execv call with bb_execv and disable FEATURE_HTTPD_CGI when FEATURE_PREFER_APPLETS is enabled
Nadav Tasher
2025/10/18
Re: Re?: Re: unexpected behaviour of bb's arithmetic ternary operator
Steffen Nurpmeso
2025/10/18
Re: ntpd and TIME_ERROR return from adjtimex()
Denys Vlasenko
2025/10/18
[PATCH] testsuite/tar.tests: fix test after fix for CVE-2025-46394
Peter Marko
2025/10/18
[PATCH] chrt: support passing `-p 0` to operate on self
Zuo An
2025/10/18
[PATCH] cp: fix `cp -aT` overwriting symlink to directories
Dominique Martinet
2025/10/18
Re: [PATCH] chrt: support passing `-p 0` to operate on self
Denys Vlasenko
2025/10/18
[RESEND PATCH v12 15/17] libbb: allow forcing all applets to behave as NOEXEC applets
Nadav Tasher
2025/10/18
Re: unshare dumps core on ppc64le due to use of vfork()
Denys Vlasenko
2025/10/18
Re: [PATCH] vi: warn about range in ':!' command
Denys Vlasenko
2025/10/18
[RESEND PATCH v12 09/17] libbb: make bb_system use get_shell_name to find shell
Nadav Tasher
2025/10/18
Re: ntpd and TIME_ERROR return from adjtimex()
Denys Vlasenko
2025/10/18
[RESEND PATCH v12 04/17] libbb: implement reset_all_signals
Nadav Tasher
2025/10/18
Re?: Re: Re?: Re: unexpected behaviour of bb's arithmetic ternary operator
clu
2025/10/18
Re: [PATCH] cp: fix `cp -aT` overwriting symlink to directories
Dominique Martinet
2025/10/18
SIGWINCH (28) disturbs "read flow" but is ignored by "sleep"
clu
2025/10/18
[PATCH 2/4] vi: fix undo behaviour with zero length entry
Petja Patjas
2025/10/18
Re: ntpd and TIME_ERROR return from adjtimex()
Grant Edwards
2025/10/17
Re?: Re: Re?: Re: Re?: Re: unexpected behaviour of bb's arithmetic ternary operator
clu
2025/10/17
Re?: Re: Re?: Re: unexpected behaviour of bb's arithmetic ternary operator
clu
2025/10/17
Re: [PATCH] cp: fix `cp -aT` overwriting symlink to directories
Denys Vlasenko
2025/10/17
[RESEND PATCH v12 13/17] applets: use bb_execXX functions instead of direct exec calls
Nadav Tasher
2025/10/17
[RESEND PATCH v12 03/17] libbb: implement close_cloexec_fds
Nadav Tasher
2025/10/17
[RESEND PATCH v12 10/17] ash: use bb_execve to execute commands and applets in tryexec
Nadav Tasher
2025/10/17
[RESEND PATCH v12 02/17] libbb: implement clone_string_array
Nadav Tasher
2025/10/17
[RESEND PATCH v12 16/17] libbb: implement re_exec using bb_execv
Nadav Tasher
2025/10/17
Re?: Re: unexpected behaviour of bb's arithmetic ternary operator
clu
2025/10/17
unexpected behaviour of bb's arithmetic ternary operator
clu
2025/10/17
[RESEND PATCH v12 01/17] libbb: mask xvfork to xfork on MMU targets
Nadav Tasher
2025/10/17
[RESEND PATCH v12 06/17] libbb: make spawn and spawn_and_wait use bb_execvp
Nadav Tasher
2025/10/17
[RESEND PATCH v12 17/17] shell: support shell aliases for ash and hush
Nadav Tasher
2025/10/17
[RESEND PATCH v12 00/17] Making BusyBox self-contained
Nadav Tasher
2025/10/16
[PATCH] procps: new applet: vmstat
David Leonard
2025/10/15
Re: Re?: Re: Re?: Re: unexpected behaviour of bb's arithmetic ternary operator
Steffen Nurpmeso
2025/10/14
Re: Re?: Re: unexpected behaviour of bb's arithmetic ternary operator
Steffen Nurpmeso
2025/10/14
[PATCH 1/4] vi: enable undo after partial file insert
Petja Patjas
2025/10/13
[RESEND PATCH v12 12/17] tar: replace execlp call with bb_execvp, disable xz compression support when FEATURE_PREFER_APPLETS is enabled
Nadav Tasher
2025/10/13
Re: unexpected behaviour of bb's arithmetic ternary operator
Steffen Nurpmeso
2025/10/13
Re: unexpected behaviour of bb's arithmetic ternary operator
Denys Vlasenko
2025/10/12
Re: [PATCH] Replace vfork() with fork() to fix unshare crash on ppc64le
Denys Vlasenko
2025/10/08
[RESEND PATCH v12 08/17] applets: change system() calls to bb_system()
Nadav Tasher
2025/10/08
[RESEND PATCH v12 11/17] hush: use bb_execvp to execute commands and applets in execvp_or_die
Nadav Tasher
2025/10/08
[RESEND PATCH v12 07/17] libbb: implement bb_system using spawn_and_wait
Nadav Tasher
2025/10/06
Re: SOLVED Re: Memory leak in hush with NOMMU busybox-1.37.0
Roberto A. Foglietta
2025/10/06
Re: SOLVED Re: Memory leak in hush with NOMMU busybox-1.37.0
Denys Vlasenko
2025/10/01
[PATCH v2] selinux: fix potential segfault in sestatus
Osama Abdelkader
2025/10/01
Re: [PATCH] selinux: fix potential segfault in sestatus
Osama Abdelkader
2025/09/30
انضم لحساب Canva Pro مجانًا الآن
Rabha hssni
2025/09/27
Re: [PATCH] selinux: fix potential segfault in sestatus
David Leonard
2025/09/27
Re: [PATCH] libbb/procps: replace sprintf with snprintf for memory safety
Jody Bruchon
2025/09/27
[PATCH] selinux: fix potential segfault in sestatus
Osama Abdelkader
2025/09/27
Re: [PATCH] libbb/procps: replace sprintf with snprintf for memory safety
Osama Abdelkader
2025/09/27
Re: [PATCH] libbb/procps: replace sprintf with snprintf for memory safety
Harald van Dijk
2025/09/27
[PATCH] libbb/procps: replace sprintf with snprintf for memory safety
Osama Abdelkader
2025/09/26
أفضل 10 مواقع للبحث عن عمل في المغرب (2025)
Rabha hssni
2025/09/20
Re: [PATCH] Replace vfork() with fork() to fix unshare crash on ppc64le
tshah
2025/09/20
[PATCH RESEND 2/2] ifupdown: use start-stop-daemon instead of kill&pray
Nicolas Cavallari
2025/09/19
ntpd and TIME_ERROR return from adjtimex()
Grant Edwards
2025/09/19
[PATCH] vi: warn about range in ':!' command
Ron Yorston
2025/09/18
udhcpc6 multicast renew and release
Danomi Manchego
2025/09/17
[PATCH RESEND 1/2] start-stop-daemon: Add -R support
Nicolas Cavallari
2025/09/17
[PATCH] ls: restore functionality of --color
Ron Yorston
2025/09/14
Re: [PATCH] Replace vfork() with fork() to fix unshare crash on ppc64le
tshah
2025/09/10
Re: [PATCH] Replace vfork() with fork() to fix unshare crash on ppc64le
tshah
2025/09/09
[PATCH] Replace vfork() with fork() to fix unshare crash on ppc64le
tshah
2025/09/07
unshare dumps core on ppc64le due to use of vfork()
Ricardo Branco
2025/09/04
[PATCH] last: fix ignoring the first login entry
Dmitry Klochkov
2025/09/03
[no subject]
Kyle Steere
2025/09/02
[PATCH] CVE-2024- tar: fix CVE-2025-46394 terminal escape sequence injection
Kyle Steere
2025/09/02
[PATCH] dd: fix overflow for very large count/seek/skip values
Sertonix
2025/08/30
[PATCH] ps: add options -G, -U and -p (fixed)
Chris Ever
2025/08/30
[PATCH] ps: add options -G, -U and -p
Chris Ever
2025/08/29
[PATCH] tar: don't write [ug]name to tarball when --numeric-owner is set
Sertonix
2025/08/28
[PATCH] (1) wget — fix HTTP request-target header injection and FTP control-path IAC handling; (2) vi — sanitize status/file messages
You You
2025/08/27
Re: [PATCH] CVE-2024-58251 - ANSI terminal escape sequence potential local denial of service
Valery Ushakov
2025/08/27
Re: [PATCH] CVE-2024-58251 - ANSI terminal escape sequence potential local denial of service
Roberto A. Foglietta
2025/08/27
[PATCH] pgrep/pkill: fix -x to also match comm field
Paulius Zaleckas
2025/08/26
Re: [PATCH] CVE-2024-58251 - ANSI terminal escape sequence potential local denial of service
Kyle Steere
2025/08/24
[PATCH] ntpd: reload resolv.conf file when DNS resolution fails
Dávid Benko
2025/08/23
Potential header injection in wget, ANSI escape handling in vi, and credential forwarding behavior similar to CVE-2021-31879
You You
2025/08/22
Re: [PATCH] CVE-2024-58251 - ANSI terminal escape sequence potential local denial of service
Valery Ushakov
2025/08/22
[PATCH v2] shells: correctly count backslashes in read built-in
Ron Yorston
2025/08/22
[PATCH] shells: correctly count backslashes in read built-in
Ron Yorston
2025/08/22
[PATCH] lineedit: fix PS1='\W' for root directory
Ron Yorston
2025/08/22
[PATCH] tr: an escaped dash doesn't indicate a range
Ron Yorston
2025/08/21
[PATCH] CVE-2024-58251 - ANSI terminal escape sequence potential local denial of service
Kyle Steere
2025/08/16
Re: [PATCH] scripts/kconfig/lxdialog/check-lxdialog.sh: fix main function
Harald van Dijk
2025/08/16
[PATCH] scripts/kconfig/lxdialog/check-lxdialog.sh: fix main function
Last Gived
2025/08/15
[PATCH] shell: more read built-in tweaks
Ron Yorston
2025/08/14
Re: find: -perm supports / modifier
Steffen Nurpmeso
2025/08/14
find: -perm supports / modifier
Steffen Nurpmeso
2025/08/11
Re: Busybox bugzilla is down
Michael Tokarev
2025/08/11
Busybox bugzilla is down
Ian Norton
2025/08/11
[PATCH] update_passwd: Avoid selinux_preserve_fcontext if SELinux is disabled
Fabian Vogt
2025/08/11
Re: SOLVED Re: Memory leak in hush with NOMMU busybox-1.37.0
Henrique de Moraes Holschuh
2025/08/10
Re: SOLVED Re: Memory leak in hush with NOMMU busybox-1.37.0
David Laight
2025/08/08
Re: How to enable command `file` in busybox's applet?
Ahmad Gani
2025/08/08
Re: How to enable command `file` in busybox's applet?
Jeff Pohlmeyer
2025/08/08
Re: How to enable command `file` in busybox's applet?
Michael D. Setzer II
2025/08/07
Re: How to enable command `file` in busybox's applet?
Jeff Pohlmeyer
2025/08/07
Re: 15922 and leaking terminal escape sequences
Valery Ushakov
2025/08/07
15922 and leaking terminal escape sequences
Valery Ushakov
2025/08/07
Re: How to enable command `file` in busybox's applet?
Xabier Oneca -- xOneca
2025/08/07
Re: How to enable command `file` in busybox's applet?
Xabier Oneca -- xOneca
2025/08/07
How to enable command `file` in busybox's applet?
Ahmad Gani
2025/08/07
Re: SOLVED Re: Memory leak in hush with NOMMU busybox-1.37.0
Harry Eaton
2025/08/06
Re: [PATCH 0/2] rootless ping support
Radoslav Kolev
2025/08/06
Re: Fix discussion
Harald van Dijk
Earlier messages
Later messages