Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use END_STRONG. Yes, everything in the sh ecosystem is different.. | 2018-01-23 | 1 | -2/+2 | |
| | |||||
* | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | 2018-01-18 | 1 | -2/+3 | |
| | | | | | | | dance, mark it protected. This works better for both gcc and clang: gcc blocks overriding of internal calls, while clang permits inlining again. ok otto@ | ||||
* | 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@ | ||||
* | Preliminary userland bits for OpenBSD/landisk, many things coming from | 2006-10-10 | 1 | -0/+100 | |
NetBSD. |