Home
last modified time | relevance | path

Searched +full:no +full:- +full:dump +full:- +full:oops (Results 1 – 25 of 29) 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-index-out-of-bounds in acpica/dswexec.c:401:12 index -1 is out of range for type 'acpi_operand_ob…
12 1) ACPICA kernel-resident subsystem:
16 Fixed misspelled CDAT DSMAS define: ACPI_CEDT_DSMAS_NON_VOLATILE -> ACPI_CDAT_DSMAS_NON_VOLATILE. R…
18 1) ACPICA kernel-resident subsystem:
20 Fix GCC 12 dangling-pointer warning. We're storing a persistent pointer to an ephemeral local vari…
22 Also, some C run-times (like MUSL) aren't including <stdint.h> indirectly so we must include it exp…
26 …ly added nodes. The RHCT table is updated with new nodes. Add compile and dump functionality for t…
31 ----------------------------------------
41 Add OS-specific support for Zephyr RTOS.
[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...]
/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/openpam/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <des@des.no>.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
14 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 set -o posix ;; #(
46 # Quoting is to prevent editors from complaining about space-tab.
[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/unbound/doc/
H A DChangelog2 - Fix for dnsoverquic and dnstap to use the correct dnstap
6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic.
9 - Fix to display warning if quic-port is set but dnsoverquic is not
11 - Fix dnsoverquic to extend the number of streams when one is closed.
14 - Fix to disable detection of quic configured ports when quic is
16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups.
17 - Fix contrib/aaaa-filter-iterator.patch for change in call
21 - Fix cookie_file test sporadic fails for time change during
23 - Fix add reallocarray to alloc stats unit test, and disable
24 override of strdup in unbound-host, and the result of config
[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/sqlite3/
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 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 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 …]
H A Daclocal.m41 # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
3 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
25 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
34 # This is free software; see the source for copying conditions. There is NO
60 # ------------------
63 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
71 # ------------------
82 # ------------------
92 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
[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...]

12