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
*
Rewrote dd.
Matt Kraai
2000-12-18
2
-172
/
+119
*
Change calls to error_msg.* and strerror to use perror_msg.*.
Matt Kraai
2000-12-18
9
-22
/
+19
*
Add missing newlines to error messages.
Matt Kraai
2000-12-18
2
-5
/
+6
*
Fix from Matt Kraai -- a better way to NULL terminate strings for the
Eric Andersen
2000-12-13
4
-14
/
+8
*
Patch from Matt Kraai to fix 'dirname /'
Eric Andersen
2000-12-12
1
-5
/
+6
*
du.c error msg cleanup from Kent Robotti
Eric Andersen
2000-12-12
1
-2
/
+2
*
Patch from kent robotti to fix a buglet where
Eric Andersen
2000-12-11
1
-3
/
+2
*
Fix problem where 'du file_that_exists' doesn't work.
Eric Andersen
2000-12-09
1
-2
/
+2
*
Patch from Matt Kraai to implement uniq -[cdu]
Eric Andersen
2000-12-09
1
-7
/
+38
*
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-07
27
-114
/
+114
*
Get rid of redundant TRUE and FALSE definitions.
Matt Kraai
2000-12-07
1
-7
/
+0
*
Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'
Eric Andersen
2000-12-06
1
-1
/
+1
*
Must compile before committing.
Matt Kraai
2000-12-06
1
-2
/
+2
*
Fix exit status on failure.
Matt Kraai
2000-12-06
2
-15
/
+17
*
Use perrorMsg instead of perror and keep removing files if we encounter
Matt Kraai
2000-12-05
1
-5
/
+6
*
Remove #ifdef __STDC__ junk. We don't do K&R round these parts,
Eric Andersen
2000-12-01
1
-40
/
+0
*
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-12-01
27
-53
/
+54
*
Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>
Eric Andersen
2000-11-29
1
-29
/
+67
*
Apply rev #2 of dd fix from Gennady Feldman.
Eric Andersen
2000-11-29
1
-7
/
+21
*
Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close
Eric Andersen
2000-11-29
1
-62
/
+46
*
Patch from Matt Kraai to fix an infinate loop with ls -aR
Eric Andersen
2000-11-29
1
-6
/
+32
*
Fix behavior when removal fails.
Matt Kraai
2000-11-22
1
-3
/
+5
*
Fixed user and group name listing.
Matt Kraai
2000-11-18
1
-22
/
+13
*
Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the
Mark Whitley
2000-11-17
1
-24
/
+37
*
"I will always compile before I commit."
Eric Andersen
2000-11-17
1
-21
/
+30
*
Remove the BSD advertising clause, and replace it with a link to how
Eric Andersen
2000-11-14
3
-67
/
+76
*
This was redundant
Eric Andersen
2000-10-29
1
-1
/
+0
*
Make features independent.
Matt Kraai
2000-10-28
1
-5
/
+21
*
We also need to declare info if the USERNAMES feature is enabled.
Matt Kraai
2000-10-28
1
-2
/
+4
*
Fixed error handling and TRUE/FALSE usage.
Matt Kraai
2000-10-25
1
-3
/
+2
*
Cleaned up error handling and uses of TRUE/FALSE.
Matt Kraai
2000-10-25
1
-3
/
+2
*
Added a fatalPerror function to simplify error handling.
Matt Kraai
2000-10-25
1
-4
/
+2
*
Fix for bug #1068 from Kent Robotti
Glenn L McGrath
2000-10-25
1
-2
/
+4
*
Fix error messages.
Matt Kraai
2000-10-23
1
-3
/
+3
*
Piss people off by removing [+-][0-9]+ options from tail.
Matt Kraai
2000-10-19
1
-23
/
+3
*
Consolidate stat(2) and lstat(2) calls and error handling.
Matt Kraai
2000-10-13
1
-34
/
+25
*
Exit with failure status if we are unable to list any files or
Matt Kraai
2000-10-13
1
-1
/
+8
*
Apply a patch from Matt Kraai to fix buffer overrun and convert to
Eric Andersen
2000-10-12
1
-19
/
+15
*
Added cmp and readlink applets from Matt Kraai.
Mark Whitley
2000-10-09
1
-0
/
+65
*
Patch from Matt Kraai so wc will return a proper error code
Eric Andersen
2000-10-09
1
-4
/
+6
*
Apply a patch from Matt Kraai:
Eric Andersen
2000-10-09
1
-1
/
+11
*
Patch from Matt Kraai: "When it encounters a problem creating a link, ln
Eric Andersen
2000-10-04
1
-2
/
+3
*
Rewrite to use getopt and return instead of exit, a seperate function (fs_lin...
Glenn L McGrath
2000-10-04
1
-83
/
+69
*
+ shortened main() a little, and a few aesthetic cleanups here & there.
John Beppu
2000-09-28
1
-21
/
+19
*
Rewrote head to perservere when it can't open a file, and share code
Matt Kraai
2000-09-27
1
-50
/
+43
*
Continue concatenating files even if we can't open one.
Matt Kraai
2000-09-27
1
-4
/
+5
*
Consolidate handling of some fopen failures.
Matt Kraai
2000-09-27
1
-6
/
+3
*
Rewrote uniq to be less than a third of the size, and fixed some other
Matt Kraai
2000-09-27
1
-143
/
+17
*
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-09-25
44
-49
/
+49
*
Start the great EXIT_{SUCCESS,FAILURE} migration.
Matt Kraai
2000-09-22
1
-3
/
+4
[next]