Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ovbcopy begone | 2013-06-14 | 1 | -2/+1 | |
| | |||||
* | Fix memcpy/memmove return value. | 2013-06-14 | 1 | -1/+3 | |
| | |||||
* | 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 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. | ||||
* | 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 | |
| | |||||
* | 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 | |
| | |||||
* | export these from libc | 2001-06-04 | 1 | -3/+3 | |
| | |||||
* | sync w/ libc | 2000-07-02 | 1 | -1/+2 | |
| | |||||
* | 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 | |
| | |||||
* | fix unaligned copy's end condition | 1999-06-10 | 1 | -17/+38 | |
| | |||||
* | bcopy() and space-space bcopy() | 1999-05-19 | 1 | -0/+246 | |