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