Bernhard Reutner-Fischer 006955556f Patch from Shaun Jackman: há 18 anos atrás
..
libcoreutils 158ffd405e pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list há 18 anos atrás
Config.in 5cf7c2df66 Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked há 19 anos atrás
Makefile 158ffd405e pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list há 18 anos atrás
Makefile.in df10094870 - revert back to r14406 há 18 anos atrás
basename.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
cal.c 5c2b238b3a more busybox's style: close bug 745 há 19 anos atrás
cat.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
chgrp.c d5bd137a24 - rename libbb's password helpers as suggested in libbb.h há 19 anos atrás
chmod.c 20f4000086 - add some ATTRIBUTE_UNUSED. há 19 anos atrás
chown.c 57545c810a avoid signed<->unsigned warning há 19 anos atrás
chroot.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. há 21 anos atrás
cmp.c c370ea89fa Turn #if 0 into a comment. há 18 anos atrás
comm.c e203ea59c7 - don't look at the address but rather on the value. há 18 anos atrás
cp.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
cut.c bc68cd14cc Patch from Denis Vlasenko turning static const int (which gets emitted into há 19 anos atrás
date.c c5b1d4d6b1 Patch from Denis Vlasenko to add xstat() and use it. há 18 anos atrás
dd.c 57545c810a avoid signed<->unsigned warning há 19 anos atrás
df.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
dirname.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
dos2unix.c 99a072d524 - tito writes: this patch fixes some comments in dos2unix that are wrong há 18 anos atrás
du.c 57545c810a avoid signed<->unsigned warning há 19 anos atrás
echo.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
env.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
expr.c 5e678873f9 clean up yet more annoying signed/unsigned mismatches and fixup há 19 anos atrás
false.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
fold.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
head.c e75b41d990 support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024) há 19 anos atrás
hostid.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
id.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
install.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
length.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
ln.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
logname.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
ls.c 006955556f Patch from Shaun Jackman: há 18 anos atrás
md5_sha1_sum.c 5cf7c2df66 Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked há 19 anos atrás
mkdir.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
mkfifo.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
mknod.c cebea726e8 Another header suggestion from Shaun Jackman. há 18 anos atrás
mv.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
nice.c c1ef7bdd8d just whitespace há 19 anos atrás
nohup.c 6c35c7c976 usage bb_dev_null há 19 anos atrás
od.c 5e678873f9 clean up yet more annoying signed/unsigned mismatches and fixup há 19 anos atrás
printenv.c edb3fbc305 fix stupid build mistake i made earlier as pointed out by psm há 19 anos atrás
printf.c 5c2b238b3a more busybox's style: close bug 745 há 19 anos atrás
pwd.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
realpath.c a2eec6051f RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 há 19 anos atrás
rm.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
rmdir.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
seq.c 2324a7c9e5 Fix "seq 1 1". há 18 anos atrás
sleep.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
sort.c 2b26fd5570 A few changes falling out from the effort to make sed handle embedded NUL bytes. há 19 anos atrás
stat.c 0a7c8ef6e2 Patch from Denis Vlasenko to constify things and fix a few typos. há 19 anos atrás
stty.c bc68cd14cc Patch from Denis Vlasenko turning static const int (which gets emitted into há 19 anos atrás
sum.c 02794e1516 Fix bug 674: sum's block count should always round up. há 19 anos atrás
sync.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
tail.c f8fd4db92f Move SUSv2 obsolete feature disabling to debug menu, invert meaning of há 19 anos atrás
tee.c 6f347ef9dc common BUFSIZ BSS buffer, small reduce code, data and bss há 19 anos atrás
test.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
touch.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
tr.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
true.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
tty.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
uname.c c1ef7bdd8d just whitespace há 19 anos atrás
uniq.c ab1878245c * uniq.c: remove unneeded include and use short boilerplate. há 19 anos atrás
usleep.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
uudecode.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
uuencode.c c5b1d4d6b1 Patch from Denis Vlasenko to add xstat() and use it. há 18 anos atrás
watch.c 948a09d6f2 dont printf arguments given by user for security sanity há 18 anos atrás
wc.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. há 21 anos atrás
who.c e01d746fe9 Cleanup patch from tito. há 18 anos atrás
whoami.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás
yes.c dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function há 19 anos atrás