.. |
libcoreutils
|
|
|
basename.c
|
|
|
cal.c
|
libbb unicode: comment out usused function and unused parameter
|
2011-01-11 13:08:28 +01:00 |
cat.c
|
|
|
catv.c
|
|
|
chgrp.c
|
|
|
chmod.c
|
|
|
chown.c
|
|
|
chroot.c
|
use user's shell instead of hardwired "/bin/sh" (android needs this)
|
2011-03-08 21:00:36 +01:00 |
cksum.c
|
libbb: introduce and use common crc32 routine
|
2010-10-27 15:26:45 +02:00 |
comm.c
|
|
|
Config.src
|
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
|
2011-02-26 22:24:08 +01:00 |
cp.c
|
|
|
cut.c
|
|
|
date.c
|
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
|
2011-02-26 22:24:08 +01:00 |
dd.c
|
whitespace cleanup
|
2010-10-29 11:46:52 +02:00 |
df.c
|
df,find_mount_point: optionally don't ignore rootfs
|
2011-01-31 06:27:35 +01:00 |
dirname.c
|
|
|
dos2unix.c
|
*: introduce and use xmkstemp. -65 bytes.
|
2010-10-22 13:27:16 +02:00 |
du.c
|
|
|
echo.c
|
echo: fix SEGV when run with no args
|
2011-02-15 18:35:54 +01:00 |
env.c
|
*: whitespace fixes
|
2010-10-28 18:57:19 +02:00 |
expand.c
|
|
|
expr.c
|
|
|
false.c
|
|
|
fold.c
|
|
|
fsync.c
|
|
|
head.c
|
|
|
hostid.c
|
|
|
id_test.sh
|
|
|
id.c
|
id: fix inverted if (!ENABLE_DESKTOP)
|
2011-01-26 16:11:19 +01:00 |
install.c
|
|
|
Kbuild.src
|
disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents
|
2011-01-26 01:21:20 +01:00 |
length.c.disabled
|
disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents
|
2011-01-26 01:21:20 +01:00 |
ln.c
|
|
|
logname.c
|
|
|
ls.c
|
ls: widen -s (1k blocks) column from 4 to 6
|
2011-03-01 05:37:41 +01:00 |
md5_sha1_sum.c
|
*: whitespace fixes
|
2010-10-28 18:57:19 +02:00 |
mkdir.c
|
|
|
mkfifo.c
|
*: whitespace fixes
|
2010-10-28 18:57:19 +02:00 |
mknod.c
|
|
|
mv.c
|
whitespace cleanup
|
2010-10-29 11:46:52 +02:00 |
nice.c
|
whitespace cleanup
|
2010-10-29 11:46:52 +02:00 |
nohup.c
|
|
|
od_bloaty.c
|
|
|
od.c
|
whitespace cleanup
|
2010-10-29 11:46:52 +02:00 |
printenv.c
|
printenv: fix environ == NULL segfault
|
2011-03-08 12:44:02 +01:00 |
printf.c
|
libbb: introduce and use strcpy_and_process_escape_sequences
|
2010-10-23 21:06:06 +02:00 |
pwd.c
|
|
|
readlink.c
|
|
|
realpath.c
|
|
|
rm.c
|
|
|
rmdir.c
|
*: whitespace fixes
|
2010-10-28 18:57:19 +02:00 |
seq.c
|
|
|
sleep.c
|
|
|
sort.c
|
whitespace cleanup
|
2010-10-29 11:46:52 +02:00 |
split.c
|
convert "do {...} while (1);" -> "while (1) {...}"
|
2011-03-02 04:07:14 +01:00 |
stat.c
|
stat: fix mtime/ctime/atime
|
2010-10-30 02:48:20 +02:00 |
stty.c
|
stty: cosmetic fix to settings table; no code changes
|
2011-01-26 11:58:37 +01:00 |
sum.c
|
|
|
sync.c
|
|
|
tac.c
|
|
|
tail.c
|
|
|
tee.c
|
|
|
test_ptr_hack.c
|
|
|
test.c
|
printenv: fix environ == NULL segfault
|
2011-03-08 12:44:02 +01:00 |
touch.c
|
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
2011-01-18 13:58:01 +01:00 |
tr.c
|
tr: free allocated memory in tr if CLEANUP enabled
|
2011-03-06 18:21:07 +01:00 |
true.c
|
|
|
tty.c
|
*: whitespace fixes
|
2010-10-28 18:57:19 +02:00 |
uname.c
|
|
|
uniq.c
|
*: whitespace fixes
|
2010-10-28 18:57:19 +02:00 |
usleep.c
|
|
|
uudecode.c
|
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
2011-01-18 13:58:01 +01:00 |
uuencode.c
|
|
|
wc.c
|
wc: fix swapped -c and -m
|
2011-01-22 17:57:01 +01:00 |
who.c
|
move utmp.h include to libbb.h
|
2011-01-25 23:21:46 +01:00 |
whoami.c
|
|
|
yes.c
|
|
|