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
/
coreutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix header file usage -- there were many unnecessary header files included in
andersen
2001-01-27
37
-7
/
+72
*
Add in a patch to make busybox use the normal pwd.h and grp.h
andersen
2001-01-27
4
-5
/
+0
*
Fix my braindamage -- remove termios and sighandling since they are not
andersen
2001-01-26
1
-1
/
+1
*
I am an idiot. Looking over my patch, ls doesn't need to do anything
andersen
2001-01-26
1
-51
/
+1
*
Make cin be static
andersen
2001-01-26
1
-1
/
+1
*
Make ls understand termios.
andersen
2001-01-26
1
-1
/
+60
*
Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.
andersen
2001-01-25
1
-4
/
+5
*
Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add
andersen
2001-01-25
1
-6
/
+18
*
more bugs fixed -- found doing regression testing
andersen
2001-01-24
1
-2
/
+6
*
Remove the warning messages. By consensus, netkit-tiny doesn't
andersen
2001-01-24
1
-4
/
+0
*
Fix spelling. s/maintainence/maintenance/
andersen
2001-01-24
1
-1
/
+1
*
#define -> static const int. Also got rid of some big static buffers.
markw
2001-01-23
6
-62
/
+79
*
Fix silly typo
andersen
2001-01-22
1
-1
/
+1
*
Warn about apps that will be going away in release 0.50
andersen
2001-01-22
1
-0
/
+4
*
Add HUMAN_READABLE define for -m and -h support in du, df, and ls
rjune
2001-01-22
3
-18
/
+107
*
Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
kraai
2001-01-18
3
-27
/
+27
*
Complicate truncate behavior.
kraai
2001-01-17
1
-7
/
+13
*
Turned some #define constants into static const ints.
markw
2001-01-05
1
-2
/
+2
*
Rewrote tail.
kraai
2001-01-05
1
-253
/
+203
*
Changed email address to codepoet.org, updated list of applets / docs I
markw
2001-01-04
1
-1
/
+1
*
Improvements from Vladimir N. Oleynik.
kraai
2000-12-30
1
-2
/
+2
*
Use busybox error handling functions wherever possible.
kraai
2000-12-22
4
-11
/
+7
*
Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE
andersen
2000-12-20
1
-18
/
+14
*
Fix a warning in sh.c. Remove use of getline() in md5sum since
andersen
2000-12-20
1
-12
/
+3
*
Rewrote.
kraai
2000-12-20
1
-239
/
+37
*
Rewrote dd.
kraai
2000-12-18
2
-172
/
+119
*
Change calls to error_msg.* and strerror to use perror_msg.*.
kraai
2000-12-18
9
-22
/
+19
*
Add missing newlines to error messages.
kraai
2000-12-18
2
-5
/
+6
*
Fix from Matt Kraai -- a better way to NULL terminate strings for the
andersen
2000-12-13
4
-14
/
+8
*
Patch from Matt Kraai to fix 'dirname /'
andersen
2000-12-12
1
-5
/
+6
*
du.c error msg cleanup from Kent Robotti
andersen
2000-12-12
1
-2
/
+2
*
Patch from kent robotti to fix a buglet where
andersen
2000-12-11
1
-3
/
+2
*
Fix problem where 'du file_that_exists' doesn't work.
andersen
2000-12-09
1
-2
/
+2
*
Patch from Matt Kraai to implement uniq -[cdu]
andersen
2000-12-09
1
-7
/
+38
*
Changed names of functions in utility.c and all affected files, to make
markw
2000-12-07
27
-114
/
+114
*
Get rid of redundant TRUE and FALSE definitions.
kraai
2000-12-07
1
-7
/
+0
*
Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'
andersen
2000-12-06
1
-1
/
+1
*
Must compile before committing.
kraai
2000-12-06
1
-2
/
+2
*
Fix exit status on failure.
kraai
2000-12-06
2
-15
/
+17
*
Use perrorMsg instead of perror and keep removing files if we encounter
kraai
2000-12-05
1
-5
/
+6
*
Remove #ifdef __STDC__ junk. We don't do K&R round these parts,
andersen
2000-12-01
1
-40
/
+0
*
Stop using TRUE and FALSE for exit status.
kraai
2000-12-01
27
-53
/
+54
*
Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>
andersen
2000-11-29
1
-29
/
+67
*
Apply rev #2 of dd fix from Gennady Feldman.
andersen
2000-11-29
1
-7
/
+21
*
Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close
andersen
2000-11-29
1
-62
/
+46
*
Patch from Matt Kraai to fix an infinate loop with ls -aR
andersen
2000-11-29
1
-6
/
+32
*
Fix behavior when removal fails.
kraai
2000-11-22
1
-3
/
+5
*
Fixed user and group name listing.
kraai
2000-11-18
1
-22
/
+13
*
Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the
markw
2000-11-17
1
-24
/
+37
*
"I will always compile before I commit."
andersen
2000-11-17
1
-21
/
+30
[next]