Page MenuHomeFreeBSD
Feed Advanced Search

Mon, Apr 29

emaste abandoned D26353: clang-format libc string functions imported from musl.

strchr and strchrnul imported in 7f72497ef756ff7d03d5560c2d1c1f92f73fcb52, already formatted
strcspn was dropped from D17630

Mon, Apr 29, 4:59 PM
emaste added a comment to D26353: clang-format libc string functions imported from musl.

(Original review to import these string functions was still open in D17630; we imported other musl string functions in rS315467, rS346054, rS351700)

Mon, Apr 29, 4:56 PM
emaste updated the diff for D30260: clang-format libalias with D30259 applied.

regen with clang-format17 and D29870 applied

Mon, Apr 29, 4:51 PM
emaste added a comment to D29870: clang-format: Minor tweaks.

Updated D26340 with this applied and it looks good

Mon, Apr 29, 4:47 PM
emaste updated the diff for D26340: run clang-format over vtfontcvt.c.

Regen with D29870 applied

Mon, Apr 29, 4:34 PM
emaste updated the diff for D26340: run clang-format over vtfontcvt.c.

rerun with clang-format17 and up-to-date .clang-format in the tree

Mon, Apr 29, 4:28 PM
emaste accepted D45012: MINIMAL: Grow minimal to support ata, scsi and nvme.
Mon, Apr 29, 4:07 PM
emaste added inline comments to D44964: net80211: add IEEE80211_IOC_DEVCAPS2, include versioned responses.
Mon, Apr 29, 12:52 PM · wireless
emaste added a comment to D44996: sound: Remove hw.snd.version and SND_DRV_VERSION.

Looks reasonable - I think it was addressing an issue that does not really exist now.

Mon, Apr 29, 12:41 PM
emaste added inline comments to D45003: adduser(8): Prompt examples for other groups.
Mon, Apr 29, 12:37 PM

Sun, Apr 28

emaste accepted D44999: rtld direct exec: make -u behavior match the description.
Sun, Apr 28, 9:29 PM
emaste accepted D44994: sound: Add __assert_unreachable() to default cases in pcm_chn_add() and pcm_chn_remove().
Sun, Apr 28, 7:16 PM
emaste accepted D44998: sound: Convert pcm_chn_add() to void.

OK

Sun, Apr 28, 7:12 PM
emaste added a comment to D44989: usb/quirk: Optimize USB quirk entry definition more flexible.

We make use of the empty slots in some cases, e.g. see usb_quirk_get_entry with do_alloc. How will that be handled?

Sun, Apr 28, 3:50 PM
emaste accepted D44987: rtld snprintf: do not erronously skip a char at the buffer boundary.
Sun, Apr 28, 3:07 PM
emaste accepted D44990: sound: Add missing space in dev.pcm.X.mode description.

OK, but this is one case where going beyond 80 cols is sensible (and keeping the whole string intact) -- sometimes people will want to grep the source to find an error message and may grep for more than one mode.

Sun, Apr 28, 2:48 PM

Sat, Apr 27

emaste committed rG90499f6efd57: Support ARP for 802 networks (authored by Denny Page <dennypage@me.com>).
Support ARP for 802 networks
Sat, Apr 27, 2:48 PM
emaste committed rGd776dd5fbd48: Support ARP for 802 networks (authored by Denny Page <dennypage@me.com>).
Support ARP for 802 networks
Sat, Apr 27, 2:46 PM

Fri, Apr 26

emaste accepted D44973: Status/2024Q1/core: Add report.
Fri, Apr 26, 11:57 AM

Thu, Apr 25

emaste added inline comments to D44924: sound: Fix NULL dereference in dsp_clone() and mixer_clone().
Thu, Apr 25, 6:56 PM
emaste accepted D44959: sound: Assert that we do not enter chn_sleep() with CHN_F_SLEEPING.
Thu, Apr 25, 6:04 PM
emaste added a comment to D32308: Add a build knob for _FORTIFY_SOURCE.

do we have user-facing documentation? maybe just expanding WITHOUT_SSP's description?

Thu, Apr 25, 5:10 PM

Wed, Apr 24

emaste committed rG99ec4feefba6: mfc-candidates: use stable/14 as default MFC-to branch (authored by emaste).
mfc-candidates: use stable/14 as default MFC-to branch
Wed, Apr 24, 11:48 PM
emaste accepted D44931: vfs_lookup.c: only call ktrcapfail() if KTRACE is enabled.

I was going to do the same thing in namei.h but indeed there's no reason for it to be in the header

Wed, Apr 24, 7:17 PM
emaste committed rGa913f3ab8f20: Cirrus-CI: bump Clang versions to 16 and 17 (authored by emaste).
Cirrus-CI: bump Clang versions to 16 and 17
Wed, Apr 24, 4:28 PM
emaste committed rG1a4e512adbab: acpi_battery: avoid divide-by-zero when no devices have capacity info (authored by jeffpc_josefsipek.net).
acpi_battery: avoid divide-by-zero when no devices have capacity info
Wed, Apr 24, 2:07 PM
emaste accepted D44926: linuxkpi: hdmi: Split the module declaration to a new file.
Wed, Apr 24, 12:37 PM

Tue, Apr 23

emaste updated subscribers of D44892: OpenSSL: use the upstream provided version.map files for the fips/legacy providers.
Tue, Apr 23, 6:16 PM
emaste committed rG86d06911d60b: Cirrus-CI: switch to llvm18 by default (authored by emaste).
Cirrus-CI: switch to llvm18 by default
Tue, Apr 23, 5:57 PM
emaste accepted D44906: nfs: Default to nfs_reserved_port_only="YES".
Tue, Apr 23, 4:49 PM
emaste committed rGfcdf9a19893b: Support ARP for 802 networks (authored by Denny Page <dennypage@me.com>).
Support ARP for 802 networks
Tue, Apr 23, 4:31 PM
emaste added a comment to D44912: sound: Retire unit.*.

Is hw.snd.maxunit documented anywhere today? I suspect we should have an entry in UPDATING at least reporting that it's removed.

Tue, Apr 23, 2:16 PM
emaste committed rG4329887454b0: src.conf: regen after 91d35fb663e0, WITHOUT_CAPSICUM removal (authored by emaste).
src.conf: regen after 91d35fb663e0, WITHOUT_CAPSICUM removal
Tue, Apr 23, 12:49 PM
emaste committed rG91d35fb663e0: Remove WITHOUT_CAPSICUM build support (authored by emaste).
Remove WITHOUT_CAPSICUM build support
Tue, Apr 23, 12:28 PM
emaste closed D42077: Remove WITHOUT_CAPSICUM handling.
Tue, Apr 23, 12:27 PM
emaste updated the diff for D42077: Remove WITHOUT_CAPSICUM handling.
  • leave #ifndef CAPSICUM in the source requested by @des (for the benefit of downstreams)
  • remove src.opts.mk logic
Tue, Apr 23, 11:37 AM

Apr 23 2024

emaste accepted D44906: nfs: Default to nfs_reserved_port_only="YES".

Should we change the in-kernel default as well? It will normally be overridden by the rc.conf setting so it doesn't have a practical impact but probably good for consistency.

Apr 23 2024, 1:10 AM

Apr 22 2024

emaste added a comment to D43967: LinuxKPI: 802.11: close race lkpi_sta_scan_to_auth()/(*iv_update_bss)().

@bz I put this in my wipbsd tree on Feb 18, and I have been switching between that tree and main since then. I haven't observed any issue attributable to this change. I still do see one Invalid TXQ sometime in early boot.

Apr 22 2024, 7:02 PM
emaste committed rG76a8625bc71d: mfc-candidates: use stable/14 as default MFC-to branch (authored by emaste).
mfc-candidates: use stable/14 as default MFC-to branch
Apr 22 2024, 5:58 PM
emaste accepted D44249: openssl: don't export nonexistant symbols.
Apr 22 2024, 3:55 PM
emaste added a comment to D44827: net80211: add driver / crypto methods to set the hardware / software cipher suites.

I find it a little confusing with the verb & noun use of set in set_software_cipher_set - do you think set_software_ciphers (or set_sw_ciphers) is reasonable?

Apr 22 2024, 3:36 PM · wireless

Apr 21 2024

emaste committed rG10e0c34bf842: Enable L1SS handling on RPI4 pcib (authored by hp_tmm.cx).
Enable L1SS handling on RPI4 pcib
Apr 21 2024, 10:50 PM
emaste updated the diff for D41799: beinstall: retire mergemaster support.

add man page update

Apr 21 2024, 5:24 PM
emaste committed rG793745fad866: mfc-candidates: move pretty printing into lua (authored by emaste).
mfc-candidates: move pretty printing into lua
Apr 21 2024, 2:12 PM
emaste closed D44836: mfc-candidates: move pretty printing into lua.
Apr 21 2024, 2:12 PM

Apr 20 2024

emaste added inline comments to D44249: openssl: don't export nonexistant symbols.
Apr 20 2024, 1:04 AM

Apr 19 2024

emaste added inline comments to D44864: net80211: add new ciphers and RSN flags.
Apr 19 2024, 4:49 PM · wireless
emaste added inline comments to D44869: rtld: Add support for arm64 variant pcs.
Apr 19 2024, 3:52 PM
emaste added a comment to D44868: elf_common.h: Add STO_AARCH64_VARIANT_PCS.

Do we need to add support to e.g. ELF Tool Chain readelf and nm to decode these values?

Apr 19 2024, 3:46 PM
emaste committed rG788987e034b1: acpi_battery: avoid divide-by-zero when no devices have capacity info (authored by jeffpc_josefsipek.net).
acpi_battery: avoid divide-by-zero when no devices have capacity info
Apr 19 2024, 3:18 AM

Apr 18 2024

emaste accepted D44839: sound: Be more verbose with virtual channel descriptions.
Apr 18 2024, 8:11 PM
emaste committed rG67783db661f8: CONTRIBUTING: request only one submission type per change (authored by emaste).
CONTRIBUTING: request only one submission type per change
Apr 18 2024, 7:15 PM
emaste closed D44856: CONTRIBUTING: request only one submission type per change.
Apr 18 2024, 7:15 PM
emaste committed rGede456359e55: CONTRIBUTING: mention sys/crypto as another "contrib" directory (authored by emaste).
CONTRIBUTING: mention sys/crypto as another "contrib" directory
Apr 18 2024, 6:58 PM
emaste closed D44857: CONRIBUTING: mention sys/crypto as another "contrib" directory.
Apr 18 2024, 6:58 PM
emaste accepted D44854: sound: Remove PCMMINOR().
Apr 18 2024, 6:56 PM
emaste accepted D44858: sound: Remove obsolete DV_F_* flags.

If it's not too much trouble it would be good to link to the commit that removed the last reference, or maybe just mention "...the ISA sound drivers that...". (I assume it is the ISA drivers I removed that were the consumers of these flags.)

Apr 18 2024, 6:53 PM
emaste requested review of D44857: CONRIBUTING: mention sys/crypto as another "contrib" directory.
Apr 18 2024, 6:45 PM
emaste requested review of D44856: CONTRIBUTING: request only one submission type per change.
Apr 18 2024, 6:42 PM
emaste accepted D44853: sound: Remove obsolete chn_setvolume().
Apr 18 2024, 6:26 PM
emaste accepted D44840: sound: Call device_get_name() and device_get_unit() only once in mixer_init().
Apr 18 2024, 6:16 PM
emaste accepted D44848: share/mk/bsd.cpu.mk: add F16C feature for i386 and amd64 architectures.
Apr 18 2024, 6:14 PM
emaste added a comment to D44839: sound: Be more verbose with virtual channel descriptions.

I don't object but we already have :record: or :play: (elsewhere) in the description, is there any case where this won't be the case?

Apr 18 2024, 6:11 PM
emaste accepted D44843: Remove the MK_NVME build option.

this one can mention that there are no consumers of the build option left in the tree

Apr 18 2024, 6:10 PM
emaste accepted D44842: nvmecontrol: Always build instead of being conditional on WITH_NVME.
Apr 18 2024, 6:08 PM
emaste accepted D44841: camcontrol: Enable WITH_NVME uncoditionally.
Apr 18 2024, 6:07 PM
emaste added inline comments to D44848: share/mk/bsd.cpu.mk: add F16C feature for i386 and amd64 architectures.
Apr 18 2024, 6:04 PM
emaste added inline comments to D44840: sound: Call device_get_name() and device_get_unit() only once in mixer_init().
Apr 18 2024, 5:51 PM
emaste added inline comments to D42596: arm64: Allow userspace to be built with PAC and BTI.
Apr 18 2024, 4:39 PM
emaste accepted D44838: showconfig: Set MACHINE for src.opts.mk.
Apr 18 2024, 4:20 PM
emaste committed rGc0e5d8f9bda7: mergemaster: postpone removal to FreeBSD 15 (authored by emaste).
mergemaster: postpone removal to FreeBSD 15
Apr 18 2024, 2:20 PM
emaste committed rGea3b15d005c2: bsdlabel: emit deprecation notice when run (authored by emaste).
bsdlabel: emit deprecation notice when run
Apr 18 2024, 2:19 PM
emaste added inline comments to D44837: sound: Remove redundant KASSERTs from unit.c.
Apr 18 2024, 2:15 PM
emaste committed rG7e3c7de28d11: tzsetup: be explicit about *timezone* abbreviation (authored by emaste).
tzsetup: be explicit about *timezone* abbreviation
Apr 18 2024, 2:05 PM
emaste requested review of D44836: mfc-candidates: move pretty printing into lua.
Apr 18 2024, 1:40 PM

Apr 17 2024

emaste added a comment to D44825: misc: Add a map of FreeBSD IDs to GitHub IDs.

IMO this is sensible to be in the repo, but in share/ doesn't feel right

Apr 17 2024, 8:41 PM
emaste closed D43119: Remove mergemaster usage in update process.
Apr 17 2024, 5:10 PM · docs
emaste committed R9:e5f0ee69e64a: handbook: Remove mergemaster usage in update process (authored by minsoochoo0122_proton.me).
handbook: Remove mergemaster usage in update process
Apr 17 2024, 5:10 PM
emaste added inline comments to D44823: Enable L1SS handling on RPI4 pcib.
Apr 17 2024, 12:43 PM · arm64
emaste added inline comments to D44815: heimdal: Add 64-bit integer support to ASN.1 compiler, part 1.
Apr 17 2024, 2:09 AM
emaste added a comment to D44812: heimdal: Add 64-bit integer support to ASN.1 compiler.

Replaced with D44815 and D44814

Apr 17 2024, 1:22 AM

Apr 16 2024

emaste added a comment to D44819: nfsserver: Rate-limit messages about requests from unprivileged ports.

I think "log a message by printing a packet" is probably not what you mean though

Apr 16 2024, 11:43 PM
emaste accepted D44819: nfsserver: Rate-limit messages about requests from unprivileged ports.
Apr 16 2024, 11:43 PM
emaste committed rG2e850b832f5d: acpi_battery: avoid divide-by-zero when no devices have capacity info (authored by jeffpc_josefsipek.net).
acpi_battery: avoid divide-by-zero when no devices have capacity info
Apr 16 2024, 11:41 PM
emaste closed D44818: acpi_battery: avoid divide-by-zero when no devices have capacity info.
Apr 16 2024, 11:40 PM
emaste accepted D44818: acpi_battery: avoid divide-by-zero when no devices have capacity info.
Apr 16 2024, 11:00 PM
emaste added inline comments to D44818: acpi_battery: avoid divide-by-zero when no devices have capacity info.
Apr 16 2024, 10:44 PM
emaste committed rGd51c59002367: mfc-candidates: fix output order with incorrect commit dates (authored by emaste).
mfc-candidates: fix output order with incorrect commit dates
Apr 16 2024, 6:25 PM
emaste closed D44808: mfc-candidates: fix output order for incorrect commit dates.
Apr 16 2024, 6:24 PM
emaste updated the diff for D44808: mfc-candidates: fix output order for incorrect commit dates.

By default git rev-list is in reverse chronological order. Add --reverse to print it in chronological order.

Apr 16 2024, 5:03 PM
emaste updated the diff for D44808: mfc-candidates: fix output order for incorrect commit dates.

rename function to be more generic

Apr 16 2024, 4:32 PM
emaste updated subscribers of D44808: mfc-candidates: fix output order for incorrect commit dates.
Apr 16 2024, 4:20 PM
emaste requested review of D44808: mfc-candidates: fix output order for incorrect commit dates.
Apr 16 2024, 4:18 PM
emaste committed rG73cce7d8886b: mergemaster: postpone removal to FreeBSD 15 (authored by emaste).
mergemaster: postpone removal to FreeBSD 15
Apr 16 2024, 2:21 PM
emaste committed rGbf4972a48d2e: bsdlabel: add deprecation notice (authored by emaste).
bsdlabel: add deprecation notice
Apr 16 2024, 1:59 PM
emaste committed rG7f156d86dfa9: tegra210: change to UTF-8 (from ISO-8859) (authored by emaste).
tegra210: change to UTF-8 (from ISO-8859)
Apr 16 2024, 1:58 PM
emaste committed rG40b57cb616ca: tzsetup: be explicit about *timezone* abbreviation (authored by emaste).
tzsetup: be explicit about *timezone* abbreviation
Apr 16 2024, 1:56 PM
emaste closed D44500: tzsetup: be explicit about *timezone* abbreviation.
Apr 16 2024, 1:56 PM

Apr 15 2024

emaste accepted D42790: git/mfc-candidates.sh: allow comments in exclude file.
Apr 15 2024, 5:53 PM
emaste added inline comments to D44774: carp: support VRRPv3.
Apr 15 2024, 5:47 PM