.. |
libcoreutils
|
34e8f6a7ac
*: add FAST_FUNC markers
|
16 years ago |
Config.in
|
53f219ebbe
setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)
|
16 years ago |
Kbuild
|
cd2663f15e
ash: optional printf builtin. +25 bytes if off, +35 if on.
|
16 years ago |
basename.c
|
70e8f49f71
basename: fix error code. again. deja vu feeling...
|
16 years ago |
cal.c
|
a5254032f5
cal: remove lone static data variable. -4 bytes. coreutils
|
16 years ago |
cat.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
catv.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
chgrp.c
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
chmod.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
chown.c
|
08d120e6e1
chown: do not use static data
|
16 years ago |
chroot.c
|
394eebed66
lpd: spool mode added by Vladimir
|
17 years ago |
cksum.c
|
8f0e342803
cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.
|
16 years ago |
comm.c
|
bb13079c8e
comm: almost total rewrite; add testsuite
|
16 years ago |
cp.c
|
c0431ed455
cp: fix "cp -RL" to create regular files even if src is a symlink
|
16 years ago |
cut.c
|
6c4dadefb6
- update my name. No obj-code changes ;)
|
16 years ago |
date.c
|
6c4dadefb6
- update my name. No obj-code changes ;)
|
16 years ago |
dd.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
df.c
|
e0bcba18eb
df: unsigned long needs %lu
|
16 years ago |
dirname.c
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
dos2unix.c
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
du.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
echo.c
|
6a0ad25061
ash: dont allow e.g. exec <&10 to attach to stript's fd!
|
16 years ago |
env.c
|
b730474bda
ash: fix NOEXEC mode - we were forgetting to pass environment!
|
16 years ago |
expand.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
expr.c
|
a7f4e4bbd8
expr: fix comparisons 'a < b' where we were overflowing a-b
|
16 years ago |
false.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
fold.c
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
17 years ago |
head.c
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
17 years ago |
hostid.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
id.c
|
ab310e1b1c
apply post-1.13.0 patches
|
16 years ago |
id_test.sh
|
34e68c8b42
id: coreutils compat by Tito + test script
|
16 years ago |
install.c
|
9f9c1935fa
install: shrink -D code. By Bernhard.
|
16 years ago |
length.c
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
ln.c
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
logname.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
ls.c
|
51f1b6c0e0
ls: fix a bug where we may use uninintialized variable
|
16 years ago |
md5_sha1_sum.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
mkdir.c
|
c93b162248
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
|
17 years ago |
mkfifo.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
mknod.c
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
17 years ago |
mv.c
|
13afb2acda
mv: fix a case when we move dangling symlink
|
16 years ago |
nice.c
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
nohup.c
|
6c4dadefb6
- update my name. No obj-code changes ;)
|
16 years ago |
od.c
|
55f7912dda
libbb: get rid of statics in dump.c; code shrinks a lot too
|
16 years ago |
od_bloaty.c
|
deeed59de0
libbb: introduce and use xrealloc_vector
|
16 years ago |
printenv.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
printf.c
|
dadf7907b2
printf: fix breakage in handling '*'
|
16 years ago |
pwd.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
readlink.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
realpath.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
rm.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
rmdir.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
seq.c
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
sleep.c
|
97faf531c8
sleep: make fractional seconds separately selectable in .config
|
16 years ago |
sort.c
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
split.c
|
6c4dadefb6
- update my name. No obj-code changes ;)
|
16 years ago |
stat.c
|
b75fe798bb
stat: pointers are not 0L, they are NULL
|
16 years ago |
stty.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
sum.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
sync.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
tac.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
tail.c
|
8f0c89e05a
apply post-1.13.3 fixes, bump version to 1.13.4
|
15 years ago |
tee.c
|
8ddb6410ed
tee: fix infinite looping on open error (echo asd | tee "")
|
16 years ago |
test.c
|
6c4dadefb6
- update my name. No obj-code changes ;)
|
16 years ago |
test_ptr_hack.c
|
be002adb2f
add forgotten files. I am forgetting it all the time :(
|
16 years ago |
touch.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
tr.c
|
20be63fe71
tr: fix yet another access past the end of a string (bug 4374)
|
16 years ago |
true.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
tty.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
uname.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
uniq.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
usleep.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
uudecode.c
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
uuencode.c
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
wc.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
who.c
|
f62ab2d774
libbb: use improved xmalloc_read() from modprobe-small
|
16 years ago |
whoami.c
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
yes.c
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
17 years ago |