summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-09libm: Add missing fma(3) and friends for sh3.rin
2023-07-08Make mstats() decl match prototype so this compiles with -DMSTATS.simonb
2023-07-07select(2), poll(2): Clarify return values.riastradh
2023-07-06bsdmalloc(3): fix malloc() signatureuwe
2023-07-05libbsdmalloc: Use a multiply-overflow that clang supports too.riastradh
2023-07-05mk.conf(5): document rump variableslukem
2023-07-05libbsdmalloc: Make aligned_alloc(A, S) actually align when A > S.riastradh
2023-07-05libbsdmalloc: Lift C11 divisibility restriction on aligned_alloc.riastradh
2023-07-05bsdmalloc.3: fix typos in function parametersrillig
2023-07-05libbsdmalloc: Fix build with DEBUG.riastradh
2023-07-04libc: Fix missing membar_consumer in dl_iterate_phdr.riastradh
2023-07-04libbsdmalloc: Nix K&R definitions. Bump WARNS to 3.riastradh
2023-07-04libbsdmalloc: New man page.riastradh
2023-07-04libbsdmalloc: Bump shlib minor.riastradh
2023-07-04libbsdmalloc: Nix trailing whitespace.riastradh
2023-07-04libbsdmalloc: Provide all allocator front ends and fork hooks.riastradh
2023-07-02getrandom(2): Reduce editorializing tone in man page.riastradh
2023-07-02libc/shlib_version: note that *rand48* should be punted to libcompatdholland
2023-06-30getentropy(3): use .Sx to xref CAVEATSuwe
2023-06-30getrandom(2), getentropy(3): Rework man pages.riastradh
2023-06-29vis(3): Avoid nonportable MIN in portable code.riastradh
2023-06-24Fix typo in comment.msaitoh
2023-06-21libedit: fix pkg-config to really provide readline directory as intendedwiz
2023-06-20install pkg-config file for libeditwiz
2023-06-20pam_krb5: Refuse to operate without a key to verify tickets.riastradh
2023-06-20pam_ksu: No need for homedir access.riastradh
2023-06-19Fix typo. unknwon -> unknownmsaitoh
2023-06-19Fix typo in the document. From FreeBSD.msaitoh
2023-06-17Include the OpenSSL Makefile fragment so that build_install works on eachchristos
2023-06-16fix typos in comments.andvar
2023-06-11Correct history (Brad Smith)christos
2023-06-08socket(2): change type flags list back to -taguwe
2023-06-06socket(2): fix macro invocation in a columnuwe
2023-06-06socket(2): use "provides" consistently in "type" descriptionsuwe
2023-06-06socket(2): use .Bl -column where appropriateuwe
2023-06-06socket(2): Move prose list of socket type summaries into a table.riastradh
2023-06-06socket(2): Tidy up markup a bit.riastradh
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-03fix various typos in comments and messages.andvar
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-05-31stat_flags(3): try to improve the descriptionsuwe
2023-05-30Fix some const qual (Piotr Pawel Stefaniak)christos
2023-05-29libc: fix typo in comments: NO_SRSC -> NO_SRCSlukem
2023-05-25libpthread: New pthread__smt_wait to put CPU in low power for spin.riastradh
2023-05-25libpthread: Use __nothing, not /* nothing */, for empty macros.riastradh
2023-05-19Add the compat calls for renamed symbols so that configure scriptsskrll
2023-05-19No need for double semi-colonskrll
2023-05-19KNFskrll
2023-05-13fix typos in comments.andvar