busybox
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/01/21
[PATCH v2 14/27] Config.in: FEATURE_PREFER_APPLETS depends on !BUILD_INDIVIDUAL
Nadav Tasher
2025/01/21
[PATCH v2 12/27] runsv: change execl calls to BB_EXECVP
Nadav Tasher
2025/01/21
[PATCH v2 11/27] ifupdown: replace execle call with BB_EXECVPE
Nadav Tasher
2025/01/21
[PATCH v2 10/27] crond: replace execlp calls with BB_EXECVP
Nadav Tasher
2025/01/21
[PATCH v2 07/27] crontab: replace BB_EXECLP call with BB_EXECVP
Nadav Tasher
2025/01/21
[PATCH v2 08/27] script: replace execl call with BB_EXECVP
Nadav Tasher
2025/01/21
[PATCH v2 06/27] conspy: replace execl call with BB_EXECVP
Nadav Tasher
2025/01/21
[PATCH v2 04/27] adduser: replace BB_EXECLP call with BB_EXECVP
Nadav Tasher
2025/01/21
[PATCH v2 05/27] getty: change BB_EXECLP call to BB_EXECVP
Nadav Tasher
2025/01/21
[PATCH v2 03/27] halt: convert execlp call to BB_EXECVP
Nadav Tasher
2025/01/21
[PATCH v2 01/27] BB_EXECVP: replace execv and execvp calls with BB_EXECVP
Nadav Tasher
2025/01/21
[PATCH v2 02/27] bootchartd: convert execl calls to BB_EXECVP
Nadav Tasher
2025/01/21
[no subject]
Nadav Tasher
2025/01/21
[PATCH] editors: fix potential deref-of-null
Maks Mishin
2025/01/21
[PATCH] networking: fix potential deref-of-null
Maks Mishin
2025/01/20
[RESEND PATCH v2] sed: parse delimiters in regular expression correctly
Celeste
2025/01/19
[PATCH 04/18] adduser: replace BB_EXECLP call with BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 18/18] ash: use BB_EXECVPE to execute commands with FEATURE_SH_STANDALONE
Nadav Tasher
2025/01/19
[PATCH 15/18] BB_EXECVP: make BB_EXECVP do NOEXEC logic and allow it to to force applet execution
Nadav Tasher
2025/01/19
[PATCH 17/18] tar: replace execlp call with BB_EXECVP, disable xz compression when applets are prefered
Nadav Tasher
2025/01/19
[PATCH 16/18] vfork_daemon_rexec: update spawn_and_wait function to use BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 12/18] runsv: change execl calls to BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 14/18] Config.in: FEATURE_PREFER_APPLETS depends on !BUILD_INDIVIDUAL
Nadav Tasher
2025/01/19
[PATCH 13/18] runsvdir: replace execlp call with BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 11/18] ifupdown: replace execle call with BB_EXECVPE
Nadav Tasher
2025/01/19
[PATCH 08/18] script: replace execl call with BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 10/18] crond: replace execlp calls with BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 07/18] crontab: replace BB_EXECLP call with BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 09/18] svlogd: replace execl call with BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 06/18] conspy: replace execl call with BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 03/18] halt: convert execlp call to BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 02/18] bootchartd: convert execl calls to BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 05/18] getty: change BB_EXECLP call to BB_EXECVP
Nadav Tasher
2025/01/19
[PATCH 01/18] BB_EXECVP: replace execv and execvp calls with BB_EXECVP
Nadav Tasher
2025/01/19
Making BusyBox self-contained by modifying exec calls and NOEXEC behaviour
Nadav Tasher
2025/01/17
[PATCH] Enable DHCP client to send requests via IPv6 GRE tunnel.
Emanuele Santini
2025/01/17
Re: [PATCH v2] adduser: remove preconfigured GECOS full name field
Natanael Copa
2025/01/17
[PATCH] init: add support for separate reboot action
Natanael Copa
2025/01/17
Re: [PATCH] tunctl: fix segfault on ioctl failure
Natanael Copa
2025/01/16
[PATCH] tunctl: fix segfault on ioctl failure
Dominique Martinet
2025/01/14
[PATCH 0/1] unexpand: fix -f converting non-leading blanks
Diogo Santos
2025/01/14
[PATCH 1/1] unexpand: fix -f converting non-leading blanks
Diogo Santos
2025/01/13
Proposal - Embedding BusyBox as self-contained shell interpreter in other programs
Nadav Tasher
2025/01/09
[PATCH] hwclock: make RTC default to UTC time
abigwc
2025/01/03
[PATCH] dmesg: don't use magic numbers in klogctl()
Bence Csókás
2025/01/02
Re: [PATCH v2] mount: don't pass 'auto' parameter to the kernel
Peter Korsgaard
2025/01/02
[PATCH v2] mount: don't pass 'auto' parameter to the kernel
Wolfram Sang
2024/12/30
Re: [RESEND][PATCH] modutils: fix "warning: function may return address of local variable"
David Leonard
2024/12/29
[RESEND][PATCH] modutils: fix "warning: function may return address of local variable"
Tomas Paukrt
2024/12/24
[PATCH] xargs: reopen stdin as /dev/null for spawned processes
Azat Khuzhin
2024/12/19
Re: [PATCH v2] adduser: remove preconfigured GECOS full name field
fossdd
2024/12/19
[PATCH 2/5] start-stop-daemon: replace execvp with BB_EXECVP
Nadav Tasher
2024/12/19
[PATCH 5/5] runsvdir: replace execlp with BB_EXECLP
Nadav Tasher
2024/12/19
[PATCH 4/5] crond: replace execlp calls with BB_EXECLP
Nadav Tasher
2024/12/19
[PATCH 1/5] reset: replace execvp call with BB_EXECVP
Nadav Tasher
2024/12/19
[PATCH 3/5] halt: replace execlp call with BB_EXECLP
Nadav Tasher
2024/12/17
[PATCH] find: flush exec plus recursively
Sertonix
2024/12/13
Re: [PATCH] awk: fix handling of literal backslashes in replacement
Natanael Copa
2024/12/13
Re: [PATCH v3] lineedit: fix some tab completions written to stdout
Sertonix
2024/12/13
[PATCH v3] lineedit: fix some tab completions written to stdout
Natanael Copa
2024/12/13
Re: [PATCH] hexdump: fix regression with -n4 -e '"%u"'
Natanael Copa
2024/12/09
Re: [PATCH] cut: improve detection of invalid ranges
Denys Vlasenko
2024/12/09
Re: [PATCH] hexdump: fix regression with -n4 -e '"%u"'
Denys Vlasenko
2024/12/09
Inquiry about pending patch
Colin
2024/12/09
Re: [RESEND PATCH v2] sed: parse delimiters in regular expression correctly
Yao Zi
2024/12/09
Re: [PATCH] awk: fix handling of literal backslashes in replacement
Yao Zi
2024/12/08
Re: [PATCH] libbb: tidy argument checks in getopt32()
Denys Vlasenko
2024/12/08
Re: [PATCH] chpst: fix error check of nice(2) call
Denys Vlasenko
2024/12/08
Re: [PATCH] hush: fix G.argv0_for_re_execing to avoid endless loop
Denys Vlasenko
2024/12/01
[PATCH] chpst: fix error check of nice(2) call
Christian Franke
2024/12/01
Re: [PATCH] fix: menuconfig check for ncurses failed due to implicit return type of main
Michael Tokarev
2024/11/30
[PATCH] fix: menuconfig check for ncurses failed due to implicit return type of main
Amit Zioni
2024/11/24
[PATCH] hush: fix G.argv0_for_re_execing to avoid endless loop
Hajime Tazaki
2024/11/21
Re: Patch for adding sha384sum
Can Sun
2024/11/20
Re: [PATCH] adduser: remove preconfigured GECOS full name field
fossdd
2024/11/20
[PATCH v2] adduser: remove preconfigured GECOS full name field
fossdd
2024/11/19
busybox sed // behaviour differs from GNU
Jonathan H N Chin
2024/11/18
Re: [PATCH] adduser: remove preconfigured GECOS full name field
tito
2024/11/18
Re: [PATCH] adduser: remove preconfigured GECOS full name field
Xabier Oneca -- xOneca
2024/11/17
Re: Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
Petr Vorel
2024/11/16
[PATCH] adduser: remove preconfigured GECOS full name field
fossdd
2024/11/14
[RESEND PATCH v2] sed: parse delimiters in regular expression correctly
Yao Zi
2024/11/14
[PATCH] awk: fix handling of literal backslashes in replacement
Yao Zi
2024/11/11
Re: Certificates expired
Roberto A. Foglietta
2024/11/11
Re: Certificates expired
Peter Korsgaard
2024/11/11
Re: [PATCH] udhcp: remove obsolete vendor abuse of site-specific options
Bjørn Mork
2024/11/11
Re: [PATCH] libbb/dump: correct handling of unsigned on big endian
Peter Kästle
2024/11/09
Certificates expired
ale5000
2024/11/08
RE: [PATCH] libbb/dump: correct handling of unsigned on big endian
David Laight
2024/11/08
Re: [PATCH] libbb/dump: correct handling of unsigned on big endian
Peter Kästle
2024/11/08
RE: [PATCH] libbb/dump: correct handling of unsigned on big endian
David Laight
2024/11/08
[PATCH] libbb/dump: correct handling of unsigned on big endian
Peter Kaestle
2024/11/06
Patch for adding sha384sum
Can Sun
2024/11/06
[PATCH] libbb: tidy argument checks in getopt32()
Ron Yorston
2024/11/05
Re: [PATCH v2] lineedit: fix some tab completions written to stdout
Natanael Copa
2024/11/03
[PATCH] cut: improve detection of invalid ranges
Ron Yorston
2024/11/01
[PATCH] patch: -d/--directory cmdline argument
Tyrell Keene
2024/11/01
[PATCH v2] lineedit: fix some tab completions written to stdout
Sertonix
2024/10/31
Re: Can't get mdev rule to match ethernet interfaces
Steffen Nurpmeso
2024/10/31
strncpy vs safe_strncpy usage
Tyrell Keene
2024/10/31
Can't get mdev rule to match ethernet interfaces
Mark Hills
2024/10/31
Re: Did installation modify my /boot ?
Jeff Pohlmeyer
2024/10/30
[PATCH] lineedit: fix some tab completions written to stdout
Sertonix
2024/10/28
Re: [PATCH] hexdump: fix regression with -n4 -e '"%u"'
Steffen Nurpmeso
2024/10/28
Re: [PATCH] hexdump: fix regression with -n4 -e '"%u"'
Natanael Copa
2024/10/28
Re: [PATCH] hexdump: fix regression with -n4 -e '"%u"'
Steffen Nurpmeso
2024/10/28
[PATCH] hexdump: fix regression with -n4 -e '"%u"'
Natanael Copa
2024/10/28
RE: [PATCH] svlogd: Fix potential deref-of-null
David Laight
2024/10/28
AW: [PATCH] svlogd: Fix potential deref-of-null
Walter Harms
2024/10/25
Re: Re: [PATCH] hexdump: add test to verify -n4 -e '"%u"'
Clayton Craft
2024/10/24
RE: [PATCH] hexdump: add test to verify -n4 -e '"%u"'
David Laight
2024/10/23
Re: [PATCH] hexdump: add test to verify -n4 -e '"%u"'
Steffen Nurpmeso
2024/10/23
Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
Steffen Nurpmeso
2024/10/23
Re: [PATCH] hexdump: add test to verify -n4 -e '"%u"'
Steffen Nurpmeso
2024/10/23
Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
Steffen Nurpmeso
2024/10/23
Re: Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
Vo Ya
2024/10/23
Re: [PATCH] hexdump: add test to verify -n4 -e '"%u"'
Natanael Copa
2024/10/23
Re: [PATCH] hexdump: add test to verify -n4 -e '"%u"'
Clayton Craft
2024/10/23
Re: [PATCH] hexdump: add test to verify -n4 -e '"%u"'
Natanael Copa
2024/10/23
[PATCH] hexdump: add test to verify -n4 -e '"%u"'
Natanael Copa
2024/10/23
broken kernel builds due to hexdump broken in busybox 1.37.0
Natanael Copa
2024/10/22
Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
David Leonard
2024/10/22
Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
Henrique de Moraes Holschuh
2024/10/20
Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
Lars Uffmann
2024/10/20
Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
Petr Vorel
2024/10/20
Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
Petr Vorel
2024/10/20
[PATCH] modutils: fix "warning: function may return address of local variable"
Tomas Paukrt
2024/10/19
Re: [PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
David Leonard
2024/10/18
[PATCH v2 1/1] ping: Add support for IPv4-mapped IPv6 address format
Petr Vorel
2024/10/18
[PATCH 1/1] ping: Add support for IPv4-mapped IPv6 address format
Petr Vorel
2024/10/18
[RESENT PATCH 1/1] menuconfig: GCC failing saying ncurses is not found
Petr Vorel
2024/10/16
Re: tc.c doesn't build against current kernel headers.
Michael Tokarev
2024/10/16
Re: [PATCH] syslogd: fix wrong OPT_locallog flag detection
Michael Tokarev
2024/10/16
[PATCH] syslogd: fix wrong OPT_locallog flag detection
Andrej Valek
2024/10/16
[PATCH] start-stop-daemon: fix tests
Andrej Valek
2024/10/15
tc.c doesn't build against current kernel headers.
Rob Landley
2024/10/11
[RESEND][PATCH] fix masking of malicious path traversals in archive content listings
Ian Norton
2024/10/11
Re: [EXTERNAL] [RESEND(4) PATCH] archival: disallow path traversals (CVE-2023-39810)
Ian Norton
2024/10/10
Re: [PATCH] kconfig/lxdialog: fix check sample for gcc14
Alexis Lothoré
2024/10/09
Re: [PATCH] kconfig/lxdialog: fix check sample for gcc14
Nop
2024/10/09
[PATCH] kconfig/lxdialog: fix check sample for gcc14
Alexis Lothoré
2024/10/09
Re: shopt
Ron Yorston
2024/10/09
shopt
Jiří Prchal
2024/10/07
Re[2]: make menuconfig problem on NixOS
Laurent Bercot
2024/10/06
Re: cut: Fix "-s" flag to omit blank lines
ale5000
2024/10/06
Re: make menuconfig problem on NixOS
Laurent Bercot
2024/10/06
Re: [PATCH v1] networking/libiproute/iplink.c: fix support for older kernels
Denys Vlasenko
2024/10/06
make menuconfig problem on NixOS
busybox-ml
2024/10/06
Re: [PATCH] tls: fix not x86: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=y
Denys Vlasenko
2024/10/06
[PATCH v2] fix od and hexdump tests on big-endian hosts
Michael Tokarev
2024/10/06
[PATCH] fix od and hexdump tests on big-endian hosts
Michael Tokarev
2024/10/06
1.37.1 tests fail on ppc64 and powerpc (but not on ppc64el)
Michael Tokarev
2024/10/04
[PATCH v1] networking/libiproute/iplink.c: fix support for older kernels
Thomas Devoogdt
2024/10/02
[master][PATCH] ifupdown: use 'replace' in ip addr/route for static_up functions
Valeria Petrov
2024/10/02
[RESEND(4) PATCH] archival: disallow path traversals (CVE-2023-39810)
Peter Kaestle
2024/09/29
Re: Compile error of libbb 1.37.0 on aarch64
Yao Zi
2024/09/29
Re: [PATCH] tls: fix not x86: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=y
Xabier Oneca -- xOneca
2024/09/29
[PATCH] tls: fix not x86: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=y
Rudi Heitbaum
2024/09/29
Compile error of libbb 1.37.0 on aarch64
Rudi Heitbaum
2024/09/28
[PATCH] build system: implement 'make savedefconfig'
Rasmus Villemoes
2024/09/27
[PATCH] udhcpc6 improvements
Laurent Bercot
2024/09/27
Re: [PATCH v2] fixdep: add fstat error handling
Denys Vlasenko
2024/09/27
Re: [PATCH] ash: reject unknown long options
Denys Vlasenko
2024/09/27
Re: [PATCH] lineedit: use stdout for shell history builtin
Denys Vlasenko
2024/09/27
Re: [PATCH] ed: fix line insertion before current line. Closes 15081
Denys Vlasenko
2024/09/27
Re: [PATCH 2/2] libbb: send usage messages to correct stream
Denys Vlasenko
2024/09/27
Re: [PATCH] udhcpc6 improvements
Laurent Bercot
2024/09/26
Re: [PATCH] menuconfig: GCC failing saying ncurses is not found
Rasmus Villemoes
2024/09/26
[PATCH resend 5/5] crypt_make_salt(): try to use actual random bytes for salt generation
Rasmus Villemoes
2024/09/26
[PATCH resend 3/5] crypt_make_salt(): simplify and improve
Rasmus Villemoes
2024/09/26
[PATCH resend 4/5] crypt_make_salt(): fixup odd calling convention
Rasmus Villemoes
2024/09/26
[PATCH resend 0/5] simplify and improve crypt_make_salt()
Rasmus Villemoes
2024/09/26
[PATCH resend 2/5] crypt_make_salt: cleanup leftover comments
Rasmus Villemoes
2024/09/26
[PATCH resend 1/5] pw_encrypt.c: make i64c() slightly smaller
Rasmus Villemoes
2024/09/25
[PATCH v2] applets: add SPDX license identifier
Robert Schwebel
2024/09/25
Re: [PATCH] applets: add SPDX license identifier
Sertonix
2024/09/25
[PATCH] applets: add SPDX license identifier
Robert Schwebel
2024/09/25
[PATCH] udhcp: remove obsolete vendor abuse of site-specific options
Bjørn Mork
2024/09/23
[PATCH] ash: reject unknown long options
Ron Yorston
2024/09/22
[PATCH] cksum: add crc32 description
Daniel Hejduk
2024/09/21
RE: Query related to busybox httpd webserver
rep . dot . nop
2024/09/20
RE: Query related to busybox httpd webserver
Dasari, Sharath Kumar
2024/09/19
RE: Query related to busybox httpd webserver
rep . dot . nop
2024/09/18
RE: Query related to busybox httpd webserver
Dasari, Sharath Kumar
2024/09/18
Re: Query related to busybox httpd webserver
Sertonix
2024/09/18
Re: Question on $IFS related differences (Was: Question on $@ vs $@$@)
Steffen Nurpmeso
2024/09/18
Re: Question on $IFS related differences (Was: Question on $@ vs $@$@)
Steffen Nurpmeso
2024/09/18
Query related to busybox httpd webserver
Dasari, Sharath Kumar
2024/09/17
Question on $IFS related differences (Was: Question on $@ vs $@$@)
Steffen Nurpmeso
2024/09/16
[RESEND(3) PATCH] archival: disallow path traversals (CVE-2023-39810)
Peter Kaestle
2024/09/16
[PATCH] svlogd: Fix potential deref-of-null
Maks Mishin
2024/09/16
[PATCH] fdisk: Fix potential deref-of-null
Maks Mishin
2024/09/16
[PATCH] fat: Fix potential integer overflow
Maks Mishin
2024/09/16
[PATCH] depmod: Fix memory leak and null-deref in parse_module function
Maks Mishin
2024/09/13
nsenter -C
Brennan Vincent
2024/09/10
Re: cp does not appear to respect file permissions
Emanuele Torre
2024/09/10
Re: cp does not appear to respect file permissions
Steffen Nurpmeso
2024/09/10
Re: cp does not appear to respect file permissions
Steffen Nurpmeso
2024/09/10
Re: cp does not appear to respect file permissions
Kang-Che Sung
2024/09/10
Re: cp does not appear to respect file permissions
Nero
Earlier messages
Later messages