| /freebsd/share/man/man4/ |
| H A D | proto.4 | 38 .Bd -ragged -offset indent 45 .Bd -literal -offset indent 51 .Bd -ragged -offset indent 59 are present for those devices and it creates device special files for all 62 Programs can open these device special files and perform register-level 72 Especially hardware diagnostics requires a somewhat user-friendly interface 76 Device special files created for I/O port resources allow 108 This ioctl request returns the extend of the resource covered by this 111 .Bd -literal 118 The device special files created for memory mapped I/O resources behave [all …]
|
| /freebsd/usr.bin/limits/ |
| H A D | limits.1 | 25 .Nd set or display process resource limits 44 utility either prints or sets kernel resource limits, and may optionally set 51 .Bl -tag -width indent 65 This usage determines values of resource settings according to 69 By default, this will output the current kernel resource settings 75 options, you may also display the current resource settings modified 76 by the appropriate login class resource limit entries from 81 This usage determines values of resource settings according to 107 resource limit settings, and provides the benefit of allowing 108 global configuration of maximum resource usage by maintaining a [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | macintosh | 2 #------------------------------------------------------------------------------ 6 # BinHex is the Macintosh ASCII-encoded file format (see also "apple") 13 # http://ftp.vim.org/pub/ftp/ftp/infomac/disk/mac-update-40b7.hqx 16 # http://ftp.vim.org/pub/ftp/ftp/infomac/_Disk_&_File/zap-res-forks-101.hqx 24 # http://www.faqs.org/faqs/macintosh/comm-faq/part1/ 26 !:mime application/mac-binhex 29 !:mime application/mac-binhex 33 !:mime application/mac-binhex40 37 !:mime application/mac-binhex40 42 !:mime application/mac-binhex [all …]
|
| H A D | apple | 2 #------------------------------------------------------------------------------ 16 # Ref: https://applesaucefdc.com/a2r2-reference/ 58 # Ref: https://applesaucefdc.com/moof-reference/ 158 >>>>0xb10 leshort x \b, %u Files 187 >>4 string x \b, Creator tag "%-4.4s" 283 # The following entries for the Apple II are for files that have 290 # in the files themselves. 304 # test for unused bits of zoom- , paginated-boolean bytes 313 # application/x-appleworks is mime type for claris version with cwk extension 314 !:mime application/x-appleworks3 [all …]
|
| H A D | adventure | 2 #------------------------------------------------------------------------------ 4 # adventure: file(1) magic for Adventure game files 6 # from Allen Garvin <earendil@faeryland.tamu-commerce.edu> 14 # FIXME: Conflicts with Microsoft x.out big-endian and PDP-11 binaries (./xenix) 19 # Infocom (see z-machine) 20 #------------------------------------------------------------------------------ 21 # Z-machine: file(1) magic for Z-machine binaries. 26 #https://www.jczorkmid.net/~jpenney/ZSpec11-latest.txt 27 #https://en.wikipedia.org/wiki/Z-machine 28 # The first byte is the Z-machine revision; it is always between 1 and 8. We [all …]
|
| H A D | wordprocessors | 2 #------------------------------------------------------------------------------ 17 # /defs/w/wps-works-dos.trid.xml 21 >112 ubeshort =0x0100 Microsoft Works 1-3 (DOS) or 2 (Windows) document 24 !:mime application/vnd-ms-works 25 #!:mime application/x-msworks 35 #!:mime application/x-mspublisher 37 # https://web.archive.org/web/20200930085807/https://reposcope.com/mimetype/application/vnd.ms-publ… 38 !:mime application/vnd.ms-publisher 47 #!:mime application/octet-stream 48 !:mime application/x-cosmi [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 1 //===- Tooling.cpp - Running clang standalone tools -----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 63 #define DEBUG_TYPE "clang-tooling" 83 CompilerDriver->setTitle("clang_based_tool"); in newDriver() 89 const driver::JobList &Jobs = Compilation->getJobs(); in ignoreExtraCC1Commands() 90 const driver::ActionList &Actions = Compilation->getActions(); in ignoreExtraCC1Commands() 95 // injected -fsyntax-only or not. Try to handle both cases here. in ignoreExtraCC1Commands() 98 if (StringRef(Job.getExecutable()) == "clang-offload-bundler") in ignoreExtraCC1Commands() [all …]
|
| /freebsd/share/doc/smm/01.setup/ |
| H A D | 6.t | 38 In a normal reboot, the system checks the disks and comes up multi-user 42 This will leave the system in single-user mode, with only the console 46 you must enter the root password to bring the machine to single-user mode.) 48 and then to return to single-user mode by signaling 52 To bring the system up to a multi-user configuration from the single-user 57 a multi-user restart script (and 68 ``fsck \-p'' or force a reboot with 79 when you are running multi-user. 82 system is taken single-user. If you wish to come up multi-user again, you 86 \fB#\fP \fI/sbin/umount -a\fP [all …]
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Driver.h | 1 //===- Driver.h --------- [all...] |
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | Opts.td | 3 class F<string name, string help> : Flag<["-"], name>, HelpText<help>; 4 class Arg<string name, string help> : Separate<["-"], name>, HelpText<help>; 7 def NAME #_EQ : Joined<["-", "--"], name #"=">, HelpText<help>; 8 def : Separate<["-", "--"], name>, Alias<!cast<Joined>(NAME #_EQ)>; 11 def help : Flag<["--"], "help">, HelpText<"Display this help">; 12 def version : Flag<["--"], "version">, HelpText<"Display the version">; 20 defm module_files_dir : Eq<"module-files-dir", 21 …"The build directory for modules. Defaults to the value of '-fmodules-cache-path=' from command li… 23 def optimize_args_EQ : CommaJoined<["-", "--"], "optimize-args=">, HelpText<"Which command-line arg… 24 def eager_load_pcm : F<"eager-load-pcm", "Load PCM files eagerly (instead of lazily on import)">; [all …]
|
| /freebsd/lib/clang/include/clang/Config/ |
| H A D | config.h | 11 /* Default to -fPIE and -pie on Linux. */ 29 /* Default OpenMP runtime used by -fopenmp. */ 38 /* Relative directory for resource files */ 44 /* Directories clang will search for configuration files */ 48 /* Default <path> to all compiler invocations for --sysroot=<path>. */ 57 /* Define if we have sys/resource.h (rlimits) */ 69 /* pass --build-id to ld */
|
| /freebsd/crypto/openssl/providers/ |
| H A D | build.info | 16 # which means that select source files from crypto/ are compiled for 21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a 48 # files in crypto/, so let's have a common include list for them all. 59 # used is determined by non-weak dependencies. 74 # include all the object files that are needed (we do that indirectly, 86 # include all of the object files that are needed, just like the default 98 # diverse build.info files. libfips.a, fips.so and their sources aren't 101 IF[{- !$disabled{fips} -}] 113 IF[{- defined $target{shared_defflag} -}] 119 GENERATE[fipsmodule.cnf]=../util/mk-fipsmodule-cnf.pl \ [all …]
|
| /freebsd/share/examples/drivers/ |
| H A D | make_device_driver.sh | 3 # It also adds FOO and files.FOO configuration files so you can compile 30 TOP=`cd /sys; pwd -P` 37 if [ -d ${TOP}/modules/${1} ]; then 39 echo -n "Should it be overwritten? [Y]" 41 if [ "-z" "$VAL" ]; then 47 rm -rf ${TOP}/dev/${1} 48 rm -rf ${TOP}/modules/${1} 49 rm ${TOP}/conf/files.${UPPER} 59 echo "The following files will be created:" 61 echo ${TOP}/conf/files.${UPPER} [all …]
|
| /freebsd/share/examples/mdoc/ |
| H A D | example.3 | 4 .\" SPDX-License-Identifier: BSD-2-Clause 6 .\" Note: The date here should be updated whenever a non-trivial 37 .Bl -tag -width "EXAMPLE_ONE" 49 .Bd -literal 58 .Rv -std example 65 .Sh FILES 66 .Bl -tag -width "/dev/null" -compact 69 .Sx FILES 85 .Bl -tag -width Er 107 Resource deadlock avoided. [all …]
|
| /freebsd/share/man/man5/ |
| H A D | rctl.conf.5 | 31 .Nd resource limits database defaults 35 file is read in when the system goes into multi-user mode to set default 42 .Bd -literal -offset indent 43 subject:subject-id:resource:action=amount/per 53 .Sh FILES 54 .Bl -tag -width /etc/rctl.conf -compact 62 .Bd -literal -offset indent 63 # Resource limits for the "testing" class.
|
| H A D | intro.5 | 2 .\" SPDX-License-Identifier: BSD-3-Clause 43 .Bl -bullet -compact 46 configuration and resource files 50 composition of database files 52 .Sh FILES 53 .Bl -tag -width "/usr/local/etc/" -compact 55 base system software configuration files 57 locally installed software configuration files
|
| /freebsd/usr.bin/procstat/ |
| H A D | procstat.1 | 1 .\"- 2 .\" Copyright (c) 2007-2009 Robert N. M. Watson 34 .Op Fl -libxo 42 .Op Fl -libxo 50 .Op Fl -libxo 73 .Op Fl -libxo 96 .Op Fl -libxo 104 .Op Fl -libxo 107 .Op Fl -libxo 110 .Op Fl -libxo [all …]
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 1 ---------------------------------------- 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 ---------------------------------------- 24 Update all the copyright continuation year to 2025 in the license header of all files 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… [all …]
|
| /freebsd/sys/contrib/libsodium/regen-msvc/ |
| H A D | libsodium.vcxproj.filters | 1 <?xml version="1.0" encoding="utf-8"?> 4 <Filter Include="Source Files"> 5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> 8 <Filter Include="Header Files"> 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> 12 <Filter Include="Resource Files"> 13 <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> 14 …rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
| H A D | tl_libsodium.vcxproj.filters.tpl | 1 <?xml version="1.0" encoding="utf-8"?> 4 <Filter Include="Source Files"> 5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> 8 <Filter Include="Header Files"> 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> 12 <Filter Include="Resource Files"> 13 <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> 14 …rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
| /freebsd/sbin/hastd/ |
| H A D | hast.conf.5 | 2 .\" Copyright (c) 2010-2012 Pawel Jakub Dawidek <pawel@dawidek.net> 55 .Bd -literal -offset indent 81 resource <name> { 82 # Resource section 93 # Resource-node section 103 # Resource-node section 140 .Bl -tag -width ".Ic xxxx" 146 .Bd -literal -offset indent 165 .Bd -literal -offset indent 166 protocol://protocol-specific-address [all …]
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | getdtablesize.c | 2 * Copyright (c) 1995-2001 Kungliga Tekniska Högskolan 57 #include <sys/resource.h> 67 int files = -1; in getdtablesize() local 69 files = sysconf(_SC_OPEN_MAX); in getdtablesize() 74 files = res.rlim_cur; in getdtablesize() 82 len = sizeof(files); in getdtablesize() 83 sysctl(&mib, 2, &files, sizeof(files), NULL, 0); in getdtablesize() 89 if (files < 0) in getdtablesize() 90 files = OPEN_MAX; in getdtablesize() 94 if (files < 0) in getdtablesize() [all …]
|
| /freebsd/lib/libsys/ |
| H A D | rfork.2 | 30 to open and close files for other processes), 31 and open files. 38 .Bl -tag -width ".Dv RFLINUXTHPN" 147 Otherwise, a value of -1 is returned 157 .Bl -tag -width Er 159 The system-imposed limit on the total 169 the system-imposed limit 178 the soft resource limit corresponding to the 179 .Fa resource
|
| H A D | getrlimit.2 | 34 .Nd control maximum system resource consumption 42 .Fn getrlimit "int resource" "struct rlimit *rlp" 44 .Fn setrlimit "int resource" "const struct rlimit *rlp" 54 .Fa resource 56 .Bl -tag -width RLIMIT_FSIZEAA 82 The maximum number of open files for this process. 86 The maximum number of pseudo-terminals this user id is allowed to create. 88 The maximum total size of in-kernel buffers for bi-directional pipes/fifos 126 The limit of the number of process-shared posix thread library objects 133 A resource limit is specified as a soft limit and a hard limit. [all …]
|
| /freebsd/crypto/krb5/src/ccapi/lib/win/ |
| H A D | WINCCAPI.vcproj | 1 <?xml version="1.0" encoding="UTF-8"?> 6 ProjectGUID="{1137FC16-E53E-48C1-8293-085B4BE68C32}" 61 <Files> 63 Name="Header Files" 65 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 68 RelativePath="..\..\common\win\win-utils.h" 73 Name="Resource Files" 75 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 79 Name="Source Files" 81 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" [all …]
|