Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | we do not need the complexity of an assembly swab function here. | 2014-12-11 | 1 | -2/+2 | |
| | | | | ok deraadt | ||||
* | Noone cares what castle the princess is in | 2014-12-02 | 1 | -3/+3 | |
| | |||||
* | restructure libc/string + libc/arch/*/string coperation regarding | 2014-11-30 | 1 | -5/+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 | ||||
* | remove lint leftovers; ok guenther@ | 2012-09-04 | 1 | -3/+1 | |
| | |||||
* | Remove assembly version of strlen from i386 and amd64, where it's | 2012-01-17 | 1 | -3/+3 | |
| | | | | | | | up to 3 times slower than the C code most of the time. This was brought up by DragonflyBSD guys initially. ok deraadt, guenther. miod will not miss it. | ||||
* | missing parts from last commit | 1999-04-25 | 1 | -2/+2 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -1/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | Add support for building lint(1) library | 1996-03-25 | 1 | -0/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+7 | |