Home
last modified time | relevance | path

Searched +full:no +full:- +full:dump +full:- +full:oops (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt1 Ramoops oops/panic logger
4 ramoops provides persistent RAM storage for oops and panics, so they can be
5 recovered after a reboot. This is a child-node of "/reserved-memory", and
10 as kernel log messages, or for optional ECC error-correction data. The total
13 Any remaining space will be used for a circular buffer of oops and panic
17 At least one of "record-size", "console-size", "ftrace-size", or "pmsg-size"
18 must be set non-zero, but are otherwise optional as listed below.
23 - compatible: must be "ramoops"
25 - reg: region of memory that is preserved between reboots
30 - ecc-size: enables ECC support and specifies ECC buffer size in bytes
[all …]
H A Dramoops.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reserved-memory/ramoops.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ramoops oops/panic logger
10 ramoops provides persistent RAM storage for oops and panics, so they can be
11 recovered after a reboot. This is a child-node of "/reserved-memory", and
16 as kernel log messages, or for optional ECC error-correction data. The total
19 Any remaining space will be used for a circular buffer of oops and panic
23 At least one of "record-size", "console-size", "ftrace-size", or "pmsg-size"
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-sita.c2 * pcap-sita.c: Packet capture interface additions for SITA ACN devices
39 #include "pcap-int.h"
41 #include "pcap-sita.h"
43 /* non-configurable manifests follow */
96 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name); in dump_interface_list()
97 iff = iff->next; in dump_interface_list()
102 n = (iff->name) ? iff->name : ""; in dump_interface_list()
103 d = (iff->description) ? iff->description : ""; in dump_interface_list()
104 f = (iff->flags == PCAP_IF_LOOPBACK) ? "L" : ""; in dump_interface_list()
106 addr = iff->addresses; in dump_interface_list()
[all …]
/freebsd/usr.sbin/ppp/
H A Dfsm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org>
5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp>
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
110 return FsmCodes[code-1].name; in Code2Nam()
118 "Req-Sent", "Ack-Rcvd", "Ack-Sent", "Opened", in State2Nam()
131 log_Printf(fp->LogLevel, "%s: Stopped timer expired\n", fp->link->name); in StoppedTimeout()
132 if (fp->OpenTimer.state == TIMER_RUNNING) { in StoppedTimeout()
134 fp->link->name, fp->name); in StoppedTimeout()
[all …]
/freebsd/contrib/dialog/
H A Dbuildlist.c4 * buildlist.c -- implements the buildlist dialog
6 * Copyright 2012-2019,2020 Thomas E. Dickey
31 #define sLEFT (-2)
32 #define sRIGHT (-1)
54 #define okIndex(all,index) ((index) >= 0 && (index) < (all)->item_no)
56 #define myItem(p,n) ((p)->ip)[n]
72 * Translate a choice from items[] to a row-number in an unbounded column,
78 MY_DATA *data = all->list + selected; in index2row()
79 int result = -1; in index2row()
84 for (row = 0; row < all->item_no; ++row) { in index2row()
[all …]
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h2 * Copyright (c) 2003-2017 Tim Kientzle
17 * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
31 * simplify the very repetitive test-*.c test programs.
37 /* Building as part of FreeBSD system requires a pre-built config.h. */
40 /* Building as part of NetBSD system requires a pre-built config.h. */
47 #error Oops: No config.h and no pre-built configuration in test.h.
96 * System-specific tweaks. We really want to minimize these
116 #pragma warn -8068 /* Constant out of range in comparison. */
205 /* Assert that a file exists; supports printf-style arguments. */
245 assertion_make_file(__FILE__, __LINE__, path, mode, -1, contents)
[all …]
/freebsd/tools/tools/kdrv/
H A DKernelDriver2 # Tcl magic -*- tcl -*- \
6 # KernelDriver - FreeBSD driver source installer
21 # 3. Neither the name of the author nor the names of any co-contributors
28 # ARE DISCLAIMED. IN NO EVENT SHALL Michael Smith OR CONTRIBUTORS BE LIABLE
39 # KernelDriver provides a means for installing source-form drivers into FreeBSD
100 set candidate [glob -nocomplain "$hint/*.drvinfo"];
170 switch -- [lindex $line 0] {
179 set plast [expr [string length $path] -1];
189 set plast [expr [string length $path] -1];
270 if {[lsearch -exact $unwritable $p] == -1} {
[all …]
/freebsd/contrib/tcsh/
H A Dsh.lex.c4 /*-
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
138 * special parsing rules apply for source -h
156 hp->next = hp->prev = hp; in lex()
157 hp->word = STRNULL; in lex()
177 new->word = NULL; in lex()
178 new->prev = wdp; in lex()
179 new->next = hp; in lex()
180 wdp->next = new; in lex()
181 hp->prev = new; in lex()
[all …]
/freebsd/contrib/ntp/util/
H A Dtg2.c6 * broadcast timecode. Alternatively, it can generate the IRIG-B
24 * over the range 0-255. The signal generator by default uses WWV
26 * switches to IRIG-B format.
42 * the transmissionorder is low-order first as the frame is processed
44 * For IRIG the on-time marker M preceeds the first (units) bit, so its
49 * 10, but not yet with other machines. It uses no special features and
54 * v0.23 2007-02-12 dmw:
55 * - Changed statistics to include calculated error
60 * v0.22 2007-02-08 dmw:
61 * - Changed default for rate correction to "enabled", "-j" switch now disables.
[all …]
/freebsd/contrib/sendmail/src/
H A Dmain.c2 * Copyright (c) 1998-2006, 2008, 2009, 2011 Proofpoint, Inc. and its suppliers.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
29 "@(#) Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers.\n\
31 Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.\n\
36 SM_RCSID("@(#)$Id: main.c,v 8.988 2013-11-23 02:52:37 gshapiro Exp $")
52 "@(#)$Debug: no_persistent_restart - don't restart, log only $");
68 ** SENDMAIL -- Post mail to a set of destinations.
85 ** Britton-Lee, Inc., purveyors of fine
86 ** database computers (11/81 - 10/88).
88 ** (11/88 - 9/89).
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
6 Added option to skip the global lock for SMM - Huacai Chen
8 Fixed non-NUL terminated string implementations - Ahmed Salem
10 Fixed CCEL and CDAT templates - Ahmed Salem
12 …ethod parameters (definition) vs arguments (invocation) in different places - Peter Williams, Hans…
14 Define distinct D3 states (D3Hot and D3Cold) that help clarify the device behavior support - Aymeri…
19 ----------------------------------------
26 Add complete support for 3 new ACPI tables - MRRM,ERDT and RIMT (Tony Luck & V L Sunil)
32 A few fixes including local cache allocation, FFixedHW Region, attribute packing, string vs. non-st…
35 ----------------------------------------
[all …]
/freebsd/contrib/flex/
H A DChangeLog1 2017-05-06 Will Estes <westes575@gmail.com>
9 2017-05-06 Will Estes <westes575@gmail.com>
13 2017-05-06 Will Estes <westes575@gmail.com>
15 * .prev-version: note previous version
17 2017-05-06 Will Estes <westes575@gmail.com>
21 2017-05-04 viktor.shepel <shepelvictor@bigmir.net>
25 2017-05-04 Explorer09 <explorer09@gmail.com>
30 2017-05-02 Demi Obenour <demiobenour@gmail.com>
35 2017-05-02 Demi Obenour <demiobenour@gmail.com>
41 2017-05-03 Demi Obenour <demiobenour@gmail.com>
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp2 * z_Windows_NT_util.cpp -- platform specific routines.
5 //===--------
[all...]
H A Dkmp_runtime.cpp2 * kmp_runtime.cpp -- KPTS runtime support library
5 //===----------------------------------------------------------------------===//
9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11 //===----------------------------------------------------------------------===//
33 #include "ompt-specific.h"
36 #include "ompd-specific.h"
76 /* ------------------------------------------------------------------------ */
121 int new_size = level + thr->th.th_set_nested_nth_sz; in __kmp_override_nested_nth()
122 new_nested_nth->nth = (int *)KMP_INTERNAL_MALLOC(new_size * sizeof(int)); in __kmp_override_nested_nth()
124 new_nested_nth->nth[i] = 0; in __kmp_override_nested_nth()
[all …]
/freebsd/crypto/openssh/
H A DChangeLog11 upstream: openssh-10.0
13 OpenBSD-Commit-ID: db5b4a1f1c9e988f8f166b56dc5643606294b403
24 OpenBSD-Commit-ID: fffc89195968f7eedd2fc57f0b1f1ef3193f5ed1
30 upstream: oops, I accidentally backed out the typo fix
32 OpenBSD-Commit-ID: f485f79bf3e9ebbe1de13ac96150cf458956cfd8
40 OpenBSD-Commit-ID: f912725c7d303720706b3ccfb2cb846d46296d13
54 OpenBSD-Regress-ID: 08477b936d1d0c1e8a98aa1c0e1bdde8871894c9
62 OpenBSD-Commit-ID: 6e683e13e72bf1e43bbd3bbc6a8332d5a98bdc99
72 OpenBSD-Commit-ID: 04ca29b8eaae1860c7adde3e770baa1866e30a54
82 OpenBSD-Commit-ID: ed01a7c102243f84e4a317aefb431916d98aab15
[all …]
/freebsd/share/examples/ipfilter/
H A Dipf-howto.txt44 make this document a waste of your time. For greater under-
45 standing of firewalls, the authors recommend reading Build-
46 ing Internet Firewalls, Chapman & Zwicky, O'Reilly and Asso-
47 ciates; and TCP/IP Illustrated, Volume 1, Stevens, Addison-
57 any damages incurred due to actions taken based on this doc-
59 a firewall based on IP-Filter. If you do not feel
69 -2-
73 should stop reading this document and hire a qualified secu-
79 Unless otherwise stated, HOWTO documents are copy-
104 <http://coombs.anu.edu.au/~avalon/ip-filter.html>
[all …]
/freebsd/contrib/ncurses/
H A DNEWS1 -------------------------------------------------------------------------------
2 -- Copyright 2018-2023,2024 Thomas E. Dickey --
3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. --
4 -- --
5 -- Permission is hereby granted, free of charge, to any person obtaining a --
6 -- copy of this software and associated documentation files (the --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished --
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1 //===--- SemaInit.cpp - Semantic Analysis for Initializers ----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
45 //===----------------------------------------------------------------------===//
47 //===----------------------------------------------------------------------===//
81 Init = Init->IgnoreParens(); in IsStringInit()
84 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType()) in IsStringInit()
93 Context.getCanonicalType(AT->getElementType()).getUnqualifiedType(); in IsStringInit()
97 return BT && BT->isCharType() && BT->getKind() != BuiltinType::SChar; in IsStringInit()
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog2 - Too many quotes for the EDE message debug printout.
5 - Small debug output improvement when attaching an EDE.
8 - Fix to print warning for when so-sndbuf setsockopt is not granted.
11 - version set to 1.24.0 for release.
12 - tag for 1.24.0rc1.
13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0.
16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a
20 - Update documentation for using "SET ... EX" in Redis.
21 - Document max buffer sizes for Redis commands.
22 - Update man pages.
[all …]
/freebsd/contrib/openbsm/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for OpenBSM 1.2-alpha5.
5 # Report bugs to <trustedbsd-audit@TrustedBSD.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
[all …]
/freebsd/contrib/file/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 e) case `(set -o) 2>/dev/null` in #(
31 set -o posix ;; #(
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
[all …]
/freebsd/contrib/libevent/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for libevent 2.1.12-stable.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 ## -------------------- ##
13 ## -------------------- ##
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
27 set -o posix ;; #(
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for libevent 2.1.12-stable.
6 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
12 ## -----
[all...]
/freebsd/contrib/ntp/sntp/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## ------
[all...]
/freebsd/contrib/ntp/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## ------
[all...]

12