Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp | 2016-08-06 | 1 | -2/+2 | |
| | | | | | | | Eliminate pointless use of PIC_SYM() Split out DEFS.h from SYS.h like some other archs ok kettenis@ deraadt@ | ||||
* | Add framework for resolving (pun intended) libc namespace issues, using | 2015-08-31 | 1 | -2/+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 rcsid/sccs cleanup | 2009-10-28 | 1 | -3/+1 | |
| | |||||
* | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter | 2009-05-03 | 1 | -5/+8 | |
| | | | | was incorrectly being treated as signed. ok miod@ | ||||
* | ARGH, forgot tags. | 2004-02-01 | 1 | -0/+1 | |
| | |||||
* | arm libc support. From NetBSD. currently supports softfloat. | 2004-02-01 | 1 | -0/+50 | |