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