hush/coreutils
Eric Andersen 93d7fba892 Tito, farmatito at tiscali dot it writes:
Hi to all,
This patch is useful for:
1) remove an unused var from extern char *find_real_root_device_name(const char* name)
    changing it to extern char *find_real_root_device_name(void).
2) fixes include/libbb.h, coreutils/df.c, util-linux/mount.c and  util-linux/umount.c accordingly.
3) fixes a bug, really a false positive,  in find_real_root_device_name() that happens if
    in the /dev directory exists a link named root (/dev/root) that should be skipped but
    is not. This affects applets like df that display wrong results
2004-08-03 00:14:02 +00:00
..
libcoreutils Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
basename.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
cal.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
cat.c
chgrp.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
chmod.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
chown.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
chroot.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
cmp.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
Config.in Fixup getty, login, etc so the utmp and wtmp are updated, allowing 2004-07-30 17:24:47 +00:00
cp.c
cut.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
date.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
dd.c
df.c Tito, farmatito at tiscali dot it writes: 2004-08-03 00:14:02 +00:00
dirname.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
dos2unix.c Steve Grubb writes: 2004-05-05 19:39:21 +00:00
du.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
echo.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
env.c Thats odd. I guess this was cut-n-paste error, but vodz 2004-04-16 15:02:10 +00:00
expr.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
false.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
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 Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
install.c Update my email address, document some of my tasks in the AUTHORS file 2004-04-25 05:11:19 +00:00
length.c
ln.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
logname.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
ls.c BusyBox has no business hard coding the number of major and minor bits for a 2004-07-26 09:11:12 +00:00
Makefile Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
Makefile.in Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
md5_sha1_sum.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
mkdir.c
mkfifo.c
mknod.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
mv.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
od.c Felipe Kellermann writes, 2004-07-23 01:42:28 +00:00
printf.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
pwd.c
realpath.c
rm.c
rmdir.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
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
stty.c
sync.c
tail.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +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 Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
touch.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
tr.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
true.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
tty.c
uname.c
uniq.c
usleep.c
uudecode.c Update my email address, document some of my tasks in the AUTHORS file 2004-04-25 05:11:19 +00:00
uuencode.c
watch.c
wc.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
who.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
whoami.c
yes.c