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
path:
root
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
MinGW: rename execable -> executable
Ron Yorston
2014-05-06
1
-1
/
+1
*
Merge branch 'busybox' into merge
Ron Yorston
2014-05-06
8
-40
/
+102
|
\
|
*
libbb: rename execable -> executable. No code changes
Denys Vlasenko
2014-05-02
2
-7
/
+7
|
*
libbb: fix empty PATH components handling
Denys Vlasenko
2014-05-02
1
-12
/
+18
|
*
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
1
-0
/
+2
|
*
libbb: make syslog level for bb_error_msg's configurable. use it in crond
Denys Vlasenko
2014-04-30
1
-1
/
+2
|
*
libbb/obscure.c: code shrink. Suggested by Tito.
Denys Vlasenko
2014-04-16
1
-1
/
+1
|
*
libbb: provide usleep() fallback implementation
Bernhard Reutner-Fischer
2014-04-13
1
-0
/
+18
|
*
libbb: fix a bad check for uclibc >= 0.9.31
Denys Vlasenko
2014-03-16
1
-4
/
+7
|
*
script: make it work even if fd 0 is closed
Denys Vlasenko
2014-03-16
1
-1
/
+1
*
|
Move handling of Windows globbing out of upstream code
Ron Yorston
2014-04-21
1
-5
/
+0
*
|
lineedit: improve appearance of forward cursor movement
Ron Yorston
2014-04-09
1
-0
/
+40
*
|
Use ANSI escape to move cursor back during line editing
Ron Yorston
2014-04-07
1
-0
/
+2
*
|
Provide fake getpwent_r to reduce changes from upstream
Ron Yorston
2014-03-23
1
-4
/
+0
*
|
Alter help message if configured with standalone shell
Ron Yorston
2014-03-23
1
-0
/
+9
*
|
Remove unnecessary differences from upstream BusyBox
Ron Yorston
2014-03-23
1
-1
/
+1
*
|
ps: exclude more unused code
Ron Yorston
2014-03-23
1
-2
/
+2
*
|
Add empty sys/syscall.h
Ron Yorston
2014-03-20
1
-1
/
+1
*
|
Drop CONFIG_WIN32_NET setting
Ron Yorston
2014-03-17
1
-1
/
+3
*
|
Improved support for characters above 0x7f
Ron Yorston
2014-03-17
1
-1
/
+1
*
|
Convert argv[0] to lowercase before checking for '.exe'
Ron Yorston
2014-03-17
1
-5
/
+8
*
|
patch: fix and enable by default for mingw32
Ron Yorston
2014-03-12
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-03-11
5
-18
/
+96
|
\
|
|
*
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-27
1
-0
/
+45
|
*
du, copy_file: fix file matching on cramfs. Closes 5456
Denys Vlasenko
2014-02-25
1
-4
/
+15
|
*
libbb: trivial code shrink
Denys Vlasenko
2014-02-25
1
-6
/
+11
|
*
libbb: don't die if crypt() returns NULL
Denys Vlasenko
2014-02-09
1
-1
/
+8
|
*
appletlib: fix set-but-unused warning
Mike Frysinger
2014-01-31
1
-1
/
+5
|
*
libbb: if opening /dev/loopN returns ENXIO, don't try N++.
Denys Vlasenko
2014-01-21
1
-6
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-21
1
-4
/
+12
|
\
|
|
*
libbb: fix parsing of "10101010" date/time form
Denys Vlasenko
2014-01-21
1
-4
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-13
2
-0
/
+7
|
\
|
|
*
lineedit: fix trivial build failure
Denys Vlasenko
2014-01-10
1
-0
/
+2
|
*
libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.
Denys Vlasenko
2014-01-08
1
-0
/
+5
*
|
libbb: drop unnecessary change from upstream BusyBox
Ron Yorston
2014-01-08
1
-2
/
+0
*
|
Revise mingw_stat to minimise changes from upstream BusyBox
Ron Yorston
2014-01-07
2
-4
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-02
11
-23
/
+137
|
\
|
|
*
fix failures found by randomconfig builds
Denys Vlasenko
2013-12-31
4
-10
/
+23
|
*
do not fail build if MAXSYMLINKS isn't defined
Michael Tokarev
2013-12-16
1
-0
/
+6
|
*
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-11-29
1
-1
/
+1
|
*
chpst: fix a bug where -U USER was using wrong USER (one from -u USER)
Denys Vlasenko
2013-11-29
1
-2
/
+1
|
*
sed: open input files sequentially to avoid EMFILE
Denys Vlasenko
2013-11-28
1
-1
/
+2
|
*
libbb: add sketch of tentative 'better' passwd/group API
Denys Vlasenko
2013-11-26
1
-0
/
+48
|
*
libbb: move nuke_str() from passwd into libbb
Denys Vlasenko
2013-11-19
1
-1
/
+10
|
*
comment tweak
Denys Vlasenko
2013-11-19
1
-1
/
+1
|
*
sulogin: use common password-checking routine.
Denys Vlasenko
2013-11-19
1
-6
/
+15
|
*
libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions
Ryan Mallon
2013-10-08
1
-9
/
+36
|
*
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-09-06
1
-2
/
+4
[next]