index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nslookup: code shrink
Denys Vlasenko
2023-05-09
1
-1
/
+7
*
nslookup: ensure unique transaction IDs for the DNS queries
Denys Vlasenko
2023-05-09
1
-4
/
+390
*
hush: add comment about abort on syntax error %{^}
Denys Vlasenko
2023-05-09
1
-0
/
+1
*
build system: fix "Config.in:117 error: Overlong line"
Denys Vlasenko
2023-05-08
1
-3
/
+4
*
hush: fix an interactive abort on error
Denys Vlasenko
2023-05-08
1
-0
/
+8
*
build system: Make it possible to build with 64bit time_t
Uwe Kleine-König
2023-05-07
2
-0
/
+11
*
readlink: code shrink
Denys Vlasenko
2023-05-07
1
-5
/
+4
*
nmeter: improve %T fractionals display
Denys Vlasenko
2023-05-07
1
-0
/
+18
*
factor: we can pack 21, not 20, 3-bit elements into packed wheel words
Denys Vlasenko
2023-04-23
1
-36
/
+35
*
ip: code shrink
Denys Vlasenko
2023-04-23
2
-5
/
+82
*
readlink: support --, -n always
Eric Blake
2023-04-16
1
-17
/
+12
*
tr: display usage for incorrect arguments
Ron Yorston
2023-04-16
1
-1
/
+1
*
ash,hush: tab completion of functions and aliases
Ron Yorston
2023-04-16
2
-6
/
+40
*
hush: quote variable values printed by "set" (match ash behavior)
Denys Vlasenko
2023-04-13
2
-4
/
+19
*
shuf: another tweak to COMMON_PREFIX_HACK code
Denys Vlasenko
2023-04-13
1
-8
/
+4
*
build system: clean more files on make clean
Tomas Paukrt
2023-04-12
1
-0
/
+1
*
shuf: fix pfx_len calculation
Denys Vlasenko
2023-04-12
1
-1
/
+1
*
shuf: remove redundant code
Denys Vlasenko
2023-04-12
1
-2
/
+0
*
shuf: add (disabled) code to support very long numbers in -i LO-HI
Denys Vlasenko
2023-04-12
1
-6
/
+58
*
lineedit: fix crash when icanon set with -echo
Akos Somfai
2023-04-12
1
-2
/
+2
*
sleep: fix error exit when called as "sh" builtin
Denys Vlasenko
2023-04-12
1
-1
/
+2
*
seq: fix yet another case of negative parameters not working
Denys Vlasenko
2023-04-11
2
-2
/
+7
*
seedrng: fix for glibc <= 2.24 not providing random header
Thomas Devoogdt
2023-04-11
1
-4
/
+10
*
seedrng: fix for glibc <= 2.24 not providing getrandom()
Denys Vlasenko
2023-04-10
1
-0
/
+14
*
appletlib: fix "warning: unused variable applet_no"
Tomas Paukrt
2023-04-10
1
-1
/
+1
*
ash: fix sleep built-in not running INT trap immediately on ^C
Denys Vlasenko
2023-04-10
1
-9
/
+7
*
mkfs_vfat: do not generate same volume_id when run in rapid succession
Denys Vlasenko
2023-04-10
1
-2
/
+3
*
seq: accept negative parameters
Denys Vlasenko
2023-04-10
2
-2
/
+24
*
libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]
Denys Vlasenko
2023-04-06
5
-9
/
+8
*
ash: sleep builtin with no arguments should not exit
Denys Vlasenko
2023-04-03
2
-2
/
+15
*
hush: printf builtin with no arguments should not exit
Denys Vlasenko
2023-04-03
1
-1
/
+1
*
ash: code shrink: do not take address of prefix(), allowing it to inline
Denys Vlasenko
2023-04-03
1
-8
/
+4
*
ash: code shrink - reuse is_prefixed_with() from libbb
Denys Vlasenko
2023-04-03
1
-2
/
+4
*
ash: get rid of separate mail_var_path_changed flag variable
Denys Vlasenko
2023-04-03
1
-10
/
+9
*
ash: fix still-broken new mail detection
Denys Vlasenko
2023-04-03
1
-4
/
+4
*
ash: fix broken new mail detection
Denys Vlasenko
2023-04-03
1
-1
/
+0
*
hush (NOMMU): fix LINENO in execed children
Denys Vlasenko
2023-04-01
1
-0
/
+15
*
hush: speed up "big heredoc" code
Denys Vlasenko
2023-04-01
1
-7
/
+15
*
hush: add TODO comment
Denys Vlasenko
2023-04-01
1
-0
/
+3
*
ash: code shrink
Denys Vlasenko
2023-04-01
1
-3
/
+3
*
ash: exec: Stricter pathopt parsing - lost chunk
Denys Vlasenko
2023-03-31
1
-1
/
+1
*
ash: improve trap and jobs builtins in child shells
Ron Yorston
2023-03-31
3
-6
/
+31
*
modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...
Denys Vlasenko
2023-03-31
2
-2
/
+22
*
ash: make EPOCH variables work if RANDOM is disabled
Ron Yorston
2023-03-29
1
-1
/
+1
*
lineedit: fix matching of directories when searching PATH
Ron Yorston
2023-03-29
1
-2
/
+2
*
libbb/sha: do not read shaNI variable twice, and factor out its setting
Denys Vlasenko
2023-03-29
1
-12
/
+16
*
libbb/sha: fix sha-NI instruction detection
Denys Vlasenko
2023-03-29
1
-2
/
+2
*
httpd: do not mangle cgi-bin/SCRIPT/params URLs
Denys Vlasenko
2023-03-28
1
-36
/
+38
*
find: implement -ok
David Leonard
2023-03-28
2
-3
/
+42
*
fixdep: avoid underflow when end of entry doesn't coincide with EOF
Arsen Arsenović
2023-02-27
1
-0
/
+5
[next]