hush/coreutils
Glenn L McGrath 06aeb6c417 ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions.
moved copySubFile from ar.c to utilities.c

modified dd.c to use fullWrite

modified copyFile in utilities.c to use copySubFile
2000-08-25 03:50:10 +00:00
..
basename.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
cat.c Moved functions used by "lsmod" from cat.c to utility.c 2000-07-17 20:18:42 +00:00
chroot.c chroot can now call the builtin shell 2000-07-24 20:15:30 +00:00
cut.c Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg(). 2000-08-02 18:34:41 +00:00
date.c Some #include updates. 2000-08-10 17:59:11 +00:00
dd.c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. 2000-08-25 03:50:10 +00:00
df.c Some #include updates. 2000-08-10 17:59:11 +00:00
dirname.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
du.c The result of getopt() is "int" and should be treated as such 2000-07-17 16:17:19 +00:00
echo.c The result of getopt() is "int" and should be treated as such 2000-07-17 16:17:19 +00:00
head.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
hostid.c Centralize handling of --help. 2000-07-19 19:24:01 +00:00
id.c Fix for a potential uninitialized variable, thx to 2000-07-28 19:05:20 +00:00
length.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
ln.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
logname.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
ls.c Fixed a warning about a label not being used 2000-08-22 15:47:57 +00:00
md5sum.c Fixed to pass -Wundef 2000-07-28 19:38:27 +00:00
mkdir.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
mkfifo.c Some #include updates. 2000-08-10 17:59:11 +00:00
mknod.c Some #include updates. 2000-08-10 17:59:11 +00:00
printf.c Some #include updates. 2000-08-10 17:59:11 +00:00
pwd.c Centralize handling of --help. 2000-07-19 19:24:01 +00:00
rm.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
rmdir.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
sleep.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
sort.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
sync.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
tail.c Fixed misuse of type "char" 2000-08-22 15:38:16 +00:00
tee.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
test.c Some #include updates. 2000-08-10 17:59:11 +00:00
touch.c Some #include updates. 2000-08-10 17:59:11 +00:00
tr.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
tty.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
uname.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
uniq.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
usleep.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
uudecode.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
uuencode.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
wc.c Converted option parsing to using getopt(). Also managed to remove an 2000-07-20 00:08:10 +00:00
whoami.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
yes.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00