- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Tue, Nov 5
Apr 2 2024
In D44548#1016031, @des wrote:I think D44558 is a better approach.
Mar 29 2024
In D44548#1015876, @des wrote:Why are you testing lorder, which is part of the toolchain, on a system without a toolchain?
Mar 28 2024
Mar 26 2024
Mar 11 2024
On 2 identical servers (Intel Xeon CPU E5-2697A v4 @ 2.60GHz), one running the unpatched and the other this patched review, here are the results of this script (extracting the "real" in seconds from the time command):
#!/bin/sh set -eu lenght=100000000000 sizes="8000 32000 64000 128000 256000 512000 1000000" cmd="" for s in $sizes; do echo "Benching with size $s (lenght: $lenght)..." for i in $(seq 3); do time -p -o bulk.$s.$i.txt ./unix_bulk $lenght $s $s done grep real bulk.$s.*.txt | cut -d ' ' -f 2 > bulk.$s.data cmd="$cmd bulk.$s.data" done ministat -w 74 -s $cmd
Mar 8 2024
Feb 23 2024
Feb 22 2024
Feb 21 2024
On similar review (https://reviews.freebsd.org/D44005) the idea was to still build and install it, but "skip" the test if jail binary was missing.
@jamie Do you have a preference ?
In D44005#1004021, @lwhsu wrote:I don't really object this approach, but I don't really support it either. Do you think it's okay to let the test case check if jail utility exists, and skip running if no?
Feb 8 2024
Feb 6 2024
Feb 1 2024
Jan 18 2024
fix typo
Add variables usage description
In D43497#991634, @arrowd wrote:Thank you. Now, how about adding support for requesting several sanitizers at the same time? Let SANITIZE_FLAGS accept a list of values like SANITIZE_FLAGS= memory thread and then iterate over it with .for?
Let me know if you don't want to do this. Your change is already pretty useful.
Add meson support and sort
Jan 14 2024
Dec 22 2023
Dec 17 2023
Dec 9 2023
Dec 1 2023
Nov 29 2023
Nov 23 2023
Nov 16 2023
Nov 15 2023
Ship it please :-)
Nov 8 2023
Oct 11 2023
Oct 10 2023
Oct 9 2023
Oct 8 2023
Oct 6 2023
Oct 5 2023
Sep 28 2023
Sep 27 2023
Sep 26 2023
Sep 22 2023
Sep 8 2023
Jul 7 2023
Jul 6 2023
Jul 4 2023
Replacing hardcoded port number with dynamic ones.