.. |
libcoreutils
|
egor duda writes:
|
2004-10-08 07:46:08 +00:00 |
basename.c
|
|
|
cal.c
|
|
|
cat.c
|
|
|
chgrp.c
|
|
|
chmod.c
|
|
|
chown.c
|
|
|
chroot.c
|
|
|
cmp.c
|
|
|
comm.c
|
as Rob Landley pointed out, need to fix the 1 versus i typo in indexing
|
2005-05-13 03:09:20 +00:00 |
Config.in
|
Small comm implementatin from Rob Sullivan. Needed to build perl.
|
2005-05-11 23:12:49 +00:00 |
cp.c
|
fake out support for POSIX -H and -L options since busybox cp dereferences everything by default
|
2005-04-14 02:52:50 +00:00 |
cut.c
|
change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR)
|
2005-05-11 00:39:03 +00:00 |
date.c
|
Shaun Jackman submitted a patch converting an allocation to use
|
2005-05-28 23:55:26 +00:00 |
dd.c
|
|
|
df.c
|
Tito, farmatito at tiscali dot it writes:
|
2004-08-03 00:14:02 +00:00 |
dirname.c
|
|
|
dos2unix.c
|
Steve Grubb writes:
|
2004-05-05 19:39:21 +00:00 |
du.c
|
|
|
echo.c
|
|
|
env.c
|
|
|
expr.c
|
Patch from Shaun Jackman:
|
2005-05-09 21:42:42 +00:00 |
false.c
|
|
|
fold.c
|
Update my email address, document some of my tasks in the AUTHORS file
|
2004-04-25 05:11:19 +00:00 |
head.c
|
|
|
hostid.c
|
|
|
id.c
|
change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR)
|
2005-05-11 00:39:03 +00:00 |
install.c
|
change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR)
|
2005-05-11 00:39:03 +00:00 |
length.c
|
|
|
ln.c
|
Patch from Matthew S. Wood:
|
2005-04-29 22:13:04 +00:00 |
logname.c
|
|
|
ls.c
|
A patch from Takeharu KATO to update/fix SE-Linux support.
|
2005-05-03 06:25:50 +00:00 |
Makefile
|
egor duda writes:
|
2004-10-08 07:46:08 +00:00 |
Makefile.in
|
add missing comm.o rule
|
2005-05-12 22:23:15 +00:00 |
md5_sha1_sum.c
|
On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:
|
2005-04-30 05:11:57 +00:00 |
mkdir.c
|
|
|
mkfifo.c
|
|
|
mknod.c
|
|
|
mv.c
|
|
|
nice.c
|
Add 'nice' and replace 'renice' with a new implementation.
|
2005-02-13 20:14:05 +00:00 |
od.c
|
Felipe Kellermann writes,
|
2004-07-23 01:42:28 +00:00 |
printenv.c
|
fix stupid build mistake i made earlier as pointed out by psm
|
2005-04-26 00:43:19 +00:00 |
printf.c
|
Patch by Felipe Kellermann, use the common escape handling function and remove some unused code.
|
2004-09-15 02:05:23 +00:00 |
pwd.c
|
|
|
realpath.c
|
|
|
rm.c
|
|
|
rmdir.c
|
|
|
seq.c
|
Patch from Felipe Kellermann, fix endless loop when first > last and
|
2004-07-23 06:43:29 +00:00 |
sleep.c
|
|
|
sort.c
|
Patch from Bernhard Fischer to make a bunch of symbols static
|
2005-04-16 19:39:00 +00:00 |
stat.c
|
rework human_fstype to cut down size
|
2005-04-24 04:11:44 +00:00 |
stty.c
|
Add a missing brace, patch by Hideki IWAMOTO
|
2004-09-15 03:24:32 +00:00 |
sum.c
|
use more busybox functions and remove redundant code
|
2005-05-16 22:35:59 +00:00 |
sync.c
|
|
|
tail.c
|
Manuel points out that if printf needs a flush to act like dprintf, the result
|
2005-05-07 17:45:38 +00:00 |
tee.c
|
If read were to return with an error, bad things would happen. Fix it.
|
2004-05-26 15:21:19 +00:00 |
test.c
|
In Bug 208, bernhardf writes:
|
2005-04-16 04:30:38 +00:00 |
touch.c
|
|
|
tr.c
|
|
|
true.c
|
|
|
tty.c
|
|
|
uname.c
|
|
|
uniq.c
|
Fixup some warnings
|
2004-08-28 00:43:07 +00:00 |
usleep.c
|
|
|
uudecode.c
|
|
|
uuencode.c
|
|
|
watch.c
|
Patch from Shaun Jackman to save a few bytes.
|
2005-05-28 23:36:38 +00:00 |
wc.c
|
|
|
who.c
|
cast the time pointer so gcc stops warning over nothing
|
2005-04-23 01:42:03 +00:00 |
whoami.c
|
Tito writes:
|
2004-09-02 22:21:41 +00:00 |
yes.c
|
|
|