Page MenuHomeFreeBSD
Paste Active Pastes
  • 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
  • vectp = (char **)destp;
    if (imgp->auxargs) {
    /*
    * Allocate room on the stack for the ELF auxargs
    * array. It has up to AT_COUNT entries each of which
    ...
    • Apr 13 2018, 8:52 PM
    • 15 Lines
  • Unread portion of the kernel message buffer:
    [1786] panic: probe defined without a provider
    [1786] cpuid = 20
    [1786] time = 1523508024
    ...
    • Apr 12 2018, 4:51 AM
    • 63 Lines
  • How to reproduce:
    kldload dcons; kldunload dcons
    Unread portion of the kernel message buffer:
    ...
    • Apr 12 2018, 4:20 AM
    • 219 Lines
  • $2 = {
    t_mtx = 0xfffff8001e238808,
    t_mtxobj = {
    lock_object = {
    lo_name = 0xffffffff811baedf "ttymtx",
    ...
    • Apr 12 2018, 4:19 AM
    • 160 Lines
  • How to reproduce?
    # kldload sem
    # kldunload sem
    < wait debug.deadlkres.slptime_threshold seconds >
    ...
    • Apr 12 2018, 3:59 AM
    • 471 Lines
  • $3 = {
    p_list = {
    le_next = 0xfffff80200103000,
    le_prev = 0xfffff8001f187000
    },
    ...
    • Apr 12 2018, 3:58 AM
    • 407 Lines
  • vmcore.0 and
    ----
    Unread portion of the kernel message buffer:
    [173352] GEOM_ELI: Device md10.eli created.
    ...
    • Apr 12 2018, 12:09 AM
    • 169 Lines
  • Index: msi.c
    ===================================================================
    --- msi.c (revision 332419)
    +++ msi.c (working copy)
    @@ -404,7 +404,7 @@
    ...
    • Apr 11 2018, 10:31 PM
    • 22 Lines
  • Index: Makefile
    ===================================================================
    --- Makefile (revision 466763)
    +++ Makefile (working copy)
    @@ -6,7 +6,7 @@
    ...
    • Apr 8 2018, 2:05 AM
    • 13 Lines
  • Index: Makefile
    ===================================================================
    --- Makefile (revision 466763)
    +++ Makefile (working copy)
    @@ -6,7 +6,7 @@
    ...
    • Apr 8 2018, 2:04 AM
    • 13 Lines
  • Elf file type is DYN (Shared object file)
    Entry point 0x7d000
    There are 9 program headers, starting at offset 64
    ...
    • Apr 3 2018, 9:19 PM
    • 38 Lines
  • #!/bin/sh
    kenv net.inet.ip.fw.default_to_accept="1"
    kldload ipfw
    ...
    • Apr 1 2018, 4:00 PM
    • 40 Lines
  • $ dd if=/dev/urandom bs=1m count=1 > test.random 2>/dev/null
    $ lz4 -9 < test.random > test.compressed
    $ ls -l test.{random,compressed}
    -rw-r--r-- 1 conrad conrad 1048595 Mar 26 16:11 test.compressed
    -rw-r--r-- 1 conrad conrad 1048576 Mar 26 16:11 test.random
    • Mar 26 2018, 11:12 PM
    • 5 Lines
  • -------------------------------------------------------------------------------
    command_args="-P ${pidfile} -r -f ${procname} -config ${dnscrypt_proxy_conf}"
    # service dnscrypt-proxy start
    ...
    • Mar 1 2018, 1:40 AM
    • 105 Lines
  • --- sys/contrib/zstd/lib/freebsd/zstd_kfreebsd.h (revision 327712)
    +++ sys/contrib/zstd/lib/freebsd/zstd_kfreebsd.h (working copy)
    @@ -49,6 +49,44 @@
    #define calloc(a,b) (malloc)((a)*(b), M_ZSTD, M_WAITOK | M_ZERO)
    #endif
    ...
    • Jan 10 2018, 1:04 AM
    • 47 Lines
  • --- freebsd/zstd_kfreebsd.h (revision 327712)
    +++ freebsd/zstd_kfreebsd.h (working copy)
    @@ -49,6 +49,25 @@
    #define calloc(a,b) (malloc)((a)*(b), M_ZSTD, M_WAITOK | M_ZERO)
    #endif
    ...
    • Jan 10 2018, 12:52 AM
    • 28 Lines
  • --- freebsd/zstd_kfreebsd.h (revision 327712)
    +++ freebsd/zstd_kfreebsd.h (working copy)
    @@ -49,6 +49,27 @@
    #define calloc(a,b) (malloc)((a)*(b), M_ZSTD, M_WAITOK | M_ZERO)
    #endif
    ...
    • Jan 10 2018, 12:40 AM
    • 30 Lines
  • diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
    index f200a34af6c8..e77577bea4b6 100644
    --- a/sys/amd64/amd64/pmap.c
    +++ b/sys/amd64/amd64/pmap.c
    @@ -2185,7 +2185,8 @@ pmap_qenter(vm_offset_t sva, vm_page_t *ma, int count)
    ...
    • Jan 9 2018, 8:59 PM
    • 14 Lines
  • Format: Log Type - Time(microsec) - Message - Optional Info
    Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic
    S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.0-00261
    S - IMAGE_VARIANT_STRING=HAAAANAAA
    S - OEM_IMAGE_VERSION_STRING=C-BPATTH
    ...
    • Dec 20 2017, 2:22 PM
    • 315 Lines
  • Tracing pid 0 tid 100523 td 0xfffff8000c2b4000
    kdb_enter() at kdb_enter+0x3b/frame 0xfffffe046cad1670
    vpanic() at vpanic+0x1b9/frame 0xfffffe046cad16f0
    panic() at panic+0x43/frame 0xfffffe046cad1750
    metaslab_trace_add() at metaslab_trace_add+0x10a/frame 0xfffffe046cad17a0
    ...
    • Nov 23 2017, 5:20 PM
    • 13 Lines
  • .......................................
    ===> astro/readosm: make check-sanity
    ===> License MPL11 LGPL21 GPLv2 accepted by the user
    .......................................
    ...
    • Nov 3 2017, 1:32 PM
    • 360 Lines
  • struct thread {
    struct mtx * td_lock; /* 0 8 */
    struct proc * td_proc; /* 8 8 */
    struct <anonymous> td_plist; /* 16 16 */
    struct <anonymous> td_runq; /* 32 16 */
    ...
    • Oct 23 2017, 8:06 PM
    • 168 Lines
  • diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
    index f71ba6efaf5..3bb0becb9c9 100644
    --- a/sys/kern/init_main.c
    +++ b/sys/kern/init_main.c
    @@ -569,10 +569,10 @@ proc0_init(void *dummy __unused)
    ...
    • Oct 20 2017, 2:35 AM
    • 307 Lines
  • diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
    index f71ba6efaf5..3bb0becb9c9 100644
    --- a/sys/kern/init_main.c
    +++ b/sys/kern/init_main.c
    @@ -569,10 +569,10 @@ proc0_init(void *dummy __unused)
    ...
    • Oct 20 2017, 1:47 AM
    • 284 Lines
  • diff --git a/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c b/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c
    index 82353cbb235..a5b667b52b4 100644
    --- a/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c
    +++ b/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c
    @@ -2530,7 +2530,7 @@ fasttrap_load(void)
    ...
    • Oct 19 2017, 7:03 PM
    • 577 Lines
  • commit d20373d3bfb8872cae43a8f2804e8a4d7aeb2e73
    Author: Conrad Meyer <cem@FreeBSD.org>
    Date: Tue Oct 10 13:43:50 2017 -0700
    mem: Hack to allow libkvm to read device registers
    ...
    • Oct 10 2017, 9:47 PM
    • 141 Lines
  • /* TailQ Deletion. */
    while (!TAILQ_EMPTY(&head)) {
    n1 = TAILQ_FIRST(&head);
    TAILQ_REMOVE(&head, n1, entries);
    free(n1);
    ...
    • Oct 4 2017, 3:18 PM
    • 14 Lines
  • diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c
    index 10acd4b1716..e05853c2d12 100644
    --- a/sys/fs/tmpfs/tmpfs_subr.c
    +++ b/sys/fs/tmpfs/tmpfs_subr.c
    @@ -362,7 +362,8 @@ tmpfs_free_node_locked(struct tmpfs_mount *tmp, struct tmpfs_node *node,
    ...
    • Oct 4 2017, 3:06 PM
    • 68 Lines
  • $ grep -lr /var/chef .
    ./distro/common/markdown/man8/chef-solo.mkd
    ./distro/common/markdown/man8/chef-solr.mkd
    ./lib/chef/handler/json_file.rb
    ./spec/support/shared/context/client.rb
    ...
    • Sep 24 2017, 1:10 AM
    • 13 Lines
  • Index: sys/mips/include/_limits.h
    ===================================================================
    --- sys/mips/include/_limits.h (revision 322914)
    +++ sys/mips/include/_limits.h (working copy)
    @@ -75,18 +75,24 @@
    ...
    • Aug 26 2017, 12:30 AM
    • 38 Lines
  • function fbc
    git reset --soft HEAD^
    git commit -t (cat (git log --format=%B -n 1 "HEAD@{1}" | psub) (git config commit.message) | psub)
    end
    • Aug 24 2017, 7:35 PM
    • 4 Lines
  • mjoras at anomander in ~/g/f/master
    ↪ cat (git config commit.message)
    PR:
    Submitted by:
    Reported by:
    ...
    • Aug 24 2017, 7:33 PM
    • 14 Lines
  • #!/bin/sh
    sed '/^$/d' $(git config commit.message) | awk 'NR==FNR{a[$0];next} !($0 in a)' /dev/fd/0 "$1" | sponge "$1"
    • Aug 24 2017, 7:30 PM
    • 3 Lines
  • Id Target Id Frame
    * 1 Thread 100064 0xffffffff80aa39b6 in thread_reap () at /usr/home/mjoras/git/freebsd/master/sys/kern/kern_thread.c:382
    2 Thread 100063 0xffffffff80a8c842 in __sx_xlock (opts=0, file=<unavailable>, line=0, sx=<optimized out>, td=<optimized out>) at /usr/home/mjoras/git/freebsd/master/sys/sys/sx.h:160
    3 Thread 100062 0xffffffff80a8c842 in __sx_xlock (opts=0, file=<unavailable>, line=0, sx=<optimized out>, td=<optimized out>) at /usr/home/mjoras/git/freebsd/master/sys/sys/sx.h:160
    4 Thread 100060 0xffffffff80a8c842 in __sx_xlock (opts=0, file=<unavailable>, line=0, sx=<optimized out>, td=<optimized out>) at /usr/home/mjoras/git/freebsd/master/sys/sys/sx.h:160
    ...
    • Aug 23 2017, 5:01 PM
    • 1,116 Lines
  • diff --git a/sys/amd64/vmm/amd/svm_msr.c b/sys/amd64/vmm/amd/svm_msr.c
    index 49208a351c2..48b602a0bfc 100644
    --- a/sys/amd64/vmm/amd/svm_msr.c
    +++ b/sys/amd64/vmm/amd/svm_msr.c
    @@ -28,10 +28,13 @@
    ...
    • Aug 23 2017, 12:15 AM
    • 26 Lines
  • db> ps
    pid ppid pgrp uid state wmesg wchan cmd
    20 0 0 0 DL vlruwt 0xfffff80003afd540 [vnlru]
    19 0 0 0 DL syncer 0xffffffff81e16200 [syncer]
    18 0 0 0 DL - 0xffffffff81e1568c [bufspacedaemon]
    ...
    • Aug 23 2017, 12:13 AM
    • 558 Lines
  • diff --git a/sys/amd64/vmm/amd/svm_msr.c b/sys/amd64/vmm/amd/svm_msr.c
    index 49208a351c2..48b602a0bfc 100644
    --- a/sys/amd64/vmm/amd/svm_msr.c
    +++ b/sys/amd64/vmm/amd/svm_msr.c
    @@ -28,10 +28,13 @@
    ...
    • Aug 22 2017, 11:42 PM
    • 26 Lines
  • function fbc
    git reset --soft HEAD^
    git commit -t (cat (git log --format=%B -n 1 "HEAD@{1}" | psub) (git config commit.message) | psub)
    end
    • Jul 31 2017, 6:27 PM
    • 4 Lines
  • PR:
    Submitted by:
    Reported by:
    Reviewed by:
    Approved by:
    ...
    • Jul 31 2017, 6:26 PM
    • 12 Lines