Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use _libc_ prefix when referencing "builtin" symbols with clang. | 2017-12-16 | 1 | -2/+2 | |
| | | | | Slightly tweaked diff from guenther@ | ||||
* | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp | 2016-08-06 | 1 | -3/+3 | |
| | | | | | | | 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@ | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | ARGH, forgot tags. | 2004-02-01 | 1 | -0/+1 | |
| | |||||
* | arm libc support. From NetBSD. currently supports softfloat. | 2004-02-01 | 1 | -0/+44 | |