| Commit message (Expand) | Author | Age | Files | Lines |
* | ansi |  jsg | 2021-03-06 | 1 | -2/+1 |
* | 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 |
* | Add __multi3 from compiler_rt-8.x |  jca | 2020-08-13 | 1 | -0/+54 |
* | Move compiler_rt type definitions to a separate header |  jca | 2020-08-13 | 2 | -32/+68 |
* | add aliases for arm eabi long long shift functions |  jsg | 2020-08-03 | 3 | -0/+12 |
* | __main() is no longer used by any of our toolchains |  deraadt | 2020-07-20 | 1 | -41/+0 |
* | 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 |
* | Add __lshrti3 to libkern and use it on sparc64 |  jca | 2020-04-02 | 1 | -0/+71 |
* | Remove non-__STDC__ assert macros from <lib/libkern/libkern.h>. |  visa | 2020-02-26 | 1 | -22/+1 |
* | 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 |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 3 | -6/+6 |
* | 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 |
* | use size_t for the size of buffers and strings, not int. |  dlg | 2018-04-25 | 2 | -6/+8 |
* | Add aliases for __aeabi_idivmod and __aeabi_uidivmod calls clang emits. |  jsg | 2017-10-26 | 1 | -1/+3 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | 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 |
* | In preparation of compiling our kernels with -ffreestanding, explicitly map |  kettenis | 2017-01-24 | 7 | -7/+22 |
* | 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 | 2 | -4/+4 |
* | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one |  guenther | 2015-10-01 | 1 | -3/+0 |
* | 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 |
* | Sync with libc version. |  millert | 2015-01-15 | 2 | -43/+42 |
* | unifdef __APCS_26__ we don't run on anything with a 26 bit program counter. |  jsg | 2014-12-30 | 5 | -61/+5 |
* | Replacing <machine/endian.h> with <sys/endian.h> does not imply removing |  miod | 2014-12-20 | 2 | -0/+4 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 2 | -4/+2 |
* | 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 |
* | KASSERTMSG(9): New kernel assertion with message |  uebayasi | 2014-07-13 | 1 | -1/+17 |
* | Make normalizeRoundAndPackFloat{32,64} non-static; they will be used outside |  miod | 2014-07-01 | 1 | -3/+6 |
* | Protect explicit_bzero() from link-time optimization |  matthew | 2014-06-21 | 1 | -7/+12 |
* | mop up #ifdef _KERNEL goo; ok miod |  deraadt | 2014-06-10 | 21 | -106/+30 |
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 2014-03-18 | 18 | -1046/+0 |
* | Initialize ci_randseed better using arc4random() + a trick. Remove the |  deraadt | 2014-01-19 | 2 | -17/+4 |