Page MenuHomeFreeBSD
  • 72519 ktrace CAP disallowed system call: execve
    72519 ktrace CAP restricted VFS operation: execve
    72519 ktrace NAMI "/root/.local/share/cargo/bin/syslogd"
    72519 ktrace CAP restricted VFS operation: execve
    72519 ktrace CAP disallowed system call: execve
    ...
    • Jun 8 2023, 8:11 PM
    • 170 Lines
  • 72258 ktrace CAP disallowed system call: execve
    72258 ktrace CAP restricted VFS operation: execve
    72258 ktrace NAMI "/root/.local/share/cargo/bin/unzip"
    72258 ktrace CAP restricted VFS operation: execve
    72258 ktrace CAP disallowed system call: execve
    ...
    • Jun 8 2023, 8:03 PM
    • 188 Lines
  • HIER(7) FreeBSD Miscellaneous Information Manual HIER(7)
    NAME
    hier – layout of file systems
    ...
    • Jun 5 2023, 7:24 PM
    • 233 Lines
  • interpret:
    if (args->fname != NULL) {
    #ifdef CAPABILITY_MODE
    +#ifdef KTRACE
    + /* XXXJF ONLY CHECK AFTER FIRST EXEC */
    ...
    • Jun 5 2023, 3:08 PM
    • 19 Lines
    • C
  • 921 ktrace CAP disallowed system call
    921 ktrace CAP restricted VFS lookup
    921 ktrace CAP disallowed system call
    921 ktrace CAP restricted VFS lookup
    921 ktrace CAP disallowed system call
    ...
    • Jun 2 2023, 2:48 PM
    • 63 Lines
  • HIER(7) FreeBSD Miscellaneous Information Manual HIER(7)
    NAME
    hier – layout of file systems
    ...
    • May 30 2023, 5:39 AM
    • 221 Lines
  • Dump header from device: /dev/ada0p2
    Architecture: amd64
    Architecture Version: 2
    Dump Length: 3069304832
    Blocksize: 512
    ...
    • May 27 2023, 2:07 PM
    • 69 Lines
    • Plain Text
  • Dump header from device: /dev/ada0p2
    Architecture: amd64
    Architecture Version: 2
    Dump Length: 2013057024
    Blocksize: 512
    ...
    • May 27 2023, 2:06 PM
    • 79 Lines
    • Plain Text
  • Dump header from device: /dev/ada0p2
    Architecture: amd64
    Architecture Version: 2
    Dump Length: 1840246784
    Blocksize: 512
    ...
    • May 27 2023, 2:06 PM
    • 69 Lines
    • Plain Text
  • diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh
    index fb4b51fc23e..ffe5dad2b7c 100644
    --- a/usr.sbin/adduser/adduser.sh
    +++ b/usr.sbin/adduser/adduser.sh
    @@ -657,6 +657,8 @@ input_interactive() {
    ...
    • May 18 2023, 7:46 PM
    • 43 Lines
  • root@fuji:~ # poudriere jail -i -j thirteen
    Jail name: thirteen
    Jail version: 13.1-RELEASE-p7
    Jail arch: amd64
    Jail method: http
    ...
    • Apr 12 2023, 12:11 AM
    • 375 Lines
  • /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.36/src/VBox/Devices/PC/ipxe/src/core/settings.c:289:8: error: fields must have a constant size: 'variable length array in structure' extension will never be supported
    char name[ strlen ( name ) + 1 /* NUL */ ];
    ^
    11 warnings and 1 error generated.
    ...
    • Mar 25 2023, 5:48 AM
    • 12 Lines
  • root@mowa219-gjp4-8570p-freebsd:~ # gdd status=progress if=/dev/da3 of=/dev/da4 bs=10MB
    ^Cgdd: error reading '/dev/da3': Input/output error
    0+0 records in
    0+0 records out
    0 bytes copied, 303.23 s, 0.0 kB/s
    ...
    • Mar 16 2023, 7:38 AM
    • 73 Lines
  • root@mowa219-gjp4-8570p-freebsd:~ # poudriere jail -u -j main
    --- realinstall_subdir_tests/sys/fs ---
    install -N /usr/src/etc -o root -g wheel -m 444 allow_other.debug /usr/local/poudriere/jails/main/usr/lib/debug/usr/tests/sys/fs/fusefs/allow_other.debug
    --- realinstall_subdir_tests/sys/file ---
    ...
    • Mar 12 2023, 11:09 AM
    • 52 Lines
  • Feb 28 17:04:26 mowa219-gjp4-8570p-freebsd gnome-keyring-daemon[7416]: asked to register item /org/freedesktop/secrets/collection/Default_5fkeyring/1104, but it's already registered
    Mar 1 06:11:50 mowa219-gjp4-8570p-freebsd kernel: acpi0: suspend request timed out, forcing sleep now
    Mar 1 06:11:52 mowa219-gjp4-8570p-freebsd kernel: uhub4: at usbus2, port 1, addr 1 (disconnected)
    Mar 1 06:11:52 mowa219-gjp4-8570p-freebsd kernel: ugen2.2: <vendor 0x8087 product 0x0024> at usbus2 (disconnected)
    Mar 1 06:11:52 mowa219-gjp4-8570p-freebsd kernel: uhub5: at uhub4, port 1, addr 2 (disconnected)
    ...
    • Mar 1 2023, 6:28 AM
    • 247 Lines
  • #!/bin/sh
    #
    # $FreeBSD$
    #
    ...
    • Feb 28 2023, 5:42 PM
    • 665 Lines
  • 12a13,60
    >
    > ## Note from antranigv
    > #
    > #### Terminology
    ...
    • Feb 28 2023, 5:37 PM
    • 92 Lines
  • % grep firefox /var/log/messages | grep exited
    % zgrep firefox /var/log/messages.0.bz2 | grep exited
    Feb 26 08:59:02 mowa219-gjp4-8570p-freebsd kernel: pid 3659 (firefox), jid 0, uid 1002: exited on signal 11 (core dumped)
    % zgrep -B 9 -A 4 3659 /var/log/messages.0.bz2
    Feb 26 03:44:37 mowa219-gjp4-8570p-freebsd webcamd[24726]: webcamd: Cannot find USB device
    ...
    • Feb 27 2023, 7:18 AM
    • 19 Lines
  • root@mowa219-gjp4-8570p-freebsd:~ # bectl list -c creation
    BE Active Mountpoint Space Created
    n260316-9922bccbc9c4-d - - 258M 2023-02-03 23:45
    n260316-9922bccbc9c4-e - - 6.46M 2023-02-06 16:25
    n260316-9922bccbc9c4-f - - 5.02G 2023-02-10 08:12
    ...
    • Feb 26 2023, 5:17 PM
    • 27 Lines
  • % zgrep apps.plugin /var/log/messages.0.bz2 | tail -n 32
    Feb 26 02:14:59 mowa219-gjp4-8570p-freebsd apps.plugin[2885]: PROCFILE: Cannot open file '/usr/local/etc/netdata/apps_groups.conf'
    Feb 26 02:15:00 mowa219-gjp4-8570p-freebsd apps.plugin[2885]: apps.plugin should either run as root (now running with uid 302, euid 302) or have special capabilities. Without these, apps.plugin cannot report disk I/O utilization of other processes. Your system does not support capabilities. To enable setuid to root run: sudo chown root:netdata /usr/local/libexec/netdata/plugins.d/apps.plugin; sudo chmod 4750 /usr/local/libexec/netdata/plugins.d/apps.plugin;
    Feb 26 02:15:03 mowa219-gjp4-8570p-freebsd apps.plugin[2885]: heartbeat clock: woke up 749441 microseconds earlier than expected (can be due to the CLOCK_REALTIME set to the past).
    Feb 26 02:15:56 mowa219-gjp4-8570p-freebsd apps.plugin[2885]: heartbeat clock: woke up 6784129 microseconds later than expected (can be due to system load or the CLOCK_REALTIME set to the future).
    ...
    • Feb 26 2023, 4:07 PM
    • 56 Lines
  • % date ; uname -aKU
    Mon 27 Feb 2023 06:51:30 GMT
    FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #33 main-n261014-cd406ac94d8b: Sun Feb 19 01:35:14 GMT 2023 grahamperrin@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 1400081 1400081
    % ls -hln ~/firefox.core
    -rw------- 1 1002 1002 2.8G 26 Feb 08:59 /home/grahamperrin/firefox.core
    ...
    • Feb 26 2023, 10:31 AM
    • 1,554 Lines
  • WITHOUT_ACCT=YES
    WITHOUT_ACPI=YES
    WITHOUT_APM=YES
    WITHOUT_ASSERT_DEBUG=YES
    WITHOUT_AT=YES
    ...
    • Feb 25 2023, 10:17 AM
    • 173 Lines
  • [ 7% 34/288] /usr/bin/c++ -DBUILDING_GTK__=1 -DBUILDING_WEBKIT -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKit -DDATADIR=\"/usr/local/share\" -DGETTEXT_PACKAGE=\"WebKit2GTK-4.0\" -DHAVE_CONFIG_H=1 -DJSC_GLIB_API_ENABLED -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -DPAS_BMALLOC=1 -DPKGLIBEXECDIR=\"/usr/local/libexec/webkit2gtk-4.0\" -DSTATICALLY_LINKED_WITH_PAL -DSTATICALLY_LINKED_WITH_WebCore -DWEBKIT2_COMPILATION -DWEBKITGTK_API_VERSION_STRING=\"4.0\" -DWEBKIT_DOM_USE_UNSTABLE_API -DWebKit_EXPORTS -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/Headers/webkit2gtk-4.0 -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/Headers/webkit2gtk-webextension -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/DerivedSources/webkit -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/DerivedSources -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/PAL/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebCore/PrivateHeaders -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/DerivedSources/ForwardingHeaders -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/DerivedSources/WebKit -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/DerivedSources/WebKit/include -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess/graphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess/graphics/WebGPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess/media -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess/webrtc -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/Classifier -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/Cookies -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/CustomProtocols -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/Downloads -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/FileAPI -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/IndexedDB -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/Notifications -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/PrivateClickMeasurement -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/ServiceWorker -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/SharedWorker -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/cache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/storage -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/watchos -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/webrtc -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/IPC -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/PluginProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/API -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/API/c -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/ApplePay -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Authentication -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/CoreIPCSupport -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Databases -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Databases/IndexedDB -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/FileAPI -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Gamepad -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Notifications -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Plugins -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Plugins/Netscape -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Plugins/Netscape/x11 -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/RemoteLayerTree -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/WebGPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/WebsiteData -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/XR -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/C -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/cpp -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Authentication -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Automation -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Downloads -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Gamepad -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/GPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Inspector -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Inspector/Agents -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Launcher -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Media -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Network -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Network/CustomProtocols -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Notifications -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Plugins -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/RemoteLayerTree -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/UserContent -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/WebAuthentication -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/WebAuthentication/Mock -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/WebsiteData -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/XR -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebAuthnProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/ApplePay -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/ApplicationCache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Automation -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Cache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Databases -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Databases/IndexedDB -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/EncryptedMedia -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/FileAPI -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/FullScreen -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Gamepad -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Geolocation -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU/graphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU/graphics/WebGPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU/media -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU/webrtc -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/IconDatabase -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/c -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/DOM -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Inspector -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Launching -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/MediaCache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/MediaStream -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Model -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Network -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Network/webrtc -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Notifications -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/OriginData -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Plugins -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Plugins/Netscape -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/ResourceCache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Speech -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Storage -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/UserContent -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebCoreSupport -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage/RemoteLayerTree -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebStorage -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/XR -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/WebKitLibraries -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/IPC/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/IPC/unix -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/classifier -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/generic -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/API/c/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/API/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/CoordinatedGraphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/linux -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/C/cairo -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/C/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/C/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/gtk3 -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/CoordinatedGraphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Inspector/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Inspector/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Notifications/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/geoclue -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/gstreamer -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/linux -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/glib/DOM -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Inspector/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebCoreSupport/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebCoreSupport/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage/libwpe -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/JavaScriptCore/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/JavaScriptCore/PrivateHeaders -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/JavaScriptCoreGLib/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/JavaScriptCoreGLib/DerivedSources -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebCore/platform/graphics/libwpe -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/ANGLE/Headers -isystem /usr/local/include/enchant-2 -isystem /usr/local/include/gio-unix-2.0 -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/include/gstreamer-1.0 -isystem /usr/local/include/orc-0.4 -isystem /usr/local/include/gtk-3.0 -isystem /usr/local/include/pango-1.0 -isystem /usr/local/include/harfbuzz -isystem /usr/local/include/freetype2 -isystem /usr/local/include/libpng16 -isystem /usr/local/include/fribidi -isystem /usr/local/include/cairo -isystem /usr/local/include/pixman-1 -isystem /usr/local/include/gdk-pixbuf-2.0 -isystem /usr/local/include/libepoll-shim -isystem /usr/local/include/atk-1.0 -isystem /usr/local/include/at-spi2-atk/2.0 -isystem /usr/local/include/dbus-1.0 -isystem /usr/local/lib/dbus-1.0/include -isystem /usr/local/include/at-spi-2.0 -isystem /usr/local/include/libsoup-2.4 -isystem /usr/local/include/wpe-fdo-1.0 -isystem /usr/local/include/wpe-1.0 -isystem /usr/local/include/gtk-3.0/unix-print -isystem /usr/local/include/libxml2 -isystem /usr/local/include/openjpeg-2.5 -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -pipe -Wno-noexcept-type -Wno-psabi -Wno-misleading-indentation -Wno-parentheses-equality -Qunused-arguments -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -Wno-tautological-compare -O2 -pipe -DNDEBUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32 -B/usr/bin -isystem /usr/local/include -fno-strict-aliasing -fno-exceptions -fno-rtti -O2 -pipe -DNDEBUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32 -B/usr/bin -isystem /usr/local/include -DNDEBUG -fPIC -fvisibility=hidden -include /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebKit2Prefix.h -Wno-unused-parameter -DWPE_ENABLE_XKB=1 -D_THREAD_SAFE -pthread -I/usr/local/include -std=c++20 -MD -MT Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp.o -MF Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp.o.d -o Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp.o -c /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp
    FAILED: Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp.o
    /usr/bin/c++ -DBUILDING_GTK__=1 -DBUILDING_WEBKIT -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebKit -DDATADIR=\"/usr/local/share\" -DGETTEXT_PACKAGE=\"WebKit2GTK-4.0\" -DHAVE_CONFIG_H=1 -DJSC_GLIB_API_ENABLED -DLIBDIR=\"/usr/local/lib\" -DLOCALEDIR=\"/usr/local/share/locale\" -DPAS_BMALLOC=1 -DPKGLIBEXECDIR=\"/usr/local/libexec/webkit2gtk-4.0\" -DSTATICALLY_LINKED_WITH_PAL -DSTATICALLY_LINKED_WITH_WebCore -DWEBKIT2_COMPILATION -DWEBKITGTK_API_VERSION_STRING=\"4.0\" -DWEBKIT_DOM_USE_UNSTABLE_API -DWebKit_EXPORTS -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/Headers/webkit2gtk-4.0 -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/Headers/webkit2gtk-webextension -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/DerivedSources/webkit -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebKit2Gtk/DerivedSources -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/PAL/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebCore/PrivateHeaders -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/DerivedSources/ForwardingHeaders -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/DerivedSources/WebKit -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/DerivedSources/WebKit/include -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess/graphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess/graphics/WebGPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess/media -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/GPUProcess/webrtc -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/Classifier -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/Cookies -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/CustomProtocols -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/Downloads -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/FileAPI -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/IndexedDB -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/Notifications -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/PrivateClickMeasurement -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/ServiceWorker -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/SharedWorker -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/cache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/storage -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/watchos -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/webrtc -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/IPC -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/PluginProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/API -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/API/c -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/ApplePay -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Authentication -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/CoreIPCSupport -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Databases -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Databases/IndexedDB -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/FileAPI -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Gamepad -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Notifications -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Plugins -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Plugins/Netscape -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/Plugins/Netscape/x11 -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/RemoteLayerTree -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/WebGPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/WebsiteData -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/XR -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/C -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/cpp -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Authentication -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Automation -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Downloads -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Gamepad -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/GPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Inspector -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Inspector/Agents -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Launcher -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Media -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Network -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Network/CustomProtocols -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Notifications -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Plugins -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/RemoteLayerTree -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/UserContent -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/WebAuthentication -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/WebAuthentication/Mock -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/WebsiteData -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/XR -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebAuthnProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/ApplePay -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/ApplicationCache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Automation -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Cache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Databases -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Databases/IndexedDB -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/EncryptedMedia -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/FileAPI -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/FullScreen -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Gamepad -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Geolocation -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU/graphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU/graphics/WebGPU -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU/media -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/GPU/webrtc -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/IconDatabase -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/c -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/DOM -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Inspector -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Launching -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/MediaCache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/MediaStream -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Model -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Network -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Network/webrtc -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Notifications -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/OriginData -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Plugins -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Plugins/Netscape -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/ResourceCache -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Speech -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Storage -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/UserContent -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebCoreSupport -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage/RemoteLayerTree -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebStorage -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/XR -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/WebKitLibraries -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/IPC/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/IPC/unix -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/classifier -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Platform/generic -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/API/c/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/API/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/CoordinatedGraphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/linux -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/Shared/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/C/cairo -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/C/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/C/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/gtk3 -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/API/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/CoordinatedGraphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Inspector/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Inspector/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/Notifications/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/geoclue -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/gstreamer -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/linux -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/UIProcess/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/glib/DOM -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/Inspector/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/glib -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebCoreSupport/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebCoreSupport/soup -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage/gtk -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebProcess/WebPage/libwpe -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/JavaScriptCore/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/JavaScriptCore/PrivateHeaders -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/JavaScriptCoreGLib/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/JavaScriptCoreGLib/DerivedSources -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WTF/Headers -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebCore/platform/graphics/libwpe -I/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/ANGLE/Headers -isystem /usr/local/include/enchant-2 -isystem /usr/local/include/gio-unix-2.0 -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/include/gstreamer-1.0 -isystem /usr/local/include/orc-0.4 -isystem /usr/local/include/gtk-3.0 -isystem /usr/local/include/pango-1.0 -isystem /usr/local/include/harfbuzz -isystem /usr/local/include/freetype2 -isystem /usr/local/include/libpng16 -isystem /usr/local/include/fribidi -isystem /usr/local/include/cairo -isystem /usr/local/include/pixman-1 -isystem /usr/local/include/gdk-pixbuf-2.0 -isystem /usr/local/include/libepoll-shim -isystem /usr/local/include/atk-1.0 -isystem /usr/local/include/at-spi2-atk/2.0 -isystem /usr/local/include/dbus-1.0 -isystem /usr/local/lib/dbus-1.0/include -isystem /usr/local/include/at-spi-2.0 -isystem /usr/local/include/libsoup-2.4 -isystem /usr/local/include/wpe-fdo-1.0 -isystem /usr/local/include/wpe-1.0 -isystem /usr/local/include/gtk-3.0/unix-print -isystem /usr/local/include/libxml2 -isystem /usr/local/include/openjpeg-2.5 -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -pipe -Wno-noexcept-type -Wno-psabi -Wno-misleading-indentation -Wno-parentheses-equality -Qunused-arguments -Wwrite-strings -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -Wno-tautological-compare -O2 -pipe -DNDEBUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32 -B/usr/bin -isystem /usr/local/include -fno-strict-aliasing -fno-exceptions -fno-rtti -O2 -pipe -DNDEBUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=32 -B/usr/bin -isystem /usr/local/include -DNDEBUG -fPIC -fvisibility=hidden -include /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/WebKit2Prefix.h -Wno-unused-parameter -DWPE_ENABLE_XKB=1 -D_THREAD_SAFE -pthread -I/usr/local/include -std=c++20 -MD -MT Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp.o -MF Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp.o.d -o Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp.o -c /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp
    In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/DerivedSources/WebKit/NetworkStorageManagerMessageReceiver.cpp:26:
    In file included from /wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.38.3/Source/WebKit/NetworkProcess/storage/NetworkStorageManager.h:28:
    ...
    • Feb 11 2023, 4:17 AM
    • 83 Lines
    • Feb 7 2023, 9:35 PM
    • 1 Line
  • Copyright (c) 1992-2021 The FreeBSD Project.
    Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.
    FreeBSD is a registered trademark of The FreeBSD Foundation.
    FreeBSD 13.1-STABLE #0 stable/13-n253535-4a8af507ebe5: Fri Jan 20 03:21:10 UTC 2023
    ...
    • Jan 22 2023, 7:00 PM
    • 468 Lines
  • int printf(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
    void foo(int x, void *mac);
    void
    ...
    • Nov 18 2022, 6:45 PM
    • 12 Lines
  • 0xffff000000c66e34 <+0>: stp x29, x30, [sp, #-32]!
    0xffff000000c66e38 <+4>: stp x20, x19, [sp, #16]
    0xffff000000c66e3c <+8>: mov x29, sp
    0xffff000000c66e40 <+12>: mov x20, x0
    0xffff000000c66e44 <+16>: mov x0, x18
    ...
    • Nov 3 2022, 4:00 PM
    • 66 Lines
  • function upload-to-oci.fish
    # assumes you built via something like https://reviews.freebsd.org/D34746 already
    # needs devel/oci-cli
    set -x FREEBSD_VERSION (sh ../sys/conf/newvers.sh -V RELEASE | sed -E -e 's,^.+="(.+)",\1,')
    set -x IMAGE_NAME (echo FreeBSD-$FREEBSD_VERSION-(uname -m)-(uname -p)-(date -u +%Y%m%d)-(git rev-parse HEAD | cut -c -7))
    ...
    • Oct 5 2022, 9:46 PM
    • 110 Lines
    • Bash Scripting
  • <https://reviews.freebsd.org/D36681#832967> for example, I
    wonder why Phabricator does not show
    trailing whitespace.
    • Sep 24 2022, 7:27 AM
    • 3 Lines
    • Plain Text
  • diff --git a/sys/contrib/openzfs/module/zfs/dsl_dir.c b/sys/contrib/openzfs/module/zfs/dsl_dir.c
    index 7460269384b4..d9b187eacc26 100644
    --- a/sys/contrib/openzfs/module/zfs/dsl_dir.c
    +++ b/sys/contrib/openzfs/module/zfs/dsl_dir.c
    @@ -2259,6 +2259,11 @@ dsl_dir_snap_cmtime_update(dsl_dir_t *dd, dmu_tx_t *tx)
    ...
    • Sep 12 2022, 9:12 AM
    • 16 Lines
    • C
  • AArch64 MP
    {
    lock = 0;
    0:x0 = lock;
    ...
    • Sep 3 2022, 2:57 PM
    • 13 Lines
  • 72096 igt_fork_helper CALL mmap(0x8489e0000,0x2000,0x3<PROT_READ|PROT_WRITE>,0x40012<MAP_PRIVATE|MAP_FIXED|MAP_PREFAULT_READ>,0x3,0x1000)
    72096 igt_fork_helper RET mmap 35578052608/0x8489e0000
    72096 igt_fork_helper CALL mmap(0x8489e2000,0x1000,0x3<PROT_READ|PROT_WRITE>,0x40012<MAP_PRIVATE|MAP_FIXED|MAP_PREFAULT_READ>,0x3,0x2000)
    72096 igt_fork_helper RET mmap 35578060800/0x8489e2000
    72096 igt_fork_helper CALL munmap(0x84a5c0000,0x1000)
    ...
    • Aug 9 2022, 10:35 PM
    • 1,951 Lines
  • build started at Fri Aug 5 09:36:16 CEST 2022
    port directory: /usr/ports/comms/hylafax
    package name: hylafax-6.0.7
    building for: FreeBSD 123amd64-dev-default 12.3-RELEASE-p2 FreeBSD 12.3-RELEASE-p2 amd64
    maintained by: ports@FreeBSD.org
    ...
    • Aug 5 2022, 7:58 AM
    • 12,119 Lines
  • git (ff/misc) markj@nuc> pwd
    /usr/home/markj/src/freebsd/usr.bin/localedef
    git (ff/misc) markj@nuc> scan-build make 2>&1
    scan-build: Using '/usr/local/llvm90/bin/clang-9' for static analysis
    [Creating objdir /usr/obj/usr/home/markj/src/freebsd/amd64.amd64/usr.bin/localedef...]
    ...
    • Jun 30 2022, 4:59 PM
    • 461 Lines
  • // autogenerated by syzkaller (https://github.com/google/syzkaller)
    #define _GNU_SOURCE
    #include <sys/types.h>
    ...
    • Jun 8 2022, 12:35 AM
    • 251 Lines
  • diff --git devel/zls/Makefile devel/zls/Makefile
    index aa82f0f039eb..09689ccf9a72 100644
    --- devel/zls/Makefile
    +++ devel/zls/Makefile
    @@ -1,6 +1,6 @@
    ...
    • Mar 29 2022, 6:44 AM
    • 24 Lines
  • Unpatched (also without get_pcpu() patch):
    0xffffffff80bfe8c0 <+0>: push %rbp
    0xffffffff80bfe8c1 <+1>: mov %rsp,%rbp
    0xffffffff80bfe8c4 <+4>: mov %gs:0x0,%rax
    ...
    • Feb 26 2022, 2:29 PM
    • 108 Lines
  • diff --git a/cddl/usr.bin/ctfconvert/Makefile b/cddl/usr.bin/ctfconvert/Makefile
    index 78b65020452a..3795c27293d5 100644
    --- a/cddl/usr.bin/ctfconvert/Makefile
    +++ b/cddl/usr.bin/ctfconvert/Makefile
    @@ -40,7 +40,7 @@ CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris \
    ...
    • Feb 24 2022, 6:39 PM
    • 13 Lines
  • From cf0117f6fa269a0ee4c2fdee150bd4cd234edacf Mon Sep 17 00:00:00 2001
    From: Val Packett <val@packett.cool>
    Date: Fri, 11 Feb 2022 17:14:39 +0300
    Subject: [PATCH] LinuxKPI: return an address string in pci_name
    ...
    • Feb 11 2022, 3:46 PM
    • 60 Lines
    • Diff
  • diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
    index d0fb19661fa4..bb981f423c7c 100644
    --- a/sys/kern/kern_timeout.c
    +++ b/sys/kern/kern_timeout.c
    @@ -430,6 +430,7 @@ callout_get_bucket(sbintime_t sbt)
    ...
    • Feb 2 2022, 11:20 PM
    • 23 Lines
  • From eb92ab48517ba4c6a793e8c9cecf6d6c027cd664 Mon Sep 17 00:00:00 2001
    From: Greg V <greg@unrelenting.technology>
    Date: Thu, 27 Jun 2019 17:39:22 +0300
    Subject: [PATCH] loader: Add support for getting early entropy from the UEFI
    RNG protocol
    ...
    • Jan 28 2022, 11:56 AM
    • 225 Lines
    • Diff
  • Fatal trap 9: general protection fault while in kernel mode
    cpuid = 6; apic id = 06
    instruction pointer = 0x20:0xffffffff80f9f6ff
    stack pointer = 0x28:0xfffffe00dc0bf960
    frame pointer = 0x28:0xfffffe00dc0bf9d0
    ...
    • Jan 19 2022, 2:25 PM
    • 40 Lines
  • /*
    *
    */
    #include <string.h>
    ...
    • Jan 8 2022, 1:47 PM
    • 144 Lines
    • C
  • =>> Building editors/emacs-devel
    build started at Tue Jan 18 07:40:32 GMT 2022
    port directory: /usr/ports/editors/emacs-devel
    package name: emacs-devel-29.0.50.20220115,2
    building for: FreeBSD 130amd64-default-nox11-job-01 13.0-RELEASE-p6 FreeBSD 13.0-RELEASE-p6 amd64
    ...
    • Jan 2 2022, 10:39 AM
    • 9,902 Lines
  • -- The C compiler identification is Clang 13.0.0
    -- The CXX compiler identification is Clang 13.0.0
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler: /usr/bin/cc - skipped
    ...
    • Dec 27 2021, 2:11 AM
    • 628 Lines
  • kern.boottrace.log:
    CPU msecs delta process event PID CPUtime IBlks OBlks
    0 44872811 0 kernel sysinit 0x2100001 0 0.00 0 0
    0 44872812 1 kernel sysinit 0x2110000 0 0.00 0 0
    ...
    • Dec 3 2021, 6:54 PM
    • 396 Lines
  • diff --git a/lib/libpmcstat/libpmcstat_image.c b/lib/libpmcstat/libpmcstat_image.c
    index 9ee7097e95ec..2ba382d02c43 100644
    --- a/lib/libpmcstat/libpmcstat_image.c
    +++ b/lib/libpmcstat/libpmcstat_image.c
    @@ -384,7 +384,7 @@ pmcstat_image_get_elf_params(struct pmcstat_image *image,
    ...
    • Nov 17 2021, 9:36 PM
    • 22 Lines
  • diff --git a/lib/libpmcstat/libpmcstat_image.c b/lib/libpmcstat/libpmcstat_image.c
    index 9ee7097e95ec..6131c2a3ff00 100644
    --- a/lib/libpmcstat/libpmcstat_image.c
    +++ b/lib/libpmcstat/libpmcstat_image.c
    @@ -415,8 +415,7 @@ pmcstat_image_get_elf_params(struct pmcstat_image *image,
    ...
    • Nov 16 2021, 11:22 PM
    • 14 Lines
    • Diff
  • From 90162ed96e5d83fb78099716f7c30aa921d3ea48 Mon Sep 17 00:00:00 2001
    From: Greg V <greg@unrelenting.technology>
    Date: Sun, 7 Nov 2021 15:03:44 +0300
    Subject: [PATCH] ext2fs: extract crc16 into sys/crc16.h
    ...
    • Nov 15 2021, 1:31 PM
    • 346 Lines
    • Diff
  • From 35b6f891baec94d190794f709b4ff6667615f3ed Mon Sep 17 00:00:00 2001
    From: Greg V <greg@unrelenting.technology>
    Date: Sat, 16 Oct 2021 19:29:28 +0300
    Subject: [PATCH] cddl: fix missing ZFS library dependencies
    ...
    • Nov 14 2021, 3:18 PM
    • 4,598 Lines
    • Diff
  • diff --git a/sys/modules/opensolaris/Makefile b/sys/modules/opensolaris/Makefile
    index 536b9637cd3c..8400129ca269 100644
    --- a/sys/modules/opensolaris/Makefile
    +++ b/sys/modules/opensolaris/Makefile
    @@ -27,7 +27,17 @@ SRCS+= opensolaris_atomic.c
    ...
    • Nov 8 2021, 3:07 PM
    • 23 Lines
  • --- /Users/Jess/Git/kqueue.rs.orig 2021-09-13 01:21:21.533163744 +0100
    +++ /Users/Jess/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.7.13//src/sys/unix/selector/kqueue.rs 2021-09-13 01:43:33.071089985 +0100
    @@ -51,6 +51,8 @@
    #[cfg(target_os = "netbsd")]
    type UData = libc::intptr_t;
    ...
    • Nov 7 2021, 5:34 PM
    • 20 Lines
    • Diff
  • diff --git a/build.rs b/build.rs
    index c4982111e..1ad245a64 100644
    --- a/build.rs
    +++ b/build.rs
    @@ -24,6 +24,9 @@ fn main() {
    ...
    • Nov 7 2021, 5:32 PM
    • 245 Lines
    • Diff
  • diff --git a/crates/std_detect/src/detect/os/freebsd/auxvec.rs b/crates/std_detect/src/detect/os/freebsd/auxvec.rs
    index f12476ad..29fcc8cb 100644
    --- a/crates/std_detect/src/detect/os/freebsd/auxvec.rs
    +++ b/crates/std_detect/src/detect/os/freebsd/auxvec.rs
    @@ -3,7 +3,8 @@
    ...
    • Nov 7 2021, 5:30 PM
    • 14 Lines
    • Diff
  • diff --git a/Cargo.lock b/Cargo.lock
    index 80acf227698..b5a6c942079 100644
    --- a/Cargo.lock
    +++ b/Cargo.lock
    @@ -1915,9 +1915,8 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
    ...
    • Nov 7 2021, 5:29 PM
    • 120 Lines
    • Diff
  • P521 wtf git
    gjb@nucleus:/freebsd/ports/main % git worktree add ../2021Q4
    Preparing worktree (checking out '2021Q4')
    Updating files: 100% (142300/142300), done.
    HEAD is now at 45bdca3c58cb science/py-pymatgen: Update 2022.0.14 -> 2022.0.15
    gjb@nucleus:/freebsd/ports/main % cd !$
    ...
    • Oct 22 2021, 5:13 PM
    • 146 Lines
  • P520 .
    • Oct 22 2021, 11:26 AM
    • 1 Line
  • Segment from `devinfo -r`:
    ```
    ram0
    I/O memory addresses:
    0x40000000-0x641fffff
    ...
    • Oct 8 2021, 1:40 AM
    • 59 Lines
  • Before:
    I/O memory addresses:
    0x0-0xffffffff (root0)
    Interrupts:
    0x0 (pmu0)
    ...
    • Oct 7 2021, 5:47 PM
    • 111 Lines
  • Before:
    I/O memory addresses:
    0x0 (root0)
    Interrupts:
    ...
    • Oct 7 2021, 4:47 PM
    • 207 Lines
  • pstef@thinkpad:/usr/src/usr.bin/diff3/tests $ gdiff --strip-trailing-cr 1cr.txt 2.txt | cat -v
    3c3
    < and a few typ0s to fix
    ---
    > and a few typos to fix
    ...
    • Aug 22 2021, 10:00 AM
    • 14 Lines
  • Loading kernel...
    /boot/kernel/kernel text=0x5e5394 text=0x15f1fc data=0xe7d20 data=0xb1c+0x107c5c syms=[0x8+0xc70c8+0x8+0xe9006]
    Loading configured modules...
    /boot/entropy size=0x1000
    /boot/kernel/zfs.ko text=0xe5688 text=0x2512a8 data=0x272d8+0x159fa8 syms=[0x8+0x2a0fc0+0x8+0x5d5a9]
    ...
    • Aug 6 2021, 2:13 PM
    • 234 Lines
  • diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
    index 9480417196ae..90714afa7b37 100644
    --- a/dns/powerdns/Makefile
    +++ b/dns/powerdns/Makefile
    @@ -12,8 +12,7 @@ LICENSE= GPLv2
    ...
    • Jul 16 2021, 7:41 AM
    • 44 Lines
  • diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
    index ab8be211be67..ef94aeb6e27e 100644
    --- a/lib/clang/include/llvm/Config/config.h
    +++ b/lib/clang/include/llvm/Config/config.h
    @@ -29,7 +29,11 @@
    ...
    • Jul 5 2021, 5:22 PM
    • 246 Lines
    • Diff
  • # sesutil show -u /dev/ses6
    ses6: <SMC946 C1 0a01>; ID: 50030480092c5e7f
    Desc Dev Model Ident Size/Status
    Slot00 da347 SEAGATE ST10000NM0096 ZA25E9V30000C8318P9W OK, Swapped
    Slot01 da364 SEAGATE ST10000NM0096 ZA25E5BG0000C8318PDW OK, Swapped
    ...
    • Jun 19 2021, 8:31 PM
    • 436 Lines
  • =>> Building x11-wm/plasma5-kwin
    build started at Wed Jun 16 21:58:29 CAT 2021
    port directory: /usr/ports/x11-wm/plasma5-kwin
    package name: plasma5-kwin-5.22.0_1
    building for: FreeBSD main-amd64-default-job-01 14.0-CURRENT FreeBSD 14.0-CURRENT 1400023 amd64
    ...
    • Jun 16 2021, 8:19 PM
    • 8,415 Lines
  • =>> Building emulators/yuzu-qt5
    build started at Tue Jun 15 23:24:21 UTC 2021
    port directory: /usr/ports/emulators/yuzu-qt5
    package name: yuzu-qt5-s20210614
    building for: FreeBSD main-amd64-default-job-01 14.0-CURRENT FreeBSD 14.0-CURRENT 1400023 amd64
    ...
    • Jun 15 2021, 11:41 PM
    • 3,676 Lines
  • P508 panic
    {ceri@horror}-{/var/crash} % kgdb /boot/kernel/kernel /var/crash/vmcore.last
    GNU gdb (GDB) 10.2 [GDB v10.2 for FreeBSD]
    Copyright (C) 2021 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    ...
    • Jun 15 2021, 1:59 PM
    • 125 Lines
  • clang debug info:
    (kgdb) where
    ...
    • Jun 14 2021, 10:29 PM
    • 107 Lines
  • otis@ref14-aarch64:~/ports/lang/mecrisp-stellaris % make
    ===> mecrisp-stellaris-2.5.9_1 depends on package: arm-none-eabi-binutils>2.25 - not found
    ===> Building dialog4ports as it is required for the config dialog
    ===> Cleaning for pkg-1.16.3
    ...
    • Jun 13 2021, 9:51 AM
    • 13 Lines
  • vmstat -z | tail +3 | awk -F '[:,] *' 'BEGIN { total=0; cache=0; used=0 } {u = $2 * $4; c = $2 * $5; t = u + c; cache += c; used += u; total += t; name=$1; gsub(" ", "_", name); print t, name, u, c} END { print total, "TOTAL", used, cache } ' | sort -n | perl -a -p -e 'while (($j, $_) = each(@F)) { 1 while s/^(-?\d+)(\d{3})/$1,$2/; print $_, " "} print "\n"' | column -t
    • Jun 11 2021, 1:28 PM
    • 1 Line
    • Bash Scripting
  • From: 209.51.186.5
    Packets Pings
    Host Loss% Snt Last Avg Best Wrst StDev
    1. sefw1-01.TOR1.ScaleEngine.net 0.0% 3 2.0 2.1 2.0 2.1 0.0
    ...
    • Jun 9 2021, 2:00 PM
    • 26 Lines
  • Any reason llvm12 is hardcoded to use lua 5.3? I tried the following which works fine for my setup with `DEFAULT_VERSIONS+=lua=5.4` in make.conf
    commit a8ba2549798325e7d76afa22e04b7c9ba8ea024a
    Author: Dimitry Andric <dim@FreeBSD.org>
    Date: Mon May 24 14:35:33 2021 +0200
    ...
    • Jun 6 2021, 11:10 AM
    • 21 Lines
    • Diff
  • Handle 0x0010, DMI type 9, 17 bytes
    System Slot Information
    Designation: CPU2 SLOT5 PCI-E 3.0 X16
    Type: x16 PCI Express 3 x16
    Current Usage: In Use
    ...
    • Jun 2 2021, 8:09 PM
    • 23 Lines
  • ############### OpenGL ###############
    ### Wayland
    $ glmark2-wayland --fullscreen
    =======================================================
    ...
    • May 21 2021, 2:11 PM
    • 311 Lines
  • # Uncrustify 0.55
    set FOR SLIST_FOREACH
    set FOR SLIST_FOREACH_FROM
    set FOR SLIST_FOREACH_SAFE
    set FOR SLIST_FOREACH_FROM_SAFE
    ...
    • May 13 2021, 3:46 PM
    • 395 Lines
  • ### iris
    $ glmark2-wayland
    =======================================================
    glmark2 2023.01
    =======================================================
    ...
    • May 7 2021, 7:13 PM
    • 146 Lines
  • #!/usr/local/bin/perl
    # vim:sts=4 sw=4 et
    # perltidy -bext=/ -se -i=4 -it=2 -ci=2 -xci -l=132 -pt=2 -ce -cti=1 -cab=4 -cb -cbo=0 -wbb="% + - * / x != == >= <= =~ !~ < > | &" -enc=utf8 -wn -sot -sct -asc -tqw -sbq=0 -csc -csct=30 -ssc
    use 5.024;
    ...
    • Apr 22 2021, 2:40 PM
    • 125 Lines
  • #!/usr/local/bin/perl
    # vim:sts=4 sw=4 et
    # perltidy -bext=/ -se -i=4 -it=2 -ci=2 -xci -l=132 -pt=2 -ce -cti=1 -cab=4 -cb -cbo=0 -wbb="% + - * / x != == >= <= =~ !~ < > | &" -enc=utf8 -wn -sot -sct -asc -tqw -sbq=0 -csc -csct=30
    use strict;
    ...
    • Apr 16 2021, 2:16 PM
    • 350 Lines
    • Perl
  • #!/usr/bin/perl
    # vim:sts=4 sw=4
    use strict;
    use warnings;
    ...
    • Apr 16 2021, 12:38 PM
    • 33 Lines
    • Perl
  • =>> Building graphics/libplacebo
    build started at Tue Apr 6 08:29:30 CDT 2021
    port directory: /usr/ports/graphics/libplacebo
    package name: libplacebo-3.120.1
    building for: FreeBSD main-amd64-default-job-01 14.0-CURRENT FreeBSD 14.0-CURRENT 1400006 amd64
    ...
    • Apr 15 2021, 6:30 PM
    • 540 Lines
  • #!/usr/local/bin/perl
    # vim:sts=4 sw=4
    use strict;
    use warnings;
    ...
    • Apr 15 2021, 3:53 PM
    • 40 Lines
    • Perl
  • #!/usr/local/bin/perl
    # vim:sts=4 sw=4
    use strict;
    use warnings;
    ...
    • Apr 15 2021, 3:03 PM
    • 58 Lines
    • Perl
  • #!/usr/local/bin/perl
    # vim:sts=4 sw=4
    use strict;
    use warnings;
    ...
    • Apr 15 2021, 2:32 PM
    • 48 Lines
    • Perl
  • none0@pci0:0:0:2: class=0x080600 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1481 subvendor=0x1022 subdevice=0x1481
    cap 0f[40] = unknown
    cap 05[64] = MSI supports 4 messages, 64 bit
    cap 08[74] = HT MSI fixed address window enabled at 0xfee00000
    cap 09[c8] = vendor (length 24)
    • Mar 31 2021, 10:43 PM
    • 5 Lines
  • [sbz@freebsd-ams-temp ~/svn/ports]$ ~/github/freebsd-maintainer-scripts/sss.py .
    U finance/Makefile New port: finance/tickrs: Realtime ticker data in your terminal | 569459 | lcook | 2021-03-29T10:04:32
    A finance/tickrs New port: finance/tickrs: Realtime ticker data in your terminal | 569459 | lcook | 2021-03-29T10:04:32
    A finance/tickrs/Makefile New port: finance/tickrs: Realtime ticker data in your terminal | 569459 | lcook | 2021-03-29T10:04:32
    A finance/tickrs/distinfo New port: finance/tickrs: Realtime ticker data in your terminal | 569459 | lcook | 2021-03-29T10:04:32
    ...
    • Mar 29 2021, 10:45 AM
    • 17 Lines
  • otis@b13:/usr/ports/devel/node-gyp % make clean
    ===> Cleaning for node-gyp-7.1.2_1
    otis@b13:/usr/ports/devel/node-gyp % sudo pkg remove node-gyp
    Updating database digests format: 100%
    Checking integrity... done (0 conflicting)
    ...
    • Mar 16 2021, 2:30 PM
    • 68 Lines
  • /*
    * Copyright (C) 1997 John D. Polstra. All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    ...
    • Mar 14 2021, 1:54 PM
    • 248 Lines
    • C
  • build started at Fri Feb 26 11:18:55 MST 2021
    port directory: /usr/ports/graphics/mesa-devel
    package name: mesa-devel-21.0.b.2383_1
    building for: FreeBSD main-amd64-default 14.0-CURRENT FreeBSD 14.0-CURRENT 1400005 amd64
    maintained by: jbeich@FreeBSD.org
    ...
    • Feb 25 2021, 3:45 PM
    • 8,534 Lines
  • root@12_STABLE_GENERIC_amd64-default-jeff:~ # ls -la /distfiles/go/devel_gogs/gogs-v0.12.3/
    total 21530
    drwxr-xr-x 2 root staff 4 Feb 20 21:41 .
    drwxr-xr-x 3 root staff 3 Feb 20 21:41 ..
    -rw-r--r-- 1 root wheel 3273 Oct 8 22:57 v0.12.3.mod
    ...
    • Feb 20 2021, 10:33 PM
    • 14 Lines
  • .text
    .file "-"
    # Start of file scope inline assembly
    .globl __start_set_my_set
    .globl __stop_set_my_set
    ...
    • Feb 20 2021, 2:03 AM
    • 19 Lines
  • truncate -s 200m /tmp/efiboot.img
    $MDDEV=$(mdconfig -a -t vnode -f /tmp/efiboot.img)
    newfs_msdos -L EFISYS -F 32 -c 1 /dev/$MDDEV
    mkdir /tmp/makefs
    mount -t msdosfs /dev/$MDDEV /tmp/makefs
    ...
    • Feb 19 2021, 10:26 PM
    • 10 Lines
  • diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
    index 75f59a90484d..5567e83624fc 100644
    --- a/sys/conf/kern.pre.mk
    +++ b/sys/conf/kern.pre.mk
    @@ -329,6 +329,7 @@ SYSTEM_OBJS+= embedfs_${MFS_IMAGE:T:R}.o
    ...
    • Feb 16 2021, 1:52 AM
    • 12 Lines
  • CPU 0: ARM Neoverse-N1 r3p1 affinity: 0x81080000 8 0 0
    CPU 1: ARM Neoverse-N1 r3p1 affinity: 0x81100000 16 0 0
    CPU 2: ARM Neoverse-N1 r3p1 affinity: 0x81000000 0 0 0
    CPU 3: ARM Neoverse-N1 r3p1 affinity: 0x810a0000 10 0 0
    CPU 4: ARM Neoverse-N1 r3p1 affinity: 0x81020000 2 0 0
    ...
    • Feb 13 2021, 2:56 PM
    • 80 Lines
  • NAME PROJECT FAMILY DEPRECATED STATUS
    freebsd-11-3-stable-amd64-v20190801 freebsd-org-cloud-dev freebsd-11-3-snap READY
    freebsd-11-3-stable-amd64-v20191212 freebsd-org-cloud-dev freebsd-11-3-snap READY
    freebsd-11-3-stable-amd64-v20191219 freebsd-org-cloud-dev freebsd-11-3-snap READY
    freebsd-11-3-stable-amd64-v20191226 freebsd-org-cloud-dev freebsd-11-3-snap READY
    ...
    • Jan 29 2021, 2:55 PM
    • 151 Lines
  • speed 9600 baud; 53 rows; 189 columns;
    lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
    -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
    -extproc
    iflags: -istrip icrnl -inlcr -igncr ixon ixoff ixany imaxbel -ignbrk
    ...
    • Jan 20 2021, 9:16 PM
    • 13 Lines
  • speed 9600 baud; 53 rows; 189 columns;
    lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
    -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
    -extproc
    iflags: -istrip icrnl -inlcr -igncr ixon ixoff ixany imaxbel -ignbrk
    ...
    • Jan 20 2021, 8:38 PM
    • 13 Lines
  • dma intr 0x00000101
    dwmmc_intr 0x00004008
    dwmmc_next_operation
    dwmmc_request
    dwmmc_next_operation
    ...
    • Jan 20 2021, 5:33 PM
    • 65 Lines
  • root@1e66c783a77f:/usr/local/sbin # ./fsck_test /
    dwmmc_request
    dwmmc_next_operation
    dwmmc_start_cmd
    Setting up bus: 50000000
    ...
    • Jan 20 2021, 1:20 PM
    • 46 Lines
  • ** SU+J Recovering /dev/mmcsd0s5dwmmc_request
    dwmmc_next_operation
    dwmmc_start_cmd
    Setting up bus: 50000000
    cmd->opcode 0x00000012
    ...
    • Jan 20 2021, 12:07 PM
    • 51 Lines