/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Hurd.h | 19 class LLVM_LIBRARY_VISIBILITY Hurd : public Generic_ELF { 21 Hurd(const Driver &D, const llvm::Triple &Triple,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 235 Hurd, // GNU/Hurd enumerator 696 return getOS() == Triple::Hurd; in isOSHurd() 712 getOS() == Triple::Hurd) && in isOSGlibc()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Targets.cpp | 587 case llvm::Triple::Hurd: in AllocateTarget() 647 case llvm::Triple::Hurd: in AllocateTarget()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | elf | 363 >7 byte 4 (GNU/Hurd)
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 279 case Hurd: return "hurd"; in getOSTypeName() 683 .StartsWith("hurd", Triple::Hurd) in parseOS()
|
/freebsd/contrib/bmake/ |
H A D | configure.in | 205 dnl Hurd refuses to define PATH_MAX or MAXPATHLEN
|
H A D | ChangeLog | 3223 and discard if not. Apparently needed for Hurd. 3272 Hurd)
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 453 dnl Hurd variant of Mach Cthreads
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 67 // For GNU Hurd 268 // GNU/Hurd, /proc/self/exe is a symlink to the path that was used to start
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1467 return Triple::Hurd; in getOS()
|
/freebsd/share/misc/ |
H A D | committers-ports.dot | 122 shurd [label="Stephen Hurd\nshurd@FreeBSD.org\n2014/06/14\n2021/06/07"]
|
H A D | committers-src.dot | 352 shurd [label="Stephen Hurd\nshurd@FreeBSD.org\n2017/09/02"]
|
/freebsd/contrib/mandoc/ |
H A D | TODO | 743 Found by Aaron M. Ucko in the GNU Hurd via Bdale Garbee,
|
/freebsd/contrib/libarchive/ |
H A D | NEWS | 288 Feb, 2009: High-res timestamps on Tru64, AIX, and GNU Hurd, by Björn Jacke.
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 532 Fixed : compatibility with Hurd, by Przemyslaw Skibinski (#365)
|
/freebsd/contrib/less/ |
H A D | NEWS | 1158 * Ported to GNU Hurd.
|
/freebsd/usr.bin/calendar/calendars/ |
H A D | calendar.freebsd | 491 12/19 Stephen Hurd <shurd@FreeBSD.org> born in Estevan, Saskatchewan, Canada, 1975
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 394 SRCS_MIN+= Driver/ToolChains/Hurd.cpp
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 30 #include "ToolChains/Hurd.h" 530 // GNU/Hurd's triples should have been -hurd-gnu*, but were historically made in computeTargetTriple() 532 // being the Hurd OS. in computeTargetTriple() 6457 case llvm::Triple::Hurd: in getToolChain() 6458 TC = std::make_unique<toolchains::Hurd>(*this, Target, Args); in getToolChain()
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 833 the widget (adapted from patch by Stephen Hurd). 842 Heinonen, Stephen Hurd).
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 949 Treat Debian/kFreeBSD and GNU/Hurd as systems with GNU
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 1205 Fix detection of setres*id on GNU/Hurd 1210 it, define other _SOURCE macros like on GNU/Linux, since GNU/Hurd uses
|
H A D | configure.ac | 1353 dnl GNU Hurd. Needs to be after the linux and the other *-gnu entries.
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 905 - Support shared libraries on Hurd and KFreeBSD [Brown]
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 8874 + modify CF_XOPEN_SOURCE configure macro to make Hurd port build 10102 Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD 12203 + change shared-library versioning for the Hurd to be like Linux rather 12483 + modify configure script for GNU/Hurd share-library support, introduce
|