summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-01-04Gordon W. Ross agreed to rescind clause 3 and 4 inJonathan Gray
2022-12-27Ansify pxe_netif_close() and {,pxe}socktodesc()Jeremie Courreges-Anglas
2022-12-27Fix array bounds mismatch with clang 15Jeremie Courreges-Anglas
2022-12-14add __ctzdi2 to sparc64 kernelJonathan Gray
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-07Add END()s to match ENTRY()s.Philip Guenther
2022-12-07Prefer numeric labels over L<digit> labels, as the latter clutterPhilip Guenther
2022-12-07Prefer STRONG_ALIAS() over multiple overlapping _ENTRY/_NENTRYPhilip Guenther
2022-12-07Apply changes from commitid FWrfGfO9Ojnsh1mq to libkern.Philip Guenther
2022-12-06_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-01_C_LABEL() is no longer useful in the "everything is ELF" world.Philip Guenther
2022-10-23Drop RCS ids in upstream zlib sourceTheo Buehler
2022-10-20Sync sys libz with baseTheo Buehler
2022-09-02Add ufs2 to the list of filesystem, for the sake of boot blocks which do notMiod Vallat
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