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 rodata cleanup. "unable to" == "cannot". -300 bytes 2006-11-18 22:04:09 +00:00
basename.c remove bb_printf and the like 2006-10-26 23:21:47 +00:00
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 remove bb_printf and the like 2006-10-26 23:21:47 +00:00
chgrp.c done a dozen of randconfig test. guess what? ALL failed... 2006-12-30 17:57:03 +00:00
chmod.c chmod: typo in comments 2006-10-28 12:42:40 +00:00
chown.c chown: fix handling of "user.group" notation 2007-01-03 20:07:06 +00:00
chroot.c Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 2006-08-03 15:41:12 +00:00
cksum.c rename functions to more understandable names 2006-10-26 23:25:17 +00:00
cmp.c rename functions to more understandable names 2006-10-26 23:25:17 +00:00
comm.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
Config.in build system overhaul 2006-10-05 10:17:08 +00:00
cp.c cp: add support for -s, -l. Fix free(nonmalloc) bug. 2006-10-21 23:40:20 +00:00
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 small fixes: 2006-11-26 15:45:17 +00:00
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 remove bb_printf and the like 2006-10-26 23:21:47 +00:00
dos2unix.c bb_applet_name -> applet_name 2006-10-03 21:00:43 +00:00
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 Robert P. Day removed 8 gazillion occurrences of "extern" on function 2006-03-06 20:47:33 +00:00
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 remove bb_printf and the like 2006-10-26 23:21:47 +00:00
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 ...and yet another small fix. Ouch... 2006-10-26 23:39:04 +00:00
ln.c cp: add support for -s, -l. Fix free(nonmalloc) bug. 2006-10-21 23:40:20 +00:00
logname.c remove bb_printf and the like 2006-10-26 23:21:47 +00:00
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 mkdir: style fix 2006-11-19 13:53:50 +00:00
mkfifo.c Add one-line GPL boilerplate to numerous (but not all yet) source files. 2006-07-12 07:56:04 +00:00
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 remove bb_printf and the like 2006-10-26 23:21:47 +00:00
nohup.c message string changes, mostly for consistency, also -32 bytes in .rodata 2006-10-20 13:28:22 +00:00
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 remove bb_printf and the like 2006-10-26 23:21:47 +00:00
printf.c safe_strtoXX interface proved to be a bit unconvenient. 2006-11-27 14:43:21 +00:00
pwd.c remove bb_printf and the like 2006-10-26 23:21:47 +00:00
realpath.c new libbb func: xmalloc_realpath (+ use it where makes sense) 2007-01-04 17:59:59 +00:00
rm.c rodata cleanup. "unable to" == "cannot". -300 bytes 2006-11-18 22:04:09 +00:00
rmdir.c rodata cleanup. "unable to" == "cannot". -300 bytes 2006-11-18 22:04:09 +00:00
seq.c usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. 2006-09-27 23:31:08 +00:00
sleep.c attempt to regularize atoi mess. 2006-10-08 12:49:22 +00:00
sort.c str2u() is only used when FEATURE_SORT_BIG is enabled 2007-01-02 05:43:30 +00:00
stat.c httpd: fix cgi-bin/index.cgi support, add example of it, 2006-11-21 00:12:09 +00:00
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 tee: fix bug: argv[-1] is a no-no! 2006-11-25 23:50:28 +00:00
test.c introduce LONE_CHAR (optimized strcmp with one-char string) 2006-12-21 13:23:14 +00:00
touch.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
tr.c style cleanup: return(a) -> return a, part 1 2006-11-27 16:49:31 +00:00
true.c Add one-line GPL boilerplate to numerous (but not all yet) source files. 2006-07-12 07:56:04 +00:00
tty.c remove bb_printf and the like 2006-10-26 23:21:47 +00:00
uname.c remove bb_printf and the like 2006-10-26 23:21:47 +00:00
uniq.c remove bb_printf and the like 2006-10-26 23:21:47 +00:00
usleep.c attempt to regularize atoi mess. 2006-10-08 12:49:22 +00:00
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 remove bb_printf and the like 2006-10-26 23:21:47 +00:00
watch.c get_terminal_width_height: do not pass insanely large values 2006-10-27 09:03:24 +00:00
wc.c httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! 2006-11-21 00:09:37 +00:00
who.c mostly style fixes 2006-11-01 10:25:35 +00:00
whoami.c remove bb_printf and the like 2006-10-26 23:21:47 +00:00
yes.c remove bb_printf and the like 2006-10-26 23:21:47 +00:00