This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
lib
/
libkse
/
arch
History
David Xu
3664d35cd5
-15 is incorrect to be used to align stack to 16 bytes, use ~15 instead.
2003-08-02 22:39:10 +00:00
..
amd64
-15 is incorrect to be used to align stack to 16 bytes, use ~15 instead.
2003-08-02 22:39:10 +00:00
i386
Take the same approach for i386 as that for ia64 and amd64. Use
2003-07-31 21:09:11 +00:00
ia64
Implement _ia64_save_context() and _ia64_restore_context(). Both
2003-06-27 06:15:13 +00:00