User Details
- User Since
- Feb 5 2016, 2:19 PM (458 w, 1 h)
Today
Thu, Nov 7
Mon, Oct 28
Tue, Oct 22
Mon, Oct 21
Sun, Oct 20
Oct 15 2024
Oct 10 2024
Oct 8 2024
Oct 2 2024
Oct 1 2024
Update test to latest sync, and add nm in requiere list too.
New version using requiered_progs.
But anyway which port should insall all the missing sg_* binaries ? I don’t find instruction about them.
Because right now they are ignored:
https://ci.freebsd.org/job/FreeBSD-main-amd64-test/lastCompletedBuild/testReport/sys.cam.ctl/prevent/allow/
Sep 30 2024
Sep 29 2024
Sep 24 2024
Sep 18 2024
Aug 30 2024
Aug 26 2024
Aug 15 2024
Jun 28 2024
Jun 21 2024
Jun 17 2024
May 30 2024
Thanks I will commit it
May 27 2024
May 24 2024
May 18 2024
May 17 2024
May 16 2024
May 8 2024
Apr 2 2024
Mar 29 2024
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 ?
Feb 8 2024
Feb 6 2024
Feb 1 2024
Jan 18 2024
fix typo
Add variables usage description
Add meson support and sort