Page MenuHomeFreeBSD
Paste Active Pastes
    • Feb 7 2023, 9:35 PM
    • 1 Line
  • Copyright (c) 1992-2021 The FreeBSD Project.
    Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.
    FreeBSD is a registered trademark of The FreeBSD Foundation.
    FreeBSD 13.1-STABLE #0 stable/13-n253535-4a8af507ebe5: Fri Jan 20 03:21:10 UTC 2023
    ...
    • Jan 22 2023, 7:00 PM
    • 468 Lines
  • int printf(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
    void foo(int x, void *mac);
    void
    ...
    • Nov 18 2022, 6:45 PM
    • 12 Lines
  • 0xffff000000c66e34 <+0>: stp x29, x30, [sp, #-32]!
    0xffff000000c66e38 <+4>: stp x20, x19, [sp, #16]
    0xffff000000c66e3c <+8>: mov x29, sp
    0xffff000000c66e40 <+12>: mov x20, x0
    0xffff000000c66e44 <+16>: mov x0, x18
    ...
    • Nov 3 2022, 4:00 PM
    • 66 Lines
  • function upload-to-oci.fish
    # assumes you built via something like https://reviews.freebsd.org/D34746 already
    # needs devel/oci-cli
    set -x FREEBSD_VERSION (sh ../sys/conf/newvers.sh -V RELEASE | sed -E -e 's,^.+="(.+)",\1,')
    set -x IMAGE_NAME (echo FreeBSD-$FREEBSD_VERSION-(uname -m)-(uname -p)-(date -u +%Y%m%d)-(git rev-parse HEAD | cut -c -7))
    ...
    • Oct 5 2022, 9:46 PM
    • 110 Lines
    • Bash Scripting
  • <https://reviews.freebsd.org/D36681#832967> for example, I
    wonder why Phabricator does not show
    trailing whitespace.
    • Sep 24 2022, 7:27 AM
    • 3 Lines
    • Plain Text
  • diff --git a/sys/contrib/openzfs/module/zfs/dsl_dir.c b/sys/contrib/openzfs/module/zfs/dsl_dir.c
    index 7460269384b4..d9b187eacc26 100644
    --- a/sys/contrib/openzfs/module/zfs/dsl_dir.c
    +++ b/sys/contrib/openzfs/module/zfs/dsl_dir.c
    @@ -2259,6 +2259,11 @@ dsl_dir_snap_cmtime_update(dsl_dir_t *dd, dmu_tx_t *tx)
    ...
    • Sep 12 2022, 9:12 AM
    • 16 Lines
    • C
  • AArch64 MP
    {
    lock = 0;
    0:x0 = lock;
    ...
    • Sep 3 2022, 2:57 PM
    • 13 Lines
  • build started at Fri Aug 5 09:36:16 CEST 2022
    port directory: /usr/ports/comms/hylafax
    package name: hylafax-6.0.7
    building for: FreeBSD 123amd64-dev-default 12.3-RELEASE-p2 FreeBSD 12.3-RELEASE-p2 amd64
    maintained by: ports@FreeBSD.org
    ...
    • Aug 5 2022, 7:58 AM
    • 12,119 Lines
  • git (ff/misc) markj@nuc> pwd
    /usr/home/markj/src/freebsd/usr.bin/localedef
    git (ff/misc) markj@nuc> scan-build make 2>&1
    scan-build: Using '/usr/local/llvm90/bin/clang-9' for static analysis
    [Creating objdir /usr/obj/usr/home/markj/src/freebsd/amd64.amd64/usr.bin/localedef...]
    ...
    • Jun 30 2022, 4:59 PM
    • 461 Lines
  • // autogenerated by syzkaller (https://github.com/google/syzkaller)
    #define _GNU_SOURCE
    #include <sys/types.h>
    ...
    • Jun 8 2022, 12:35 AM
    • 251 Lines
  • diff --git devel/zls/Makefile devel/zls/Makefile
    index aa82f0f039eb..09689ccf9a72 100644
    --- devel/zls/Makefile
    +++ devel/zls/Makefile
    @@ -1,6 +1,6 @@
    ...
    • Mar 29 2022, 6:44 AM
    • 24 Lines
  • Unpatched (also without get_pcpu() patch):
    0xffffffff80bfe8c0 <+0>: push %rbp
    0xffffffff80bfe8c1 <+1>: mov %rsp,%rbp
    0xffffffff80bfe8c4 <+4>: mov %gs:0x0,%rax
    ...
    • Feb 26 2022, 2:29 PM
    • 108 Lines
  • diff --git a/cddl/usr.bin/ctfconvert/Makefile b/cddl/usr.bin/ctfconvert/Makefile
    index 78b65020452a..3795c27293d5 100644
    --- a/cddl/usr.bin/ctfconvert/Makefile
    +++ b/cddl/usr.bin/ctfconvert/Makefile
    @@ -40,7 +40,7 @@ CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris \
    ...
    • Feb 24 2022, 6:39 PM
    • 13 Lines
  • From cf0117f6fa269a0ee4c2fdee150bd4cd234edacf Mon Sep 17 00:00:00 2001
    From: Val Packett <val@packett.cool>
    Date: Fri, 11 Feb 2022 17:14:39 +0300
    Subject: [PATCH] LinuxKPI: return an address string in pci_name
    ...
    • Feb 11 2022, 3:46 PM
    • 60 Lines
    • Diff
  • diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
    index d0fb19661fa4..bb981f423c7c 100644
    --- a/sys/kern/kern_timeout.c
    +++ b/sys/kern/kern_timeout.c
    @@ -430,6 +430,7 @@ callout_get_bucket(sbintime_t sbt)
    ...
    • Feb 2 2022, 11:20 PM
    • 23 Lines
  • From eb92ab48517ba4c6a793e8c9cecf6d6c027cd664 Mon Sep 17 00:00:00 2001
    From: Greg V <greg@unrelenting.technology>
    Date: Thu, 27 Jun 2019 17:39:22 +0300
    Subject: [PATCH] loader: Add support for getting early entropy from the UEFI
    RNG protocol
    ...
    • Jan 28 2022, 11:56 AM
    • 225 Lines
    • Diff
  • Fatal trap 9: general protection fault while in kernel mode
    cpuid = 6; apic id = 06
    instruction pointer = 0x20:0xffffffff80f9f6ff
    stack pointer = 0x28:0xfffffe00dc0bf960
    frame pointer = 0x28:0xfffffe00dc0bf9d0
    ...
    • Jan 19 2022, 2:25 PM
    • 40 Lines
  • /*
    *
    */
    #include <string.h>
    ...
    • Jan 8 2022, 1:47 PM
    • 144 Lines
    • C
  • kern.boottrace.log:
    CPU msecs delta process event PID CPUtime IBlks OBlks
    0 44872811 0 kernel sysinit 0x2100001 0 0.00 0 0
    0 44872812 1 kernel sysinit 0x2110000 0 0.00 0 0
    ...
    • Dec 3 2021, 6:54 PM
    • 396 Lines
  • diff --git a/lib/libpmcstat/libpmcstat_image.c b/lib/libpmcstat/libpmcstat_image.c
    index 9ee7097e95ec..2ba382d02c43 100644
    --- a/lib/libpmcstat/libpmcstat_image.c
    +++ b/lib/libpmcstat/libpmcstat_image.c
    @@ -384,7 +384,7 @@ pmcstat_image_get_elf_params(struct pmcstat_image *image,
    ...
    • Nov 17 2021, 9:36 PM
    • 22 Lines
  • diff --git a/lib/libpmcstat/libpmcstat_image.c b/lib/libpmcstat/libpmcstat_image.c
    index 9ee7097e95ec..6131c2a3ff00 100644
    --- a/lib/libpmcstat/libpmcstat_image.c
    +++ b/lib/libpmcstat/libpmcstat_image.c
    @@ -415,8 +415,7 @@ pmcstat_image_get_elf_params(struct pmcstat_image *image,
    ...
    • Nov 16 2021, 11:22 PM
    • 14 Lines
    • Diff
  • From 90162ed96e5d83fb78099716f7c30aa921d3ea48 Mon Sep 17 00:00:00 2001
    From: Greg V <greg@unrelenting.technology>
    Date: Sun, 7 Nov 2021 15:03:44 +0300
    Subject: [PATCH] ext2fs: extract crc16 into sys/crc16.h
    ...
    • Nov 15 2021, 1:31 PM
    • 346 Lines
    • Diff
  • From 35b6f891baec94d190794f709b4ff6667615f3ed Mon Sep 17 00:00:00 2001
    From: Greg V <greg@unrelenting.technology>
    Date: Sat, 16 Oct 2021 19:29:28 +0300
    Subject: [PATCH] cddl: fix missing ZFS library dependencies
    ...
    • Nov 14 2021, 3:18 PM
    • 4,598 Lines
    • Diff
  • diff --git a/sys/modules/opensolaris/Makefile b/sys/modules/opensolaris/Makefile
    index 536b9637cd3c..8400129ca269 100644
    --- a/sys/modules/opensolaris/Makefile
    +++ b/sys/modules/opensolaris/Makefile
    @@ -27,7 +27,17 @@ SRCS+= opensolaris_atomic.c
    ...
    • Nov 8 2021, 3:07 PM
    • 23 Lines
  • --- /Users/Jess/Git/kqueue.rs.orig 2021-09-13 01:21:21.533163744 +0100
    +++ /Users/Jess/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.7.13//src/sys/unix/selector/kqueue.rs 2021-09-13 01:43:33.071089985 +0100
    @@ -51,6 +51,8 @@
    #[cfg(target_os = "netbsd")]
    type UData = libc::intptr_t;
    ...
    • Nov 7 2021, 5:34 PM
    • 20 Lines
    • Diff
  • diff --git a/build.rs b/build.rs
    index c4982111e..1ad245a64 100644
    --- a/build.rs
    +++ b/build.rs
    @@ -24,6 +24,9 @@ fn main() {
    ...
    • Nov 7 2021, 5:32 PM
    • 245 Lines
    • Diff
  • diff --git a/crates/std_detect/src/detect/os/freebsd/auxvec.rs b/crates/std_detect/src/detect/os/freebsd/auxvec.rs
    index f12476ad..29fcc8cb 100644
    --- a/crates/std_detect/src/detect/os/freebsd/auxvec.rs
    +++ b/crates/std_detect/src/detect/os/freebsd/auxvec.rs
    @@ -3,7 +3,8 @@
    ...
    • Nov 7 2021, 5:30 PM
    • 14 Lines
    • Diff
  • diff --git a/Cargo.lock b/Cargo.lock
    index 80acf227698..b5a6c942079 100644
    --- a/Cargo.lock
    +++ b/Cargo.lock
    @@ -1915,9 +1915,8 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
    ...
    • Nov 7 2021, 5:29 PM
    • 120 Lines
    • Diff
  • P521 wtf git
    gjb@nucleus:/freebsd/ports/main % git worktree add ../2021Q4
    Preparing worktree (checking out '2021Q4')
    Updating files: 100% (142300/142300), done.
    HEAD is now at 45bdca3c58cb science/py-pymatgen: Update 2022.0.14 -> 2022.0.15
    gjb@nucleus:/freebsd/ports/main % cd !$
    ...
    • Oct 22 2021, 5:13 PM
    • 146 Lines
  • P520 .
    • Oct 22 2021, 11:26 AM
    • 1 Line
  • Segment from `devinfo -r`:
    ```
    ram0
    I/O memory addresses:
    0x40000000-0x641fffff
    ...
    • Oct 8 2021, 1:40 AM
    • 59 Lines
  • Before:
    I/O memory addresses:
    0x0-0xffffffff (root0)
    Interrupts:
    0x0 (pmu0)
    ...
    • Oct 7 2021, 5:47 PM
    • 111 Lines
  • Before:
    I/O memory addresses:
    0x0 (root0)
    Interrupts:
    ...
    • Oct 7 2021, 4:47 PM
    • 207 Lines
  • pstef@thinkpad:/usr/src/usr.bin/diff3/tests $ gdiff --strip-trailing-cr 1cr.txt 2.txt | cat -v
    3c3
    < and a few typ0s to fix
    ---
    > and a few typos to fix
    ...
    • Aug 22 2021, 10:00 AM
    • 14 Lines
  • Loading kernel...
    /boot/kernel/kernel text=0x5e5394 text=0x15f1fc data=0xe7d20 data=0xb1c+0x107c5c syms=[0x8+0xc70c8+0x8+0xe9006]
    Loading configured modules...
    /boot/entropy size=0x1000
    /boot/kernel/zfs.ko text=0xe5688 text=0x2512a8 data=0x272d8+0x159fa8 syms=[0x8+0x2a0fc0+0x8+0x5d5a9]
    ...
    • Aug 6 2021, 2:13 PM
    • 234 Lines
  • diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
    index 9480417196ae..90714afa7b37 100644
    --- a/dns/powerdns/Makefile
    +++ b/dns/powerdns/Makefile
    @@ -12,8 +12,7 @@ LICENSE= GPLv2
    ...
    • Jul 16 2021, 7:41 AM
    • 44 Lines
  • diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
    index ab8be211be67..ef94aeb6e27e 100644
    --- a/lib/clang/include/llvm/Config/config.h
    +++ b/lib/clang/include/llvm/Config/config.h
    @@ -29,7 +29,11 @@
    ...
    • Jul 5 2021, 5:22 PM
    • 246 Lines
    • Diff
  • # sesutil show -u /dev/ses6
    ses6: <SMC946 C1 0a01>; ID: 50030480092c5e7f
    Desc Dev Model Ident Size/Status
    Slot00 da347 SEAGATE ST10000NM0096 ZA25E9V30000C8318P9W OK, Swapped
    Slot01 da364 SEAGATE ST10000NM0096 ZA25E5BG0000C8318PDW OK, Swapped
    ...
    • Jun 19 2021, 8:31 PM
    • 436 Lines
  • clang debug info:
    (kgdb) where
    ...
    • Jun 14 2021, 10:29 PM
    • 107 Lines
  • otis@ref14-aarch64:~/ports/lang/mecrisp-stellaris % make
    ===> mecrisp-stellaris-2.5.9_1 depends on package: arm-none-eabi-binutils>2.25 - not found
    ===> Building dialog4ports as it is required for the config dialog
    ===> Cleaning for pkg-1.16.3
    ...
    • Jun 13 2021, 9:51 AM
    • 13 Lines
  • vmstat -z | tail +3 | awk -F '[:,] *' 'BEGIN { total=0; cache=0; used=0 } {u = $2 * $4; c = $2 * $5; t = u + c; cache += c; used += u; total += t; name=$1; gsub(" ", "_", name); print t, name, u, c} END { print total, "TOTAL", used, cache } ' | sort -n | perl -a -p -e 'while (($j, $_) = each(@F)) { 1 while s/^(-?\d+)(\d{3})/$1,$2/; print $_, " "} print "\n"' | column -t
    • Jun 11 2021, 1:28 PM
    • 1 Line
    • Bash Scripting
  • From: 209.51.186.5
    Packets Pings
    Host Loss% Snt Last Avg Best Wrst StDev
    1. sefw1-01.TOR1.ScaleEngine.net 0.0% 3 2.0 2.1 2.0 2.1 0.0
    ...
    • Jun 9 2021, 2:00 PM
    • 26 Lines
  • Any reason llvm12 is hardcoded to use lua 5.3? I tried the following which works fine for my setup with `DEFAULT_VERSIONS+=lua=5.4` in make.conf
    commit a8ba2549798325e7d76afa22e04b7c9ba8ea024a
    Author: Dimitry Andric <dim@FreeBSD.org>
    Date: Mon May 24 14:35:33 2021 +0200
    ...
    • Jun 6 2021, 11:10 AM
    • 21 Lines
    • Diff
  • Handle 0x0010, DMI type 9, 17 bytes
    System Slot Information
    Designation: CPU2 SLOT5 PCI-E 3.0 X16
    Type: x16 PCI Express 3 x16
    Current Usage: In Use
    ...
    • Jun 2 2021, 8:09 PM
    • 23 Lines
  • ############### OpenGL ###############
    ### Wayland
    $ glmark2-wayland --fullscreen
    =======================================================
    ...
    • May 21 2021, 2:11 PM
    • 311 Lines
  • # Uncrustify 0.55
    set FOR SLIST_FOREACH
    set FOR SLIST_FOREACH_FROM
    set FOR SLIST_FOREACH_SAFE
    set FOR SLIST_FOREACH_FROM_SAFE
    ...
    • May 13 2021, 3:46 PM
    • 395 Lines
  • ### iris
    $ glmark2-wayland
    =======================================================
    glmark2 2023.01
    =======================================================
    ...
    • May 7 2021, 7:13 PM
    • 146 Lines
  • #!/usr/local/bin/perl
    # vim:sts=4 sw=4 et
    # perltidy -bext=/ -se -i=4 -it=2 -ci=2 -xci -l=132 -pt=2 -ce -cti=1 -cab=4 -cb -cbo=0 -wbb="% + - * / x != == >= <= =~ !~ < > | &" -enc=utf8 -wn -sot -sct -asc -tqw -sbq=0 -csc -csct=30 -ssc
    use 5.024;
    ...
    • Apr 22 2021, 2:40 PM
    • 125 Lines
  • #!/usr/local/bin/perl
    # vim:sts=4 sw=4 et
    # perltidy -bext=/ -se -i=4 -it=2 -ci=2 -xci -l=132 -pt=2 -ce -cti=1 -cab=4 -cb -cbo=0 -wbb="% + - * / x != == >= <= =~ !~ < > | &" -enc=utf8 -wn -sot -sct -asc -tqw -sbq=0 -csc -csct=30
    use strict;
    ...
    • Apr 16 2021, 2:16 PM
    • 350 Lines
    • Perl
  • none0@pci0:0:0:2: class=0x080600 rev=0x00 hdr=0x00 vendor=0x1022 device=0x1481 subvendor=0x1022 subdevice=0x1481
    cap 0f[40] = unknown
    cap 05[64] = MSI supports 4 messages, 64 bit
    cap 08[74] = HT MSI fixed address window enabled at 0xfee00000
    cap 09[c8] = vendor (length 24)
    • Mar 31 2021, 10:43 PM
    • 5 Lines
  • [sbz@freebsd-ams-temp ~/svn/ports]$ ~/github/freebsd-maintainer-scripts/sss.py .
    U finance/Makefile New port: finance/tickrs: Realtime ticker data in your terminal | 569459 | lcook | 2021-03-29T10:04:32
    A finance/tickrs New port: finance/tickrs: Realtime ticker data in your terminal | 569459 | lcook | 2021-03-29T10:04:32
    A finance/tickrs/Makefile New port: finance/tickrs: Realtime ticker data in your terminal | 569459 | lcook | 2021-03-29T10:04:32
    A finance/tickrs/distinfo New port: finance/tickrs: Realtime ticker data in your terminal | 569459 | lcook | 2021-03-29T10:04:32
    ...
    • Mar 29 2021, 10:45 AM
    • 17 Lines
  • otis@b13:/usr/ports/devel/node-gyp % make clean
    ===> Cleaning for node-gyp-7.1.2_1
    otis@b13:/usr/ports/devel/node-gyp % sudo pkg remove node-gyp
    Updating database digests format: 100%
    Checking integrity... done (0 conflicting)
    ...
    • Mar 16 2021, 2:30 PM
    • 68 Lines
  • /*
    * Copyright (C) 1997 John D. Polstra. All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without
    * modification, are permitted provided that the following conditions
    ...
    • Mar 14 2021, 1:54 PM
    • 248 Lines
    • C
  • root@12_STABLE_GENERIC_amd64-default-jeff:~ # ls -la /distfiles/go/devel_gogs/gogs-v0.12.3/
    total 21530
    drwxr-xr-x 2 root staff 4 Feb 20 21:41 .
    drwxr-xr-x 3 root staff 3 Feb 20 21:41 ..
    -rw-r--r-- 1 root wheel 3273 Oct 8 22:57 v0.12.3.mod
    ...
    • Feb 20 2021, 10:33 PM
    • 14 Lines
  • .text
    .file "-"
    # Start of file scope inline assembly
    .globl __start_set_my_set
    .globl __stop_set_my_set
    ...
    • Feb 20 2021, 2:03 AM
    • 19 Lines
  • truncate -s 200m /tmp/efiboot.img
    $MDDEV=$(mdconfig -a -t vnode -f /tmp/efiboot.img)
    newfs_msdos -L EFISYS -F 32 -c 1 /dev/$MDDEV
    mkdir /tmp/makefs
    mount -t msdosfs /dev/$MDDEV /tmp/makefs
    ...
    • Feb 19 2021, 10:26 PM
    • 10 Lines
  • diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
    index 75f59a90484d..5567e83624fc 100644
    --- a/sys/conf/kern.pre.mk
    +++ b/sys/conf/kern.pre.mk
    @@ -329,6 +329,7 @@ SYSTEM_OBJS+= embedfs_${MFS_IMAGE:T:R}.o
    ...
    • Feb 16 2021, 1:52 AM
    • 12 Lines
  • CPU 0: ARM Neoverse-N1 r3p1 affinity: 0x81080000 8 0 0
    CPU 1: ARM Neoverse-N1 r3p1 affinity: 0x81100000 16 0 0
    CPU 2: ARM Neoverse-N1 r3p1 affinity: 0x81000000 0 0 0
    CPU 3: ARM Neoverse-N1 r3p1 affinity: 0x810a0000 10 0 0
    CPU 4: ARM Neoverse-N1 r3p1 affinity: 0x81020000 2 0 0
    ...
    • Feb 13 2021, 2:56 PM
    • 80 Lines
  • NAME PROJECT FAMILY DEPRECATED STATUS
    freebsd-11-3-stable-amd64-v20190801 freebsd-org-cloud-dev freebsd-11-3-snap READY
    freebsd-11-3-stable-amd64-v20191212 freebsd-org-cloud-dev freebsd-11-3-snap READY
    freebsd-11-3-stable-amd64-v20191219 freebsd-org-cloud-dev freebsd-11-3-snap READY
    freebsd-11-3-stable-amd64-v20191226 freebsd-org-cloud-dev freebsd-11-3-snap READY
    ...
    • Jan 29 2021, 2:55 PM
    • 151 Lines
  • speed 9600 baud; 53 rows; 189 columns;
    lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
    -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
    -extproc
    iflags: -istrip icrnl -inlcr -igncr ixon ixoff ixany imaxbel -ignbrk
    ...
    • Jan 20 2021, 9:16 PM
    • 13 Lines
  • speed 9600 baud; 53 rows; 189 columns;
    lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
    -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
    -extproc
    iflags: -istrip icrnl -inlcr -igncr ixon ixoff ixany imaxbel -ignbrk
    ...
    • Jan 20 2021, 8:38 PM
    • 13 Lines
  • dma intr 0x00000101
    dwmmc_intr 0x00004008
    dwmmc_next_operation
    dwmmc_request
    dwmmc_next_operation
    ...
    • Jan 20 2021, 5:33 PM
    • 65 Lines
  • root@1e66c783a77f:/usr/local/sbin # ./fsck_test /
    dwmmc_request
    dwmmc_next_operation
    dwmmc_start_cmd
    Setting up bus: 50000000
    ...
    • Jan 20 2021, 1:20 PM
    • 46 Lines
  • ** SU+J Recovering /dev/mmcsd0s5dwmmc_request
    dwmmc_next_operation
    dwmmc_start_cmd
    Setting up bus: 50000000
    cmd->opcode 0x00000012
    ...
    • Jan 20 2021, 12:07 PM
    • 51 Lines
  • diff --git a/MOVED b/MOVED
    index b193a42c9414..e591c1cbbd93 100644
    --- a/MOVED
    +++ b/MOVED
    @@ -16193,3 +16193,15 @@ devel/llvm60|devel/llvm80|2021-03-06|Has expired: Uses Python 2.7 which is EOLed
    ...
    • Jan 19 2021, 9:08 PM
    • 4,327 Lines
  • #!/bin/sh
    set -x
    set -e
    ...
    • Jan 17 2021, 7:04 PM
    • 82 Lines
  • #include <sys/param.h>
    #include <sys/mount.h>
    #include <ufs/ufs/ufsmount.h>
    #include <ufs/ufs/dinode.h>
    ...
    • Jan 6 2021, 4:49 PM
    • 38 Lines
  • Starting file system checks:
    ** SU+J Recovering /dev/mmcsd0s5
    ** Reading 4194304 byte journal from inode 4.
    ugen4.2: <Nuand bladeRF 2.0> at usbus4
    mmcsd0: Error indicated: 4 Failed
    ...
    • Jan 6 2021, 12:35 PM
    • 10 Lines
  • commit 000000907b19782eff5f4111b62bdc2a96a0f4eb
    tree 4e778673b8af45ecd4c62e8b1d1438d06db7f440
    parent 00000080b4fc4c2066fa05641e73d5f0985c15ea
    author Conrad Meyer <cem@FreeBSD.org> 1590357489 -0700
    committer Conrad Meyer <cem@FreeBSD.org> 1590357489 -0700
    ...
    • Jan 3 2021, 1:16 PM
    • 11 Lines
  • Command line history of the MFC of c3e89a30fdc2c985b73f46ab2f414d53945fc00b (main) to stable/12 and stable/11:
    # Note, some of the $PWD from history(1) is confusing, since I tend to use 'cd -' quite often. I did my best to untangle what happened here.
    main:
    1333 10:22 vim COPYRIGHT sys/sys/copyright.h
    ...
    • Dec 31 2020, 4:33 PM
    • 65 Lines
  • /*
    # gdb101 ./forktest
    ...
    (gdb) catch fork
    Catchpoint 1 (fork)
    ...
    • Dec 29 2020, 7:25 PM
    • 43 Lines
  • git diff share/misc/docbook.css
    diff --git a/share/misc/docbook.css b/share/misc/docbook.css
    index c4029cf975..38e7bf476e 100644
    --- a/share/misc/docbook.css
    +++ b/share/misc/docbook.css
    ...
    • Dec 22 2020, 7:05 PM
    • 16 Lines
  • diff --git textproc/utf8proc/Makefile textproc/utf8proc/Makefile
    index 2bd1be6e0593..5ba746a6151c 100644
    --- textproc/utf8proc/Makefile
    +++ textproc/utf8proc/Makefile
    @@ -12,7 +12,8 @@ COMMENT= UTF-8 processing library
    ...
    • Nov 24 2020, 1:41 AM
    • 24 Lines
  • Previously: https://reviews.freebsd.org/P459
    # ls mount_native
    msdosfs_root(); mp 0xfffffe001a3c9ac0, pmp 0xfffff80003dabc00
    deget(pmp 0xfffff80003dabc00, dirclust 0, diroffset 1fffffff, depp 0xfffffe001bbf66f8)
    ...
    • Nov 20 2020, 8:24 PM
    • 29 Lines
  • Previously (with fusefs-exfat):
    # touch mount_fuse/HELLOWORLD.txt
    # umount mount_fuse
    Also previously: https://reviews.freebsd.org/P457
    ...
    • Nov 19 2020, 9:25 PM
    • 16 Lines
  • diff --git devel/gconf2/Makefile devel/gconf2/Makefile
    index 1db2ccd0e51f..f62f82f77dcd 100644
    --- devel/gconf2/Makefile
    +++ devel/gconf2/Makefile
    @@ -18,8 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
    ...
    • Nov 19 2020, 5:17 PM
    • 49 Lines
  • GEOM_LABEL[2]: Tasting md0.
    GEOM_LABEL[1]: MSDOSFS: md0: no FAT volume detected.
    msdosfs_mount(): ENTER
    mountexfat: Filesystem has exFAT revision: 1.0
    mountmsdosfs() before fillinusemap
    ...
    • Nov 18 2020, 7:38 PM
    • 28 Lines
  • diff --git a/dialects/freebsd/dproc.c b/dialects/freebsd/dproc.c
    index 8533265..6b66937 100644
    --- a/dialects/freebsd/dproc.c
    +++ b/dialects/freebsd/dproc.c
    @@ -44,6 +44,9 @@ static char copyright[] =
    ...
    • Nov 12 2020, 11:08 PM
    • 49 Lines
  • mmcsd0: 32GB <SDHC SL32G 8.0 SN A8540C58 MFG 10/2016 by 3 SD> at mmc0 50.0MHz/4bit/65535-block
    mbox0: mbox response error
    bcm2835_cpufreq0: can't get clock rate (id=8)
    mbox0: mbox response error
    bcm2835_cpufreq0: can't get min clock rate (id=3)
    ...
    • Nov 4 2020, 4:44 PM
    • 10 Lines
  • OK to grow filesystem on /dev/mmcsd0s2a, mounted on /, from 2.9GB to 30GB? [yes/no] yes
    mmcsd0: Error indicated: 6 NO MEMORY
    grmmcsd0: Error indicated: 1 Timeout
    vm_fault: pager read error, pid 39 (growfs)
    mmcsd0: Error indicated: 1 Timeout
    ...
    • Nov 3 2020, 11:36 PM
    • 25 Lines
  • VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Sep 25 2020 01:39:25)
    Included patches: 1-1558
    Compiled by swills@head-amd64-default-job-01
    Huge version with GTK3 GUI. Features included (+) or not (-):
    +acl -farsi +mouse_sgr +tag_binary
    ...
    • Nov 3 2020, 4:57 PM
    • 49 Lines
  • diff --git deskutils/kalarm/pkg-plist deskutils/kalarm/pkg-plist
    index 65d35c93c0a1..4c11f9069116 100644
    --- deskutils/kalarm/pkg-plist
    +++ deskutils/kalarm/pkg-plist
    @@ -86,4 +86,3 @@ share/locale/wa/LC_MESSAGES/kalarm.mo
    ...
    • Oct 26 2020, 1:28 PM
    • 313 Lines
  • diff --git devel/kf5-kauth/Makefile devel/kf5-kauth/Makefile
    index 031b68f5e99f..f16c52be1318 100644
    --- devel/kf5-kauth/Makefile
    +++ devel/kf5-kauth/Makefile
    @@ -7,7 +7,12 @@ CATEGORIES= devel kde kde-frameworks
    ...
    • Oct 23 2020, 4:50 PM
    • 82 Lines
  • # gdb -core qemu_kyua.core /usr/bin/kyua
    GNU gdb (GDB) 9.2 [GDB v9.2 for FreeBSD]
    Copyright (C) 2020 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    ...
    • Oct 19 2020, 5:28 PM
    • 45 Lines
  • # This is a shell archive. Save it in a file, remove anything before
    # this line, and then unpack it by entering "sh file". Note, it may
    # create directories; files and directories will be owned by you and
    # have default permissions.
    #
    ...
    • Oct 16 2020, 8:50 PM
    • 82 Lines
  • root@fbsd121rel:~ # kldstat
    Id Refs Address Size Name
    1 14 0xffffffff80200000 2448f20 kernel
    2 1 0xffffffff82ffa000 18a0 uhid.ko
    3 1 0xffffffff82ffc000 2928 ums.ko
    ...
    • Oct 16 2020, 8:35 PM
    • 18 Lines
  • panic: _mtx_lock_sleep: recursed on non-recursive mutex vm map (system) @ /tank/users/markj/src/freebsd/sys/vm/vm_map.c:2055
    cpuid = 4
    time = 1
    KDB: stack backtrace:
    ...
    • Oct 16 2020, 7:54 PM
    • 43 Lines
  • diff -r 7aaabf0b8500 libpurple/util.h
    --- a/libpurple/util.h Wed Oct 14 19:46:11 2020 -0500
    +++ b/libpurple/util.h Wed Oct 14 21:32:13 2020 -0400
    @@ -418,7 +418,7 @@
    * Deprecated: Use purple_cache_dir(), purple_config_dir() or
    ...
    • Oct 15 2020, 1:32 AM
    • 30 Lines
  • In file included from ../pidgin/libpurple/media.h:52:
    ../pidgin/libpurple/util.h:421:40: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
    G_DEPRECATED_FOR(purple_cache_dir' or 'purple_config_dir' or 'purple_data_dir)
    ^
    ...
    • Oct 15 2020, 1:25 AM
    • 26 Lines
  • stack traces of fpu_kern_enter(FPU_KERN_NOCTX)
    list is truncated due to the serial console buffer size.
    ...
    • Oct 14 2020, 6:34 PM
    • 2,029 Lines
  • panic: recursive fpu_kern_enter while in PCB_FPUNOSAVE state
    cpuid = 26
    time = 1602697522
    KDB: stack backtrace:
    db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xffffffff827848a0
    ...
    • Oct 14 2020, 5:59 PM
    • 17 Lines
  • 20201010-232918 I 29923 /usr/local/poudriere/jails/head-armv7/usr/src/contrib/kyua/cli/main.cpp:343: kyua 0.13
    20201010-232918 I 29923 /usr/local/poudriere/jails/head-armv7/usr/src/contrib/kyua/cli/main.cpp:348: Command line: /usr/local/poudriere/jails/head-armv7/usr/bin/kyua test -k /usr/local/poudriere/jails/head-armv7/usr/tests/lib/libc/sys/Kyuafile
    20201010-232918 I 29923 /usr/local/poudriere/jails/head-armv7/usr/src/contrib/kyua/store/write_backend.cpp:111: Populating new database with schema from /usr/share/kyua/store/schema_v3.sql
    20201010-232919 I 29923 /usr/local/poudriere/jails/head-armv7/usr/src/contrib/kyua/store/write_backend.cpp:116: New metadata entry 1602372559
    20201010-232919 I 29923 /usr/local/poudriere/jails/head-armv7/usr/src/contrib/kyua/utils/process/executor.cpp:782: Spawned subprocess with exec_handle 31568
    ...
    • Oct 10 2020, 11:40 PM
    • 2,145 Lines
  • access_test:access_access -> broken: Premature exit; test case received signal 6 [0.012s]
    access_test:access_fault -> passed [0.542s]
    access_test:access_inval -> passed [0.548s]
    access_test:access_notdir -> failed: /usr/local/poudriere/jails/head-armv7/usr/src/contrib/netbsd-tests/lib/libc/sys/t_access.c:155: access("/etc/passwd//", mode[i]) != 0 not met [0.538s]
    access_test:access_notexist -> passed [0.531s]
    ...
    • Oct 10 2020, 11:34 PM
    • 275 Lines
  • diff --git sysutils/mtm/Makefile sysutils/mtm/Makefile
    index 90315ca0ec6b..6895e8e40305 100644
    --- sysutils/mtm/Makefile
    +++ sysutils/mtm/Makefile
    @@ -11,7 +11,8 @@ LICENSE= GPLv3+
    ...
    • Oct 9 2020, 4:35 PM
    • 28 Lines
  • gcc9-9.3.0_1:
    /usr/local/bin/c++9
    /usr/local/bin/cpp9
    /usr/local/bin/g++9
    /usr/local/bin/gcc-ar9
    ...
    • Oct 8 2020, 4:03 PM
    • 1,540 Lines
  • $ sysctl debug.dump_modinfo
    debug.dump_modinfo:
    0xffffffff8299a000:
    type: (0x01) MODINFO_NAME
    len: 20
    ...
    • Oct 5 2020, 6:24 PM
    • 118 Lines
  • 51137 kmix CALL ioctl(0x18,0x40044d1c,0x7fffffffd254)
    51137 kmix RET ioctl -1 errno 6 Device not configured
    51137 kmix CALL ioctl(0x18,0x40044dff,0x7fffffffd258)
    51137 kmix RET ioctl 0
    51137 kmix CALL ioctl(0x16,0x40044d07,0x7fffffffd254)
    ...
    • Oct 2 2020, 7:58 PM
    • 51 Lines
  • diff --git i/drivers/dma-buf/dma-buf.c w/drivers/dma-buf/dma-buf.c
    index 9460e1024..7176f45f6 100644
    --- i/drivers/dma-buf/dma-buf.c
    +++ w/drivers/dma-buf/dma-buf.c
    @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
    ...
    • Oct 2 2020, 10:58 AM
    • 56 Lines
    • Diff
  • #!/bin/sh
    cat << EOF > /tmp/excludes.txt
    ./etc/resolv.conf
    ./etc/rc.conf
    ...
    • Sep 30 2020, 4:14 PM
    • 31 Lines