Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | it should not be necessary to clear the direction flag | 2014-11-29 | 8 | -17/+8 | |
| | | | | ok deraadt | ||||
* | tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapper | 2014-01-09 | 1 | -23/+21 | |
| | | | | ok guenther | ||||
* | Fix evil typo causing the wrong pointer to be returned for < 32 bytes | 2013-06-15 | 1 | -2/+2 | |
| | | | | memcpy() or memmove(). | ||||
* | merge bcopy/memmove/memcpy into one file, with jumps so that it is more | 2013-06-13 | 3 | -3/+113 | |
| | | | | | | likely to be in the cache (like how the explanation is split between multiple commits?) tested by various | ||||
* | remove ovbcopy support | 2013-06-11 | 1 | -1/+0 | |
| | | | | ok kettenis | ||||
* | fix an oft copied typo that i'm tired of looking at | 2013-06-03 | 4 | -4/+4 | |
| | |||||
* | Remove assembly version of strlen from i386 and amd64, where it's | 2012-01-17 | 1 | -21/+0 | |
| | | | | | | | 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. | ||||
* | These files are not used (and some of them would not compile anyway). | 2008-05-14 | 1 | -84/+0 | |
| | |||||
* | place a comment as to why these are otherwise empty | 2007-11-28 | 4 | -0/+4 | |
| | |||||
* | libkern, begone. Move to a new mechanism where config(8)'s "file" | 2007-11-25 | 10 | -103/+11 | |
| | | | | | | | | | | | | directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner.. | ||||
* | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | 2007-05-25 | 2 | -4/+4 | |
| | |||||
* | more locc() dies | 2007-05-04 | 2 | -50/+2 | |
| | |||||
* | remove strcpy and strcat from the kernel; they are dead and unused code. | 2007-05-04 | 2 | -124/+0 | |
| | | | | | | | (OpenBSD does not use strcat/strcpy in the kernel, if people do it in external modules they should update their code) ok deraadt@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 6 | -37/+13 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 1 | -2/+2 | |
| | | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | ||||
* | strlcat and strlcpy into libkern. | 2000-12-18 | 1 | -2/+3 | |
| | |||||
* | Pull memcmp() into libkern. Also, use asm version of memset() on m68k. | 2000-06-16 | 2 | -2/+46 | |
| | |||||
* | add memchr to libkern | 1997-11-04 | 2 | -1/+29 | |
| | |||||
* | cleanup tags and Ids. | 1996-09-27 | 18 | -59/+32 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -3/+4 | |
| | |||||
* | NetBSD 960317 merge | 1996-04-19 | 1 | -1/+2 | |
| | |||||
* | From NetBSD: | 1996-03-08 | 2 | -1/+59 | |
| | | | | linux compatibility changes. | ||||
* | initial import of NetBSD tree | 1995-10-18 | 18 | -0/+838 | |