HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

bofh added a comment to D54277: tests/ci: Fix building in Github.

This seems a bit strange - BRANCH should be coming out of newvers.sh and be something like BRANCH="CURRENT" (unless BRANCH_OVERRIDE is set). How is pull/XXXX making its way in?

I think CIRRUS-CI also has an environment variable named BRANCH.

Wed, Dec 17, 9:23 PM
glebius committed rGd4062b9f16e4: vlan: plug a new panic associated with interface removal (authored by glebius).
vlan: plug a new panic associated with interface removal
Wed, Dec 17, 9:16 PM
wulf committed rGd3690a599586: devfs: make destroy_dev() a release barrier for cdevpriv destructors runs (authored by kib).
devfs: make destroy_dev() a release barrier for cdevpriv destructors runs
Wed, Dec 17, 9:08 PM
emaste added a comment to D54277: tests/ci: Fix building in Github.

This seems a bit strange - BRANCH should be coming out of newvers.sh and be something like BRANCH="CURRENT" (unless BRANCH_OVERRIDE is set). How is pull/XXXX making its way in?

Wed, Dec 17, 9:04 PM
alven requested review of D54278: graphics/plutovg: Update 1.3.1 => 1.3.2.
Wed, Dec 17, 9:03 PM
jhb added inline comments to D54276: cxgbe.4: Update for recent HARDWARE.
Wed, Dec 17, 9:01 PM
tuexen added inline comments to D54269: netinet: fix checksum calculation bug.
Wed, Dec 17, 8:57 PM
bofh added a comment to D54277: tests/ci: Fix building in Github.

Just in case I created PR and it was fired into our persistent worker.

Wed, Dec 17, 8:55 PM
markj added a comment to D54268: vmem: Fix the gcc build.
In D54268#1240216, @alc wrote:

Since we are starting to expand the usage of vmem, I want to point out something that I only noticed around the time we added support for nextfit allocation. What we call bestfit is really an implementation of firstfit allocation. (A comment pointing this out was actually deleted from the Netbsd original when vmem was imported.) And, what we call firstfit is what, I believe, Solaris calls instantfit. We have no actual implementation of bestfit allocation. That said, mav's long ago change to "create own free list for each of the first 32 possible allocation sizes" has the effect of bestfit allocation for small sizes.

Here is the comment that got deleted:

	} else { /* VM_BESTFIT */
		/*
		 * we assume that, for space efficiency, it's better to
		 * allocate from a smaller block.  thus we will start searching
		 * from the lower-order list than VM_INSTANTFIT.
		 * however, don't bother to find the smallest block in a free
		 * list because the list can be very long.  we can revisit it
		 * if/when it turns out to be a problem.
Wed, Dec 17, 8:54 PM
bofh requested review of D54277: tests/ci: Fix building in Github.
Wed, Dec 17, 8:53 PM
glebius committed rG0bf42a0a05b9: bpf: virtualize bpf_iflist (authored by glebius).
bpf: virtualize bpf_iflist
Wed, Dec 17, 8:47 PM
diizzy committed R11:94cec5f7555f: graphics/png: Update to 1.6.53 (authored by diizzy).
graphics/png: Update to 1.6.53
Wed, Dec 17, 8:39 PM
diizzy committed R11:1c81bd02ce5a: graphics/jpeg-turbo: Update to 3.1.3 (authored by diizzy).
graphics/jpeg-turbo: Update to 3.1.3
Wed, Dec 17, 8:39 PM
diizzy committed R11:d6e40714df25: net/uriparser: Improve and simplify port (authored by diizzy).
net/uriparser: Improve and simplify port
Wed, Dec 17, 8:39 PM
ziaee requested review of D54276: cxgbe.4: Update for recent HARDWARE.
Wed, Dec 17, 8:38 PM
jwb committed R11:0b9fcf87c4ad: science/orthanc-postgresql: Update to 10.0 (authored by jwb).
science/orthanc-postgresql: Update to 10.0
Wed, Dec 17, 8:28 PM
gallatin requested review of D54275: ktls: Capture initial tls seqno at time offload is initiated.
Wed, Dec 17, 8:00 PM
jah accepted D54229: unionfs: Support renaming symbolic links.
Wed, Dec 17, 7:58 PM
gallatin retitled D54274: iflib: support for transmit side nic KTLS offload from iflib: support fo transmit side nic KTLS offload to iflib: support for transmit side nic KTLS offload.
Wed, Dec 17, 7:55 PM
jrm closed D54272: sysutils/cpu-microcode-amd: Update to 2025-12-02 snapshot.
Wed, Dec 17, 7:55 PM
gallatin requested review of D54274: iflib: support for transmit side nic KTLS offload.
Wed, Dec 17, 7:55 PM
jrm committed R11:ffb64ba4a059: sysutils/cpu-microcode-amd: Update to 2025-12-02 snapshot (authored by jrm).
sysutils/cpu-microcode-amd: Update to 2025-12-02 snapshot
Wed, Dec 17, 7:55 PM
pi committed R11:bbb038535adf: databases/cego,devel/lfcbase: update 2.53.2 -> 2.53.3, 1.23.0 -> 1.23.1 (authored by Björn Lemke <lemke@lemke-it.com>).
databases/cego,devel/lfcbase: update 2.53.2 -> 2.53.3, 1.23.0 -> 1.23.1
Wed, Dec 17, 7:51 PM
des committed rG53af2026f213: limits: Unbreak after RLIMIT_VMM addition (authored by des).
limits: Unbreak after RLIMIT_VMM addition
Wed, Dec 17, 7:39 PM
des closed D54273: limits: Unbreak after RLIMIT_VMM addition.
Wed, Dec 17, 7:39 PM
emaste accepted D52533: libcuse: silence -Wthread-safety-analysis warnings.

No objection, seems fine. This will be the first use I believe?

Wed, Dec 17, 7:23 PM
vvd committed R11:d0b1dfd5ae9a: net/mdns-bridge: Update 2.3.0 => 2.4.0 (authored by Denny Page <dennypage@me.com>).
net/mdns-bridge: Update 2.3.0 => 2.4.0
Wed, Dec 17, 7:20 PM
allanjude accepted D54273: limits: Unbreak after RLIMIT_VMM addition.
Wed, Dec 17, 7:19 PM
des updated the diff for D54273: limits: Unbreak after RLIMIT_VMM addition.

sort optstr

Wed, Dec 17, 7:17 PM
bnovkov accepted D54273: limits: Unbreak after RLIMIT_VMM addition.
Wed, Dec 17, 7:11 PM
des updated the diff for D54273: limits: Unbreak after RLIMIT_VMM addition.

getopt

Wed, Dec 17, 7:11 PM
des updated the diff for D54273: limits: Unbreak after RLIMIT_VMM addition.

parse

Wed, Dec 17, 7:10 PM
bnovkov accepted D54273: limits: Unbreak after RLIMIT_VMM addition.
Wed, Dec 17, 7:10 PM
des changed the repository for D54273: limits: Unbreak after RLIMIT_VMM addition from rS FreeBSD src repository - subversion to rG FreeBSD src repository.
Wed, Dec 17, 7:08 PM
des requested review of D54273: limits: Unbreak after RLIMIT_VMM addition.
Wed, Dec 17, 7:08 PM
bofh committed R11:6916ec749387: security/certificate_maker: Update version 1.8.3=>1.8.4 (authored by bofh).
security/certificate_maker: Update version 1.8.3=>1.8.4
Wed, Dec 17, 7:00 PM
bofh committed R11:eb9f697bbd15: devel/pear-OLE: Update version 1.0.0RC3=>1.0.1 (authored by bofh).
devel/pear-OLE: Update version 1.0.0RC3=>1.0.1
Wed, Dec 17, 7:00 PM
bofh committed R11:e0f006eaaa17: net/google-cloud-sdk: Update version 549.0.1=>550.0.0 (authored by bofh).
net/google-cloud-sdk: Update version 549.0.1=>550.0.0
Wed, Dec 17, 7:00 PM
bofh committed R11:48bb393be78c: devel/py-pre-commit: Update version 4.5.0=>4.5.1 (authored by bofh).
devel/py-pre-commit: Update version 4.5.0=>4.5.1
Wed, Dec 17, 7:00 PM
bofh committed R11:d41b78f048bd: devel/liblognorm: Update version 2.0.8=>2.0.9 (authored by bofh).
devel/liblognorm: Update version 2.0.8=>2.0.9
Wed, Dec 17, 7:00 PM
bofh committed R11:e61f53836ffd: devel/cirrus-cli: Update version 0.157.3=>0.157.4 (authored by bofh).
devel/cirrus-cli: Update version 0.157.3=>0.157.4
Wed, Dec 17, 7:00 PM
bofh committed R11:5214114e39b5: databases/pspg: Update version 5.8.12=>5.8.13 (authored by bofh).
databases/pspg: Update version 5.8.12=>5.8.13
Wed, Dec 17, 6:59 PM
bofh committed R11:fef9573d19df: science/clhep: Update version 2.4.7.1=>2.4.7.2 (authored by bofh).
science/clhep: Update version 2.4.7.1=>2.4.7.2
Wed, Dec 17, 6:59 PM
bofh committed R11:aa91a71d5dd5: databases/pgpool-II-46: Update version 4.6.4=>4.6.5 (authored by bofh).
databases/pgpool-II-46: Update version 4.6.4=>4.6.5
Wed, Dec 17, 6:59 PM
bofh committed R11:52d443e50af7: databases/pgpool-II-45: Update version 4.5.9=>4.5.10 (authored by bofh).
databases/pgpool-II-45: Update version 4.5.9=>4.5.10
Wed, Dec 17, 6:59 PM
bofh committed R11:58797dfc1bb2: databases/pgpool-II-44: Update version 4.4.14=>4.4.15 (authored by bofh).
databases/pgpool-II-44: Update version 4.4.14=>4.4.15
Wed, Dec 17, 6:59 PM
bofh committed R11:f0d3adec4b3c: databases/pgpool-II-43: Update version 4.3.17=>4.3.18 (authored by bofh).
databases/pgpool-II-43: Update version 4.3.17=>4.3.18
Wed, Dec 17, 6:59 PM
bofh committed R11:27c2b320e584: databases/memcached: Update version 1.6.39=>1.6.40 (authored by bofh).
databases/memcached: Update version 1.6.39=>1.6.40
Wed, Dec 17, 6:59 PM
bofh committed R11:79140e6c663e: databases/freetds-devel: Update version 1.5.193=>1.5.203 (authored by bofh).
databases/freetds-devel: Update version 1.5.193=>1.5.203
Wed, Dec 17, 6:59 PM
glebius accepted D54272: sysutils/cpu-microcode-amd: Update to 2025-12-02 snapshot.

As we discussed in private email exchange, this is speculatively supposed to be safe. I tested only on CPU Family=0x19 Model=0xa0 Stepping=0x02, that doesn't have updated BIOS. The microcode in the CPU matches the first version in the blob and safely failed to upgrade to the newer version. The expected failure message was printed.

Wed, Dec 17, 6:59 PM
alven retitled D54228: net/zapret: Update 72.3 => 72.5 from net/zapret: Update 72.3 => 72.4 to net/zapret: Update 72.3 => 72.5.
Wed, Dec 17, 6:58 PM
bofh committed rG41e9414e2679: .cirrus.yml: Add persistent worker (authored by bofh).
.cirrus.yml: Add persistent worker
Wed, Dec 17, 6:57 PM
bofh closed D54220: .cirrus.yml: Add persistent worker.
Wed, Dec 17, 6:57 PM
alven updated the diff for D54228: net/zapret: Update 72.3 => 72.5.

net/zapret: Update 72.4 => 72.5

Wed, Dec 17, 6:56 PM
brnrd committed R11:1e92a8b206b1: net-im/nextcloud-talk: Update to 22.0.7 (authored by brnrd).
net-im/nextcloud-talk: Update to 22.0.7
Wed, Dec 17, 6:53 PM
brnrd committed R11:bdb4409738e0: mail/nextcloud-mail: Update to 5.6.5 (authored by brnrd).
mail/nextcloud-mail: Update to 5.6.5
Wed, Dec 17, 6:51 PM
emaste accepted D54220: .cirrus.yml: Add persistent worker.

Let's give it a shot!

Wed, Dec 17, 6:40 PM
jrm updated the summary of D54272: sysutils/cpu-microcode-amd: Update to 2025-12-02 snapshot.
Wed, Dec 17, 6:39 PM
alc accepted D54268: vmem: Fix the gcc build.

Since we are starting to expand the usage of vmem, I want to point out something that I only noticed around the time we added support for nextfit allocation. What we call bestfit is really an implementation of firstfit allocation. (A comment pointing this out was actually deleted from the Netbsd original when vmem was imported.) And, what we call firstfit is what, I believe, Solaris calls instantfit. We have no actual implementation of bestfit allocation. That said, mav's long ago change to "create own free list for each of the first 32 possible allocation sizes" has the effect of bestfit allocation for small sizes.

Wed, Dec 17, 6:38 PM
jrm added a comment to D54272: sysutils/cpu-microcode-amd: Update to 2025-12-02 snapshot.

FYI, here is what's included in this update:

% for f in /usr/local/share/cpucontrol/microcode_amd*.bin; do ./amd_ucode_info.py ${f}; done
Microcode patches in /usr/local/share/cpucontrol/microcode_amd_fam15h.bin:
  Family=0x15 Model=0x01 Stepping=0x02: Patch=0x0600063e Length=2592 bytes
  Family=0x15 Model=0x02 Stepping=0x00: Patch=0x06000852 Length=2592 bytes
  Family=0x15 Model=0x10 Stepping=0x01: Patch=0x06001119 Length=2592 bytes
Microcode patches in /usr/local/share/cpucontrol/microcode_amd_fam16h.bin:
  Family=0x16 Model=0x00 Stepping=0x01: Patch=0x0700010f Length=3458 bytes
Microcode patches in /usr/local/share/cpucontrol/microcode_amd_fam17h.bin:
  Family=0x17 Model=0x71 Stepping=0x00: Patch=0x08701034 Length=3200 bytes
  Family=0x17 Model=0x01 Stepping=0x02: Patch=0x0800126f Length=3200 bytes
  Family=0x17 Model=0x31 Stepping=0x00: Patch=0x0830107c Length=3200 bytes
  Family=0x17 Model=0x60 Stepping=0x01: Patch=0x0860010d Length=3200 bytes
  Family=0x17 Model=0x08 Stepping=0x02: Patch=0x0800820d Length=3200 bytes
  Family=0x17 Model=0xa0 Stepping=0x00: Patch=0x08a0000a Length=3200 bytes
  Family=0x17 Model=0x68 Stepping=0x01: Patch=0x08608108 Length=3200 bytes
Microcode patches in /usr/local/share/cpucontrol/microcode_amd_fam19h.bin:
WARNING: Duplicate CPUID 0x00a00f11 (Family=0x19 Model=0x01 Stepping=0x01) in the equivalence table for equiv_id 0xa011
WARNING: Duplicate CPUID 0x00a00f12 (Family=0x19 Model=0x01 Stepping=0x02) in the equivalence table for equiv_id 0xa012
WARNING: Duplicate CPUID 0x00a10f11 (Family=0x19 Model=0x11 Stepping=0x01) in the equivalence table for equiv_id 0xa111
WARNING: Duplicate CPUID 0x00a10f12 (Family=0x19 Model=0x11 Stepping=0x02) in the equivalence table for equiv_id 0xa112
WARNING: Duplicate CPUID 0x00aa0f02 (Family=0x19 Model=0xa0 Stepping=0x02) in the equivalence table for equiv_id 0xaa02
  Family=0x19 Model=0x01 Stepping=0x00: Patch=0x0a00107a Length=5568 bytes
  Family=0x19 Model=0x01 Stepping=0x01: Patch=0x0a0011d5 Length=5568 bytes
  Family=0x19 Model=0x01 Stepping=0x01: Patch=0x0a0011de Length=5568 bytes
  Family=0x19 Model=0x01 Stepping=0x02: Patch=0x0a001238 Length=5568 bytes
  Family=0x19 Model=0x01 Stepping=0x02: Patch=0x0a001247 Length=5568 bytes
  Family=0x19 Model=0x08 Stepping=0x02: Patch=0x0a00820d Length=5568 bytes
  Family=0x19 Model=0x11 Stepping=0x01: Patch=0x0a101148 Length=5568 bytes
  Family=0x19 Model=0x11 Stepping=0x01: Patch=0x0a101158 Length=5568 bytes
  Family=0x19 Model=0x11 Stepping=0x02: Patch=0x0a101248 Length=5568 bytes
  Family=0x19 Model=0x11 Stepping=0x02: Patch=0x0a101253 Length=5568 bytes
  Family=0x19 Model=0x18 Stepping=0x01: Patch=0x0a108109 Length=5568 bytes
  Family=0x19 Model=0x21 Stepping=0x00: Patch=0x0a20102e Length=5568 bytes
  Family=0x19 Model=0x21 Stepping=0x02: Patch=0x0a201211 Length=5568 bytes
  Family=0x19 Model=0x44 Stepping=0x01: Patch=0x0a404108 Length=5568 bytes
  Family=0x19 Model=0x50 Stepping=0x00: Patch=0x0a500012 Length=5568 bytes
  Family=0x19 Model=0x61 Stepping=0x02: Patch=0x0a60120a Length=5568 bytes
  Family=0x19 Model=0x74 Stepping=0x01: Patch=0x0a704108 Length=5568 bytes
  Family=0x19 Model=0x75 Stepping=0x02: Patch=0x0a705208 Length=5568 bytes
  Family=0x19 Model=0x78 Stepping=0x00: Patch=0x0a708008 Length=5568 bytes
  Family=0x19 Model=0x7c Stepping=0x00: Patch=0x0a70c008 Length=5568 bytes
  Family=0x19 Model=0xa0 Stepping=0x01: Patch=0x0aa00116 Length=5568 bytes
  Family=0x19 Model=0xa0 Stepping=0x02: Patch=0x0aa00215 Length=5568 bytes
  Family=0x19 Model=0xa0 Stepping=0x02: Patch=0x0aa0021c Length=5568 bytes
Microcode patches in /usr/local/share/cpucontrol/microcode_amd_fam1ah.bin:
  Family=0x1a Model=0x02 Stepping=0x01: Patch=0x0b002161 Length=14368 bytes
  Family=0x1a Model=0x08 Stepping=0x01: Patch=0x0b008121 Length=14368 bytes
  Family=0x1a Model=0x11 Stepping=0x00: Patch=0x0b101058 Length=14368 bytes
  Family=0x1a Model=0x24 Stepping=0x00: Patch=0x0b204037 Length=14368 bytes
  Family=0x1a Model=0x44 Stepping=0x00: Patch=0x0b404035 Length=14368 bytes
  Family=0x1a Model=0x44 Stepping=0x01: Patch=0x0b404108 Length=14368 bytes
  Family=0x1a Model=0x60 Stepping=0x00: Patch=0x0b600037 Length=14368 bytes
  Family=0x1a Model=0x68 Stepping=0x00: Patch=0x0b608038 Length=14368 bytes
  Family=0x1a Model=0x70 Stepping=0x00: Patch=0x0b700037 Length=14368 bytes
Microcode patches in /usr/local/share/cpucontrol/microcode_amd.bin:
  Family=0x10 Model=0x02 Stepping=0x03: Patch=0x01000083 Length=960 bytes
  Family=0x10 Model=0x02 Stepping=0x02: Patch=0x01000083 Length=960 bytes
  Family=0x10 Model=0x02 Stepping=0x0a: Patch=0x01000084 Length=960 bytes
  Family=0x10 Model=0x06 Stepping=0x02: Patch=0x010000c7 Length=960 bytes
  Family=0x10 Model=0x04 Stepping=0x03: Patch=0x010000c8 Length=960 bytes
  Family=0x10 Model=0x06 Stepping=0x03: Patch=0x010000c8 Length=960 bytes
  Family=0x10 Model=0x05 Stepping=0x03: Patch=0x010000c8 Length=960 bytes
  Family=0x10 Model=0x08 Stepping=0x01: Patch=0x010000d9 Length=960 bytes
  Family=0x10 Model=0x09 Stepping=0x01: Patch=0x010000d9 Length=960 bytes
  Family=0x10 Model=0x08 Stepping=0x00: Patch=0x010000da Length=960 bytes
  Family=0x10 Model=0x04 Stepping=0x02: Patch=0x010000db Length=960 bytes
  Family=0x10 Model=0x05 Stepping=0x02: Patch=0x010000db Length=960 bytes
  Family=0x10 Model=0x0a Stepping=0x00: Patch=0x010000dc Length=960 bytes
  Family=0x11 Model=0x03 Stepping=0x01: Patch=0x02000032 Length=512 bytes
  Family=0x12 Model=0x01 Stepping=0x00: Patch=0x03000027 Length=960 bytes
  Family=0x14 Model=0x01 Stepping=0x00: Patch=0x05000029 Length=1568 bytes
  Family=0x14 Model=0x02 Stepping=0x00: Patch=0x05000119 Length=1568 bytes
Wed, Dec 17, 6:36 PM
kib added a comment to D54229: unionfs: Support renaming symbolic links.
In D54229#1240206, @des wrote:

Can I please get a decision on this?

Wed, Dec 17, 6:35 PM
jrm requested review of D54272: sysutils/cpu-microcode-amd: Update to 2025-12-02 snapshot.
Wed, Dec 17, 6:34 PM
des added a comment to D54229: unionfs: Support renaming symbolic links.

Can I please get a decision on this?

Wed, Dec 17, 6:32 PM
adamw added a comment to D54260: update janet-lsp to be a "binscript" so it doesn't need to be updated whenever janet is updated.

I think we can safely go NO_ARCH= yes. Is that urgent or can it wait for (ideally both of):

Wed, Dec 17, 6:19 PM
zlei added a comment to D54177: lio: Avoid out-of-bounds read or write MAC address.

Good find.

Wed, Dec 17, 6:18 PM
rhurlin committed R11:18f46a57b5ef: math/saga: Update to 9.10.3 (authored by rhurlin).
math/saga: Update to 9.10.3
Wed, Dec 17, 6:16 PM
zlei added a comment to D53871: bpf: don't recursively enter the network epoch in bpf taps.

I uploaded the patch to https://reviews.freebsd.org/F139754092 . I might miss some drivers but that should be almost completed. While working on this, I'm not fully convinced this is a good approach. I'd argue the bpf part is too tightly coupled with the net epoch.

Thanks a lot! Do you plan to commit? Maybe the watchdogged drivers can be generalized in some way...

Wed, Dec 17, 6:09 PM
makc accepted D54208: x11/kde: Align descriptions with upstream more.

"Plasma 6 Desktop by KDE" > "KDE Plasma 6 Desktop"
I still think adding desktop to the -c is a value-add.

Wed, Dec 17, 6:06 PM
jamie accepted D54271: jail: Don't define malloc type M_PRISON_RACCT on !RACCT.
Wed, Dec 17, 5:46 PM
lwhsu added a comment to D54267: administration: Alphabetize and update doceng.

Looking at past changes to this file, we have had lurker posted before. For your entry, (Core Team Liasion) matches what is done for your entry in core.

Wed, Dec 17, 5:42 PM
timo.voelker_fh-muenster.de added inline comments to D54269: netinet: fix checksum calculation bug.
Wed, Dec 17, 5:40 PM
sobomax accepted D54269: netinet: fix checksum calculation bug.
Wed, Dec 17, 5:39 PM
emaste added inline comments to D54270: libc/stdlib: port illumos#15365: strtonumx() would be a useful companion to strtonum().
Wed, Dec 17, 5:38 PM
ziaee added inline comments to D54270: libc/stdlib: port illumos#15365: strtonumx() would be a useful companion to strtonum().
Wed, Dec 17, 5:37 PM
dave_freedave.net added a comment to D54260: update janet-lsp to be a "binscript" so it doesn't need to be updated whenever janet is updated.

The jimage file is truly architecture independent. Not just amd64 vs arm64. But it works for FreeBSD, Linux, Windows, basically anything that has a janet interpreter.
The jdn file is the janet equivalent of edn which is the clojure equivalent of JSON. It is just recording what is inside the jimage.

Wed, Dec 17, 5:31 PM
ziaee committed rG3527e7e9f7b2: example.3: Show updated library macro usage (authored by ziaee).
example.3: Show updated library macro usage
Wed, Dec 17, 5:30 PM
rosenfeld_grumpf.hope-2000.org added inline comments to D54270: libc/stdlib: port illumos#15365: strtonumx() would be a useful companion to strtonum().
Wed, Dec 17, 5:28 PM
ziaee committed rG067b62bd5834: examples/mdoc: Remove document description quotes (authored by ziaee).
examples/mdoc: Remove document description quotes
Wed, Dec 17, 5:25 PM
cmt committed R11:0fdf921f8ab1: www/firefox: update to 146.0.1 (rc1) (authored by cmt).
www/firefox: update to 146.0.1 (rc1)
Wed, Dec 17, 5:15 PM
cmt committed R11:789895e9b848: www/firefox: update to 146.0.1 (rc1) (authored by cmt).
www/firefox: update to 146.0.1 (rc1)
Wed, Dec 17, 5:14 PM
adamw added a comment to D54260: update janet-lsp to be a "binscript" so it doesn't need to be updated whenever janet is updated.

I've committed this, but I noticed something in the build logs:

Wed, Dec 17, 5:11 PM
ziaee added a comment to D54270: libc/stdlib: port illumos#15365: strtonumx() would be a useful companion to strtonum().

Wow, thanks so much for sharing this with us!

Wed, Dec 17, 5:10 PM
kevans committed rG2a87929671e6: bectl: log modifying functions to zpool history (authored by rob.norris_klarasystems.com).
bectl: log modifying functions to zpool history
Wed, Dec 17, 5:02 PM
mat committed R11:07211700b8c9: dns/bind9-devel: update 9.21.16 (authored by mat).
dns/bind9-devel: update 9.21.16
Wed, Dec 17, 5:00 PM
mat committed R11:07211680a50b: dns/bind918: Update to 9.18.43 (authored by mat).
dns/bind918: Update to 9.18.43
Wed, Dec 17, 5:00 PM
mat committed R11:07211690ba55: dns/bind920: update to 9.20.17 (authored by mat).
dns/bind920: update to 9.20.17
Wed, Dec 17, 5:00 PM
adamw closed D54260: update janet-lsp to be a "binscript" so it doesn't need to be updated whenever janet is updated.
Wed, Dec 17, 5:00 PM
adamw committed R11:4955b31ba932: devel/janet-lsp: Compile as a portable "binscript" (authored by dave_freedave.net).
devel/janet-lsp: Compile as a portable "binscript"
Wed, Dec 17, 5:00 PM
rrs added a comment to D53832: TCP Stacks, Improve rack to better handle reordering.

How does this algorithm relate to the reordering tolerance of RACK defined by step 4 of RFC 8985?

Wed, Dec 17, 4:56 PM
emaste accepted D54271: jail: Don't define malloc type M_PRISON_RACCT on !RACCT.
Wed, Dec 17, 4:51 PM
olce requested review of D54271: jail: Don't define malloc type M_PRISON_RACCT on !RACCT.
Wed, Dec 17, 4:49 PM
dave_freedave.net accepted D54185: lang/jpm: update email - add runtime dependencies.

Thanks for adding RUN_DEPENDS to port.

Wed, Dec 17, 4:40 PM
dave_freedave.net added inline comments to D54260: update janet-lsp to be a "binscript" so it doesn't need to be updated whenever janet is updated.
Wed, Dec 17, 4:32 PM
lwhsu committed R11:4a08be0143c1: devel/umbrello: Update WWW (authored by lwhsu).
devel/umbrello: Update WWW
Wed, Dec 17, 4:30 PM
kib added reviewers for D54270: libc/stdlib: port illumos#15365: strtonumx() would be a useful companion to strtonum(): des, emaste.
Wed, Dec 17, 4:30 PM
kib accepted D54270: libc/stdlib: port illumos#15365: strtonumx() would be a useful companion to strtonum().

This looks fine to me, but I prefer to have more eyes on it before is is engraved into the libc.

Wed, Dec 17, 4:30 PM
jwb committed R11:0c9f38b3b81f: biology/sra-tools: Update to 3.3.0 (authored by jwb).
biology/sra-tools: Update to 3.3.0
Wed, Dec 17, 4:19 PM
tuexen added inline comments to D54269: netinet: fix checksum calculation bug.
Wed, Dec 17, 4:17 PM
mat committed R11:07295850dac3: dns/bind9-devel: update 9.21.16 (authored by mat).
dns/bind9-devel: update 9.21.16
Wed, Dec 17, 4:12 PM
mat committed R11:072958401c2a: dns/bind920: update to 9.20.17 (authored by mat).
dns/bind920: update to 9.20.17
Wed, Dec 17, 4:12 PM

Panel Used By

DashboardRestricted Dashboard

Event Timeline

yan.jurak_gmail.com edited an edge.