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
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
hush: fix glob() abuse. Code was making unfounded assumptions how
Denis Vlasenko
2007-10-01
1
-69
/
+120
*
hush: int->smallint for flag vars; make some names more "greppable"
Denis Vlasenko
2007-10-01
1
-28
/
+32
*
hush: feeble attempt at making it more NOMMU-friendly
Denis Vlasenko
2007-10-01
1
-16
/
+22
*
hush: stop doing manual acounting of open fd's, kernel can do it for us
Denis Vlasenko
2007-10-01
1
-45
/
+3
*
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-09-30
3
-6
/
+8
*
fix "if (p) free(p)" constructs
Denis Vlasenko
2007-09-28
2
-10
/
+5
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
3
-8
/
+8
*
ash: fix prompt expansion (Natanael Copa <natanael.copa@gmail.com>)
Denis Vlasenko
2007-09-24
1
-2
/
+17
*
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-24
1
-3
/
+2
*
ash: remove erroneously applied patch
Denis Vlasenko
2007-09-21
1
-16
/
+1
*
httpd: optional support for partial downloads
Denis Vlasenko
2007-09-21
1
-1
/
+16
*
ash: s/int/smallint/. -60 bytes.
Denis Vlasenko
2007-09-21
1
-51
/
+47
*
*: replace select-for-one descriptor with poll, it's smaller.
Denis Vlasenko
2007-09-07
1
-0
/
+1
*
libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)
Denis Vlasenko
2007-08-19
2
-3
/
+3
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
4
-35
/
+39
*
ash: comment non-obvious code part
Denis Vlasenko
2007-07-29
1
-2
/
+7
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
1
-1
/
+1
*
ash: fix SEGV in forkchild (jp can be NULL). here documents were affected.
Denis Vlasenko
2007-07-18
1
-1
/
+2
*
ash: make "jobs | cat" work like in bash (was giving empty output)
Denis Vlasenko
2007-07-15
1
-1
/
+10
*
ash: small size optimization
Denis Vlasenko
2007-07-14
1
-33
/
+33
*
ash: recognize -l as --login equivalent; do not recognize +-login
Denis Vlasenko
2007-07-14
1
-9
/
+12
*
ash: fix for buglet in DEBUG code (Nguyen Thai Ngoc Duy <pclouds@gmail.com>)
Denis Vlasenko
2007-07-14
1
-15
/
+16
*
devfsd: fix formatting (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-25
1
-1
/
+1
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
4
-14
/
+13
*
test: shrink a bit
Denis Vlasenko
2007-06-21
1
-1
/
+1
*
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-13
4
-11
/
+11
*
hush: fix read builtin to not read ahead past eol and to not use
Denis Vlasenko
2007-06-13
5
-15
/
+16
*
remove nearly-duplicate PATHs in several places
Denis Vlasenko
2007-06-12
2
-6
/
+4
*
A few more string duplicates found & eliminated
Denis Vlasenko
2007-06-12
1
-2
/
+2
*
make busybox --install work even if /proc/self/exe doesn't exist
Denis Vlasenko
2007-06-08
3
-3
/
+3
*
hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox))
Denis Vlasenko
2007-06-08
1
-0
/
+4
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
1
-11
/
+0
*
hush: trivial buglet found by randomconfig testing
Denis Vlasenko
2007-05-30
1
-0
/
+2
*
whitespace fixes
Denis Vlasenko
2007-05-30
2
-8
/
+8
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
4
-5
/
+9
*
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
2007-05-26
2
-6
/
+3
*
hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code.
Denis Vlasenko
2007-05-25
1
-6
/
+18
*
hush: avoid duplicating HUSH_VERSION
Denis Vlasenko
2007-05-25
1
-15
/
+16
*
hush: micro-optimization in new variable code
Denis Vlasenko
2007-05-25
1
-5
/
+5
*
hush: we can't do without variable->value member, saving 25 bytes of code
Denis Vlasenko
2007-05-25
1
-42
/
+38
*
hush: rework variable storage and environment handling.
Denis Vlasenko
2007-05-25
4
-167
/
+238
*
hush: update README with yet another failure case
Denis Vlasenko
2007-05-24
1
-0
/
+5
*
hush: fix segfaulting syntax error in interactive hush
Denis Vlasenko
2007-05-24
1
-23
/
+29
*
hush: improve 2 testsuite tests
Denis Vlasenko
2007-05-24
4
-2
/
+17
*
hush: add 2 tests for correct syntax error reporting
Denis Vlasenko
2007-05-24
2
-0
/
+2
*
hush: fix handling of unmatched ${name (without closing '}') -
Denis Vlasenko
2007-05-24
1
-5
/
+7
*
hush: make syntax error messages a bit more useful
Denis Vlasenko
2007-05-23
3
-29
/
+37
*
hush: prepare testsuite for new, fixed error message format
Denis Vlasenko
2007-05-23
1
-1
/
+1
[next]