.. |
libcoreutils
|
make copy_file() a bit easier to understand, and smaller
|
2007-08-25 21:14:55 +00:00 |
basename.c
|
*: kill bb_get_last_path_component, replace with two functions
|
2007-09-24 18:27:04 +00:00 |
cal.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
cat.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
catv.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
chgrp.c
|
|
|
chmod.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
chown.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
chroot.c
|
|
|
cksum.c
|
|
|
comm.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
Config.in
|
|
|
cp.c
|
cp: -r and -R imply -d (coreutils compat)
|
2007-09-25 18:06:36 +00:00 |
cut.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
date.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
dd.c
|
|
|
df.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
dirname.c
|
|
|
dos2unix.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
du.c
|
du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)
|
2007-09-03 20:05:58 +00:00 |
echo.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
env.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
expand.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
expr.c
|
|
|
false.c
|
|
|
fold.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
head.c
|
|
|
hostid.c
|
|
|
id.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
install.c
|
install: fix bug in "install -c file dir" (tries to copy dir into dir too)
|
2007-09-26 10:34:54 +00:00 |
Kbuild
|
|
|
length.c
|
|
|
ln.c
|
*: kill bb_get_last_path_component, replace with two functions
|
2007-09-24 18:27:04 +00:00 |
logname.c
|
|
|
ls.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
md5_sha1_sum.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
mkdir.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
mkfifo.c
|
|
|
mknod.c
|
|
|
mv.c
|
*: kill bb_get_last_path_component, replace with two functions
|
2007-09-24 18:27:04 +00:00 |
nice.c
|
|
|
nohup.c
|
|
|
od_bloaty.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
od.c
|
|
|
printenv.c
|
|
|
printf.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
pwd.c
|
|
|
readlink.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
realpath.c
|
|
|
rm.c
|
*: kill bb_get_last_path_component, replace with two functions
|
2007-09-24 18:27:04 +00:00 |
rmdir.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
seq.c
|
|
|
sleep.c
|
|
|
sort.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
split.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
stat.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
stty.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
sum.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
sync.c
|
|
|
tail.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
tee.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
test.c
|
test: correct confusing placement of "const"
|
2007-09-21 17:58:43 +00:00 |
touch.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
tr.c
|
|
|
true.c
|
|
|
tty.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
uname.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
uniq.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
usleep.c
|
|
|
uudecode.c
|
update Glenn McGrath's email address
|
2007-09-21 13:16:32 +00:00 |
uuencode.c
|
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
2007-09-27 10:20:47 +00:00 |
wc.c
|
don't pass argc in getopt32, it's superfluous
|
2007-08-18 15:32:12 +00:00 |
who.c
|
|
|
whoami.c
|
|
|
yes.c
|
|
|