.. |
libcoreutils
|
a02a4e9830
whitespace and comment format fixes, no code changes
|
7 years ago |
Config.src
|
94c78aa0b9
config system: move some options closer to relevalnt tool subdirectories
|
3 years ago |
Kbuild.src
|
265062d59d
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
|
8 years ago |
basename.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
cat.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
chgrp.c
|
e2b9215868
*: --help tweaks
|
3 years ago |
chmod.c
|
59ac467dc6
libbb: eliminate a static data array in bb_mode_string()
|
3 years ago |
chown.c
|
e2b9215868
*: --help tweaks
|
3 years ago |
chroot.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
cksum.c
|
c484846c44
introduce and use exitcode_t
|
1 year ago |
comm.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
cp.c
|
98cb561b5f
cp: fix build failure with long options disabled
|
3 years ago |
cut.c
|
e2304d47a9
cut: shorten error messages on bad syntax even more
|
2 days ago |
date.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
dd.c
|
c484846c44
introduce and use exitcode_t
|
1 year ago |
df.c
|
c484846c44
introduce and use exitcode_t
|
1 year ago |
dirname.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
dos2unix.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
du.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
echo.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
env.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
expand.c
|
c484846c44
introduce and use exitcode_t
|
1 year ago |
expr.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
factor.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
false.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
fold.c
|
c484846c44
introduce and use exitcode_t
|
1 year ago |
head.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
hostid.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
id.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
id_test.sh
|
34e68c8b42
id: coreutils compat by Tito + test script
|
16 years ago |
install.c
|
6d22c9abc2
install: Fix chown resetting suid/sgid bits from chmod
|
1 year ago |
link.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
ln.c
|
c484846c44
introduce and use exitcode_t
|
1 year ago |
logname.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
ls.c
|
a97a2f1280
ls: do not truncate username/groupname to 8 chars
|
9 months ago |
md5_sha1_sum.c
|
a3c5068306
md5/shaXsum: accept uppercase hex strings
|
5 months ago |
mkdir.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
mkfifo.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
mknod.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
mktemp.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
mv.c
|
cadf57b3af
mv: fix error in !VERBOSE configs
|
1 year ago |
nice.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
nl.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
nohup.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
nproc.c
|
2075553a1b
libbb: add bit counting function, use where appropriate
|
6 months ago |
od.c
|
6d9427420b
od: -l,I,L indeed depend on sizeof(long), fix this
|
1 year ago |
od_bloaty.c
|
6d9427420b
od: -l,I,L indeed depend on sizeof(long), fix this
|
1 year ago |
paste.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
printenv.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
printf.c
|
791b222dd5
sleep: fix "sleep -- ARGS"
|
1 year ago |
pwd.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
readlink.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
realpath.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
rm.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
rmdir.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
seq.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
shred.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
shuf.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
sleep.c
|
d17c0a348f
sleep: Update doc
|
1 year ago |
sort.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
split.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
stat.c
|
59ac467dc6
libbb: eliminate a static data array in bb_mode_string()
|
3 years ago |
stty.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
sum.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
sync.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
tac.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
tail.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
tee.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
test.c
|
0929a129fc
test: -x can return 0/1 early if all X bits are the same
|
2 months ago |
test_ptr_hack.c
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
timeout.c
|
e4b5ccd13b
timeout: allow fractional seconds in timeout values
|
5 months ago |
touch.c
|
c484846c44
introduce and use exitcode_t
|
1 year ago |
tr.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
true.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
truncate.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
tsort.c
|
2cc9d436e8
tsort: avoid use-after-free
|
1 year ago |
tty.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
uname.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
uniq.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
unlink.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
usleep.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
uudecode.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
uuencode.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
wc.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
who.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
whoami.c
|
5353df91cb
Update applet size estimates
|
1 year ago |
yes.c
|
5353df91cb
Update applet size estimates
|
1 year ago |