summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2024-03-24use LIST_FOREACH_SAFE() to avoid use after freeJonathan Gray
2024-03-15zlib: sync with srcTheo Buehler
2024-02-13zlib: sync with baseTheo Buehler
2024-02-11sync with srcTheo Buehler
2024-02-10libz: sync with baseTheo Buehler
2024-02-07sync with base (comment-only change)Theo Buehler
2024-01-28sync with userlandTheo Buehler
2024-01-23Sync with userlandTheo Buehler
2024-01-21sync with userlandTheo Buehler
2024-01-21sync with userlandTheo Buehler
2023-12-21add strnstr(9) string search within character limitJonathan Gray
2023-11-18sync zlib with userlandTheo Buehler
2023-08-20Sync zlib 1.3 with userlandTheo Buehler
2023-08-18sync with userlandTheo Buehler
2023-08-13sync with userlandTheo Buehler
2023-08-04Sync with userland libzTheo Buehler
2023-07-30sync with userland's zlib.hTheo Buehler
2023-07-13bcmp(3) tries to return length, which is a size_t, as an int.Todd C. Miller
2023-05-22NENTRY() doesn't provide an endbr64, so give memmove one inPhilip Guenther
2023-05-02sync with userlandTheo Buehler
2023-04-25zlib: sync with srcTheo Buehler
2023-04-08Return -1 on actual failureKlemens Nanni
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