summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2022-09-02Remove non-_KERNEL code path for division by zero. This will allow theMiod Vallat
2022-08-28remove unused blowfish inline definesJonathan Gray
2022-08-22remove locore.s bzero and use libkern bzero on i386Jonathan Gray
2022-08-15Fix a doc comment to match upstreamTheo Buehler
2022-08-15Adjust whitespace (tabs vs spaces) on one line to reduce diff with upstreamTheo Buehler
2022-08-12add support for booting from RAID 1C softraid(4) volumes on amd64Stefan Sperling
2022-08-11Revert uLong -> z_off_t change in the kernelTheo Buehler
2022-08-09Sync inflateGetHeader() fix from userlandTheo Buehler
2022-05-08Backport an upstream fix for CRC calculation. This fixes Java applicationsTheo Buehler
2022-05-08Update to zlib 1.2.12Theo Buehler
2022-03-25Sync with userland libz (memory-corruption + followup).Theo Buehler
2022-03-25Sync zlib with userlandTheo Buehler
2022-01-29Use local symbols in libkern mips64 assembly routines.Visa Hankala
2022-01-11spellingJonathan Gray
2022-01-11Remove dead store to f and avoid use of unvalidated fd.Visa Hankala
2021-12-01Fix booting from an IDE block device on the Sun Blade 100. ApparentlyMark Kettenis
2021-11-29Niels agreed to remove the advertising clause; switching theseDamien Miller
2021-11-01Add CRC-16 implementation. From NetBSD.Mark Kettenis
2021-10-25Remove unused variables to silence clang.Patrick Wildt
2021-10-24#define open O_* flags in libsa/stand.h, so that bootblocks can useTheo de Raadt
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