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
*
fix signed/unsigned char pointers
Mike Frysinger
2005-06-11
1
-3
/
+3
*
oops, we only want to affect local CFLAGS
Mike Frysinger
2005-06-11
1
-2
/
+2
*
initial fat tune2fs/findfs/e2label source
Mike Frysinger
2005-06-11
1
-0
/
+776
*
replace simple is_null func with a memcmp define
Mike Frysinger
2005-06-11
2
-51
/
+4
*
force including of e2fsbb.h and move the HAVE_* defines to it
Mike Frysinger
2005-06-11
1
-6
/
+5
*
move config.h requirement to the actual .depend target rather than the depend...
Mike Frysinger
2005-06-11
1
-2
/
+2
*
make sure clean removes objects in subdirs
Mike Frysinger
2005-06-11
1
-1
/
+1
*
need strings.h for ffs()
Mike Frysinger
2005-06-11
1
-0
/
+1
*
only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled
Mike Frysinger
2005-06-11
3
-3
/
+13
*
replace simple functions with defines
Mike Frysinger
2005-06-11
2
-87
/
+0
*
whitespace updates
Mike Frysinger
2005-06-11
1
-1
/
+0
*
replace functions with defines
Mike Frysinger
2005-06-11
1
-2
/
+4
*
whitespace updates
Mike Frysinger
2005-06-11
1
-3
/
+2
*
whitespace updates
Mike Frysinger
2005-06-11
2
-8
/
+6
*
recode functions to shrink size
Mike Frysinger
2005-06-11
9
-109
/
+92
*
setup the HAVE_* defines
Mike Frysinger
2005-06-11
1
-1
/
+21
*
About time to just apply this and kill off the patches
Eric Andersen
2005-06-09
4
-324
/
+197
*
Tito posted a devfsd error message fix. It's highly deprecated and will
Rob Landley
2005-06-07
1
-31
/
+28
*
Clean up strings.c to use busybox's option processing. Bug 006, apparently.
Rob Landley
2005-06-07
1
-71
/
+54
*
Patch from Dmitry Zakharov:
Rob Landley
2005-06-07
1
-2
/
+1
*
Thus spake Brenda J. Butler:
Rob Landley
2005-06-07
1
-0
/
+6
*
Shaun Jackman submitted a patch converting an allocation to use
Rob Landley
2005-05-28
1
-5
/
+7
*
Patch from Shaun Jackman to save a few bytes.
Rob Landley
2005-05-28
1
-4
/
+3
*
Tobias Krawutschke found a bug where the DHCP client would accept packets
Rob Landley
2005-05-26
1
-0
/
+3
*
Add readprofile applet support.
Paul Mundt
2005-05-20
5
-0
/
+327
*
Patch from Colin Watson (mangled slightly by Rob Landley):
Rob Landley
2005-05-18
2
-6
/
+24
*
Doug Swarin pointed out a security bug in the -i option of sed.
Rob Landley
2005-05-18
1
-9
/
+8
*
use more busybox functions and remove redundant code
Mike Frysinger
2005-05-16
1
-18
/
+17
*
make sure we add the local dir to the include path
Mike Frysinger
2005-05-16
1
-1
/
+1
*
Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),
Rob Landley
2005-05-15
1
-17
/
+13
*
Add automatic umount support to eject command. Patch from Tito,
Rob Landley
2005-05-14
3
-34
/
+24
*
as Rob Landley pointed out, need to fix the 1 versus i typo in indexing
Mike Frysinger
2005-05-13
1
-1
/
+1
*
blah, forgot to save last time to fix whitespacing
Mike Frysinger
2005-05-13
1
-1
/
+1
*
remove duplicated code and rework algorithms to end up with smaller code
Mike Frysinger
2005-05-13
1
-40
/
+38
*
use a bunch of if statements since it is a few bytes smaller than a switch; a...
Mike Frysinger
2005-05-12
1
-20
/
+16
*
err, added 2 to the wrong var :) also touchup the option detection to shrink ...
Mike Frysinger
2005-05-12
1
-14
/
+8
*
fix segfault if user only specifies 1 file
Mike Frysinger
2005-05-12
1
-1
/
+1
*
update usage to match actual behavior
Mike Frysinger
2005-05-12
1
-2
/
+2
*
fix whitespace/coding style
Mike Frysinger
2005-05-12
1
-27
/
+28
*
add missing comm.o rule
Mike Frysinger
2005-05-12
1
-0
/
+1
*
whitespace touchups
Mike Frysinger
2005-05-12
1
-68
/
+67
*
This makefile was a mess. Fix it to work as intended.
Eric Andersen
2005-05-11
1
-11
/
+11
*
Small comm implementatin from Rob Sullivan. Needed to build perl.
Rob Landley
2005-05-11
5
-0
/
+177
*
import ether-wake applet by haveaniceday Bug 252
Mike Frysinger
2005-05-11
5
-32
/
+352
*
change the hardcoded error constant (0x80000000UL) to a nice flexible define ...
Mike Frysinger
2005-05-11
11
-12
/
+13
*
import eject by Peter Willis / Tito Ragusa
Mike Frysinger
2005-05-11
7
-178
/
+112
*
now that mjn3 explained it to me, add documentation for the 3rd field in long...
Mike Frysinger
2005-05-11
1
-5
/
+12
*
Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob
Rob Landley
2005-05-10
1
-2
/
+16
*
add documentation for long options and touch up the current docs now that i a...
Mike Frysinger
2005-05-10
1
-39
/
+62
*
import more libs to prep for new e2fsprogs
Mike Frysinger
2005-05-09
30
-0
/
+5277
[next]