/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,merge.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,merge [all...] |
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-i2c.c | 37 * copy, modify, merge, publish, distribute, sublicense, and/or sell copies 94 * copy, modify, merge, publish, distribute, sublicense, and/or sell copies 116 #include "xgbe-common.h" 141 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, 1); in xgbe_i2c_abort() 146 while (wait--) { in xgbe_i2c_abort() 153 return (-EBUSY); in xgbe_i2c_abort() 162 while (wait--) { in xgbe_i2c_set_enable() 163 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, mod in xgbe_i2c_set_enable() [all...] |
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 …h:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW header sync … 80 …taWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header sync fifo pu… 81 …x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW header sync f… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_disk_posix.c | 1 /*- 2 * Copyright (c) 2003-2010 Tim Kientzle 157 /* Ignore non-int O_NOFOLLOW constant. */ 168 #define AT_FDCWD -100 195 * side-effect of another. For example, mkdir() can specify the mode 196 * for the newly-created object but symlink() cannot. This means we 260 /* Tasks deferred until end-of-archive. */ 272 /* Maximum size of file, -1 if unknown. */ 315 * Note that POSIX specifies 0777 for implicitly-created dirs, "modified 322 * the post-extract fixup pass, the permissions from the archive are [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 1 #------------------------------------------------------------------------------ 3 # archive: file(1) magic for archive formats (see also "msdos" for self- 7 # pre-POSIX "tar" archives are also handled in the C code ../../src/is_tar.c. 10 # URL: https://en.wikipedia.org/wiki/Tar_(computing) 11 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current 18 # last 4 header bytes often null but tar\0 in gtarfail2.tar gtarfail.tar-bad 19 # at https://sourceforge.net/projects/s-tar/files/testscripts/ 21 # nul, space or ascii digit 0-7 at start of mode 32 >>>>>>>>>0 use tar-nvram 34 #>>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp) NAME "%s" [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8195.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/clock/mt8195-clk.h> 9 #include <dt-bindings/gce/mt8195-gce.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/memory/mt8195-memory-port.h> 13 #include <dt-bindings/phy/phy.h> 14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 15 #include <dt-bindings/power/mt8195-power.h> [all …]
|
/freebsd/sys/dev/aac/ |
H A D | aacreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2000-2001 Scott Long 49 * retain their naming conventions (for now) to aid in cross-referencing. 54 * be 16-byte aligned, and are sized as follows: 56 #define AAC_HOST_NORM_CMD_ENTRIES 8 /* command adapter->host, 58 #define AAC_HOST_HIGH_CMD_ENTRIES 4 /* command adapter->host, 60 #define AAC_ADAP_NORM_CMD_ENTRIES 512 /* command host->adapter, 62 #define AAC_ADAP_HIGH_CMD_ENTRIES 4 /* command host->adapter, 64 #define AAC_HOST_NORM_RESP_ENTRIES 512 /* response, adapter->host, [all …]
|
/freebsd/contrib/tcsh/ |
H A D | tcsh.man | 31 .\" - Tags in lists are bold, except in the FILES section where they are 34 .\" - References are bold for section headings and environment and shell 38 .\" - Be careful with the .B and .I macros: they handle only a limited number 42 .\" - Indent in multiples of 4, usually 8. 44 .\" - Use `', not '' or "", except of course in shell syntax examples. 47 .\" - Use \` for literal back-quote (`). 49 .\" - Use \e for literal backslash (\). 51 .\" - Use \-, not -. 53 .\" - Include the tilde when naming dot files. `~/.login', not `.login'. 55 .\" - Refer to external commands in man page format, e.g., `csh(1)'. However, [all …]
|
H A D | tcsh.man.new | 29 .\" - Indent in multiples of 4, usually 8. 31 .\" - Use \` for literal back-quote (`). 33 .\" - Use \e for literal backslash (\). 35 .\" - Use \-, not -. 37 .\" - Include the tilde when naming dot files. .Pa ~/.login , not .Pa .login 39 .\" - Refer to external commands in man page format, e.g., .Xr csh 1 43 .\" - Say .Sq the shell , not .Sq tcsh , 46 .\" - Say .Sq shell variable / .Sq environment variable instead of 51 .\" - Use the simple present tense. 54 .\" - IMPORTANT: Cross-reference as much as possible. Commands, variables, [all …]
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_reg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2000-2001 Scott Long 7 * Copyright (c) 2001-2010 Adaptec, Inc. 8 * Copyright (c) 2010-2012 PMC-Sierra, Inc. 50 * retain their naming conventions (for now) to aid in cross-referencing. 62 * List structure used to chain FIBs (used by the adapter - we hang FIBs off 92 #define AAC_FIB_DATASIZE (512 - sizeof(struct aac_fib_header)) 286 CT_RAID5D, /* raid5 distributed hot-sparing */ 294 * Host-addressable object types [all …]
|
/freebsd/contrib/ncurses/doc/html/ |
H A D | hackguide.html | 1 <!-- 4 * Copyright 2019-2020,2022 Thomas E. Dickey * 5 * Copyright 2000-2013,2017 Free Software Foundation, Inc. * 10 * without limitation the rights to use, copy, modify, merge, publish, * 31 --> 32 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 38 <link rel="author" href="mailto:bugs-ncurses@gnu.org"> 39 <meta http-equiv="Content-Type" content= 40 "text/html; charset=us-ascii"><!-- 41 This document is self-contained, *except* that there is one relative link to [all …]
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 1 ------------------------------------------------------------------------------- 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/ |
H A D | ObsoleteFiles.inc | 9 # delete-old-libs target, whereas OLD_FILES and OLD_DIRS are removed by the 10 # delete-old target. This separation allows users to avoid deleting old 18 # For files listed in OLD_FILES, OLD_LIBS, and MOVED_LIBS, the check-old* 19 # and delete-old* targets will also delete associated debug symbols from 34 # ( grep '+=' /usr/src/ObsoleteFiles.inc | sort -u ; \ 35 # grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \ 36 # sort | uniq -d 40 # for t in `make -V TARGETS universe`; do 41 # __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \ 42 # -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ [all …]
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 13 - Prevent transaction stuffing by ensuring SMTP clients 19 - Accept only CRLF . CRLF as end of an SMTP message 22 - Do not accept a CR or LF except in the combination 31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported 76 because the -a. option has been removed (as it only 79 VACATION: Add support for Return-Path header to set sender 81 VACATION: Honor RFC3834 and avoid an auto-reply if 82 'Auto-Submitted: no' is found in the headers to 84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in 119 When EAI is enabled, mailq prints UTF-8 addresses as such [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|
/freebsd/share/dict/ |
H A D | web2 | 61458 en 69787 fifo 99810 Jean-Christophe 99811 Jean-Pierre 114139 merge
|