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
*
modinfo: fix module parsing with kernel >= 2.6.37
David Marchand
2014-07-04
1
-3
/
+4
*
fatattr: use the standard type for 32-bit int
Denys Vlasenko
2014-07-04
1
-2
/
+2
*
setlogcons: fix help text
Denys Vlasenko
2014-07-04
1
-2
/
+2
*
syslogd: make "reopen log file every second" logic work for multiple logs
Joshua Judson Rosen
2014-07-03
1
-6
/
+7
*
syslogd: syslogd: don't *decrement* log_file->size on write failures
Joshua Judson Rosen
2014-07-02
1
-3
/
+8
*
syslogd: make "-O -" log to stdout
Denys Vlasenko
2014-07-02
1
-36
/
+45
*
test: fix mishandling of "test '(' = '('" and similar
Denys Vlasenko
2014-07-01
2
-34
/
+55
*
libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190
Denys Vlasenko
2014-07-01
1
-1
/
+4
*
cpio: reinstate "options:" line in help text
Denys Vlasenko
2014-06-30
1
-0
/
+1
*
Rename INIT_LAST to INIT_FUNC to avoid confusion
Bartosz Golaszewski
2014-06-30
2
-3
/
+3
*
fatattr: new applet
Pascal Bellard
2014-06-30
1
-0
/
+104
*
lzop: add overflow check
Denys Vlasenko
2014-06-30
2
-0
/
+5
*
stat: fix printing selinux context and null-dereference
Michael Gernoth
2014-06-27
1
-2
/
+3
*
ftpd: do not use root_fd if we are not in chroot
Denys Vlasenko
2014-06-27
1
-2
/
+5
*
ftpd: for LIST, open current directory *in the child*
Denys Vlasenko
2014-06-27
1
-3
/
+5
*
ftpd: escape chroot prior to re-executing ls helper
Denys Vlasenko
2014-06-27
1
-32
/
+21
*
awk: fix handling of "if ... break ; else ..." - closes 7226
Denys Vlasenko
2014-06-26
2
-0
/
+18
*
ftpd: optimize writes of LIST results a bit
Denys Vlasenko
2014-06-26
1
-5
/
+10
*
nanddump: change default to --bb=skipbad
Richard Genoud
2014-06-25
1
-1
/
+1
*
nanddump: kill -b Omit bad block
Richard Genoud
2014-06-25
1
-26
/
+12
*
nanddump: add options --bb=skipbad and padbad
Richard Genoud
2014-06-25
1
-9
/
+56
*
nanddump: correct rounding to next page (lead to infinite loop)
Richard Genoud
2014-06-25
1
-2
/
+2
*
ftpd: support deprecated XPWD command
Denys Vlasenko
2014-06-25
1
-1
/
+3
*
libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined
Denys Vlasenko
2014-06-25
1
-1
/
+1
*
unlink: new applet
Isaac Dunham
2014-06-22
1
-0
/
+34
*
unit-tests: implement the unit-testing framework
Bartosz Golaszewski
2014-06-22
8
-12
/
+335
*
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-06-22
7
-16
/
+12
*
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-06-22
5
-17
/
+38
*
find: exit code fixes for find -exec
Denys Vlasenko
2014-06-19
2
-8
/
+35
*
find: add optional support for '-exec ... {} +'
Bartosz Golaszewski
2014-06-17
1
-15
/
+141
*
udhcpc: make hostname sanitization optional. Closes 3979
Denys Vlasenko
2014-06-16
2
-0
/
+15
*
syslogd: Unify unlink/truncate + unlock log-rotation logic
Joshua Judson Rosen
2014-06-02
1
-19
/
+11
*
syslogd: remember to un-writelock log-files even when called with "-b 0"
Joshua Judson Rosen
2014-06-02
1
-0
/
+4
*
syslogd: avoid spurious ftrunctate() calls for "-b 0"
Joshua Judson Rosen
2014-06-02
1
-0
/
+6
*
modprobe-small: fix safe_strncpy truncating last char of module name
Denys Vlasenko
2014-05-26
1
-1
/
+1
*
Add conditional support for -v / --verbose
Denys Vlasenko
2014-05-19
11
-10
/
+62
*
getty: explain when setsid() fails. no code changes
Denys Vlasenko
2014-05-11
1
-0
/
+10
*
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Denys Vlasenko
2014-05-11
0
-0
/
+0
|
\
|
*
trylink: emit names of linked executables
Denys Vlasenko
2014-05-04
1
-0
/
+2
|
*
which: rewrite
Tito Ragusa
2014-05-04
1
-60
/
+23
*
|
trylink: emit names of linked executables
Denys Vlasenko
2014-05-03
1
-0
/
+2
*
|
which: rewrite
Timo Teräs
2014-05-03
1
-60
/
+23
|
/
*
libbb: rename execable -> executable. No code changes
Denys Vlasenko
2014-05-02
6
-18
/
+18
*
libbb: fix empty PATH components handling
Denys Vlasenko
2014-05-02
1
-12
/
+18
*
rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink
Denys Vlasenko
2014-05-02
1
-23
/
+32
*
libbb: fix thinko in rtc_xopen()
Denys Vlasenko
2014-05-02
1
-1
/
+1
*
libbb: make rtc_xopen try harder on EBUSY
Denys Vlasenko
2014-05-02
1
-10
/
+42
*
Fix compile failures
Denys Vlasenko
2014-05-02
2
-1
/
+3
*
crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants
Denys Vlasenko
2014-04-30
1
-24
/
+48
*
crond: simplify logging code
Denys Vlasenko
2014-04-30
1
-87
/
+88
[next]