hush/coreutils
2003-02-17 12:18:16 +00:00
..
basename.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
cal.c Remove advertising clauses in accordance with 2002-06-23 22:25:24 +00:00
cat.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
chgrp.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
chmod.c last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' 2002-10-10 03:47:01 +00:00
chown.c Patch from mathuria, compatability with solaris 2003-02-08 23:36:16 +00:00
chroot.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
cmp.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
Config.in New applet sha1sum 2003-02-17 08:23:22 +00:00
cp.c Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. 2001-10-05 01:35:10 +00:00
cut.c Latest patch from vodz. Adds a check for divide by zero in the posix 2001-08-02 05:02:46 +00:00
date.c Run through indent, fix comments 2002-08-23 05:58:38 +00:00
dd.c Style 2002-11-28 11:05:28 +00:00
df.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
dirname.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
dos2unix.c Little fix to avoid overflow 2002-07-03 04:24:08 +00:00
du.c move some globals to bss 2002-08-23 07:28:45 +00:00
echo.c Apply Vladimir's latest cleanup patch. 2001-04-09 22:48:12 +00:00
env.c Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c 2001-05-16 14:21:09 +00:00
expr.c Applied vodz' patches #49 and #50 (with a small correction in runshell.c) 2002-07-19 00:05:54 +00:00
false.c Split true and false into separate applets. 2001-10-24 19:00:20 +00:00
head.c Added include for isdigit(); simplified -<num> detection 2002-05-27 22:24:53 +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 Vodz' last_patch57: 2002-09-30 20:39:56 +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 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) 2002-07-19 00:05:54 +00:00
logname.c Vodz' last_patch57: 2002-09-30 20:39:56 +00:00
ls.c last_patch75_2 from vodz, 2003-01-14 18:13:13 +00:00
Makefile Merge fileutils, textutils and shellutils into coreuils 2003-02-15 10:53:40 +00:00
Makefile.in New applet sha1sum 2003-02-17 08:23:22 +00:00
md5sum.c Fixup warnings and undefined operations that show up in gcc-3.1 2002-07-11 11:11:56 +00:00
mkdir.c When making parent directories set permissions based on the base parent tree rather than the new directory to be created. 2002-11-24 22:48:20 +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 Run through indent, specify cast 2002-08-23 03:37:07 +00:00
mv.c Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. 2001-10-05 01:35:10 +00:00
od.c Will the real od.c please stand up! (my previous commit was a mistake) 2002-11-10 22:16:09 +00:00
printf.c locale correction patch from Vladimir 2001-03-19 19:25:49 +00:00
pwd.c Update some missing copyright notices 2002-04-13 08:31:59 +00:00
realpath.c Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III 2002-12-10 03:16:37 +00:00
rm.c Add some missing includes to kill warnings when building with the default 2001-06-29 18:59:32 +00:00
rmdir.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
sha1sum.c Fix for big endian machines 2003-02-17 12:18:16 +00:00
sleep.c Update some missing copyright notices 2002-04-13 08:31:59 +00:00
sort.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
stty.c last_patch41 from vodz to fix stty -F and similar 2002-06-06 11:35:29 +00:00
sync.c Update some missing copyright notices 2002-04-13 08:31:59 +00:00
tail.c Support the obsolete '+' option 2002-12-23 11:54:56 +00:00
tee.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
test.c Run through indent, fix comments 2002-08-23 06:05:11 +00:00
touch.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
tr.c Fixup some silly prototype warnings 2001-10-31 10:41:31 +00:00
true.c Split true and false into separate applets. 2001-10-24 19:00:20 +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 Work around compiler/assembler problem and reduce code size at the same time. 2002-03-25 02:37:20 +00:00
uniq.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
usleep.c Update some missing copyright notices 2002-04-13 08:31:59 +00:00
uudecode.c Scrub pwd.h and grp.h handling so we don't have to play any 2002-07-03 23:19:26 +00:00
uuencode.c Fixup buffer allocation 2002-12-06 21:39:48 +00:00
watch.c Add missing header file to squash a warning 2002-12-11 04:25:02 +00:00
wc.c Avoid printing a trailing blank character. 2001-12-20 21:11:59 +00:00
who.c Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> 2002-04-26 23:53:10 +00:00
whoami.c Vodz' last_patch57: 2002-09-30 20:39:56 +00:00
yes.c Patch from Jeff Garzik marking a few 'getopt not needed' apps. 2001-03-09 21:28:09 +00:00