summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2021-07-28Fix previous: In one spot I incorrectly used Pos (unsigned short) whereTheo Buehler
2021-07-22Add sizes for free() in zlibTheo Buehler
2021-07-20Remove unneeded __sync_* library functions from the kernel.Visa Hankala
2021-07-08In recent libz update, tb@ overzealously attempted codesize reduction withTheo de Raadt
2021-07-04tb notices i did not add a copyright in 2011Theo de Raadt
2021-07-04Add missing RCS tagsTheo Buehler
2021-07-04Update libz to zlib 1.2.11 and reapply local patches as far as thisTheo Buehler
2021-05-16ansiJonathan Gray
2021-05-16deregisterJonathan Gray
2021-05-16ansiJonathan Gray
2021-03-12spellingJonathan Gray
2021-03-06ansiJonathan Gray
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-10-27Retguared asm macros for powerpc libkerngkoehler
2020-10-26Remove an unneeded variable.Visa Hankala
2020-10-16Use the retguard macros from asm.h to protect the function.Theo de Raadt
2020-08-13Add __multi3 from compiler_rt-8.xJeremie Courreges-Anglas
2020-08-13Move compiler_rt type definitions to a separate headerJeremie Courreges-Anglas
2020-08-03add aliases for arm eabi long long shift functionsJonathan Gray
2020-07-20__main() is no longer used by any of our toolchainsTheo de Raadt
2020-07-18The kernel and bootblocks never reference this file...Theo de Raadt
2020-07-09Fix a warning false positive from clang 10.Todd C. Miller
2020-06-10Provide an optimized implementation of ffs(3) in the kernel onChristian Weisgerber
2020-05-19If we pass a packet length larger than 2^16, we should panic() insteadPatrick Wildt
2020-05-18Sync in_cksum.c to the same version ospfd has. This fixes problemsPatrick Wildt
2020-04-02Add __lshrti3 to libkern and use it on sparc64Jeremie Courreges-Anglas
2020-02-29Next step in prepping for ffs2 installs: introduce a new install script varOtto Moerbeek
2020-02-26Remove non-__STDC__ assert macros from <lib/libkern/libkern.h>.Visa Hankala
2019-11-29Add an element to the marks array to store the virtual address of theMark Kettenis
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-05Give some END()s to assembly symbols.Martin Pieuchot
2019-11-01Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point havingTheo de Raadt
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-29add arc4 cipher to the bootblocksTheo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-06-01Fix warnings when building zlib with ZLIB_CONST definedJeremie Courreges-Anglas
2019-05-12Add ZLIB_CONSTJeremie Courreges-Anglas
2019-05-11we have never built without %b supportTheo de Raadt
2019-04-25Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however itTheo de Raadt
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2018-12-16Make the freelist best fit code a tiny bit smarter to not use a block ifOtto Moerbeek
2018-08-10Retry on incorrect passphrase for softraid crypto boot.Joel Sing
2018-07-13Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed.Philip Guenther
2018-07-10In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardTheo de Raadt
2018-07-03Add retguard macros for libkernmortimer
2018-05-23Align libsa ctime output with libc ctime output.cheloha
2018-04-25use size_t for the size of buffers and strings, not int.David Gwynne