Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add framework for resolving (pun intended) libc namespace issues, using | 2015-08-31 | 1 | -3/+3 | |
| | | | | | | | | | | | | wrapper .h files and asm labels to let internal calls resolve directly and not be overridable or use the PLT. Then, apply that framework to most of the functions in stdio.h, string.h, err.h, and wchar.h. Delete the should-have-been-hidden-all-along _v?(err|warn)[cx]? symbols while here. tests clean on i386, amd64, sparc64, powerpc, and mips64 naming feedback from kettenis@ and millert@ ok kettenis@ | ||||
* | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | 2009-12-11 | 1 | -4/+4 | |
| | | | | them; allows userland with stack beyond 2GB to run. | ||||
* | zap rcsid. | 2005-08-07 | 1 | -5/+1 | |
| | | | | okay deraadt@ (tested them all) | ||||
* | mips64 is now going ABI64 and shared library support! | 2004-09-09 | 1 | -2/+2 | |
| | | | | String functions need some optimization/rewrite to take full advantage. | ||||
* | Move mips to mips64 | 2004-08-11 | 1 | -0/+49 | |