hush/coreutils
Denis Vlasenko a9b60e93ee new libbb func: xmalloc_realpath (+ use it where makes sense)
syslogd, logread: add debugging code (disabled)
syslogs: drastically smaller bss; fix "-C n" behaviour
2007-01-04 17:59:59 +00:00
..
libcoreutils
basename.c
cal.c removal of commented-out cruft 2006-12-22 00:45:27 +00:00
cat.c tar et al: die if bb_copyfd_size copies less than asked for. 2006-12-22 00:21:07 +00:00
catv.c
chgrp.c done a dozen of randconfig test. guess what? ALL failed... 2006-12-30 17:57:03 +00:00
chmod.c
chown.c chown: fix handling of "user.group" notation 2007-01-03 20:07:06 +00:00
chroot.c
cksum.c
cmp.c
comm.c
Config.in
cp.c
cut.c inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] 2006-12-16 23:49:13 +00:00
date.c awk: undo locale setting for numbers - or else parsing 2007-01-01 23:53:12 +00:00
dd.c
df.c stop using __u32 etc. uint32_t is there for a reason 2006-12-31 18:57:37 +00:00
diff.c done a dozen of randconfig test. guess what? ALL failed... 2006-12-30 17:57:03 +00:00
dirname.c
dos2unix.c
du.c du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. 2006-12-18 21:22:16 +00:00
echo.c introduce LONE_CHAR (optimized strcmp with one-char string) 2006-12-21 13:23:14 +00:00
env.c inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] 2006-12-16 23:49:13 +00:00
expr.c introduce LONE_CHAR (optimized strcmp with one-char string) 2006-12-21 13:23:14 +00:00
false.c
fold.c convert "negaite" config option into reversed (INCLUDE_SUSv2) 2006-12-22 13:56:36 +00:00
head.c convert "negaite" config option into reversed (INCLUDE_SUSv2) 2006-12-22 13:56:36 +00:00
hostid.c
id.c fix build without shadow support 2006-12-28 21:33:30 +00:00
install.c bb_xget[pw/gr]nam were horribly misnamed - fixed. 2006-12-28 05:44:47 +00:00
Kbuild introduce LONE_CHAR (optimized strcmp with one-char string) 2006-12-21 13:23:14 +00:00
length.c
ln.c
logname.c
ls.c style fixes 2006-12-26 10:42:51 +00:00
md5_sha1_sum.c inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] 2006-12-16 23:49:13 +00:00
mkdir.c
mkfifo.c
mknod.c - commentary typo 2006-12-02 20:47:36 +00:00
mv.c style cleanup: return(a) -> return a, part 2 2006-11-27 16:49:55 +00:00
nice.c
nohup.c
od_bloaty.c Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier with size_t types 2006-12-31 11:34:17 +00:00
od.c Provide our own isdigit macro. saves more than 400 bytes. 2006-11-27 14:44:18 +00:00
printenv.c
printf.c safe_strtoXX interface proved to be a bit unconvenient. 2006-11-27 14:43:21 +00:00
pwd.c
realpath.c new libbb func: xmalloc_realpath (+ use it where makes sense) 2007-01-04 17:59:59 +00:00
rm.c
rmdir.c
seq.c
sleep.c
sort.c str2u() is only used when FEATURE_SORT_BIG is enabled 2007-01-02 05:43:30 +00:00
stat.c
stty.c stty: fix width of a field for ppc32 2007-01-01 18:18:04 +00:00
sum.c sum: 40% size reduction (-300 bytes) 2006-12-23 15:58:11 +00:00
sync.c style cleanup: return(a) -> return a, part 1 2006-11-27 16:49:31 +00:00
tail.c Remove networking/libiproute/linux/pkt_sched.h 2007-01-02 16:32:16 +00:00
tee.c
test.c introduce LONE_CHAR (optimized strcmp with one-char string) 2006-12-21 13:23:14 +00:00
touch.c
tr.c style cleanup: return(a) -> return a, part 1 2006-11-27 16:49:31 +00:00
true.c
tty.c
uname.c
uniq.c
usleep.c
uudecode.c inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] 2006-12-16 23:49:13 +00:00
uuencode.c
watch.c
wc.c
who.c
whoami.c
yes.c