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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed to pass -Wundef
Pavel Roskin
2000-07-28
1
-1
/
+1
*
Fix for a potential uninitialized variable, thx to
Eric Andersen
2000-07-28
1
-0
/
+1
*
Some cleanups, based on a patch from Ken Chalmers
Eric Andersen
2000-07-28
1
-10
/
+13
*
Fixed a syntax error & superfluous param decl that was causing the build to
Mark Whitley
2000-07-26
1
-1
/
+1
*
Fix some bitrot.
Eric Andersen
2000-07-26
1
-7
/
+7
*
Use BB_FEATURE_CLEAN_UP where appropriate
Eric Andersen
2000-07-25
1
-1
/
+1
*
chroot can now call the builtin shell
Pavel Roskin
2000-07-24
1
-0
/
+5
*
Converted option parsing to using getopt(). Also managed to remove an
Mark Whitley
2000-07-20
1
-17
/
+17
*
Whoops. Forgot to #include <getopt.h>.
Mark Whitley
2000-07-20
1
-0
/
+1
*
Converted option parsing to getopt() and made some minor formatting changes.
Mark Whitley
2000-07-19
1
-18
/
+21
*
Centralize handling of --help.
Matt Kraai
2000-07-19
4
-12
/
+0
*
Add usage messages for applets without them.
Matt Kraai
2000-07-19
2
-0
/
+6
*
Use FatalError()
Eric Andersen
2000-07-19
1
-4
/
+2
*
Moved functions used by "lsmod" from cat.c to utility.c
Pavel Roskin
2000-07-17
1
-15
/
+1
*
The result of getopt() is "int" and should be treated as such
Pavel Roskin
2000-07-17
3
-4
/
+4
*
Extract usage information into a separate file.
Matt Kraai
2000-07-16
40
-471
/
+6
*
Don't use strings directly in calls to usage(). This is in preparation
Matt Kraai
2000-07-14
7
-57
/
+69
*
Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>
Eric Andersen
2000-07-14
2
-52
/
+43
*
Getopt'rd by Marc Nijdam <marc_nijdam@hp.com>
Eric Andersen
2000-07-14
1
-21
/
+11
*
More cleanups.
Eric Andersen
2000-07-14
3
-18
/
+18
*
Fix argument parsing.
Matt Kraai
2000-07-14
1
-1
/
+1
*
Use errorMsg rather than fprintf.
Matt Kraai
2000-07-14
14
-43
/
+39
*
Fix uninitialized variable.
Eric Andersen
2000-07-13
1
-1
/
+1
*
From Matt Kraai <kraai@alumni.carnegiemellon.edu>
Eric Andersen
2000-07-13
1
-24
/
+28
*
Correct argument parsing and other minor cleanups.
Matt Kraai
2000-07-13
1
-11
/
+11
*
Always report the applet name when doing error reporting.
Matt Kraai
2000-07-12
8
-20
/
+18
*
Use global applet_name instead of local versions.
Matt Kraai
2000-07-12
3
-3
/
+3
*
Use global applet_name instead of local versions.
Matt Kraai
2000-07-12
1
-5
/
+2
*
Re-enable ln -n in the help.
Eric Andersen
2000-07-11
1
-2
/
+0
*
Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:
Eric Andersen
2000-07-11
1
-27
/
+2
*
Comment on kernel stuff
Eric Andersen
2000-07-10
1
-4
/
+0
*
Remove yet more kernel header dependancies.
Eric Andersen
2000-07-10
1
-1
/
+1
*
Remove unused variable.
Eric Andersen
2000-07-10
1
-1
/
+1
*
From Matt Kraai <kraai@alumni.carnegiemellon.edu>:
Eric Andersen
2000-07-10
2
-10
/
+18
*
Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:
Eric Andersen
2000-07-10
1
-2
/
+4
*
More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc
Eric Andersen
2000-07-09
3
-0
/
+10
*
Update files to reduce dependance on kernel version...
Eric Andersen
2000-07-08
1
-4
/
+4
*
Remove MAXNAMLEN and use BUFSIZ instead.
Eric Andersen
2000-07-06
1
-1
/
+1
*
Remove misguided klude around for 2.4.x-test* brokenness. Al Viro
Eric Andersen
2000-07-05
1
-3
/
+0
*
* Fix to tr so it recognizes standard escape sequences. Merged common
Eric Andersen
2000-07-05
2
-33
/
+7
*
Added support for ignoring '-g' per GNU ls, thanks to David Vrabel
Eric Andersen
2000-07-03
1
-0
/
+2
*
Yanked out the cstring_alloc() and cstring_lineFromFile() functions from
Mark Whitley
2000-06-28
1
-2
/
+2
*
Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
Eric Andersen
2000-06-26
1
-7
/
+23
*
Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in
Eric Andersen
2000-06-26
1
-0
/
+3
*
Pavel Roskin <proski@gnu.org> just found a nasty memory
Eric Andersen
2000-06-22
1
-1
/
+8
*
Document 'ln --'
Eric Andersen
2000-06-21
1
-1
/
+2
*
printf now compiles cleanly under both libc5 and libc6.
Eric Andersen
2000-06-19
1
-2
/
+1
*
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-06-19
34
-42
/
+40
*
Check for 3 and more arguments was incorrect
Pavel Roskin
2000-06-18
1
-1
/
+1
*
ln: fixed command line parser. Added support for "--"
Pavel Roskin
2000-06-15
1
-8
/
+12
[prev]
[next]