Page MenuHomeFreeBSD
Paste Active Pastes
  • =>> 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
  • ---<<BOOT>>---
    Copyright (c) 1992-2018 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.
    ...
    • Oct 6 2018, 8:16 PM
    • 87 Lines
  • diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
    index 68dae23f2c6..8b06f8f5a89 100644
    --- a/sys/dev/acpica/acpi.c
    +++ b/sys/dev/acpica/acpi.c
    @@ -54,6 +54,7 @@ __FBSDID("$FreeBSD$");
    ...
    • Oct 4 2018, 8:33 PM
    • 65 Lines
  • diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
    index 61dfd2607b4..d5a79e45320 100644
    --- a/sys/amd64/amd64/pmap.c
    +++ b/sys/amd64/amd64/pmap.c
    @@ -1800,28 +1800,28 @@ pmap_invalidate_page(pmap_t pmap, vm_offset_t va)
    ...
    • Sep 28 2018, 12:06 PM
    • 91 Lines
  • https://www.amazon.ca/digital-Stick-RTL-SDR-Receiver-RTL2832U/dp/B00CM3LNMM/ref=sr_1_8?ie=UTF8&qid=1538079295&sr=8-8&keywords=rtlsdr
    https://www.amazon.ca/AGPtek%C2%AE-LKV373-Extender-CAT6-Single-Source/dp/B00TO8SX7G/ref=sr_1_10?s=electronics&ie=UTF8&qid=1538079343&sr=1-10&keywords=hdmi+ethernet+extender
    https://www.amazon.ca/Pyle-Pro-PDWM96-Lavalier-Wireless-Microphone/dp/B0007L8BQW/ref=pd_sbs_229_2?_encoding=UTF8&pd_rd_i=B0007L8BQW&pd_rd_r=343321ed-c292-11e8-b774-b318503a9aad&pd_rd_w=8OQrF&pd_rd_wg=qjEf6&pf_rd_i=desktop-dp-sims&pf_rd_m=A3DWYIK6Y9EEQB&pf_rd_p=d4c8ffae-b082-4374-b96d-0608daba52bb&pf_rd_r=9R1VD5VAFYAFSPDEE2RD&pf_rd_s=desktop-dp-sims&pf_rd_t=40701&psc=1&refRID=9R1VD5VAFYAFSPDEE2RD
    • Sep 27 2018, 8:17 PM
    • 3 Lines
  • ---<<BOOT>>---
    Copyright (c) 1992-2018 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.
    ...
    • Sep 26 2018, 7:20 PM
    • 128 Lines
  • == Work Trees ==
    $ git worktree add -b \
    fix ../tmp master
    ...
    • Sep 21 2018, 9:01 AM
    • 14 Lines
  • diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
    index f55a0048e4b..b25f4348533 100644
    --- a/sys/dev/acpica/acpi.c
    +++ b/sys/dev/acpica/acpi.c
    @@ -2727,8 +2727,12 @@ acpi_ReqSleepState(struct acpi_softc *sc, int state)
    ...
    • Sep 14 2018, 6:01 PM
    • 37 Lines
  • --
    [cyberycompanyname] has been at the forefront of information technology since
    we were granted a government monolpoly in 1985. Today we have the largest
    connected network of on the street terminals anywhere in the world and are the
    ...
    • Sep 12 2018, 11:45 AM
    • 14 Lines
  • Script started on Tue 11 Sep 2018 10:09:19 AM PDT
    bwidawsk@rantogno-builder:~$ (reverse-i-search)`':p': picocom /dev/ttyUSB0 -b 115200 [1@i[1@c[1@o bwidawsk@rantogno-builder:~$ picocom /dev/ttyUSB0 -b 115200
    picocom v1.7
    port is : /dev/ttyUSB0
    ...
    • Sep 11 2018, 5:11 PM
    • 2,070 Lines
  • diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
    index db791582f29a..2fb0b9b4f33b 100644
    --- a/sys/ddb/db_command.c
    +++ b/sys/ddb/db_command.c
    @@ -145,7 +145,7 @@ static struct command db_cmds[] = {
    ...
    • Aug 30 2018, 10:28 PM
    • 39 Lines
  • Index: vfs_bio.c
    ===================================================================
    --- vfs_bio.c (revision 338036)
    +++ vfs_bio.c (working copy)
    @@ -4188,6 +4188,7 @@
    ...
    • Aug 21 2018, 9:48 PM
    • 29 Lines
  • diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c
    index 26a10c673ab..4a4e28120be 100644
    --- a/sys/netinet6/frag6.c
    +++ b/sys/netinet6/frag6.c
    @@ -495,11 +495,15 @@ frag6_input(struct mbuf **mp, int *offp, int proto)
    ...
    • Aug 19 2018, 6:33 PM
    • 149 Lines
  • diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c
    index 26a10c673ab..4a4e28120be 100644
    --- a/sys/netinet6/frag6.c
    +++ b/sys/netinet6/frag6.c
    @@ -495,11 +495,15 @@ frag6_input(struct mbuf **mp, int *offp, int proto)
    ...
    • Aug 19 2018, 6:31 PM
    • 149 Lines
  • P211 Test
    Test paste.
    I had no idea we had a paste bin on phab
    • Aug 19 2018, 6:30 PM
    • 3 Lines
  • diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile
    index f16d59aa7f6e..77ed6a91b078 100644
    --- a/sys/modules/uart/Makefile
    +++ b/sys/modules/uart/Makefile
    @@ -26,8 +26,13 @@ uart_dev_mvebu=uart_dev_mvebu.c
    ...
    • Aug 16 2018, 8:02 PM
    • 19 Lines
  • There are 59 section headers, starting at offset 0x102b8c8:
    Section Headers:
    [Nr] Name Type Address Offset
    Size EntSize Flags Link Info Align
    ...
    • Aug 14 2018, 8:18 PM
    • 127 Lines
  • Relocation section with addend (.rela.dyn):
    r_offset r_info r_type st_value st_name + r_addend
    ffffffff80799df3 02fc00000002 R_X86_64_PC32 ffffffff80abb480 casueword + fffffffffffffffc
    ffffffff80b45c24 03cb00000002 R_X86_64_PC32 ffffffff80b407c0 futex_andl + fffffffffffffffc
    ...
    • Aug 14 2018, 7:55 PM
    • 1,358 Lines
  • diff --git a/contrib/lua/src/lstrlib.c b/contrib/lua/src/lstrlib.c
    index d6aac616add5..7471345ae7b1 100644
    --- a/contrib/lua/src/lstrlib.c
    +++ b/contrib/lua/src/lstrlib.c
    @@ -928,6 +928,7 @@ static void addquoted (luaL_Buffer *b, const char *s, size_t len) {
    ...
    • Aug 14 2018, 6:05 PM
    • 49 Lines
  • /*
    * Perhaps merge this into acpi_sleep_machdep
    */
    static void
    __do_s0ix(struct acpi_softc *sc)
    ...
    • Aug 10 2018, 9:14 PM
    • 34 Lines
  • root@eclipz-nfsroot:~/tcp-testsuite # ./run-tests.sh -v -t 400 rcv-data-segments/all-rcv-data-segments-tests
    Name Verdict
    ===============================================================================
    overlapping-050-075 PASSED
    overlapping-050-100 PASSED
    ...
    • Aug 10 2018, 6:53 AM
    • 225 Lines
  • 512 0x7ffffc01ffb
    512 0x7ffffc014c0
    512 0x7ffffc0132d
    512 0x7ffffc011f3
    512 0x7ffffc00c87
    ...
    • Aug 9 2018, 2:40 PM
    • 593 Lines
  • 4 0x7ffffc00015
    20 0x7ffffc0003a
    14 0x7ffffc0003b
    12 0x7ffffc000c2
    7 0x7ffffc000c3
    ...
    • Aug 8 2018, 4:33 PM
    • 106 Lines
  • 17 0x7ffffc00018
    97 0x7ffffc0002f
    220 0x7ffffc003f0
    352 0x7ffffc003f1
    356 0x7ffffc003f2
    ...
    • Aug 8 2018, 4:32 PM
    • 22 Lines
  • 257 0x7ffffc011d6
    180 0x7ffffc00973
    168 0x7ffffc00974
    162 0x7ffffc011d3
    137 0x7ffffc011d4
    ...
    • Aug 8 2018, 3:46 PM
    • 5,036 Lines
  • PID START END PRT RES PRES REF SHD FLAG TP PATH
    2327 0x1021000 0x102b000 r-- 10 48 15 5 CN-- vn /usr/local/lib/firefox/firefox
    2327 0x102b000 0x1052000 r-x 31 48 15 5 CN-- vn /usr/local/lib/firefox/firefox
    2327 0x1052000 0x1053000 rw- 1 0 1 0 CN-- vn /usr/local/lib/firefox/firefox
    2327 0x1053000 0x1054000 r-- 1 1 1 0 CN-- df
    ...
    • Jul 30 2018, 10:46 PM
    • 89,709 Lines
  • /* Compile and link as a dynamic executable. */
    #include <stdio.h>
    __thread int aligned_var_ie __attribute__((aligned(4096),tls_model("initial-exec"))) = 0x420043;
    ...
    • Jul 30 2018, 3:10 PM
    • 13 Lines
    • C
  • PID START END PRT RES PRES REF SHD FLAG TP PATH
    2327 0x1021000 0x102b000 r-- 10 48 15 5 CN-- vn /usr/local/lib/firefox/firefox
    2327 0x102b000 0x1052000 r-x 31 48 15 5 CN-- vn /usr/local/lib/firefox/firefox
    2327 0x1052000 0x1053000 rw- 1 0 1 0 C--- vn /usr/local/lib/firefox/firefox
    2327 0x1053000 0x1054000 r-- 1 2 2 0 ---- df
    ...
    • Jul 30 2018, 3:03 PM
    • 12,355 Lines
  • 82992 0x200000 0x1577000 r-- 2159 10376 42 14 CNS- vn /usr/bin/cpp
    82992 0x1577000 0x3ff3000 r-x 8188 10376 42 14 CNS- vn /usr/bin/cpp
    82992 0x3ff3000 0x4000000 rw- 13 0 1 0 C--- vn /usr/bin/cpp
    82992 0x4000000 0x4282000 rw- 106 106 1 0 ---- df
    ...
    • Jul 29 2018, 4:45 AM
    • 240 Lines
  • 63601 0x200000 0x1577000 r-- 2159 10376 6 2 CNS- vn /usr/bin/cpp
    63601 0x1577000 0x3ff3000 r-x 8188 10376 6 2 CNS- vn /usr/bin/cpp
    63601 0x3ff3000 0x4000000 rw- 13 0 1 0 C--- vn /usr/bin/cpp
    63601 0x4000000 0x4282000 rw- 106 106 1 0 ---- df
    63601 0x803ff3000 0x803ff4000 r-- 1 1 40 0 ---- dv
    ...
    • Jul 29 2018, 4:36 AM
    • 284 Lines
  • /usr/home/conrad/src/freebsd/sys/mips/cavium/octeon_machdep.c: In function 'octeon_init_kenv':
    /usr/home/conrad/src/freebsd/sys/mips/cavium/octeon_machdep.c:688: warning: implicit declaration of function 'boot_parse_arg'
    /usr/home/conrad/src/freebsd/sys/mips/cavium/octeon_machdep.c:688: warning: nested extern declaration of 'boot_parse_arg' [-Wnested-externs]
    --- octeon_machdep.o ---
    *** [octeon_machdep.o] Error code 1
    • Jul 17 2018, 10:53 PM
    • 5 Lines
  • PID START END PRT RES PRES REF SHD FLAG TP PATH
    50178 0x1001000 0x1027000 r-x 29 31 10 5 CN-- vn /usr/local/lib/firefox/firefox
    50178 0x1027000 0x1028000 r-- 1 0 1 0 C--- vn /usr/local/lib/firefox/firefox
    50178 0x1028000 0x1029000 rw- 1 1 1 0 ---- df
    50178 0x21027000 0x2102c000 r-- 5 32 164 52 CN-- vn /libexec/ld-elf.so.1
    ...
    • Jul 16 2018, 2:18 PM
    • 419 Lines
  • panic: Assertion *(uint64_t *)&ifp->if_addr_et == 0 failed at /usr/src/sys/net/if.c:1763
    cpuid = 0
    time = 1531727305
    KDB: stack backtrace:
    db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe008d7f74b0
    ...
    • Jul 16 2018, 8:00 AM
    • 73 Lines
  • PID START END PRT RES PRES REF SHD FLAG TP PATH
    1089 0x1001000 0x1027000 r-x 26 27 10 5 CN-- vn /usr/local/lib/firefox/firefox
    1089 0x1027000 0x1028000 r-- 1 0 1 0 CN-- vn /usr/local/lib/firefox/firefox
    1089 0x1028000 0x1029000 rw- 1 1 1 0 CN-- df
    1089 0x21027000 0x2102c000 r-- 5 32 153 49 CN-- vn /libexec/ld-elf.so.1
    ...
    • Jul 15 2018, 10:45 PM
    • 5,418 Lines
  • PID START END PRT RES PRES REF SHD FLAG TP PATH
    1089 0x1001000 0x1027000 r-x 26 27 10 5 CN-- vn /usr/local/lib/firefox/firefox
    1089 0x1027000 0x1028000 r-- 1 0 1 0 CN-- vn /usr/local/lib/firefox/firefox
    1089 0x1028000 0x1029000 rw- 1 1 1 0 CN-- df
    1089 0x21027000 0x2102c000 r-- 5 32 153 49 CN-- vn /libexec/ld-elf.so.1
    ...
    • Jul 15 2018, 10:44 PM
    • 5,418 Lines
  • Index: sys/conf/Makefile.arm
    ===================================================================
    --- sys/conf/Makefile.arm (revision 335864)
    +++ sys/conf/Makefile.arm (working copy)
    @@ -72,17 +72,33 @@
    ...
    • Jul 11 2018, 8:55 PM
    • 73 Lines
  • diff -u -r -N sys/mips/atheros/ar71xx_macaddr.c sys/mips/atheros/ar71xx_macaddr.c
    --- sys/mips/atheros/ar71xx_macaddr.c 2018-07-07 20:50:15.479230000 +0200
    +++ sys/mips/atheros/ar71xx_macaddr.c 2018-07-16 04:07:45.482053000 +0200
    @@ -35,6 +35,8 @@
    ...
    • Jul 9 2018, 12:14 AM
    • 437 Lines
  • Index: sys/conf/files.amd64
    ===================================================================
    --- sys/conf/files.amd64 (revision 335682)
    +++ sys/conf/files.amd64 (working copy)
    @@ -745,6 +745,7 @@
    ...
    • Jun 28 2018, 2:31 PM
    • 474 Lines
  • /*-
    * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
    *
    * Copyright (c) 2018 Andriy Gapon <avg@freebsd.org>
    *
    ...
    • Jun 22 2018, 7:18 AM
    • 165 Lines
    • C
  • hw.model: AMD Ryzen Threadripper 1950X 16-Core Processor
    ...
    • Jun 2 2018, 6:55 PM
    • 498 Lines
    • Plain Text
  • 0 pie:/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/usr.sbin/nologin %
    0 pie:/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/usr.sbin/nologin %
    0 pie:/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/usr.sbin/nologin %/usr/home/br/riscv20180515/bin/riscv64-unknown-freebsd12.0-gcc -isystem /usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp/usr/include -L/usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp/usr/lib -B/usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp/usr/lib --sysroot=/usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp -B/usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp/usr/bin -O2 -pipe -march=rv64imac -mabi=lp64 -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=enum-compare -Wno-error=extra -Wno-error=inline -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=deprecated -Wno-error=pointer-compare -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=expansion-to-defined -Wno-error=int-in-bool-context -Wno-error=bool-operation -Wno-error=format-overflow -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=int-in-bool-context -Wno-error=unused-const-variable -Wno-error=nonnull -static -o nologin nologin.o -lc
    0 pie:/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/usr.sbin/nologin %
    0 pie:/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/usr.sbin/nologin %
    ...
    • May 15 2018, 2:33 PM
    • 26 Lines
  • 0 pie:/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/usr.sbin/nologin %
    0 pie:/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/usr.sbin/nologin %
    0 pie:/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/usr.sbin/nologin %/usr/home/br/riscv20180515/bin/riscv64-unknown-freebsd12.0-gcc -isystem /usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp/usr/include -L/usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp/usr/lib -B/usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp/usr/lib --sysroot=/usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp -B/usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp/usr/bin -O2 -pipe -march=rv64imac -mabi=lp64 -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=enum-compare -Wno-error=extra -Wno-error=inline -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-but-set-variable -Wno-error=unused-function -Wno-error=unused-value -Wno-error=misleading-indentation -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=deprecated -Wno-error=pointer-compare -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=expansion-to-defined -Wno-error=int-in-bool-context -Wno-error=bool-operation -Wno-error=format-overflow -Wno-error=stringop-overflow -Wno-error=memset-elt-size -Wno-error=int-in-bool-context -Wno-error=unused-const-variable -Wno-error=nonnull -static -o nologin nologin.o
    /usr/home/br/obj/usr/home/br/dev/freebsd-riscv/riscv.riscv64sf/tmp/usr/lib/libgcc.a(fixunsdfdi.o): In function `__fixunsdfdi':
    fixunsdfdi.c:(.text+0xe): undefined reference to `__ledf2'
    ...
    • May 15 2018, 2:32 PM
    • 24 Lines
  • Clock resolution: 0.000000280
    test loop time iterations periteration
    getuid 0 1.002868877 1663806 0.000000602
    getuid 1 1.007061028 1710052 0.000000588
    getuid 2 1.001263366 1702164 0.000000588
    ...
    • May 13 2018, 9:34 PM
    • 13 Lines
  • Clock resolution: 0.000000001
    test loop time iterations periteration
    getuid 0 1.000072045 2495670 0.000000400
    getuid 1 1.000022278 2417872 0.000000413
    getuid 2 1.000010438 2716651 0.000000368
    ...
    • May 13 2018, 9:34 PM
    • 13 Lines
  • Index: Makefile
    ===================================================================
    --- Makefile (revision 469078)
    +++ Makefile (working copy)
    @@ -454,7 +454,9 @@
    ...
    • May 6 2018, 6:51 PM
    • 15 Lines
  • Index: Makefile
    ===================================================================
    --- Makefile (revision 469078)
    +++ Makefile (working copy)
    @@ -454,6 +454,9 @@
    ...
    • May 6 2018, 6:48 PM
    • 14 Lines
  • libpaths ("/usr/local/lib/plugins", "/usr/local/lib/qt5/plugins", "/usr/local/bi
    n")
    void BackendSelection::load() "/usr/local/lib/plugins/phonon4qt5_backend" does n
    ot exist
    void BackendSelection::load() "/usr/local/bin/phonon4qt5_backend" does not exist
    ...
    • May 5 2018, 6:33 PM
    • 14 Lines
  • gdb$ bt
    #0 thr_kill () at thr_kill.S:3
    #1 0x00000008035046b4 in __raise (s=0x6) at /usr/src/lib/libc/gen/raise.c:54
    #2 0x0000000803504629 in abort () at /usr/src/lib/libc/stdlib/abort.c:67
    #3 0x0000000000c805c6 in dump_core () at utils.c:284
    ...
    • May 5 2018, 5:50 AM
    • 195 Lines
  • [164936] Uptime: 1d21h48m56s
    [164937]
    [164937]
    [164937] Fatal trap 9: general protection fault while in kernel mode
    [164937] cpuid = 8; apic id = 08
    ...
    • Apr 23 2018, 7:37 AM
    • 137 Lines
  • diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
    index 945ff80afbe6..30a69d6a34cb 100644
    --- a/sys/vm/vm_page.c
    +++ b/sys/vm/vm_page.c
    @@ -4140,6 +4140,8 @@ vm_page_ps_test(vm_page_t m, int flags, vm_page_t skip_m)
    ...
    • Apr 17 2018, 5:59 PM
    • 12 Lines
    • Apr 16 2018, 4:18 AM
    • 87 Lines