index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused file builtin_ulimit.c
Ron Yorston
2012-03-23
1
-237
/
+0
*
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
129
-1458
/
+4967
|
\
|
*
busybox: tweak help text
Denys Vlasenko
2012-03-22
1
-3
/
+6
|
*
ftp{get,put}: tweak help text
Denys Vlasenko
2012-03-19
1
-17
/
+17
|
*
Fix one-applet build for tcpsvd
Denys Vlasenko
2012-03-19
1
-8
/
+1
|
*
nc: support "-<other_opts>e PROG" form of -e option
Denys Vlasenko
2012-03-19
1
-14
/
+29
|
*
ubi_tools: add workaround for bad kernel headers. Closes 4838
Denys Vlasenko
2012-03-11
1
-0
/
+4
|
*
build system: remove bogus $(1) in last commit
Denys Vlasenko
2012-03-11
1
-1
/
+1
|
*
build system: detect missing crypt and drop it from linking
Denys Vlasenko
2012-03-10
1
-7
/
+8
|
*
ntpd: make "reply from IP" messages more uniform
Denys Vlasenko
2012-03-08
1
-1
/
+1
|
*
test: "test !" was accessing argv past NULL - fix it. Closes 4832
Denys Vlasenko
2012-03-08
1
-7
/
+8
|
*
ntpd: drop offset averaging code
Denys Vlasenko
2012-03-08
1
-23
/
+60
|
*
tftpd: chroot to DIR, not merely chdir. Closes 4874
Denys Vlasenko
2012-03-08
1
-2
/
+3
|
*
libbb: make xchroot do a chdir("/") after chroot
Denys Vlasenko
2012-03-08
6
-8
/
+6
|
*
build system: fix broken CONFIG_SYSROOT handling
Denys Vlasenko
2012-03-08
1
-1
/
+3
|
*
Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config
Rob Walker
2012-03-07
3
-0
/
+1058
|
*
printf: fix this case: printf "%b" '\0057usr\0057bin\n'
Denys Vlasenko
2012-03-07
1
-2
/
+17
|
*
printf: trim help text
Denys Vlasenko
2012-03-07
1
-4
/
+3
|
*
ntpd: tweak log messages format
Denys Vlasenko
2012-03-06
1
-4
/
+4
|
*
testsuite: add a test that tar detects XZ-compressed data
Denys Vlasenko
2012-03-06
1
-0
/
+19
|
*
fix trivial bug in unpack_gz_stream (wrong fd used in read)
Denys Vlasenko
2012-03-06
1
-1
/
+1
|
*
Don't compile get_header_tar_FOO function if they are not needed
Denys Vlasenko
2012-03-06
1
-5
/
+8
|
*
tar,rpm2cpio: check that child decompressor did not error out
Denys Vlasenko
2012-03-06
4
-59
/
+41
|
*
Move seamless .Z support into unpack_gz_stream
Denys Vlasenko
2012-03-06
3
-25
/
+21
|
*
update seamless uncompression code
Denys Vlasenko
2012-03-06
21
-312
/
+233
|
*
archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes
Denys Vlasenko
2012-03-06
3
-6
/
+6
|
*
preparatory cleanups for seamless uncompression improvements
Denys Vlasenko
2012-03-06
6
-179
/
+187
|
*
ssd: compat: match -x EXECUTABLE by /proc/pid/exe too
Denys Vlasenko
2012-03-05
1
-3
/
+14
|
*
uudecode: tweak help text
Denys Vlasenko
2012-03-05
1
-1
/
+1
|
*
uuencode: tweak help text
Denys Vlasenko
2012-03-05
1
-2
/
+2
|
*
ntpd: fix a case when discipline_jitter = 0 if we step
Denys Vlasenko
2012-03-05
1
-17
/
+13
|
*
cp: trim help text
Denys Vlasenko
2012-03-05
1
-2
/
+2
|
*
du: trim help text a bit more
Denys Vlasenko
2012-03-05
1
-7
/
+5
|
*
du: remove stray whitespace in help text
Denys Vlasenko
2012-03-05
1
-1
/
+1
|
*
ntpd: experimental code to correct frequency a bit more aggressively
Denys Vlasenko
2012-03-05
1
-23
/
+29
|
*
blkid: if parameters are given, do not scan /dev
Denys Vlasenko
2012-03-03
3
-14
/
+17
|
*
ntpd: fix the "are we a server" check in previous commit
Denys Vlasenko
2012-03-03
1
-1
/
+1
|
*
ntpd: avoid printing messages between send and recv. good for fast networks
Denys Vlasenko
2012-03-03
1
-7
/
+30
|
*
ntpd: log clock drift with three digits after decimal point
Denys Vlasenko
2012-03-02
1
-2
/
+2
|
*
ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms
Denys Vlasenko
2012-03-02
1
-17
/
+28
|
*
date: extend help text to explain compat date format. Closes 4820
Denys Vlasenko
2012-03-01
1
-0
/
+3
|
*
fbsplash: use line_length instead of xres * bytes_per_pixel
Yin Kangkai
2012-02-29
1
-8
/
+8
|
*
libbb/procps.c: make fast_strtoul_10() stop on '\n' too
Denys Vlasenko
2012-02-28
1
-4
/
+5
|
*
grep: support for -x, match whole line
Natanael Copa
2012-02-28
1
-3
/
+9
|
*
libbb/procps.c: make fast_strtoul_10() stop on '\n' too
Denys Vlasenko
2012-02-28
1
-1
/
+2
|
*
du: use long long for size field
Ian Wienand
2012-02-28
1
-5
/
+5
|
*
ntpd: fix offset adjustment after step; better step printing
Denys Vlasenko
2012-02-28
1
-17
/
+23
|
*
ntpd: increase OPT_qq constant to not collide with -L
Denys Vlasenko
2012-02-23
1
-14
/
+14
|
*
tar: add support for PAX-encoded path=LONGFILENAME
Denys Vlasenko
2012-02-23
4
-44
/
+46
|
*
mkdir: fix permissions on 64-bit platforms
Timo Teras
2012-02-23
1
-3
/
+4
[next]