/freebsd/contrib/libpcap/doc/ |
H A D | README.aix | 1 # Compiling libpcap on AIX 4 * Neither AIX lex nor AIX yacc nor AIX m4 are suitable. 6 ## AIX 7.1 14 ## AIX 7.2 21 ## Other AIX-related information 25 (1) AIX 4.x's version of BPF is undocumented and somewhat unstandard; the 27 that; it appears to compile and work on at least one AIX 4.3.3 31 on your machine; AIX's tcpdump loads the driver and creates the 33 same, and the configure script should detect that it's on an AIX 36 Also note that tcpdump _binary_ compiled on AIX 4 may have a problem [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AIX.cpp | 22 using AIX = clang::driver::toolchains::AIX; typedef 114 const AIX &ToolChain = static_cast<const AIX &>(getToolChain()); in ConstructJob() 345 AIX::AIX(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in AIX() function in AIX 357 AIX::GetHeaderSysroot(const llvm::opt::ArgList &DriverArgs) const { in GetHeaderSysroot() 365 void AIX::AddOpenMPIncludeArgs(const ArgList &DriverArgs, in AddOpenMPIncludeArgs() 387 void AIX::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs() 420 void AIX::AddClangCXXStdlibIncludeArgs( in AddClangCXXStdlibIncludeArgs() 449 void AIX::AddCXXStdlibLibArgs(const llvm::opt::ArgList &Args, in AddCXXStdlibLibArgs() 539 void AIX::addClangTargetOptions( in addClangTargetOptions() 562 void AIX::addProfileRTLibs(const llvm::opt::ArgList &Args, in addProfileRTLibs() [all …]
|
H A D | AIX.h | 57 class LLVM_LIBRARY_VISIBILITY AIX : public ToolChain { 59 AIX(const Driver &D, const llvm::Triple &Triple,
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ibm6000 | 21 0 string 0xabcdef AIX message catalog 22 0 belong 0x000001f9 AIX compiled message catalog 25 0 belong 0x09006bea AIX backup/restore format file 26 0 belong 0x09006fea AIX backup/restore format file 33 >7 byte&0x03 !3 AIX core file
|
/freebsd/contrib/ntp/html/hints/ |
H A D | aix | 3 On some systems, including AIX, the compiler quits on the ntp_refclock.c 17 Subject: time and AIX 3.2.5 raw tty bug 20 clock or set the clock backwards is subject to the AIX 3.2.5 bug. 22 On AIX 3.2.5, there is a bug in the tty driver for a raw device which 26 the AIX manual page on termios.h or that include file. for Information 47 > AIX asserted in psx_timeo(). Reason for the assert was that 66 > Component Name: AIX V3 FOR RS/6
|
H A D | rs6000 | 2 xntp3 compiles now again on AIX. I have disabled prototyping and added 8 Xntp version 3 now support the cc compiler for AIX. 22 AIX 3.2 and these are the same changes as have been applied tothe version 2 33 A hacked version of xntp for the IBM RS/6000 under AIX 3.1 can be found 36 This will not work on older versions of AIX due to a kernel bug; to find
|
/freebsd/contrib/tcpdump/doc/ |
H A D | README.aix.md | 1 # Compiling tcpdump on AIX 5 ## AIX 7.1/POWER7 12 ## AIX 7.2/POWER8
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Unix/ |
H A D | Host.inc | 55 // On AIX, the AIX version and release should be that of the current host 57 if (Triple(LLVM_HOST_TRIPLE).getOS() == Triple::AIX) { 59 if (TT.getOS() == Triple::AIX && !TT.getOSMajorVersion()) { 62 std::string NewOSName = std::string(Triple::getOSTypeName(Triple::AIX));
|
/freebsd/contrib/sendmail/test/ |
H A D | Results | 43 AIX 3.1.5 FAIL 93.08.07 David J. N. Begley 44 AIX 3.2.3e FAIL 93.07.26 Steve Bauer <sbauer@silver.sdsmt.edu> 45 AIX 3.2.4 FAIL 93.10.07 David J. N. Begley 46 AIX 3.2.5 FAIL 94.05.17 Steve Bauer <sbauer@hpcmmib.hpc.sdsmt.edu> 47 AIX 4.1 FAIL 96.10.21 Hakan Lindholm <hakan@af.lu.se> 48 AIX 4.2 OK 96.10.16 Steve Bauer <sbauer@krypton.hpc.sdsmt.edu> 94 AIX 4.1 OK 96.10.21 Hakan Lindholm <hakan@af.lu.se> 132 AIX 3.2 0/0 0/0 180 AIX 4.3.3 FAILS 2001-09-22 Valdis Kletnieks
|
/freebsd/crypto/openssh/ |
H A D | CREDITS | 8 Alexandre Oliva <oliva@lsd.ic.unicamp.br> - AIX fixes 30 Darren Hall <dhall@virage.org> - AIX patches 31 Darren Tucker <dtucker@zip.com.au> - AIX BFF package scripts 35 David Rankin <drankin@bohemians.lexington.ky.us> - libwrap, AIX, NetBSD fixes 56 Kevin Cawlfield <cawlfiel@us.ibm.com> - AIX fixes. 67 Matt Richards <v2matt@btv.ibm.com> - AIX patches 93 Tom Bertelson's <tbert@abac.com> - AIX auth fixes 94 Tor-Ake Fransson <torake@hotmail.com> - AIX support
|
/freebsd/usr.sbin/cron/cron/ |
H A D | externs.h | 55 #if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX) 90 #if !defined(AIX) && !defined(UNICOS)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evconfig-private.h.cmake | 5 /* Enable extensions on AIX 3, Interix. */ 22 /* Define for large files, on AIX-style hosts. */
|
H A D | evconfig-private.h.in | 6 /* Enable extensions on AIX 3, Interix. */ 29 /* Define for large files, on AIX-style hosts. */
|
/freebsd/contrib/libevent/ |
H A D | evconfig-private.h.cmake | 5 /* Enable extensions on AIX 3, Interix. */ 22 /* Define for large files, on AIX-style hosts. */
|
H A D | evconfig-private.h.in | 6 /* Enable extensions on AIX 3, Interix. */ 29 /* Define for large files, on AIX-style hosts. */
|
/freebsd/sbin/pfctl/ |
H A D | pf.os | 194 # ----------------- AIX --------------------- 196 # AIX is first because its signatures are close to NetBSD, MacOS X and 200 45046:64:0:44:M*: AIX:4.3::AIX 4.3 201 16384:64:0:44:M512: AIX:4.3:2-3:AIX 4.3.2 and earlier 203 16384:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2 204 16384:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2 205 32768:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2 206 32768:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2 207 65535:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2 208 65535:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2 [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | iconv.m4 | 70 dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11, 89 /* Test against AIX 5.1 bug: Failures are not distinguishable from successful 129 /* Test against AIX 6.1..7.1 bug: Buffer overrun. */ 176 /* Try AIX names. */
|
/freebsd/contrib/bmake/ |
H A D | machine.sh | 28 AIX) # from http://gnats.netbsd.org/29386
|
/freebsd/crypto/openssl/Configurations/platform/ |
H A D | AIX.pm | 1 package platform::AIX;
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | acx_pthread.m4 | 18 # (This is necessary on AIX to use the special cc_r compiler alias.) 34 # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX). 130 # pthreads: AIX (must check this before -lpthread) 228 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. 256 # More AIX lossage: must compile with xlc_r or cc_r
|
/freebsd/contrib/libevent/m4/ |
H A D | acx_pthread.m4 | 18 # (This is necessary on AIX to use the special cc_r compiler alias.) 34 # that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX). 130 # pthreads: AIX (must check this before -lpthread) 228 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. 256 # More AIX lossage: must compile with xlc_r or cc_r
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-passwd.pod.in | 53 Use the B<AIX MD5> algorithm (AIX variant of the BSD algorithm).
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmInfoXCOFF.cpp | 58 ExceptionsType = ExceptionHandling::AIX; in MCAsmInfoXCOFF()
|
/freebsd/contrib/ncurses/misc/ |
H A D | tdlint | 48 AIX) set - "$@" -Nn4000
|
/freebsd/crypto/openssh/regress/ |
H A D | agent-ptrace.sh | 8 AIX|CYGWIN*|OSF1)
|