busybox/coreutils
2001-11-02 11:39:46 +00:00
..
basename.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
cat.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
chgrp.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
chmod.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
chown.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +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
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 Patch from larry to fix some grammar errors. 2001-05-23 20:32:09 +00:00
dd.c Always write record counts to stderr. 2001-07-31 21:02:19 +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 Scrub things and ditch uint64_t and use a custom type name 2001-08-22 05:06:29 +00:00
du.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +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 Fixup some silly prototype warnings 2001-10-31 10:41:31 +00:00
false.c Split true and false into separate applets. 2001-10-24 19:00:20 +00:00
head.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +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 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c 2001-05-16 14:21:09 +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 Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +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 Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
md5sum.c Patch from vodz: 2001-07-12 20:26:32 +00:00
mkdir.c Rewrote mkdir (and touched lots of things in the process). 2001-06-21 19:41:37 +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 Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. 2001-10-05 01:35:10 +00:00
od.c Introduce od and hexdump applets 2001-11-02 11:39:46 +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 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
sleep.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +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 Patch from vodz: 2001-07-12 20:26:32 +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 Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +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 Scrub up some function prototypes. 2001-10-18 04:11:39 +00:00
touch.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +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 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup 2001-03-09 14:36:42 +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 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> 2001-03-19 23:49:41 +00:00
uudecode.c Fixup the location of pwd.h and grp.h 2001-10-24 17:19:38 +00:00
uuencode.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +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