Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regen | 2013-06-14 | 1 | -1/+0 | |
| | |||||
* | ovbcopy begone | 2013-06-14 | 1 | -2/+1 | |
| | |||||
* | regen | 2013-06-14 | 1 | -0/+2 | |
| | |||||
* | Fix memcpy/memmove return value. | 2013-06-14 | 1 | -1/+3 | |
| | |||||
* | syncronize "look in other file" messages | 2013-06-13 | 1 | -1/+1 | |
| | |||||
* | remove ovbcopy support | 2013-06-11 | 1 | -1/+0 | |
| | | | | ok kettenis | ||||
* | regen | 2013-06-11 | 1 | -43/+43 | |
| | |||||
* | Optimize memcpy(9) by always doing a forward copy; it should never be used | 2013-06-11 | 1 | -9/+9 | |
| | | | | | | | | for overlapping copies. Attempt to be instruction cache friendly by turning things around and make memcpy(9) use the forward copy branch of memmove(9), and implement bcopy(9) by swapping its arguments and dropping into memmove(9). ok deraadt@ | ||||
* | fix an oft copied typo that i'm tired of looking at | 2013-06-03 | 3 | -3/+3 | |
| | |||||
* | Regen. | 2011-11-27 | 1 | -3/+3 | |
| | |||||
* | Fix return value of memcpy. | 2011-11-27 | 1 | -4/+3 | |
| | |||||
* | Oops, jsing@ changed spcopy.S without realizing that that file is generated | 2011-11-27 | 1 | -7/+3 | |
| | | | | from bcopy.m4. Fix that. | ||||
* | Allow for multiple CPUs by moving to an array of cpu_info. | 2010-04-01 | 1 | -6/+2 | |
| | | | | ok kettenis@ | ||||
* | place a comment as to why these are otherwise empty | 2007-11-28 | 3 | -0/+3 | |
| | |||||
* | libkern, begone. Move to a new mechanism where config(8)'s "file" | 2007-11-25 | 7 | -33/+353 | |
| | | | | | | | | | | | | 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.. | ||||
* | junk SCCS | 2007-11-24 | 1 | -7/+1 | |
| | |||||
* | move hppa to __HAVE_CPUINFO | 2007-05-14 | 1 | -1/+5 | |
| | | | | input from miod@, ok kettenis@ | ||||
* | I'm Positive these are Type-O. | 2005-08-01 | 1 | -2/+2 | |
| | |||||
* | another 3/4 | 2003-06-04 | 1 | -6/+1 | |
| | |||||
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 1 | -3/+3 | |
| | | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | ||||
* | add a rule to built bzero.po as well | 2003-01-28 | 1 | -2/+8 | |
| | |||||
* | use mi strlcpy here as well | 2002-09-15 | 2 | -71/+3 | |
| | |||||
* | do not just bail out of the copy loop, but go to the | 2002-08-27 | 1 | -18/+22 | |
| | | | | | | 'done' label for the job finish. major register missallocation for copyonfault, fix it. clean the space regs after use. | ||||
* | sync | 2002-08-13 | 1 | -4/+4 | |
| | |||||
* | sync | 2002-05-20 | 1 | -2/+3 | |
| | |||||
* | sync | 2002-03-08 | 1 | -2/+2 | |
| | |||||
* | sync | 2002-03-08 | 1 | -5/+3 | |
| | |||||
* | sync | 2002-02-07 | 1 | -1/+2 | |
| | |||||
* | sync | 2001-09-20 | 1 | -4/+4 | |
| | |||||
* | sync | 2001-06-04 | 1 | -3/+3 | |
| | |||||
* | export these from libc | 2001-06-04 | 2 | -7/+7 | |
| | |||||
* | get rid of somming we will | 2001-03-29 | 2 | -18/+3 | |
| | |||||
* | sync w/ libc | 2001-03-28 | 1 | -5/+7 | |
| | |||||
* | rely on predefined space attributes | 2001-03-28 | 1 | -3/+3 | |
| | |||||
* | import strlcpy from libc | 2000-12-29 | 2 | -3/+69 | |
| | |||||
* | strlcat and strlcpy into libkern. | 2000-12-18 | 1 | -2/+3 | |
| | |||||
* | use ffs.c | 2000-07-02 | 2 | -57/+3 | |
| | |||||
* | sync w/ libc | 2000-07-02 | 1 | -1/+2 | |
| | |||||
* | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one | 2000-06-29 | 2 | -88/+3 | |
| | |||||
* | fix building bzero out of memset.c; from miod@ | 2000-06-29 | 1 | -4/+4 | |
| | | | | (that makefile:kerndir fix was needed to build the kernel ;) | ||||
* | Pull memcmp() into libkern. Also, use asm version of memset() on m68k. | 2000-06-16 | 1 | -2/+3 | |
| | |||||
* | screw .S version memset does same job... | 2000-04-25 | 2 | -123/+10 | |
| | |||||
* | 5k of source saved in spaces and empty lines; also rcsid | 2000-04-24 | 1 | -828/+673 | |
| | |||||
* | fix space regs load insns, also some tabs vs spaces | 1999-12-05 | 1 | -19/+19 | |
| | |||||
* | bew frame framework | 1999-09-14 | 1 | -2/+5 | |
| | |||||
* | tabs vs spaces | 1999-09-14 | 1 | -19/+19 | |
| | |||||
* | fix unaligned copy's end condition | 1999-06-10 | 1 | -17/+38 | |
| | |||||
* | bcopy() and space-space bcopy() | 1999-05-19 | 2 | -2/+259 | |
| | |||||
* | fix EXIT() usage, appen .end | 1999-05-09 | 3 | -4/+12 | |
| | |||||
* | no separate bcopy, will be .m4 magic here | 1999-05-05 | 1 | -253/+0 | |
| |