hush/coreutils
Rob Landley f8fd4db92f Move SUSv2 obsolete feature disabling to debug menu, invert meaning of
symbol (switched on to remove now: test your apps to make sure they _don't_
do this, because as some point we should just yank it), fixup head/tail/fold.

Also tweak "make allyesconfig" so anything starting with CONFIG_DEBUG gets
left switched off.  Possibly other things we want to put in the debug menu?
2006-01-30 01:30:39 +00:00
..
libcoreutils just whitespace 2006-01-25 00:08:53 +00:00
basename.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
cal.c just whitespace 2006-01-25 00:08:53 +00:00
cat.c As we no longer use function pointers for read in common archiving code 2003-11-21 22:24:57 +00:00
chgrp.c - rename libbb's password helpers as suggested in libbb.h 2005-09-20 21:06:17 +00:00
chmod.c Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentally 2005-12-12 06:58:53 +00:00
chown.c Fix bug 603: "chown :root thingy" should work now. 2006-01-09 03:45:43 +00:00
chroot.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
cmp.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
comm.c as Rob Landley pointed out, need to fix the 1 versus i typo in indexing 2005-05-13 03:09:20 +00:00
Config.in support 64 arith. Close bug 136 2006-01-25 13:56:03 +00:00
cp.c Fix cp /dev/null filename, and a few in-passing cleanups. 2005-11-01 21:55:14 +00:00
cut.c - new bb_opt_complementally syntax, use [-:?] only - 'free' chars 2005-10-14 09:56:52 +00:00
date.c just whitespace 2006-01-25 00:08:53 +00:00
dd.c Avoid symbol naming conflict with libm 2004-01-30 22:24:32 +00:00
df.c Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig. 2005-09-10 02:59:35 +00:00
dirname.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
dos2unix.c common BUFSIZ BSS buffer, small reduce code, data and bss 2005-10-15 10:23:55 +00:00
du.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
echo.c implemented a builtin echo command in ash. moved the guts of the 2005-08-09 19:38:05 +00:00
env.c - new bb_opt_complementally syntax, use [-:?] only - 'free' chars 2005-10-14 09:56:52 +00:00
expr.c support 64 arith. Close bug 136 2006-01-25 13:56:03 +00:00
false.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
fold.c Move SUSv2 obsolete feature disabling to debug menu, invert meaning of 2006-01-30 01:30:39 +00:00
head.c Move SUSv2 obsolete feature disabling to debug menu, invert meaning of 2006-01-30 01:30:39 +00:00
hostid.c Major coreutils update. 2003-03-19 09:13:01 +00:00
id.c - new bb_opt_complementally syntax, use [-:?] only - 'free' chars 2005-10-14 09:56:52 +00:00
install.c just whitespace 2006-01-25 00:08:53 +00:00
length.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ln.c printf() arguments shouldn't be passed straight from user supplied data. 2005-12-12 06:49:33 +00:00
logname.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
ls.c just whitespace 2006-01-25 00:08:53 +00:00
Makefile use the shorter license header 2005-09-24 07:16:29 +00:00
Makefile.in - shared libbusybox. 2006-01-15 14:04:57 +00:00
md5_sha1_sum.c Eliminate unnecessary allocation from md5sum that was leaked without ever being used. 2005-12-15 06:51:52 +00:00
mkdir.c Cleanup patch by Bernhard Fischer, removing unnecessary includes of 2005-09-11 01:05:30 +00:00
mkfifo.c Major coreutils update. 2003-03-19 09:13:01 +00:00
mknod.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
mv.c Cleanup patch by Bernhard Fischer, removing unnecessary includes of 2005-09-11 01:05:30 +00:00
nice.c just whitespace 2006-01-25 00:08:53 +00:00
nohup.c usage bb_dev_null 2005-10-12 15:34:25 +00:00
od.c Felipe Kellermann writes, 2004-07-23 01:42:28 +00:00
printenv.c fix stupid build mistake i made earlier as pointed out by psm 2005-04-26 00:43:19 +00:00
printf.c just whitespace 2006-01-25 00:08:53 +00:00
pwd.c Major coreutils update. 2003-03-19 09:13:01 +00:00
realpath.c RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 2005-10-15 13:45:32 +00:00
rm.c 1) bb_opt_complementaly -> bb_opt_complementally 2005-09-05 14:46:07 +00:00
rmdir.c just whitespace 2006-01-25 00:08:53 +00:00
seq.c Patch from Felipe Kellermann, fix endless loop when first > last and 2004-07-23 06:43:29 +00:00
sleep.c Major coreutils update. 2003-03-19 09:13:01 +00:00
sort.c just whitespace 2006-01-25 00:08:53 +00:00
stat.c just whitespace 2006-01-25 00:08:53 +00:00
stty.c - add platform.h. 2006-01-22 22:55:11 +00:00
sum.c Cleanup patch by Bernhard Fischer, removing unnecessary includes of 2005-09-11 01:05:30 +00:00
sync.c Major coreutils update. 2003-03-19 09:13:01 +00:00
tail.c Move SUSv2 obsolete feature disabling to debug menu, invert meaning of 2006-01-30 01:30:39 +00:00
tee.c common BUFSIZ BSS buffer, small reduce code, data and bss 2005-10-15 10:23:55 +00:00
test.c just whitespace 2006-01-25 00:08:53 +00:00
touch.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
tr.c common BUFSIZ BSS buffer, small reduce code, data and bss 2005-10-15 10:23:55 +00:00
true.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
tty.c Major coreutils update. 2003-03-19 09:13:01 +00:00
uname.c just whitespace 2006-01-25 00:08:53 +00:00
uniq.c * uniq.c: remove unneeded include and use short boilerplate. 2005-10-26 10:47:26 +00:00
usleep.c Major coreutils update. 2003-03-19 09:13:01 +00:00
uudecode.c just whitespace 2006-01-25 00:08:53 +00:00
uuencode.c Cleanup patch by Bernhard Fischer, removing unnecessary includes of 2005-09-11 01:05:30 +00:00
watch.c patch by Shaun Jackman to combine dup/close funcs into dup2 2005-06-30 03:43:14 +00:00
wc.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
who.c just whitespace 2006-01-25 00:08:53 +00:00
whoami.c - rename libbb's password helpers as suggested in libbb.h 2005-09-20 21:06:17 +00:00
yes.c Major coreutils update. 2003-03-19 09:13:01 +00:00