Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Noone cares what castle the princess is in | 2014-12-02 | 1 | -1/+0 | |
| | |||||
* | sync bcopy/memmove/memcpy implementation with the kernel. ok deraadt | 2014-12-02 | 1 | -81/+1 | |
| | |||||
* | restructure libc/string + libc/arch/*/string coperation regarding | 2014-11-30 | 1 | -19/+7 | |
| | | | | | | | | | | | | | | | | (potentially) MD versions (function dependent, not filename dependent) split out memcpy/memmove/bcopy and strchr/index/strrchr/rindex Bring back amd64 .S versions And the final touch: switch all architectures temporarily to MI memcpy.c, which contains syslog + abort for overlapping copies. A nice harsh undefined behaviour. We will clean the entire userland of the remaining issues in this catagory, then switch to the optimised memcpy which skips the memmove check. I tried to cut this change into pieces, but testing each sub-step on every architecture is too time consuming and mindnumbing. ok miod | ||||
* | zap rcsid, tested there. okay deraadt@ | 2005-08-07 | 1 | -6/+1 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | offload the arguments from the stack before performing | 2002-07-08 | 1 | -9/+7 | |
| | | | | | | the copying, initial idea is from freebsd (not fully implemented there, apparently). this also makes bcopy/memcpy a tiny little bit faster. | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -1/+2 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+103 | |