.. |
basename.c
|
Added some more '/* getopt not needed */' lines.
|
2001-03-09 23:59:51 +00:00 |
cat.c
|
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
|
2001-03-09 14:36:42 +00:00 |
chgrp.c
|
These do not need initial values. Let them live in the bss.
|
2001-04-30 18:07:24 +00:00 |
chmod.c
|
Fix handling of permission addition and removal (e.g., o-r).
|
2001-04-26 18:55:29 +00:00 |
chown.c
|
These do not need initial values. Let them live in the bss.
|
2001-04-30 18:07:24 +00:00 |
chroot.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
cmp.c
|
Applied patch from I.Q. to add -s to cmp.
|
2001-04-25 20:41:02 +00:00 |
cp.c
|
Use generic flag names.
|
2001-04-24 01:30:02 +00:00 |
cut.c
|
Another nice cleanup from Larry. This adds a new last_char_is() function and
|
2001-04-26 15:56:47 +00:00 |
date.c
|
Move messages.c to libbb. Make each string in messages.c be its own .o file.
|
2001-04-25 05:39:18 +00:00 |
dd.c
|
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
|
2001-04-05 03:14:39 +00:00 |
df.c
|
Fixed df.c so that nfs volumes will display properly (fixing bug #1113).
|
2001-03-09 22:42:26 +00:00 |
dirname.c
|
Fix buffer underrun noted and solved by Larry Doolittle.
|
2001-04-19 14:56:23 +00:00 |
dos2unix.c
|
Fix dos2unix/tr problem noted by Larry Doolittle.
|
2001-04-12 21:38:06 +00:00 |
du.c
|
Move messages.c to libbb. Make each string in messages.c be its own .o file.
|
2001-04-25 05:39:18 +00:00 |
echo.c
|
Apply Vladimir's latest cleanup patch.
|
2001-04-09 22:48:12 +00:00 |
env.c
|
Add in a new standalone env applet for fixing up app's environments
|
2001-03-29 22:48:33 +00:00 |
expr.c
|
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
|
2001-03-19 23:49:41 +00:00 |
head.c
|
A cleanup patch from Jeff Garzik to static-ify a number of
|
2001-03-09 21:24:12 +00:00 |
hostid.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
id.c
|
Patch from Vladimir N. Oleynik to save 128 bytes by moving error
|
2001-02-27 18:22:03 +00:00 |
length.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
ln.c
|
Move messages.c to libbb. Make each string in messages.c be its own .o file.
|
2001-04-25 05:39:18 +00:00 |
logname.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
ls.c
|
Made new xreadlink function for libbb and changed applets to use it instead of
|
2001-04-30 18:17:00 +00:00 |
md5sum.c
|
Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com>
|
2001-04-14 03:33:33 +00:00 |
mkdir.c
|
Move messages.c to libbb. Make each string in messages.c be its own .o file.
|
2001-04-25 05:39:18 +00:00 |
mkfifo.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
mknod.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
mv.c
|
Rewrote rm.
|
2001-04-24 20:04:18 +00:00 |
printf.c
|
locale correction patch from Vladimir
|
2001-03-19 19:25:49 +00:00 |
pwd.c
|
Apply Vladimir's latest cleanup patch.
|
2001-04-09 22:48:12 +00:00 |
rm.c
|
Rewrote rm.
|
2001-04-24 20:04:18 +00:00 |
rmdir.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
sleep.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
sort.c
|
Applied patch from I.Q. to add sort -u as a feature.
|
2001-04-17 18:56:18 +00:00 |
stty.c
|
Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in
|
2001-03-02 20:00:54 +00:00 |
sync.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
tail.c
|
A cleanup patch from Jeff Garzik to static-ify a number of
|
2001-03-09 21:24:12 +00:00 |
tee.c
|
This patch, put together by Manuel Novoa III, is a merge of work
|
2001-02-14 21:23:06 +00:00 |
test.c
|
Move messages.c to libbb. Make each string in messages.c be its own .o file.
|
2001-04-25 05:39:18 +00:00 |
touch.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
tr.c
|
Move messages.c to libbb. Make each string in messages.c be its own .o file.
|
2001-04-25 05:39:18 +00:00 |
tty.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
uname.c
|
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
|
2001-03-09 14:36:42 +00:00 |
uniq.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
usleep.c
|
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
|
2001-03-19 23:49:41 +00:00 |
uudecode.c
|
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
2001-02-20 06:14:08 +00:00 |
uuencode.c
|
A cleanup patch from Jeff Garzik to static-ify a number of
|
2001-03-09 21:24:12 +00:00 |
wc.c
|
A cleanup patch from Jeff Garzik to static-ify a number of
|
2001-03-09 21:24:12 +00:00 |
whoami.c
|
Patch from Jeff Garzik marking a few 'getopt not needed' apps.
|
2001-03-09 21:28:09 +00:00 |
yes.c
|
Patch from Jeff Garzik marking a few 'getopt not needed' apps.
|
2001-03-09 21:28:09 +00:00 |