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
*
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
*
Fixed "rm foo" that had been broken while implementing "rm -- foo"
Pavel Roskin
2000-06-14
1
-6
/
+11
*
Add new apps md5sum uudecode uuencode, fix some minor formatting things.
Eric Andersen
2000-06-13
4
-1
/
+1607
*
* Fixed 'swapon -a' and 'swapoff -a', which were broken.
Eric Andersen
2000-06-07
1
-7
/
+44
*
Fix 'date -u'
Eric Andersen
2000-06-06
1
-1
/
+1
*
Fixed a bunch of stuff:
Eric Andersen
2000-06-06
2
-32
/
+42
*
Don't allow mkfifo to create files such as "--help"
Eric Andersen
2000-06-04
1
-1
/
+1
*
Fix touch so it behaves itself (it could segfault in some cases).
Eric Andersen
2000-06-02
2
-27
/
+29
*
This is a fix for chroot
Eric Andersen
2000-06-02
1
-8
/
+7
*
Pavel fixed a segfault in yes.
Eric Andersen
2000-06-02
1
-1
/
+1
*
A number of additional fixed from Pavel Roskin, note some more bugs in the
Eric Andersen
2000-06-02
3
-8
/
+8
*
More libc portability updates, add in the website (which has not been
Erik Andersen
2000-05-19
3
-19
/
+27
*
Some more portability updates
Erik Andersen
2000-05-17
1
-4
/
+4
*
Some updates for better portability.
Erik Andersen
2000-05-16
1
-2
/
+2
*
More doc updates
Erik Andersen
2000-05-13
1
-0
/
+1
*
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
Erik Andersen
2000-05-12
27
-72
/
+528
*
* cp -fa now works as expected for symlinks (it didn't before)
Erik Andersen
2000-05-10
5
-18
/
+33
*
Add suffix stripping support to basename
Erik Andersen
2000-05-10
1
-5
/
+17
*
More stuff
Erik Andersen
2000-05-02
2
-8
/
+9
*
Due to the license change I can now use Minix code. Minix tr
Erik Andersen
2000-05-01
1
-525
/
+190
*
My little adventure of analyzing lib usage has already rooted out
Erik Andersen
2000-05-01
1
-5
/
+5
*
Some accrued fixes/updates.
Erik Andersen
2000-05-01
2
-2
/
+96
*
Fix stupid bugs. update was segfaulting. mknod minor # was always 0
Erik Andersen
2000-04-28
1
-1
/
+2
*
Latest and greatest. Some effort at libc5 (aiming towards newlib)
Erik Andersen
2000-04-28
5
-17
/
+13
*
More Doc updates. cmdedit and more termio fixes.
Erik Andersen
2000-04-21
5
-12
/
+24
*
- grep -v ^\.PHONY < Makefile
John Beppu
2000-04-17
1
-1
/
+4
*
Bugfixes.
Erik Andersen
2000-04-17
1
-5
/
+2
*
More updates to the docs, and fixes to sync things with the docs.
Erik Andersen
2000-04-17
5
-17
/
+16
*
+ in the interest of robustness, I added
John Beppu
2000-04-17
1
-26
/
+6
[next]