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