This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aadbf924e6
NetBSD
/
lib
/
libc
/
arch
History
chris
aadbf924e6
Update asm files to use sp instead of r13. Also tweak a couple of bits in the longjmp code to save an instruction.
2001-11-13 20:04:52 +00:00
..
alpha
Fix -Wshadow warnings.
2001-11-08 06:51:05 +00:00
arm
Update asm files to use sp instead of r13. Also tweak a couple of bits in the longjmp code to save an instruction.
2001-11-13 20:04:52 +00:00
i386
fix WARNS=2 (-Wshadow) warnings
2001-11-04 13:57:29 +00:00
m68k
-Wshadow fix
2001-11-07 17:56:32 +00:00
mips
Remove files beginning with ":", which is invalid on other host OS's
2001-10-19 02:43:26 +00:00
ns32k
__clone stub for ns32k. Basic code taken from m68k.
2001-08-08 09:19:40 +00:00
powerpc
fix for -Wshadow
2001-11-07 17:46:21 +00:00
sh3
sparc
Rename a parameter to fix build problem with new toolchain.
2001-11-08 11:24:07 +00:00
sparc64
fix for -Wshadow
2001-11-07 15:45:12 +00:00
vax
change "pushl [r0](ap)" ---> "pushl (ap)[r0]" ... the old version
2001-09-06 18:42:58 +00:00
x86_64