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
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
3
-5
/
+5
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
2
-75
/
+72
*
rename bb_default_error_retval -> xfunc_error_retval
Denis Vlasenko
2006-10-03
6
-6
/
+6
*
fdformat: remove redundant check
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
random style fixes
Denis Vlasenko
2006-10-03
2
-3
/
+3
*
runit/chpst: "change process state" utility
Denis Vlasenko
2006-10-03
2
-27
/
+28
*
sed: unbreak multiple -e, -f option handling (my fault)
Denis Vlasenko
2006-10-01
1
-3
/
+3
*
lsmod: repair indentation
Denis Vlasenko
2006-09-30
1
-2
/
+2
*
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-29
1
-1
/
+1
*
top: add support for -b, -n <iterations>
Denis Vlasenko
2006-09-29
1
-8
/
+0
*
getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_
Denis Vlasenko
2006-09-29
1
-183
/
+189
*
getopt_ulflags: formatting fixes
Denis Vlasenko
2006-09-29
1
-71
/
+71
*
xargs: simplify option parsing
Denis Vlasenko
2006-09-29
1
-0
/
+1
*
Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c
Denis Vlasenko
2006-09-28
1
-17
/
+16
*
usage.h: fix compile-time bugs exposed by previous change
Denis Vlasenko
2006-09-27
1
-3
/
+1
*
kill: fix bugs (kill -l output was horrible), fix style, constify data
Denis Vlasenko
2006-09-27
1
-7
/
+6
*
process utilities related style cleanup
Denis Vlasenko
2006-09-27
1
-9
/
+8
*
wget: add (configurable) large file support. Run tested.
Denis Vlasenko
2006-09-26
1
-0
/
+34
*
wget: fix bug where wget creates null file if there is no remote one.
Denis Vlasenko
2006-09-23
1
-1
/
+1
*
remove unneeded #includes, fix indentation
Denis Vlasenko
2006-09-23
1
-22
/
+17
*
correct_password: undo whitespace damage.
Denis Vlasenko
2006-09-23
1
-25
/
+13
*
bb_askpass: shorten static password buffer. 256 is way too large.
Denis Vlasenko
2006-09-23
2
-23
/
+19
*
losetup: getopt_ulflags'ification + small fix for perror_nomsg
Denis Vlasenko
2006-09-22
1
-1
/
+3
*
Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when
Rob Landley
2006-09-20
3
-37
/
+27
*
change char *string = "foo" -> char string[] = "foo"
Denis Vlasenko
2006-09-19
2
-27
/
+27
*
whitespace cleanup
Denis Vlasenko
2006-09-17
7
-14
/
+14
*
style fixes
Denis Vlasenko
2006-09-17
1
-5
/
+4
*
Strangely, using // in the comments I added was not a persistent accident.
Rob Landley
2006-09-14
1
-65
/
+62
*
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-09-13
3
-3
/
+3
*
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-09-12
1
-1
/
+1
*
- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...
Bernhard Reutner-Fischer
2006-09-12
4
-19
/
+2
*
- fix warning about discarding qualifiers in initialization
Bernhard Reutner-Fischer
2006-09-12
1
-1
/
+1
*
- merge xstat.c into xfuncs.c
Bernhard Reutner-Fischer
2006-09-11
3
-13
/
+11
*
tar: fix "xopen with O_CREAT" warning, improve zero padding write
Denis Vlasenko
2006-09-09
1
-8
/
+4
*
few random readability enhansements. No code changes
Denis Vlasenko
2006-09-08
1
-0
/
+1
*
login: style fixes
Denis Vlasenko
2006-09-08
1
-6
/
+6
*
getty, sulogin: convert to using bb_msg for syslog output
Denis Vlasenko
2006-09-07
8
-5
/
+17
*
fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&
Denis Vlasenko
2006-09-07
2
-2
/
+2
*
Add CONFIG_FEATURE_SYSLOG which controls whether
Denis Vlasenko
2006-09-07
2
-2
/
+2
*
adding files missed in prev updates (forgot about svn add)
Denis Vlasenko
2006-09-07
2
-0
/
+53
*
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-09-06
1
-1
/
+1
*
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-06
10
-27
/
+40
*
- mdev and grep use xregcomp. Closes bug #1021
Bernhard Reutner-Fischer
2006-09-06
1
-1
/
+2
*
run_shell.c: style fix
Denis Vlasenko
2006-09-05
1
-31
/
+25
*
xfunc: fix: && -> &. Also nuked two double semicolons...
Denis Vlasenko
2006-09-05
1
-2
/
+2
*
uuencode: common implementation for wget and uuencode (closing bug 694)
Denis Vlasenko
2006-09-03
2
-0
/
+65
*
zcip: getopt -> bb_getopt_ulflags
Denis Vlasenko
2006-09-03
1
-0
/
+7
*
replacing func() with xfunc() where appropriate
Denis Vlasenko
2006-09-03
1
-1
/
+1
*
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-28
1
-63
/
+70
*
Jordan Crouse submitted a patch to only include xregcomp.c when we actually
Rob Landley
2006-08-28
1
-1
/
+15
[next]