Home
last modified time | relevance | path

Searched refs:FreeBSD (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/openbsd/gnu/usr.bin/perl/
H A DREADME.freebsd9 perlfreebsd - Perl version 5 on FreeBSD systems
13 This document describes various features of FreeBSD that will affect how Perl
16 =head2 FreeBSD core dumps from readdir_r with ithreads
19 in preference to non-re-entrant versions. There is a bug in FreeBSD's
21 reading large directories. A patch for FreeBSD libc is available
23 which has been integrated into FreeBSD 4.6.
25 =head2 C<$^X> doesn't always contain a full path in FreeBSD
28 system. On FreeBSD the full path of the perl interpreter is found by using
30 the symlink F</proc/curproc/file>. FreeBSD 7 and earlier has a bug where
/openbsd/usr.bin/file/magdir/
H A Dfreebsd4 # freebsd: file(1) magic for FreeBSD objects
6 # All new-style FreeBSD magic numbers are in host byte order (i.e.,
9 # XXX - this comes from the file "freebsd" in a recent FreeBSD version of
14 # FreeBSD says:
72 # what the right answer is (although using ">4095", FreeBSD-style, is
74 # NetBSD-style). (The old "netbsd" file analyzed FreeBSD demand paged
77 0 lelong&0377777777 041400407 FreeBSD/i386
87 0 lelong&0377777777 041400410 FreeBSD/i386 pure
97 0 lelong&0377777777 041400413 FreeBSD/i386 demand paged
107 0 lelong&0377777777 041400314 FreeBSD/i386 compact demand paged
[all …]
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp134 const toolchains::FreeBSD &ToolChain = in ConstructJob()
135 static_cast<const toolchains::FreeBSD &>(getToolChain()); in ConstructJob()
374 FreeBSD::FreeBSD(const Driver &D, const llvm::Triple &Triple, in FreeBSD() function in FreeBSD
388 unsigned FreeBSD::GetDefaultDwarfVersion() const { in GetDefaultDwarfVersion()
395 void FreeBSD::AddClangSystemIncludeArgs( in AddClangSystemIncludeArgs()
435 void FreeBSD::AddCXXStdlibLibArgs(const ArgList &Args, in AddCXXStdlibLibArgs()
445 void FreeBSD::AddCudaIncludeArgs(const ArgList &DriverArgs, in AddCudaIncludeArgs()
450 void FreeBSD::AddHIPIncludeArgs(const ArgList &DriverArgs, in AddHIPIncludeArgs()
455 Tool *FreeBSD::buildAssembler() const { in buildAssembler()
461 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport()
[all …]
H A DPPCFreeBSD.h18 class LLVM_LIBRARY_VISIBILITY PPCFreeBSDToolChain : public FreeBSD {
22 : FreeBSD(D, Triple, Args) {} in PPCFreeBSDToolChain()
H A DFreeBSD.h52 class LLVM_LIBRARY_VISIBILITY FreeBSD : public Generic_ELF {
54 FreeBSD(const Driver &D, const llvm::Triple &Triple,
/openbsd/etc/
H A Dpf.os269 16384:64:1:44:M*: FreeBSD:2.0-2.2::FreeBSD 2.0-4.2
270 16384:64:1:44:M*: FreeBSD:3.0-3.5::FreeBSD 2.0-4.2
271 16384:64:1:44:M*: FreeBSD:4.0-4.2::FreeBSD 2.0-4.2
272 16384:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.4::FreeBSD 4.4
274 1024:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.4::FreeBSD 4.4
277 57344:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.6-4.9::FreeBSD 4.6-4.9
283 65535:64:1:60:M*,N,W1,N,N,T: FreeBSD:4.7-4.11::FreeBSD 4.7-5.2
284 65535:64:1:60:M*,N,W1,N,N,T: FreeBSD:5.0-5.2::FreeBSD 4.7-5.2
290 # 65535:64:1:44:M*:Z:FreeBSD:5.2::FreeBSD 5.2 (no RFC1323)
686 #*:64:1:60:M*,N,W*,N,N,T: @FreeBSD:4.0-4.9::FreeBSD 4.x/5.x
[all …]
/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp146 case llvm::Triple::FreeBSD: in AllocateTarget()
170 case llvm::Triple::FreeBSD: in AllocateTarget()
192 case llvm::Triple::FreeBSD: in AllocateTarget()
226 case llvm::Triple::FreeBSD: in AllocateTarget()
255 case llvm::Triple::FreeBSD: in AllocateTarget()
269 case llvm::Triple::FreeBSD: in AllocateTarget()
285 case llvm::Triple::FreeBSD: in AllocateTarget()
301 case llvm::Triple::FreeBSD: in AllocateTarget()
338 case llvm::Triple::FreeBSD: in AllocateTarget()
356 case llvm::Triple::FreeBSD: in AllocateTarget()
[all …]
/openbsd/gnu/usr.bin/perl/hints/
H A Dfreebsd.sh208 I did not know that FreeBSD $osvers supports POSIX threads.
217 POSIX threads are not supported well by FreeBSD $osvers.
219 Please consider upgrading to at least FreeBSD 2.2.8,
233 POSIX threads should be supported by FreeBSD $osvers --
/openbsd/regress/usr.bin/mandoc/mdoc/Lk/
H A Dlink.out_markdown10 [FreeBSD](http://www.freebsd.org/)
17 [FreeBSD](http://www.freebsd.org/)
/openbsd/gnu/llvm/lldb/source/Plugins/Process/
H A DCMakeLists.txt4 elseif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
5 add_subdirectory(FreeBSD)
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h106 {llvm::Triple::FreeBSD, llvm::Triple::x86, llvm::ELF::NT_X86_XSTATE},
107 {llvm::Triple::FreeBSD, llvm::Triple::UnknownArch, llvm::ELF::NT_FPREGSET},
129 {llvm::Triple::FreeBSD, llvm::Triple::UnknownArch, llvm::ELF::NT_PPC_VMX},
/openbsd/gnu/llvm/lldb/docs/status/
H A Dstatus.rst4 FreeBSD section in Status
7 LLDB on FreeBSD lags behind the Linux implementation but is improving rapidly.
47 | Feature | FreeBSD | Linux | macOS | NetBSD…
/openbsd/gnu/llvm/compiler-rt/lib/tsan/
H A DCMakeLists.txt6 # On FreeBSD however it provokes linkage issue thus we disable it.
7 if(NOT CMAKE_SYSTEM MATCHES "FreeBSD")
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A DCMakeLists.txt33 if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
37 if(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
/openbsd/regress/sys/ffs/
H A DLICENSE2 $FreeBSD: src/tools/regression/fstest/LICENSE,v 1.1 2007/01/17 01:42:07 pjd Exp $
7 Copyright (c) 2006-2007 Pawel Jakub Dawidek <pjd@FreeBSD.org>
/openbsd/gnu/usr.bin/binutils/gdb/config/sparc/
H A Dfbsd.mt1 # Target: FreeBSD/sparc64
H A Dfbsd.mh1 # Host: FreeBSD/sparc64
/openbsd/gnu/usr.bin/binutils/gdb/config/alpha/
H A Dfbsd.mt1 # Target: FreeBSD/alpha
H A Dfbsd.mh1 # Host: FreeBSD/Alpha
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/
H A DCMakeLists.txt2 add_subdirectory(FreeBSD)
/openbsd/gnu/usr.bin/binutils/gdb/config/i386/
H A Dfbsd.mt1 # Target: FreeBSD/i386
H A Dfbsd64.mh1 # Host: FreeBSD/amd64
H A Dfbsd64.mt1 # Target: FreeBSD/amd64
H A Dfbsd.mh1 # Host: FreeBSD/i386
/openbsd/regress/usr.bin/mandoc/mdoc/Ux/
H A Dpunct.out_markdown13 FreeBSD 11.0,

12345678910>>...14