summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern
AgeCommit message (Expand)AuthorFilesLines
2021-03-06ansijsg1-2/+1
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler2-7/+7
2020-10-27Retguared asm macros for powerpc libkerngkoehler2-7/+12
2020-10-16Use the retguard macros from asm.h to protect the function.deraadt1-1/+3
2020-08-13Add __multi3 from compiler_rt-8.xjca1-0/+54
2020-08-13Move compiler_rt type definitions to a separate headerjca2-32/+68
2020-08-03add aliases for arm eabi long long shift functionsjsg3-0/+12
2020-07-20__main() is no longer used by any of our toolchainsderaadt1-41/+0
2020-07-18The kernel and bootblocks never reference this file...deraadt1-41/+0
2020-06-10Provide an optimized implementation of ffs(3) in the kernel onnaddy3-0/+47
2020-04-02Add __lshrti3 to libkern and use it on sparc64jca1-0/+71
2020-02-26Remove non-__STDC__ assert macros from <lib/libkern/libkern.h>.visa1-22/+1
2019-11-05Give some END()s to assembly symbols.mpi4-4/+8
2019-04-25Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however itderaadt1-0/+19
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert3-6/+6
2018-07-13Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed.guenther3-6/+6
2018-07-10In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardderaadt3-5/+5
2018-07-03Add retguard macros for libkernmortimer15-12/+43
2018-04-25use size_t for the size of buffers and strings, not int.dlg2-6/+8
2017-10-26Add aliases for __aeabi_idivmod and __aeabi_uidivmod calls clang emits.jsg1-1/+3
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2017-08-20Fix the __sync_* functions to make them work properlyvisa1-1/+21
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsvisa1-0/+317
2017-01-24In preparation of compiling our kernels with -ffreestanding, explicitly mapkettenis7-7/+22
2016-11-14Copy data by using 64-bit loads and stores rather than 32-bitvisa1-1/+53
2016-09-24Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clangkettenis2-0/+183
2016-09-22Add aeabi aliases.kettenis1-1/+4
2016-09-01retire sparctedu21-3422/+0
2016-05-11remove hppa64 port, which we never got going beyond broken single users.deraadt7-2035/+0
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluouskrw1-2/+2
2016-03-10more pieces of vaxderaadt7-319/+0
2016-03-07Sync no-argument function declaration and definition by adding (void).naddy2-4/+4
2015-10-01Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther1-3/+0
2015-06-08At some point arm moved to a unified syntax for arm and thumb instructions.jsg2-39/+43
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw1-1/+1
2015-01-15Sync with libc version.millert2-43/+42
2014-12-30unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.jsg5-61/+5
2014-12-20Replacing <machine/endian.h> with <sys/endian.h> does not imply removingmiod2-0/+4
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>guenther2-4/+2
2014-12-19sync with libc, using brnz,pt instead, should be betterderaadt1-5/+4
2014-12-09Like libc, also for the kernel: Import new amd64 assembly versions ofreyk4-93/+442
2014-11-29it should not be necessary to clear the direction flagtedu16-26/+8
2014-11-21mask off high bits from 'c', before operation, otherwise the packingderaadt1-0/+1
2014-11-09typomiod1-2/+2
2014-07-13KASSERTMSG(9): New kernel assertion with messageuebayasi1-1/+17
2014-07-01Make normalizeRoundAndPackFloat{32,64} non-static; they will be used outsidemiod1-3/+6
2014-06-21Protect explicit_bzero() from link-time optimizationmatthew1-7/+12
2014-06-10mop up #ifdef _KERNEL goo; ok miodderaadt21-106/+30
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod18-1046/+0
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove thederaadt2-17/+4