Page MenuHomeFreeBSD
Paste Active Pastes
  • #include "opt_foo.h"
    #include <sys/types.h>
    ...
    • Jun 24 2020, 9:42 PM
    • 8 Lines
  • commit 1e1bdec3985c
    Author: Conrad Meyer <cem@FreeBSD.org>
    Date: Thu Apr 16 10:17:24 2020 -0700
    XXX build using vmm.h out of git working directory instead of system
    ...
    • Jun 24 2020, 12:34 AM
    • 332 Lines
  • $ a(){
    > b 1 2 3
    > }
    $ b(){
    > echo "$@"
    ...
    • Jun 17 2020, 10:31 PM
    • 8 Lines
    • Bash Scripting
  • /*-
    * SPDX-License-Identifier: BSD-2-Clause
    *
    * Copyright (c) 2019 Allan Jude <allanjude@FreeBSD.org>
    *
    ...
    • Jun 17 2020, 9:29 PM
    • 107 Lines
    • C
  • diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
    index 22eacf423b95..8e95515b74d1 100644
    --- a/sys/vm/vm_page.c
    +++ b/sys/vm/vm_page.c
    @@ -3836,10 +3836,13 @@ vm_page_wire(vm_page_t m)
    ...
    • Jun 13 2020, 12:34 AM
    • 22 Lines
  • diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
    index 22eacf423b95..fe90a153fb94 100644
    --- a/sys/vm/vm_page.c
    +++ b/sys/vm/vm_page.c
    @@ -3836,13 +3836,15 @@ vm_page_wire(vm_page_t m)
    ...
    • Jun 13 2020, 12:32 AM
    • 27 Lines
  • # PREFIX will be /home/<user>/local-<arch>
    export UNAMEM=`uname -m`
    export LOCALBASE=${HOME}/local-${UNAMEM}
    export X11BASE=${HOME}/local-${UNAMEM}
    ...
    • Jun 11 2020, 3:43 PM
    • 45 Lines
  • --- i/sys/dev/acpica/acpi.c
    +++ w/sys/dev/acpica/acpi.c
    @@ -183,6 +183,7 @@ static void acpi_enable_pcie(void);
    static void acpi_hint_device_unit(device_t acdev, device_t child,
    const char *name, int *unitp);
    ...
    • Jun 10 2020, 12:40 AM
    • 44 Lines
    • Diff
  • hello #bsdmips
    • May 25 2020, 5:14 PM
    • 1 Line
  • Objective: Remove instances of the 'nis' string only from these two lines: 'passwd: files nis sss' and 'group: files nis sss' at /path/to/nsswitch.conf (some other 'nis' strings exist at the 'group: files nis sss' line and elsewhere... so we'll leave them as is and narrow down the hits to the '^passwd' and '^shadow' lines only) and call the string-manipulation command/s via sudo.
    ...
    • May 18 2020, 2:16 AM
    • 25 Lines
  • #18 0xffffffff814e5879 in in6_cksum_partial (m=0xfffff80006cb3b00, nxt=58 ':', off=40, len=627, cov=0)
    at /usr/src/sys/netinet6/in6_cksum.c:319
    #19 0xffffffff814e5bff in in6_cksum (m=0xfffff80006c3e700, nxt=58 ':', off=40, len=627)
    at /usr/src/sys/netinet6/in6_cksum.c:366
    #20 0xffffffff814d5dc9 in icmp6_reflect (m=0xfffff80006c3e700, off=40) at /usr/src/sys/netinet6/icmp6.c:2158
    ...
    • May 11 2020, 11:47 PM
    • 10 Lines
  • ```c
    int main(int argc, char **argv)
    {
    static const size_t len = 2ull*1024*1024*1024;
    char *src = malloc(len);
    ...
    • May 6 2020, 12:53 AM
    • 46 Lines
  • /* $Id: hugetlb2.c,v 1.4 2020/05/03 16:58:27 kostik Exp kostik $ */
    #include <sys/param.h>
    #include <sys/fcntl.h>
    #include <sys/filio.h>
    #include <sys/mman.h>
    ...
    • May 3 2020, 10:04 PM
    • 76 Lines
    • C
  • $ fsdb -r ./baddisk.img
    > cd a
    > ls
    slot 2 off 24 ino 4 reclen 488: regular, `c.pdf'
    > inode 4
    ...
    • Apr 25 2020, 5:25 AM
    • 144 Lines
    • Plain Text
  • $ while true; do sleep 5; sysctl vm.pmap.kernel_maps | grep '0xfffffe0[0-9a-f]*-0xfffffe' | awk '{ptpe += $(NF-0); pde += $(NF-1); pdpe += $(NF-2)
    } END{printf("%d %d %d\n", pdpe, pde, ptpe);}'; done
    0 1098 13696
    0 1215 16541 <-- poudriere starts
    0 1215 19707
    ...
    • Apr 23 2020, 4:51 PM
    • 67 Lines
  • $ while true; do sleep 5; sysctl vm.pmap.kernel_maps | grep '0xfffffe0[0-9a-f]*-0xfffffe' | awk '{ptpe += $(NF-0); pde += $(NF-1); pdpe += $(NF-2)
    } END{printf("%d %d %d\n", pdpe, pde, ptpe);}'; done
    0 1075 25205
    0 1124 28927 <-- poudriere run starts
    0 1185 33958
    ...
    • Apr 23 2020, 4:51 PM
    • 67 Lines
  • --------------------------------------------------------------
    >>> stage 4.4: building everything
    --------------------------------------------------------------
    cd /usr/home/mitchell/Development/freebsd; _PARALLEL_SUBDIR_OK=1 MACHINE_ARCH=riscv64 MACHINE=riscv CPUTYPE= BUILD_TOOLS_META=.NOMETA LOCAL_MODULES= CC="/usr/local/bin/ccache cc -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp -B/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp/usr/bin" CXX="/usr/local/bin/ccache c++ -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp -B/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp/usr/bin" CPP="cpp -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp -B/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp/usr/bin" AS="as" AR="ar" LD="ld" LLVM_LINK="" NM=nm OBJCOPY="objcopy" RANLIB=ranlib STRINGS= SIZE="size" INSTALL="sh /usr/home/mitchell/Development/freebsd/tools/install.sh" PATH=/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp/usr/sbin:/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp/usr/bin:/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp/legacy/usr/sbin:/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp/legacy/usr/bin:/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp/legacy/bin:/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp/legacy/usr/libexec::/sbin:/bin:/usr/sbin:/usr/bin SYSROOT=/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp make -f Makefile.inc1 BWPHASE=everything DESTDIR=/usr/obj/usr/home/mitchell/Development/freebsd/amd64.amd64/nxb/riscv.riscv64/tmp all
    ===> bin/cat (all)
    ...
    • Mar 24 2020, 3:19 PM
    • 35 Lines
  • #!/bin/sh
    #
    # $FreeBSD$
    #
    ...
    • Mar 15 2020, 10:46 AM
    • 29 Lines
  • /usr/tests/lib/libproc/target_prog: file format elf64-x86-64-freebsd
    /usr/tests/lib/libproc/target_prog
    architecture: i386:x86-64, flags 0x00000112:
    EXEC_P, HAS_SYMS, D_PAGED
    ...
    • Mar 12 2020, 9:45 PM
    • 190 Lines
  • /usr/tests/lib/libproc/target_prog: file format elf64-x86-64-freebsd
    /usr/tests/lib/libproc/target_prog
    architecture: i386:x86-64, flags 0x00000112:
    EXEC_P, HAS_SYMS, D_PAGED
    ...
    • Mar 12 2020, 9:45 PM
    • 190 Lines
  • diff --git a/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c b/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c
    index ec29c5c418e4..780ddb78aa27 100644
    --- a/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c
    +++ b/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c
    @@ -635,7 +635,7 @@ archive_format_gnutar_header(struct archive_write *a, char h[512],
    ...
    • Mar 10 2020, 7:16 PM
    • 13 Lines
  • diff --git a/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c b/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c
    index ec29c5c418e4..aca51da76017 100644
    --- a/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c
    +++ b/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c
    @@ -634,8 +634,8 @@ archive_format_gnutar_header(struct archive_write *a, char h[512],
    ...
    • Mar 10 2020, 7:13 PM
    • 15 Lines
  • archivers/peazip
    archivers/star
    archivers/unmass
    archivers/xmill
    astro/cfitsio
    ...
    • Mar 10 2020, 3:07 PM
    • 832 Lines
  • P369 OSUP
    Scope (\_GPE)
    {
    Method (OSUP, 1, Serialized)
    {
    ADBG (Concatenate ("OSUP=", ToHexString (Arg0)))
    ...
    • Feb 28 2020, 6:10 PM
    • 46 Lines
  • ================== Before ======================
    real 2m23.755s
    user 59m7.768s
    sys 4m37.707s
    ...
    • Feb 28 2020, 3:11 PM
    • 131 Lines
  • diff --git devel/ncurses/Makefile devel/ncurses/Makefile
    index e0b82602b570..4d081b851209 100644
    --- devel/ncurses/Makefile
    +++ devel/ncurses/Makefile
    @@ -2,7 +2,7 @@
    ...
    • Feb 17 2020, 8:59 PM
    • 171 Lines
    • Feb 6 2020, 4:09 PM
    • 1 Line
  • diff --git a/sys/dev/msk/if_msk.c b/sys/dev/msk/if_msk.c
    index 6f0f8806359..abe1692d240 100644
    --- a/sys/dev/msk/if_msk.c
    +++ b/sys/dev/msk/if_msk.c
    @@ -3581,6 +3581,7 @@ msk_rxput(struct msk_if_softc *sc_if)
    ...
    • Jan 26 2020, 11:19 PM
    • 26 Lines
  • mmap(0x0,135168,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34361970688 (0x800221000)
    issetugid() = 0 (0x0)
    open("/etc/libmap.conf",O_RDONLY|O_CLOEXEC,010440030) = 3 (0x3)
    fstat(3,{ mode=-rw-r--r-- ,inode=265060,size=47,blksize=4096 }) = 0 (0x0)
    read(3,"# $FreeBSD$\nincludedir /usr/loc"...,47) = 47 (0x2f)
    ...
    • Jan 7 2020, 4:58 AM
    • 3,063 Lines
  • #include <stdio.h>
    #include <dlfcn.h>
    #include <sys/capsicum.h>
    typedef uintptr_t(*contextcreate)(void);
    ...
    • Jan 6 2020, 10:43 AM
    • 2,678 Lines
    • C
  • #!/usr/bin/env python
    #-
    # SPDX-License-Identifier: BSD-2-Clause
    #
    # Copyright (c) 2020 Alexander V. Chernikov
    ...
    • Jan 1 2020, 11:01 PM
    • 76 Lines
    • Python
  • 57North Hacklab is a small hackerspace in the North East of Scotland City of
    Aberdeen. We popped up in 2014 when a group appeared to do something
    hackerspace like and we quickly found office space in the center of the city.
    57North is now on its third iteration moving this Autum from the basement of a
    gaming cafe to some unused space in a commercial office building.
    ...
    • Dec 14 2019, 6:51 PM
    • 57 Lines
  • In file included from /root/ws/head/sys/dev/agp/agp.c:59:
    /root/ws/head/sys/vm/vm_page.h:769:27: error: incompatible pointer types passing 'union vm_page_astate *' to parameter of type 'volatile uint32_t *' (aka 'volatile unsigned int *') [-Werror,-Wincompatible-pointer-types]
    a._bits = atomic_load_32(&m->a);
    ^~~~~
    /root/ws/head/sys/sys/_cscan_atomic.h:94:1: note: passing argument to parameter here
    ...
    • Dec 12 2019, 11:39 PM
    • 15 Lines
  • diff --git a/sys/amd64/vmm/intel/vmx.c b/sys/amd64/vmm/intel/vmx.c
    index 7bc9fdce8743..241affd06af9 100644
    --- a/sys/amd64/vmm/intel/vmx.c
    +++ b/sys/amd64/vmm/intel/vmx.c
    @@ -2258,6 +2258,7 @@ vmx_exit_process(struct vmx *vmx, int vcpu, struct vm_exit *vmexit)
    ...
    • Dec 10 2019, 7:50 PM
    • 115 Lines
  • diff --git a/sys/amd64/vmm/intel/vmx.c b/sys/amd64/vmm/intel/vmx.c
    index 7bc9fdce8743..241affd06af9 100644
    --- a/sys/amd64/vmm/intel/vmx.c
    +++ b/sys/amd64/vmm/intel/vmx.c
    @@ -2258,6 +2258,7 @@ vmx_exit_process(struct vmx *vmx, int vcpu, struct vm_exit *vmexit)
    ...
    • Dec 10 2019, 7:46 PM
    • 114 Lines
  • #define _BSD_VISIBILE
    #include <sys/param.h>
    #include <sys/time.h>
    #include <err.h>
    #include <assert.h>
    ...
    • Nov 20 2019, 8:40 PM
    • 59 Lines
    • C
  • [1108/184955.189021:ERROR:stack_trace_posix.cc(662)] Not implemented reached in bool base::debug::(anonymous namespace)::SandboxSymbolizeHelper::CacheMemoryRegions()
    [57338:607002624:1108/184955.202184:INFO:content_main_runner_impl.cc(959)] Chrome is running in full browser mode.
    [57338:607002624:1108/184955.321993:ERROR:network_change_notifier_posix.cc(107)] Not implemented reached in static NetworkChangeNotifier::NetworkChangeCalculatorParams net::NetworkChangeNoti
    fierPosix::NetworkChangeCalculatorParamsPosix()
    [1108/184955.527435:ERROR:stack_trace_posix.cc(662)] Not implemented reached in bool base::debug::(anonymous namespace)::SandboxSymbolizeHelper::CacheMemoryRegions()
    ...
    • Nov 9 2019, 2:54 AM
    • 38 Lines
    • Plain Text
  • =>> Building www/firefox
    build started at Tue Nov 5 04:59:24 CET 2019
    port directory: /usr/ports/www/firefox
    package name: firefox-70.0.1_2,1
    building for: FreeBSD 113i386-113i386-job-01 11.3-RELEASE-p4 FreeBSD 11.3-RELEASE-p4 i386
    ...
    • Nov 5 2019, 5:15 AM
    • 23,924 Lines
  • #!/bin/sh
    ifname=`ifconfig epair create`
    epair=`echo ${ifname%a}`
    jail -c name=alcatraz persist vnet vnet.interface=${epair}b
    ...
    • Nov 4 2019, 10:27 PM
    • 11 Lines
  • vm.pmap.kernel_maps:
    Kernel map:
    0xffff000000000000-0xffff000001800000 rwxs WB 0 12 0
    0xffff000040200000-0xffff000040210000 r--s WB 0 0 16
    0xffff000040210000-0xffff0000403f0000 rw-s WB 0 0 480
    ...
    • Oct 24 2019, 3:27 PM
    • 1,180 Lines
  • $ LD_PRELOAD=libsiginfo.so.0 python -c "import time; time.sleep(5)"
    ^T
    load: 0.63 cmd: python3.6 69132 [select] 2.02r 0.01u 0.00s 0% 10180k
    #0 0xffffffff80bd04f3 at mi_switch+0xd3
    #1 0xffffffff80c2278e at sleepq_catch_signals+0x39e
    ...
    • Oct 21 2019, 4:16 AM
    • 26 Lines
    • Plain Text
  • ugen0.6: <Google Inc. Cr50> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA)
    bLength = 0x0012
    bDescriptorType = 0x0001
    bcdUSB = 0x0200
    ...
    • Oct 1 2019, 7:22 PM
    • 220 Lines
  • Script started on Fri Sep 27 18:16:52 2019
    Command: sudo poudriere bulk -j 11-amd64 devel/py-buildbot-www devel/py-oslotest devel/py-pycadf devel/py-pyee graphics/qgis graphics/qgis-ltr security/py-keystone www/py-textile
    [00:00:00] Creating the reference jail... done
    [00:00:01] Mounting system devices for 11-amd64-default
    [00:00:01] Mounting ports/packages/distfiles
    ...
    • Sep 28 2019, 1:19 AM
    • 43 Lines
  • #include <sys/param.h>
    #include <sys/mman.h>
    #include <sys/stat.h>
    #include <fcntl.h>
    ...
    • Sep 24 2019, 9:15 PM
    • 51 Lines
  • #!/usr/bin/env python3
    """TCP/UDP proxy for NetGDB. Translates between Debugnet UDP GDB packets from a
    panicked kernel and TCP GDB packets from a client."""
    ...
    • Sep 22 2019, 2:54 AM
    • 503 Lines
    • Python
  • audio/py-gmusicapi
    audio/py-gmusicproxy
    devel/py-buildbot-www
    devel/py-molecule
    devel/py-nose2
    ...
    • Sep 19 2019, 4:47 AM
    • 65 Lines
  • /usr/ports/audio/py-gmusicapi
    /usr/ports/audio/py-gmusicproxy
    /usr/ports/devel/py-buildbot-www
    /usr/ports/devel/py-molecule
    /usr/ports/devel/py-nose2
    ...
    • Sep 19 2019, 4:44 AM
    • 65 Lines
  • + sudo make clean
    ===> Cleaning for py36-mock-3.0.5
    ===> Cleaning for py27-mock-3.0.5
    + DEVELOPER=yes
    + portlint -Ca
    ...
    • Sep 18 2019, 1:59 PM
    • 86 Lines
  • + sudo make clean
    ===> Cleaning for py36-mock-3.0.5
    ===> Cleaning for py27-mock-3.0.5
    + DEVELOPER=yes
    + portlint -Ca
    ...
    • Sep 18 2019, 1:58 PM
    • 524 Lines
  • ===> Cleaning for py36-mock-3.0.5
    ===> Cleaning for py27-mock-3.0.5
    ===> License BSD2CLAUSE accepted by the user
    ===> py36-mock-3.0.5 depends on file: /usr/local/sbin/pkg - found
    ===> Fetching all distfiles required by py36-mock-3.0.5 for building
    ...
    • Sep 18 2019, 1:54 PM
    • 520 Lines
  • =>> Building games/ufoai
    build started at Sun Sep 8 19:11:19 CEST 2019
    port directory: /usr/ports/games/ufoai
    package name: ufoai-2.5_9
    building for: FreeBSD 120amd64-120amd64-job-02 12.0-RELEASE FreeBSD 12.0-RELEASE amd64
    ...
    • Sep 8 2019, 5:15 PM
    • 36,161 Lines
  • =>> Building games/jutils
    build started at Fri Aug 30 13:33:47 CEST 2019
    port directory: /usr/ports/games/jutils
    package name: jutils-1.0.1
    building for: FreeBSD 120amd64-120amd64-job-01 12.0-RELEASE FreeBSD 12.0-RELEASE amd64
    ...
    • Aug 30 2019, 11:35 AM
    • 394 Lines
  • db> bt
    Tracing pid 12 tid 100024 td 0xfffff800037cd000
    cpustop_handler() at cpustop_handler+0x2d/frame 0xffffffff81efc9c0
    ipi_nmi_handler() at ipi_nmi_handler+0x40/frame 0xffffffff81efc9e0
    trap() at trap+0x46/frame 0xffffffff81efcaf0
    ...
    • Aug 27 2019, 11:54 PM
    • 22 Lines
  • P303 bhyve
    login: spin lock 0xffffffff81f455d8 (smp rendezvous) held by 0xfffff800037cd000 (tid 100024) too long
    timeout stopping cpus
    panic: spin lock held too long
    cpuid = 2
    time = 1566949878
    ...
    • Aug 27 2019, 11:52 PM
    • 24 Lines
  • vm.pmap.kernel_maps:
    Recursive map:
    0xffff804020100000-0xffff804020109000 rw-s- WB 0 0 9
    0xffff8040201f0000-0xffff8040201f1000 rw-s- WB 0 0 1
    0xffff8040201fa000-0xffff8040201fb000 rw-s- WB 0 0 1
    ...
    • Aug 23 2019, 3:59 PM
    • 1,326 Lines
  • =>> Building sysutils/syslog-ng
    build started at Fri Aug 16 12:16:08 CEST 2019
    port directory: /usr/ports/sysutils/syslog-ng
    package name: syslog-ng-3.21.1_1
    building for: FreeBSD 120amd64-120amd64-job-01 12.0-RELEASE FreeBSD 12.0-RELEASE amd64
    ...
    • Aug 16 2019, 10:20 AM
    • 761 Lines
  • Script started on Tue Aug 13 22:58:33 2019
    Command: sh -c make makepatch; export DEVELOPER=1; make clean; make build && make stage && make package && tar tvJf work/pkg/*.*
    Generated patch-Makefile.in
    Generated patch-src_dparent.c
    Generated patch-src_util.c
    ...
    • Aug 14 2019, 5:58 AM
    • 605 Lines
  • Script started on Tue Aug 13 22:52:44 2019
    Command: sh -c export DEVELOPER=1; make clean; make build && make stage && make package && tar tvJf work/pkg/*.*
    ===> Cleaning for distcc-3.3.2_1
    ===> NOTICE:
    ...
    • Aug 14 2019, 5:53 AM
    • 598 Lines
  • Script started on Tue Aug 13 22:36:28 2019
    Command: sh -c export DEVELOPER=1; make clean; make build && make stage
    ===> Cleaning for distcc-3.3.2_1
    ===> NOTICE:
    ...
    • Aug 14 2019, 5:43 AM
    • 672 Lines
  • =>> Building www/firefox-esr
    build started at Tue Aug 13 21:30:48 CEST 2019
    port directory: /usr/ports/www/firefox-esr
    package name: firefox-esr-60.8.0_3,1
    building for: FreeBSD 120amd64-120amd64-rust1370-job-01 12.0-RELEASE FreeBSD 12.0-RELEASE amd64
    ...
    • Aug 13 2019, 7:56 PM
    • 4,880 Lines
  • index trace
    ------ -----
    25613 swapdev_trim: cursor 0x1c9592 blk 0xa416 size 2 trimmer 0xa418
    25612 swapdev_trim: cursor 0x1c94f2 blk 0x94ed size 5 trimmer 0x94f2
    25611 swapdev_trim: cursor 0x1c94a3 blk 0x94ed size 5 trimmer 0x94f2
    ...
    • Aug 3 2019, 2:29 AM
    • 25,616 Lines
  • index trace
    ------ -----
    8164 swapdev_trim: cursor 0x59b7 blk 0x46375 size 1 trimmer 0x46376
    8163 swapdev_trim: cursor 0x523c blk 0x4598f size 1 trimmer 0x45990
    8162 swapdev_trim: cursor 0x3cfb blk 0x45217 size 1 trimmer 0x45218
    ...
    • Aug 1 2019, 10:54 PM
    • 8,167 Lines
  • When explicit -mavx etc are added, Clang generates vectorized ADDs as well:
    (gdb) disas /m foo2
    Dump of assembler code for function foo2:
    23 return ((addr[0] + addr[1] + addr[2] + addr[3] + addr[4] + addr[5]) == 0);
    ...
    • Aug 1 2019, 3:09 PM
    • 15 Lines
    • Plain Text
  • #include <stdio.h>
    #include <stdint.h>
    #include <stdbool.h>
    bool
    ...
    • Aug 1 2019, 2:51 PM
    • 166 Lines
    • Plain Text
  • #include <stdio.h>
    #include <stdint.h>
    #include <stdbool.h>
    static inline bool
    ...
    • Aug 1 2019, 2:44 PM
    • 62 Lines
    • Plain Text
  • drmn0: successfully loaded firmware image with name: amdgpu/polaris10_smc.bin
    panic: vm_fault_hold: fault on nofault entry, addr: 0xffff00006d9ff000
    cpuid = 2
    time = 1564001160
    KDB: stack backtrace:
    ...
    • Jul 24 2019, 9:06 PM
    • 145 Lines
  • msg_controllen = tswapal(target_msgh->msg_controllen);
    if (msg_controllen < sizeof(struct target_cmsghdr)) {
    goto the_end;
    } else if (do_strace)
    fprintf(stderr, "t2h_freebsd_cmsg INFO: len=%u < %u\n", msg_controllen, sizeof(struct target_cmsghdr));
    • Jul 24 2019, 6:59 PM
    • 5 Lines
  • index trace
    ------ -----
    7932 swapdev_trim: cursor 0x1281e0 trimmer 0x18bb0a trimsize 8
    7931 swapdev_trim: cursor 0x125c72 trimmer 0x187fda trimsize 15
    7930 swapdev_trim: cursor 0x125517 trimmer 0x185aa2 trimsize 19
    ...
    • Jul 20 2019, 6:04 PM
    • 7,935 Lines
  • markj@biggie> sysctl vm.phys_free && sysctl vm.reserv
    vm.phys_free:
    DOMAIN 0:
    FREE LIST 0:
    ...
    • Jun 25 2019, 8:28 PM
    • 92 Lines
  • markj@biggie> sysctl vm.phys_free && sysctl vm.reserv
    vm.phys_free:
    DOMAIN 0:
    FREE LIST 0:
    ...
    • Jun 25 2019, 8:23 PM
    • 92 Lines
  • Delta RPMs reduced 312.8 MB of updates to 311.6 MB (0.1% saved)
    • Jun 20 2019, 8:51 PM
    • 1 Line
  • pkg-message must contain only information that is vital to setup and operation, and that is unique to the port in question.
    Setup information should only be shown on initial install, and upgrade instructions should be shown only when upgrading to the relevant version.
    All committers have blanket approval to constrain existing messages to install/upgrade ranges using the UCL format specifications.
    ...
    • Jun 9 2019, 4:12 PM
    • 7 Lines
  • 106315 1 14847282316920 vmspace_switch_aio: 0xfffff80016a2c000, 1-- => 0xffffffff828a56e0, 47++
    106314 1 14847280300684 aio_proc_rundown: pid 1878, vmspace 0xfffff80016a2c000, vm_refcnt 2.
    106313 1 14847279995972 release_offload_resources: toep 0xfffff8002a202000 (tid 7218, l2te 0xfffffe0002674030, ce 0x0)
    106312 1 14847279995320 final_cpl_received: tid 7218, toep 0xfffff8002a202000 (0xa6), inp 0xfffff80004ff85b8 (0x1802040)
    106311 1 14847279976444 t4_pcb_detach: tid 7218 (TIME_WAIT), toep 0xfffff8002a202000 (0xa7), inp 0xfffff80004ff85b8 (0x802040)
    ...
    • Jun 6 2019, 7:19 PM
    • 8 Lines
  • diff -r 4a367a886c39 -r 182575b4b006 sys/dev/cxgbe/tom/t4_cpl_io.c
    --- a/sys/dev/cxgbe/tom/t4_cpl_io.c Sun Jun 02 09:20:22 2019 -0700
    +++ b/sys/dev/cxgbe/tom/t4_cpl_io.c Tue Jun 04 10:05:30 2019 -0700
    @@ -2196,9 +2196,18 @@ t4_aiotx_task(void *context, int pending
    {
    ...
    • Jun 6 2019, 6:18 PM
    • 23 Lines
  • 88673 0x200000 0x1632000 r-- 2250 11320 42 14 CNS-- vn /usr/bin/cpp
    88673 0x1632000 0x4570000 r-x 9038 11320 42 14 CNS-- vn /usr/bin/cpp
    88673 0x4570000 0x4581000 rw- 17 0 1 0 C---- vn /usr/bin/cpp
    88673 0x4581000 0x480a000 rw- 111 111 1 0 ----- df
    88673 0x804570000 0x804600000 rw- 113 113 1 0 ----- df
    ...
    • Jun 3 2019, 5:21 PM
    • 104 Lines
  • MMC: OMAP SD/MMC: 0
    Loading Environment from FAT... *** Warning - bad CRC, using default environment
    <ethaddr> not set. Validating first E-fuse MAC
    Net: Could not get PHY for ethernet@4a100000: addr 0
    ...
    • May 26 2019, 8:47 AM
    • 58 Lines
  • # $FreeBSD: head/share/mk/bsd.confs.mk 343067 2019-01-15 23:37:49Z sjg $
    .if !target(__<bsd.init.mk>__)
    . error bsd.conf.mk cannot be included directly.
    .endif
    ...
    • May 21 2019, 5:05 AM
    • 139 Lines
  • Loading kernel...
    /boot/test.GENERIC/kernel text=0x1684bdc data=0x20080c+0x61b884 syms=[0x8+0x1a8938+0x8+0x169d47]
    Loading configured modules...
    /boot/entropy size=0x1000
    ...
    ...
    • May 11 2019, 4:06 PM
    • 28 Lines
    • Plain Text
  • Index: usr.sbin/lpr/common_source/printcap.c
    ===================================================================
    --- usr.sbin/lpr/common_source/printcap.c (revision 347012)
    +++ usr.sbin/lpr/common_source/printcap.c (working copy)
    @@ -99,15 +99,9 @@
    ...
    • May 4 2019, 1:50 AM
    • 59 Lines
  • Index: crypto/heimdal/kdc/digest.c
    ===================================================================
    --- crypto/heimdal/kdc/digest.c (revision 347012)
    +++ crypto/heimdal/kdc/digest.c (working copy)
    @@ -605,7 +605,7 @@
    ...
    • May 2 2019, 3:13 PM
    • 193 Lines
  • arc4rand may block once with the following non-sleepable locks held:
    exclusive sleep mutex tcp_sc_head (tcp_sc_head) r = 0 (0xfffffe000077a0b0) locked @ /usr/home/conrad/src/freebsd/sys/netinet/tcp_syncache.c:531
    stack backtrace:
    #0 0xffffffff80c127a4 at witness_debugger.part.14+0xa4
    #1 0xffffffff80c15aa5 at witness_warn+0x285
    ...
    • May 1 2019, 8:47 PM
    • 46 Lines
    • Plain Text
  • P254 dwarf4
    /* clang */
    (kgdb) bt
    #0 sched_switch (td=0xfffff80003c01000, newtd=0xfffff80003201000, flags=<optimized out>) at /root/ws/head/sys/kern/sched_ule.c:2112
    #1 0xffffffff80bfbbb4 in mi_switch (flags=260, newtd=0x0) at /root/ws/head/sys/kern/kern_synch.c:439
    #2 0xffffffff80c47700 in sleepq_switch (wchan=0xfffff8000322aa00, pri=0) at /root/ws/head/sys/kern/subr_sleepqueue.c:612
    ...
    • Apr 29 2019, 9:45 PM
    • 32 Lines
  • Kindly review these commits
    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234979
    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236902
    • Mar 31 2019, 10:37 PM
    • 5 Lines
  • build started at Sun Mar 24 07:00:32 EDT 2019
    port directory: /usr/ports/graphics/tesseract
    package name: tesseract-4.0.0
    building for: FreeBSD current-devel 13.0-CURRENT FreeBSD 13.0-CURRENT 1300017 amd64
    maintained by: pkubaj@anongoth.pl
    ...
    • Mar 24 2019, 11:20 AM
    • 2,267 Lines
  • diff -r 26b17a9d1ba2 sys/conf/files
    --- a/sys/conf/files Tue Mar 12 16:49:16 2019 -0700
    +++ b/sys/conf/files Thu Mar 14 10:27:35 2019 -0700
    @@ -1466,8 +1466,8 @@ t4fw.fwo optional cxgbe \
    no-implicit-rule \
    ...
    • Mar 14 2019, 5:28 PM
    • 81 Lines
  • diff -r 26b17a9d1ba2 sys/modules/cxgbe/t6_firmware/Makefile
    --- a/sys/modules/cxgbe/t6_firmware/Makefile Tue Mar 12 16:49:16 2019 -0700
    +++ b/sys/modules/cxgbe/t6_firmware/Makefile Thu Mar 14 09:38:33 2019 -0700
    @@ -18,10 +18,6 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
    .endfor
    ...
    • Mar 14 2019, 4:40 PM
    • 15 Lines
  • /kernel: No such file or directory.
    No symbol table is loaded. Use the "file" command.
    qemu dumped core - see /var/crash/vmcore.5
    Tue Feb 26 23:08:51 UTC 2019
    ...
    • Feb 27 2019, 5:35 PM
    • 1,685 Lines
  • 45689 ktrace RET ktrace 0
    45689 ktrace CALL execve(0x7fffffffe857,0x7fffffffe580,0x7fffffffe590)
    45689 ktrace NAMI "./a.out"
    45689 ktrace NAMI "/libexec/ld-elf.so.1"
    45689 a.out RET execve JUSTRETURN
    ...
    • Jan 12 2019, 4:40 PM
    • 179 Lines
  • 45689 ktrace RET ktrace 0
    45689 ktrace CALL execve(0x7fffffffe857,0x7fffffffe580,0x7fffffffe590)
    45689 ktrace NAMI "./a.out"
    45689 ktrace NAMI "/libexec/ld-elf.so.1"
    45689 a.out RET execve JUSTRETURN
    ...
    • Jan 12 2019, 4:38 PM
    • 179 Lines
  • Workaround for clang/libc++ nested pair bug:
    https://github.com/NASA-SW-VnV/ikos/issues/22
    --- ar/src/semantic/context_impl.hpp.orig 2019-01-04 10:58:52 UTC
    +++ ar/src/semantic/context_impl.hpp
    ...
    • Jan 4 2019, 11:06 AM
    • 194 Lines
    • Diff
  • GCC 8.2.0 -O2 -funroll-loops:
    0000000000000060 <xor_and_encrypt_uint8_t>:
    60: 48 83 ec 18 sub $0x18,%rsp
    64: 48 8b 02 mov (%rdx),%rax
    ...
    • Dec 27 2018, 11:08 PM
    • 103 Lines
    • Plain Text
  • #define CCM_CBC_BLOCK_LEN 16
    struct aes_cbc_mac_ctx;
    extern void Y(struct aes_cbc_mac_ctx *, void *, uint8_t *);
    ...
    • Dec 27 2018, 11:01 PM
    • 93 Lines
    • Plain Text
  • diff --git a/sys/dev/mps/mps_sas_lsi.c b/sys/dev/mps/mps_sas_lsi.c
    index d5e51eb6ca6c..cfdaf70fda7b 100644
    --- a/sys/dev/mps/mps_sas_lsi.c
    +++ b/sys/dev/mps/mps_sas_lsi.c
    @@ -1004,11 +1004,11 @@ mpssas_get_sata_identify(struct mps_softc *sc, u16 handle,
    ...
    • Dec 19 2018, 9:56 PM
    • 19 Lines
  • Index: Makefile
    ===================================================================
    --- Makefile (revision 341286)
    +++ Makefile (working copy)
    @@ -2,6 +2,6 @@
    ...
    • Nov 30 2018, 6:10 AM
    • 182 Lines
  • commit 64bdf832914c85a6b55fd991b6b1035571803544
    Author: Ben Widawsky <ben.widawsky@intel.com>
    Date: Mon Nov 19 11:56:48 2018 -0800
    Add get_nr_swap_pages used by i915
    ...
    • Nov 19 2018, 7:57 PM
    • 45 Lines
  • sudo make FORMATS=html
    Warning: Object directory not changed from original /usr/doc/head
    ===> en_US.ISO8859-1 (all)
    Warning: Object directory not changed from original /usr/doc/head/en_US.ISO8859-1
    ===> en_US.ISO8859-1/articles (all)
    ...
    • Oct 29 2018, 10:02 PM
    • 65 Lines
  • diff --git a/sys/cam/nvme/nvme_da.c b/sys/cam/nvme/nvme_da.c
    index f83a038506a..dfc70a9a9ac 100644
    --- a/sys/cam/nvme/nvme_da.c
    +++ b/sys/cam/nvme/nvme_da.c
    @@ -152,6 +152,7 @@ static int ndaerror(union ccb *ccb, u_int32_t cam_flags,
    ...
    • Oct 22 2018, 11:40 PM
    • 112 Lines
  • P230 trythis
    [1139/1206] /usr/bin/env ../../build/go/build.py --fuchsia-root /Users/jelischer/aros --root-out-dir host_x64 --zircon-sysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --depfile /Users/jelischer/aros/out/debug-arm64/host_x64/traceutil.d --current-cpu x64 --current-os mac --go-tool /Users/jelischer/aros/buildtools/go --binname traceutil --toolchain-prefix /Users/jelischer/aros/buildtools/mac-x64/clang/bin --go-dependency traceutil=/Users/jelischer/aros/garnet/bin/traceutil --go-dependency github.com/google/subcommands=/Users/jelischer/aros/third_party/golibs/github.com/google/subcommands --go-dependency github.com/kr/fs=/Users/jelischer/aros/third_party/golibs/github.com/kr/fs --go-dependency github.com/pkg/errors=/Users/jelischer/aros/third_party/golibs/github.com/pkg/errors --go-dependency github.com/pkg/sftp=/Users/jelischer/aros/third_party/golibs/github.com/pkg/sftp --go-dependency golang.org/x/crypto=/Users/jelischer/aros/third_party/golang/crypto --package traceutil
    FAILED: host_x64/traceutil
    /usr/bin/env ../../build/go/build.py --fuchsia-root /Users/jelischer/aros --root-out-dir host_x64 --zircon-sysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --depfile /Users/jelischer/aros/out/debug-arm64/host_x64/traceutil.d --current-cpu x64 --current-os mac --go-tool /Users/jelischer/aros/buildtools/go --binname traceutil --toolchain-prefix /Users/jelischer/aros/buildtools/mac-x64/clang/bin --go-dependency traceutil=/Users/jelischer/aros/garnet/bin/traceutil --go-dependency github.com/google/subcommands=/Users/jelischer/aros/third_party/golibs/github.com/google/subcommands --go-dependency github.com/kr/fs=/Users/jelischer/aros/third_party/golibs/github.com/kr/fs --go-dependency github.com/pkg/errors=/Users/jelischer/aros/third_party/golibs/github.com/pkg/errors --go-dependency github.com/pkg/sftp=/Users/jelischer/aros/third_party/golibs/github.com/pkg/sftp --go-dependency golang.org/x/crypto=/Users/jelischer/aros/third_party/golang/crypto --package traceutil
    # runtime/cgo
    /tmp/go-build856022745/runtime/cgo/_obj/_cgo_export.c:2:10: fatal error: 'stdlib.h' file not found
    ...
    • Oct 16 2018, 10:30 PM
    • 7 Lines
  • #include <stdint.h>
    #include <stdatomic.h>
    struct test {
    ...
    • Oct 14 2018, 2:04 PM
    • 49 Lines
    • C
  • #include <stdint.h>
    #include <stdatomic.h>
    int main (int argc, char **argv)
    {
    ...
    • Oct 14 2018, 2:03 PM
    • 14 Lines
    • C