CVS commit: src/lib/libbsdmalloc

2025-01-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 20 20:00:52 UTC 2025 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Fix sense of assertion in aligned_alloc. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libbsdmallo

CVS commit: src/lib/libbsdmalloc

2025-01-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jan 20 20:00:52 UTC 2025 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Fix sense of assertion in aligned_alloc. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libbsdmallo

CVS commit: src/lib/libbsdmalloc

2024-11-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 21 19:43:48 UTC 2024 Added Files: src/lib/libbsdmalloc: bsdmalloc.expsym Log Message: libbsdmalloc: Add expected symbols list. PR lib/58838: shared libraries in base should all have expsym lists To generate a diff of

CVS commit: src/lib/libbsdmalloc

2024-11-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 21 19:43:48 UTC 2024 Added Files: src/lib/libbsdmalloc: bsdmalloc.expsym Log Message: libbsdmalloc: Add expected symbols list. PR lib/58838: shared libraries in base should all have expsym lists To generate a diff of

CVS commit: src/lib/libbsdmalloc

2023-07-07 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 8 04:09:26 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: Make mstats() decl match prototype so this compiles with -DMSTATS. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/lib

CVS commit: src/lib/libbsdmalloc

2023-07-07 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jul 8 04:09:26 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: Make mstats() decl match prototype so this compiles with -DMSTATS. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/lib

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 6 01:32:52 UTC 2023 Modified Files: src/lib/libbsdmalloc: bsdmalloc.3 Log Message: bsdmalloc(3): fix malloc() signature To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libbsdmalloc/bsdmalloc.3 Please n

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 6 01:32:52 UTC 2023 Modified Files: src/lib/libbsdmalloc: bsdmalloc.3 Log Message: bsdmalloc(3): fix malloc() signature To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libbsdmalloc/bsdmalloc.3 Please n

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 22:13:20 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Use a multiply-overflow that clang supports too. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 22:13:20 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Use a multiply-overflow that clang supports too. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 12:08:49 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Make aligned_alloc(A, S) actually align when A > S. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.7 -

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 12:08:49 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Make aligned_alloc(A, S) actually align when A > S. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.7 -

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 10:57:44 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Lift C11 divisibility restriction on aligned_alloc. Restriction was lifted in C17. XXX pullup-10 To generate a diff of t

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 10:57:44 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Lift C11 divisibility restriction on aligned_alloc. Restriction was lifted in C17. XXX pullup-10 To generate a diff of t

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 5 07:13:56 UTC 2023 Modified Files: src/lib/libbsdmalloc: bsdmalloc.3 Log Message: bsdmalloc.3: fix typos in function parameters To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libbsdmalloc/bsdmalloc

CVS commit: src/lib/libbsdmalloc

2023-07-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jul 5 07:13:56 UTC 2023 Modified Files: src/lib/libbsdmalloc: bsdmalloc.3 Log Message: bsdmalloc.3: fix typos in function parameters To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libbsdmalloc/bsdmalloc

CVS commit: src/lib/libbsdmalloc

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 01:15:47 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Fix build with DEBUG. Nix __P while here. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/

CVS commit: src/lib/libbsdmalloc

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 5 01:15:47 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Fix build with DEBUG. Nix __P while here. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/

CVS commit: src/lib/libbsdmalloc

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 18:40:15 UTC 2023 Modified Files: src/lib/libbsdmalloc: Makefile malloc.c Log Message: libbsdmalloc: Nix K&R definitions. Bump WARNS to 3. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libbsd

CVS commit: src/lib/libbsdmalloc

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 18:40:15 UTC 2023 Modified Files: src/lib/libbsdmalloc: Makefile malloc.c Log Message: libbsdmalloc: Nix K&R definitions. Bump WARNS to 3. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libbsd

CVS commit: src/lib/libbsdmalloc

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:09:04 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Nix trailing whitespace. No functional change intended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/lib/libbsdmalloc

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:08:55 UTC 2023 Modified Files: src/lib/libbsdmalloc: Makefile malloc.c Log Message: libbsdmalloc: Provide all allocator front ends and fork hooks. Front ends: - aligned_alloc - calloc - posix_memalign Fork hook

CVS commit: src/lib/libbsdmalloc

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:09:04 UTC 2023 Modified Files: src/lib/libbsdmalloc: malloc.c Log Message: libbsdmalloc: Nix trailing whitespace. No functional change intended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/lib/libbsdmalloc

2023-07-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 4 15:08:55 UTC 2023 Modified Files: src/lib/libbsdmalloc: Makefile malloc.c Log Message: libbsdmalloc: Provide all allocator front ends and fork hooks. Front ends: - aligned_alloc - calloc - posix_memalign Fork hook