.. |
libcoreutils
|
make the build system puuuuuuuuuuurty
|
2006-02-02 01:41:53 +00:00 |
basename.c
|
|
|
cal.c
|
rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function.
|
2006-02-19 22:41:41 +00:00 |
cat.c
|
|
|
chgrp.c
|
- rename libbb's password helpers as suggested in libbb.h
|
2005-09-20 21:06:17 +00:00 |
chmod.c
|
- add some ATTRIBUTE_UNUSED.
|
2006-01-30 17:17:14 +00:00 |
chown.c
|
avoid signed<->unsigned warning
|
2006-01-31 12:06:57 +00:00 |
chroot.c
|
Remove trailing whitespace. Update copyright to include 2004.
|
2004-03-15 08:29:22 +00:00 |
cmp.c
|
|
|
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
|
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
|
2006-02-21 06:44:43 +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
|
Walter Harms added -D to date, and I did a code cleanup while I was in the
|
2006-02-21 05:06:42 +00:00 |
dd.c
|
avoid signed<->unsigned warning
|
2006-01-31 12:06:57 +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
|
|
|
dos2unix.c
|
common BUFSIZ BSS buffer, small reduce code, data and bss
|
2005-10-15 10:23:55 +00:00 |
du.c
|
avoid signed<->unsigned warning
|
2006-01-31 12:06:57 +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
|
Patch from Denis Vlasenko to constify things and fix a few typos.
|
2006-02-22 17:01:00 +00:00 |
expr.c
|
clean up yet more annoying signed/unsigned mismatches and fixup
|
2006-01-30 19:48:23 +00:00 |
false.c
|
- add some ATTRIBUTE_UNUSED.
|
2006-01-30 17:17:14 +00:00 |
fold.c
|
- very minor tweak: save 1 byte.
|
2006-01-30 17:41:06 +00:00 |
head.c
|
support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024)
|
2006-01-30 11:15:11 +00:00 |
hostid.c
|
- add some ATTRIBUTE_UNUSED.
|
2006-01-30 17:17:14 +00:00 |
id.c
|
- new bb_opt_complementally syntax, use [-:?] only - 'free' chars
|
2005-10-14 09:56:52 +00:00 |
install.c
|
clean up yet more annoying signed/unsigned mismatches and fixup
|
2006-01-30 19:48:23 +00:00 |
length.c
|
|
|
ln.c
|
printf() arguments shouldn't be passed straight from user supplied data.
|
2005-12-12 06:49:33 +00:00 |
logname.c
|
- add some ATTRIBUTE_UNUSED.
|
2006-01-30 17:17:14 +00:00 |
ls.c
|
clean up yet more annoying signed/unsigned mismatches and fixup
|
2006-01-30 19:48:23 +00:00 |
Makefile
|
use the shorter license header
|
2005-09-24 07:16:29 +00:00 |
Makefile.in
|
Don't build directory libraries unless we're building an applet that needs it.
|
2006-02-21 19:11:35 +00:00 |
md5_sha1_sum.c
|
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
|
2006-02-21 06:44:43 +00:00 |
mkdir.c
|
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
|
2005-09-11 01:05:30 +00:00 |
mkfifo.c
|
|
|
mknod.c
|
|
|
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
|
clean up yet more annoying signed/unsigned mismatches and fixup
|
2006-01-30 19:48:23 +00:00 |
printenv.c
|
|
|
printf.c
|
just whitespace
|
2006-01-25 00:08:53 +00:00 |
pwd.c
|
|
|
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
|
"sed 2 -2 10" was very unhappy. Made the thing bigger fixing it,
|
2006-02-23 19:54:48 +00:00 |
sleep.c
|
|
|
sort.c
|
A few changes falling out from the effort to make sed handle embedded NUL bytes.
|
2006-02-24 02:30:39 +00:00 |
stat.c
|
Patch from Denis Vlasenko to constify things and fix a few typos.
|
2006-02-22 17:01:00 +00:00 |
stty.c
|
rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h
|
2006-02-19 22:43:58 +00:00 |
sum.c
|
Fix bug 674: sum's block count should always round up.
|
2006-02-14 17:47:05 +00:00 |
sync.c
|
|
|
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
|
|
|
tr.c
|
clean up yet more annoying signed/unsigned mismatches and fixup
|
2006-01-30 19:48:23 +00:00 |
true.c
|
|
|
tty.c
|
|
|
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
|
|
|
uudecode.c
|
more better for me signed<->unsigned and the const keyword usage
|
2006-01-31 14:25:52 +00:00 |
uuencode.c
|
more better for me signed<->unsigned and the const keyword usage
|
2006-01-31 14:25:52 +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
|
|
|
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
|
|
|