| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 2 | -7/+7 |
| 2020-10-27 | Retguared asm macros for powerpc libkern |  gkoehler | 2 | -7/+12 |
| 2020-10-16 | Use the retguard macros from asm.h to protect the function. |  deraadt | 1 | -1/+3 |
| 2020-07-18 | The kernel and bootblocks never reference this file... |  deraadt | 1 | -41/+0 |
| 2020-06-10 | Provide an optimized implementation of ffs(3) in the kernel on |  naddy | 3 | -0/+47 |
| 2019-11-05 | Give some END()s to assembly symbols. |  mpi | 4 | -4/+8 |
| 2019-04-25 | Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however it |  deraadt | 1 | -0/+19 |
| 2018-07-13 | Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed. |  guenther | 3 | -6/+6 |
| 2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard |  deraadt | 3 | -5/+5 |
| 2018-07-03 | Add retguard macros for libkern |  mortimer | 15 | -12/+43 |
| 2017-10-26 | Add aliases for __aeabi_idivmod and __aeabi_uidivmod calls clang emits. |  jsg | 1 | -1/+3 |
| 2017-08-20 | Fix the __sync_* functions to make them work properly |  visa | 1 | -1/+21 |
| 2017-05-21 | Enable radeondrm(4) on loongson to get accelerated graphics |  visa | 1 | -0/+317 |
| 2016-11-14 | Copy data by using 64-bit loads and stores rather than 32-bit |  visa | 1 | -1/+53 |
| 2016-09-24 | Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clang |  kettenis | 2 | -0/+183 |
| 2016-09-22 | Add aeabi aliases. |  kettenis | 1 | -1/+4 |
| 2016-09-01 | retire sparc |  tedu | 21 | -3422/+0 |
| 2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. |  deraadt | 7 | -2035/+0 |
| 2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous |  krw | 1 | -2/+2 |
| 2016-03-10 | more pieces of vax |  deraadt | 7 | -319/+0 |
| 2016-03-07 | Sync no-argument function declaration and definition by adding (void). |  naddy | 1 | -2/+2 |
| 2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. |  jsg | 2 | -39/+43 |
| 2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating |  krw | 1 | -1/+1 |
| 2014-12-30 | unifdef __APCS_26__ we don't run on anything with a 26 bit program counter. |  jsg | 5 | -61/+5 |
| 2014-12-19 | sync with libc, using brnz,pt instead, should be better |  deraadt | 1 | -5/+4 |
| 2014-12-09 | Like libc, also for the kernel: Import new amd64 assembly versions of |  reyk | 4 | -93/+442 |
| 2014-11-29 | it should not be necessary to clear the direction flag |  tedu | 16 | -26/+8 |
| 2014-11-21 | mask off high bits from 'c', before operation, otherwise the packing |  deraadt | 1 | -0/+1 |
| 2014-11-09 | typo |  miod | 1 | -2/+2 |
| 2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 18 | -1046/+0 |
| 2014-01-09 | tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapper |  tedu | 2 | -29/+28 |
| 2013-07-05 | VAX ELF kernel bits. |  miod | 5 | -79/+79 |
| 2013-06-17 | m68k kernel memcpy/memmove/bcopy implementation in libkern, remove ovbcopy, fix for larger than 128k size copies. Parts from deraadt@, ok (and off-by-one fix) miod@ |  jj | 3 | -3/+134 |
| 2013-06-15 | Fast memmove() implementation for PowerPC, from NetBSD via martin@; with |  miod | 3 | -1/+170 |
| 2013-06-15 | Fix evil typo causing the wrong pointer to be returned for < 32 bytes |  miod | 1 | -2/+2 |
| 2013-06-15 | Preserve %o5 around Lbcopy_doubles; prevents the return value from memcpy() |  miod | 1 | -4/+5 |
| 2013-06-15 | Make bcopy() involve memmove(), not memcpy(). |  miod | 2 | -4/+3 |
| 2013-06-15 | Correctly handle a length of zero in memcpy(). |  miod | 1 | -7/+14 |
| 2013-06-15 | Don't return garbage in memcpy() but the original destination pointer. |  miod | 1 | -0/+1 |
| 2013-06-15 | give bcopy() the ovbcopy() semantics |  miod | 1 | -1/+2 |
| 2013-06-14 | regen |  kettenis | 2 | -2/+0 |
| 2013-06-14 | ovbcopy begone |  kettenis | 2 | -4/+2 |
| 2013-06-14 | regen |  kettenis | 2 | -0/+4 |
| 2013-06-14 | Fix memcpy/memmove return value. |  kettenis | 2 | -2/+6 |
| 2013-06-13 | new integral bcopy/memmove/memcpy, pulled out of sparc locore |  deraadt | 3 | -3/+421 |
| 2013-06-13 | syncronize "look in other file" messages |  deraadt | 4 | -4/+4 |
| 2013-06-13 | merged bcopy/memmove/memcpy |  deraadt | 3 | -129/+142 |
| 2013-06-13 | rework the memcpy family to all use one function body and implement |  tedu | 3 | -272/+248 |
| 2013-06-13 | Remove pointless instruction in the memcpy path that snuck in with the |  kettenis | 1 | -2/+0 |
| 2013-06-13 | ovbcopy begone |  deraadt | 1 | -4/+1 |