Page MenuHomeFreeBSD
Paste Active Pastes
  • Mark iscontrol(8) and iscsi_initiator(4) obsolete.
    • Oct 9 2014, 7:06 PM
    • 1 Line
  • lib/libstand/ufs.c:#include <ufs/ufs/dir.h>
    sbin/dump/cache.c:#include <ufs/ufs/dir.h>
    sbin/dump/traverse.c:#include <ufs/ufs/dir.h>
    sbin/fsck_ffs/dir.c:#include <ufs/ufs/dir.h>
    sbin/fsck_ffs/ea.c:#include <ufs/ufs/dir.h>
    ...
    • Oct 9 2014, 5:17 PM
    • 39 Lines
  • $ cat /usr/local/share/toolchains/powerpc64-gcc.mk
    XCC=/usr/local/bin/powerpc64-portbld-freebsd10.0-gcc
    XCXX=/usr/local/bin/powerpc64-portbld-freebsd10.0-g++
    XCPP=/usr/local/bin/powerpc64-portbld-freebsd10.0-cpp
    CROSS_BINUTILS_PREFIX=/usr/local/powerpc64-freebsd/bin/
    ...
    • Oct 9 2014, 4:08 PM
    • 6 Lines
  • In file included from /home/bapt/dev/src/sys/modules/ufs/../../ufs/ufs/ufs_dirhash.c:58:0:
    @/ufs/ufs/dir.h:114:33: error: variably modified 'dh_firstfree' at file scope [-Werror]
    ((namlen)+1)*sizeof(((struct direct *)0)->d_name[0]) + 3) & ~3)
    ^
    @/ufs/ufs/dirhash.h:51:21: note: in expansion of macro 'DIRECTSIZ'
    ...
    • Oct 9 2014, 1:01 PM
    • 10 Lines
  • --- zfs_vnops.c.orig 2014-10-06 06:37:56.248401542 -0500
    +++ zfs_vnops.c 2014-10-06 05:37:00.153296996 -0500
    @@ -2827,6 +2827,7 @@
    #endif
    vap->va_seq = zp->z_seq;
    ...
    • Oct 6 2014, 8:21 PM
    • 10 Lines
    • C
  • .sp
    .it 1 an-trap
    .nr an-no-space-flag 1
    .nr an-break-flag 1
    .br
    • Oct 3 2014, 2:47 PM
    • 5 Lines
    • Plain Text
  • char buf[] = "test\ntest1";
    char buf1[] = "test\n#test1";
    char buf2[] = "test\ntest1\ntest2";
    struct sbuf *b = sbuf_new_auto();
    ...
    • Oct 2 2014, 5:48 PM
    • 12 Lines
    • C
  • root@cheri:/nfs/erl/pkgs-ed # env ABI=freebsd:10:mips:64:eb:n64 pkg add -f xf86-video-scfb-0.0.4.txz
    pkg: Major version upgrade detected. Running "pkg-static install -f pkg" recommended
    Installing xkeyboard-config-2.12: 100%
    Installing kbproto-1.0.6: 100%
    Installing kbproto-1.0.6: 100%
    ...
    • Aug 8 2014, 2:15 PM
    • 36 Lines
  • cpu:0-Trap cause = 2 (TLB miss (load or instr. fetch) - kernel mode)
    [ thread pid 11 tid 100020 ]
    Stopped at 0xffffffff800001d0: ld k0,0(k0)
    db> bt
    Tracing pid 11 tid 100020 td 0x98000000010874d0
    ...
    • Aug 6 2014, 9:25 PM
    • 14 Lines
  • Index: Makefile.inc1
    ===================================================================
    --- Makefile.inc1 (revision 269624)
    +++ Makefile.inc1 (working copy)
    @@ -1217,7 +1217,7 @@
    ...
    • Aug 6 2014, 12:57 PM
    • 12 Lines
  • > host pkg.freebsd.org
    pkg.freebsd.org has address 213.138.116.73
    pkg.freebsd.org has IPv6 address 2001:41c8:112:8300::50:1
    pkg.freebsd.org mail is handled by 0 .
    > host gpkg.freebsd.org
    ...
    • Jul 19 2014, 8:26 PM
    • 8 Lines
  • Index: uipc_socket.c
    ===================================================================
    --- uipc_socket.c (revision 268643)
    +++ uipc_socket.c (working copy)
    @@ -2548,7 +2548,10 @@
    ...
    • Jul 17 2014, 3:56 AM
    • 29 Lines
  • Stagufy sysutils/nut and update to 2.7.2:
    • Jul 2 2014, 7:42 PM
    • 1 Line
  • Before:
    # procstat -kka|egrep "(idle:|procstat)"
    11 100003 idle idle: cpu0 <running>
    11 100004 idle idle: cpu1 mi_switch+0x275 critical_exit+0x8b sched_idletd+0x1e8 fork_exit+0x84 fork_trampoline+0xe
    5167 100172 procstat - <running>
    ...
    • Jul 1 2014, 9:55 PM
    • 11 Lines
    • Plain Text
  • {
    "project.name": "D",
    "phabricator.uri" : "https://phabric.freebsd.org/",
    "history.immutable" : true
    }
    • Jun 11 2014, 9:16 PM
    • 5 Lines
  • #!/bin/sh
    err() {
    cd ${ORIGDIR}
    rm -rf ${WRKDIR:-/nonexistent}
    ...
    • Jun 6 2014, 3:47 PM
    • 27 Lines
    • Bash Scripting
  • #!/bin/sh
    fget()
    {
    fetch -q --no-verify-peer -o - "https://bugs.freebsd.org/bugzilla/jsonrpc.cgi?method=Bug.attachments&params=[{\"ids\": [\"$1\"]}]"
    ...
    • Jun 5 2014, 10:37 AM
    • 33 Lines
    • Bash Scripting