hush/coreutils
Eric Andersen ab050f5522 Add in a patch to make busybox use the normal pwd.h and grp.h
functions.  Add in simple implementations of these functions,
which can, optionally, be used instead of the system versions.
 -Erik
2001-01-27 06:01:43 +00:00
..
basename.c Stop using TRUE and FALSE for exit status. 2000-12-01 02:55:13 +00:00
cat.c Continue concatenating files even if we can't open one. 2000-09-27 03:01:40 +00:00
chroot.c Change calls to error_msg.* and strerror to use perror_msg.*. 2000-12-18 03:57:16 +00:00
cmp.c Stop using TRUE and FALSE for exit status. 2000-12-01 02:55:13 +00:00
cut.c Changed email address to codepoet.org, updated list of applets / docs I 2001-01-04 22:21:13 +00:00
date.c Changed names of functions in utility.c and all affected files, to make 2000-12-07 19:56:48 +00:00
dd.c Complicate truncate behavior. 2001-01-17 00:21:05 +00:00
df.c Fix silly typo 2001-01-22 22:50:01 +00:00
dirname.c Patch from Matt Kraai to fix 'dirname /' 2000-12-12 23:27:48 +00:00
dos2unix.c Stop using TRUE and FALSE for exit status. 2000-12-01 02:55:13 +00:00
du.c Add HUMAN_READABLE define for -m and -h support in du, df, and ls 2001-01-22 22:35:38 +00:00
echo.c Stop using TRUE and FALSE for exit status. 2000-12-01 02:55:13 +00:00
expr.c Changed names of functions in utility.c and all affected files, to make 2000-12-07 19:56:48 +00:00
head.c Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to 2001-01-18 02:57:08 +00:00
hostid.c Remove the warning messages. By consensus, netkit-tiny doesn't 2001-01-24 18:44:54 +00:00
id.c Add in a patch to make busybox use the normal pwd.h and grp.h 2001-01-27 06:01:43 +00:00
length.c Stop using TRUE and FALSE for exit status. 2000-12-01 02:55:13 +00:00
ln.c #define -> static const int. Also got rid of some big static buffers. 2001-01-23 22:30:04 +00:00
logname.c Fix from Matt Kraai -- a better way to NULL terminate strings for the 2000-12-13 01:52:39 +00:00
ls.c Fix my braindamage -- remove termios and sighandling since they are not 2001-01-26 18:30:12 +00:00
md5sum.c #define -> static const int. Also got rid of some big static buffers. 2001-01-23 22:30:04 +00:00
mkdir.c Changed names of functions in utility.c and all affected files, to make 2000-12-07 19:56:48 +00:00
mkfifo.c Use busybox error handling functions wherever possible. 2000-12-22 01:48:07 +00:00
mknod.c Use busybox error handling functions wherever possible. 2000-12-22 01:48:07 +00:00
printf.c #define -> static const int. Also got rid of some big static buffers. 2001-01-23 22:30:04 +00:00
pwd.c Change calls to error_msg.* and strerror to use perror_msg.*. 2000-12-18 03:57:16 +00:00
rm.c Changed names of functions in utility.c and all affected files, to make 2000-12-07 19:56:48 +00:00
rmdir.c Changed names of functions in utility.c and all affected files, to make 2000-12-07 19:56:48 +00:00
sleep.c Use busybox error handling functions wherever possible. 2000-12-22 01:48:07 +00:00
sort.c Rewrote. 2000-12-20 20:49:56 +00:00
sync.c Renamed "internal.h" to the more sensible "busybox.h". 2000-09-25 21:45:58 +00:00
tail.c Turned some #define constants into static const ints. 2001-01-05 18:19:30 +00:00
tee.c Change calls to error_msg.* and strerror to use perror_msg.*. 2000-12-18 03:57:16 +00:00
test.c Improvements from Vladimir N. Oleynik. 2000-12-30 07:46:23 +00:00
touch.c Add missing newlines to error messages. 2000-12-18 03:08:29 +00:00
tr.c Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. 2001-01-25 23:49:09 +00:00
tty.c Stop using TRUE and FALSE for exit status. 2000-12-01 02:55:13 +00:00
uname.c #define -> static const int. Also got rid of some big static buffers. 2001-01-23 22:30:04 +00:00
uniq.c Patch from Matt Kraai to implement uniq -[cdu] 2000-12-09 16:37:53 +00:00
usleep.c Stop using TRUE and FALSE for exit status. 2000-12-01 02:55:13 +00:00
uudecode.c Add in a patch to make busybox use the normal pwd.h and grp.h 2001-01-27 06:01:43 +00:00
uuencode.c Add in a patch to make busybox use the normal pwd.h and grp.h 2001-01-27 06:01:43 +00:00
wc.c Patch from Matt Kraai so wc will return a proper error code 2000-10-09 18:21:44 +00:00
whoami.c Add in a patch to make busybox use the normal pwd.h and grp.h 2001-01-27 06:01:43 +00:00
yes.c Renamed "internal.h" to the more sensible "busybox.h". 2000-09-25 21:45:58 +00:00