Module Name:src
Committed By: matt
Date: Sat Feb 15 16:29:55 UTC 2014
Modified Files:
src/lib/csu/arm_elf [matt-nb5-mips64]: crt0.c dot_init.h
Log Message:
is not for C files.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.10.1 src/lib/csu/arm_elf/crt0.c
cv
Module Name:src
Committed By: matt
Date: Sat Jan 11 00:23:41 UTC 2014
Modified Files:
src/lib/csu/common_elf [matt-nb5-mips64]: Makefile.inc
Log Message:
Make sure $a/$t/$d are preserved for ARM BE.
To generate a diff of this commit:
cvs rdiff -u -r1.30.10.1 -r1.30.10.2
Module Name:src
Committed By: matt
Date: Tue Dec 27 16:26:25 UTC 2011
Modified Files:
src/lib/libkvm [matt-nb5-mips64]: kvm_mips.c
Log Message:
Deal with non fixed page size on MIPS.
To generate a diff of this commit:
cvs rdiff -u -r1.18.16.2 -r1.18.16.3 src/lib/libkvm/k
Module Name:src
Committed By: matt
Date: Tue Dec 27 06:58:59 UTC 2011
Modified Files:
src/lib/libkvm [matt-nb5-mips64]: kvm_mips.c
Log Message:
Don't use NBPG/PGSHIFT/PGOFFST any more.
Use nbpg from kvm_t and initialize that from the cpu_kcore_hdr_t.
To generate a diff o
Module Name:src
Committed By: matt
Date: Wed Jun 1 06:28:00 UTC 2011
Modified Files:
src/lib/libc/arch/mips/softfloat [matt-nb5-mips64]: mips-gcc.h
Log Message:
Kill a section copied from arm-gcc.h. MIPS is "normal" (well, more normal)
than ARM for FP.
To generate a di
Module Name:src
Committed By: matt
Date: Sat May 28 20:28:55 UTC 2011
Modified Files:
src/lib/libc/softfloat/bits32 [matt-nb5-mips64]: softfloat-macros
src/lib/libc/softfloat/bits64 [matt-nb5-mips64]: softfloat-macros
Log Message:
Sync to -HEAD.
To generate a dif
Module Name:src
Committed By: matt
Date: Fri May 20 16:30:05 UTC 2011
Modified Files:
src/lib/libc/softfloat/bits64 [matt-nb5-mips64]: softfloat.c
Log Message:
Add float128_to_uint32_round_to_zero
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.20.1 src/lib/l
Module Name:src
Committed By: matt
Date: Fri May 20 16:29:36 UTC 2011
Modified Files:
src/lib/libc/arch/mips/softfloat [matt-nb5-mips64]: softfloat.h
Log Message:
Fix botched definition of float128_to_uint32_round_to_zero
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: matt
Date: Fri Apr 29 08:03:55 UTC 2011
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: _lwp.c
Log Message:
Both N32/N64 use 64-bit stack slots.
To generate a diff of this commit:
cvs rdiff -u -r1.5.14.1 -r1.5.14.2 src/lib/libc
Module Name:src
Committed By: matt
Date: Fri Apr 29 08:01:52 UTC 2011
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: _lwp.c _setjmp.S
longjmp.c
src/lib/libc/arch/mips/net [matt-nb5-mips64]: Makefile.inc
src/lib/libc/arch/mips/strin
Module Name:src
Committed By: matt
Date: Tue Feb 15 18:07:31 UTC 2011
Modified Files:
src/lib/csu/mips [matt-nb5-mips64]: crt0.c
Log Message:
Fix a BE64 bug not fetching argc correctly
To generate a diff of this commit:
cvs rdiff -u -r1.19.32.1 -r1.19.32.2 src/lib/csu/mi
Module Name:src
Committed By: matt
Date: Thu May 13 05:38:16 UTC 2010
Modified Files:
src/lib/libc/net [matt-nb5-mips64]: getifaddrs.c
Log Message:
Decode the routing message using the new RT_ROUNDUP alignment restrictions.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: matt
Date: Tue May 11 21:01:24 UTC 2010
Modified Files:
src/lib/libc/net [matt-nb5-mips64]: getifaddrs.c
Log Message:
Use RT_ROUNDUP which will always do the right thing for alignment now.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:23:23 UTC 2010
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: longjmp.c
Log Message:
Semantic change: Use _REG_x with gregs, no binary difference
To generate a diff of this commit:
cvs rdiff -u -r1.2.1
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:12:41 UTC 2010
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: setjmp.S
Log Message:
When .set reorder, the move goes before the jump, not after.
To generate a diff of this commit:
cvs rdiff -u -r1.17.3
Module Name:src
Committed By: matt
Date: Fri Apr 30 14:27:46 UTC 2010
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: longjmp.c
Log Message:
For N32/N64, GP is callee-saved
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.14.1 src/lib/libc/arch/m
Module Name:src
Committed By: matt
Date: Wed Apr 21 05:28:11 UTC 2010
Modified Files:
src/lib/libc [matt-nb5-mips64]: shlib_version
src/lib/libc/arch/m68k/sys [matt-nb5-mips64]: cerror.S
src/lib/libc/dlfcn [matt-nb5-mips64]: dlfcn_elf.c
src/lib/libc/
Module Name:src
Committed By: matt
Date: Tue Mar 16 16:07:25 UTC 2010
Modified Files:
src/lib/libc/arch/mips/sys [matt-nb5-mips64]: cerror.S
Log Message:
Restore GP before calling __errno() and then do a normal return (since gp is
only used to obtain address of __errno and
18 matches
Mail list logo