Mike Frysinger 8deb686d2e Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options il y a 19 ans
..
libcoreutils 7daa076d3e egor duda writes: il y a 20 ans
Config.in 8deb686d2e Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options il y a 19 ans
Makefile 7daa076d3e egor duda writes: il y a 20 ans
Makefile.in a84a512700 add missing comm.o rule il y a 19 ans
basename.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
cal.c aff114c33d Larry Doolittle writes: il y a 21 ans
cat.c 7ffe133864 As we no longer use function pointers for read in common archiving code il y a 21 ans
chgrp.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
chmod.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
chown.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
chroot.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
cmp.c aff114c33d Larry Doolittle writes: il y a 21 ans
comm.c 1ece21bddd as Rob Landley pointed out, need to fix the 1 versus i typo in indexing il y a 19 ans
cp.c 2ed05ab146 fake out support for POSIX -H and -L options since busybox cp dereferences everything by default il y a 19 ans
cut.c 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) il y a 19 ans
date.c f7662da2af Shaun Jackman submitted a patch converting an allocation to use il y a 19 ans
dd.c ab26cc3d8a Avoid symbol naming conflict with libm il y a 21 ans
df.c 93d7fba892 Tito, farmatito at tiscali dot it writes: il y a 20 ans
dirname.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
dos2unix.c 6c0396ba2a Steve Grubb writes: il y a 20 ans
du.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
echo.c aff114c33d Larry Doolittle writes: il y a 21 ans
env.c 7ff33f1b42 Thats odd. I guess this was cut-n-paste error, but vodz il y a 20 ans
expr.c 540d3f60f3 Patch from Shaun Jackman: il y a 19 ans
false.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
fold.c c6992feee3 Update my email address, document some of my tasks in the AUTHORS file il y a 20 ans
head.c cad5364599 Major coreutils update. il y a 22 ans
hostid.c cad5364599 Major coreutils update. il y a 22 ans
id.c 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) il y a 19 ans
install.c 348e84c202 change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) il y a 19 ans
length.c cad5364599 Major coreutils update. il y a 22 ans
ln.c 3071e2fda3 Patch from Matthew S. Wood: il y a 19 ans
logname.c aff114c33d Larry Doolittle writes: il y a 21 ans
ls.c 60158cb93e A patch from Takeharu KATO to update/fix SE-Linux support. il y a 19 ans
md5_sha1_sum.c 9e164578f2 tweak signed/unsigned char usage to avoid mismatches il y a 19 ans
mkdir.c 8876fb2f59 last_patch89 from vodz: il y a 21 ans
mkfifo.c cad5364599 Major coreutils update. il y a 22 ans
mknod.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
mv.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
nice.c 2c511609c4 Add 'nice' and replace 'renice' with a new implementation. il y a 20 ans
od.c 9c83e83628 Felipe Kellermann writes, il y a 20 ans
printenv.c edb3fbc305 fix stupid build mistake i made earlier as pointed out by psm il y a 19 ans
printf.c 240a91d8a1 Patch by Felipe Kellermann, use the common escape handling function and remove some unused code. il y a 20 ans
pwd.c cad5364599 Major coreutils update. il y a 22 ans
realpath.c cad5364599 Major coreutils update. il y a 22 ans
rm.c 8876fb2f59 last_patch89 from vodz: il y a 21 ans
rmdir.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
seq.c efc6bf6365 Patch from Felipe Kellermann, fix endless loop when first > last and il y a 20 ans
sleep.c cad5364599 Major coreutils update. il y a 22 ans
sort.c 14f5c8d764 Patch from Bernhard Fischer to make a bunch of symbols static il y a 19 ans
stat.c 8804c6a3b7 dont use f_frsize unless linux-2.6.0 or better il y a 19 ans
stty.c ca1c1afadc Add a missing brace, patch by Hideki IWAMOTO il y a 20 ans
sum.c 1fb7961e08 use more busybox functions and remove redundant code il y a 19 ans
sync.c cad5364599 Major coreutils update. il y a 22 ans
tail.c b9dfb8c03f Manuel points out that if printf needs a flush to act like dprintf, the result il y a 19 ans
tee.c d709743b09 If read were to return with an error, bad things would happen. Fix it. il y a 20 ans
test.c 4e5936ef95 In Bug 208, bernhardf writes: il y a 19 ans
touch.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
tr.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
true.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
tty.c cad5364599 Major coreutils update. il y a 22 ans
uname.c cad5364599 Major coreutils update. il y a 22 ans
uniq.c b225e2a76b Fixup some warnings il y a 20 ans
usleep.c cad5364599 Major coreutils update. il y a 22 ans
uudecode.c c6992feee3 Update my email address, document some of my tasks in the AUTHORS file il y a 20 ans
uuencode.c f2ec37902a Pascal Brisset writes: il y a 21 ans
watch.c a87bb60809 patch by Shaun Jackman to combine dup/close funcs into dup2 il y a 19 ans
wc.c c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. il y a 21 ans
who.c 5b2e27137d cast the time pointer so gcc stops warning over nothing il y a 19 ans
whoami.c 7eb79fff10 Tito writes: il y a 20 ans
yes.c cad5364599 Major coreutils update. il y a 22 ans