summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-06spelling; ok mglocker@Jonathan Gray
2024-09-05sync with baseTheo Buehler
2024-09-04Fix some spelling.Marcus Glocker
2024-08-05sync with baseTheo Buehler
2024-08-01Remove a comment that was committed by accidentTheo Buehler
2024-08-01sync with srcTheo Buehler
2024-07-09sync with userland: let z_off_t fall back to long long instead of longTheo Buehler
2024-06-30we don't need the NOBYFOUR space-savings option anymore, that codepathTheo de Raadt
2024-06-30sync with baseTheo Buehler
2024-04-25Add boot.conf(8) 'mach idle [secs]' to halt at idle passphrase promptsKlemens Nanni
2024-04-10remove unused hton[ls] functions from libkernChristian Weisgerber
2024-03-27zlib: sync with baseTheo Buehler
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