Home
last modified time | relevance | path

Searched refs:AIX (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDAIX.cpp17 using AIX = clang::driver::toolchains::AIX; typedef
83 const AIX &ToolChain = static_cast<const AIX &>(getToolChain()); in ConstructJob()
152 AIX::AIX(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in AIX() function in AIX
157 auto AIX::buildAssembler() const -> Tool * { return new aix::Assembler(*this); } in buildAssembler()
159 auto AIX::buildLinker() const -> Tool * { return new aix::Linker(*this); } in buildLinker()
HDAIX.h57 class LLVM_LIBRARY_VISIBILITY AIX : public ToolChain {
59 AIX(const Driver &D, const llvm::Triple &Triple,
/freebsd-11-stable/contrib/libpcap/doc/
HDREADME.aix3 (1) AIX 4.x's version of BPF is undocumented and somewhat unstandard; the
5 that; it appears to compile and work on at least one AIX 4.3.3
9 on your machine; AIX's tcpdump loads the driver and creates the
11 same, and the configure script should detect that it's on an AIX
14 Also note that tcpdump _binary_ compiled on AIX 4 may have a problem
15 doing the initial loading of the BPF driver if copied to AIX 5 and
16 run there (GH #52). tcpdump binary natively compiled on AIX 5 should
47 your system, since certain versions may be buggy and cause your AIX
49 found that the DLPI driver that came with AIX 4.3.2 was buggy, and
56 Updates for AIX filesets can be obtained from:
[all …]
/freebsd-11-stable/usr.sbin/cron/cron/
HDcompat.h43 # define AIX 1 macro
65 # if (BSD >= 199103) || defined(__linux) || defined(ultrix) || defined(AIX) ||\
93 #if defined(HPUX) || defined(AIX) || defined(UNIXPC)
116 #if !defined(AIX) && !defined(UNICOS)
126 #if defined(AIX) || defined(HPUX) || defined(IRIX)
HDpathnames.h22 #if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX)
/freebsd-11-stable/contrib/file/magic/Magdir/
HDibm600016 0 string 0xabcdef AIX message catalog
17 0 belong 0x000001f9 AIX compiled message catalog
20 0 belong 0x09006bea AIX backup/restore format file
21 0 belong 0x09006fea AIX backup/restore format file
28 >7 byte&0x03 !3 AIX core file
/freebsd-11-stable/contrib/gcclibs/libiberty/config/
HDmh-aix1 # This file is only needed by AIX 3.1.
4 # Most releases of AIX 3.1 include an incorrect internal version of copysign
7 # uses modf), we add copysign here. Supposedly, this problem is fixed in AIX
8 # 3.1.8 and above, including all releases of AIX 3.2.
/freebsd-11-stable/contrib/ntp/html/hints/
HDaix3 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
HDrs60002 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-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDHost.inc52 // On AIX, the AIX version and release should be that of the current host
54 if (Triple(LLVM_HOST_TRIPLE).getOS() == Triple::AIX) {
56 if (TT.getOS() == Triple::AIX && !TT.getOSMajorVersion()) {
59 std::string NewOSName = Triple::getOSTypeName(Triple::AIX);
/freebsd-11-stable/contrib/sendmail/test/
HDResults43 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-11-stable/crypto/openssh/
HDCREDITS8 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-11-stable/contrib/ipfilter/
HDMakefile264 …(cd AIX/`AIX/cpurev`; make build AIX=`uname -v` TOP=../.. "DEBUG=-g" $(MFLAGS) "OSREV=`../cpurev`"…
307 (cd AIX; $(MAKE) TOP=.. clean)
327 (cd AIX; make clean)
378 (cd AIX/`AIX/cpurev`; make install "TOP=../.." $(MFLAGS); cd ..)
/freebsd-11-stable/tools/tools/tinybsd/conf/wireless/etc/
HDpf.os189 # ----------------- AIX ---------------------
191 # AIX is first because its signatures are close to NetBSD, MacOS X and
195 16384:64:0:44:M512: AIX:4.3:2-3:AIX 4.3.2 and earlier
197 16384:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
198 16384:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
199 32768:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
200 32768:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
201 65535:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
202 65535:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
203 65535:64:0:64:M*,N,W1,N,N,T,N,N,S: AIX:5.3:ML1:AIX 5.3 ML1
/freebsd-11-stable/tools/tools/tinybsd/conf/firewall/etc/
HDpf.os189 # ----------------- AIX ---------------------
191 # AIX is first because its signatures are close to NetBSD, MacOS X and
195 16384:64:0:44:M512: AIX:4.3:2-3:AIX 4.3.2 and earlier
197 16384:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
198 16384:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
199 32768:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
200 32768:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
201 65535:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
202 65535:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
203 65535:64:0:64:M*,N,W1,N,N,T,N,N,S: AIX:5.3:ML1:AIX 5.3 ML1
/freebsd-11-stable/contrib/gperf/
HDaclocal.m411 # AIX /bin/install
29 # AIX install. It has an incompatible calling convention.
35 # AIX installbsd doesn't work without option "-g".
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDPPC.h352 case llvm::Triple::AIX: in PPC32TargetInfo()
363 Triple.getOS() == llvm::Triple::AIX || Triple.isMusl()) { in PPC32TargetInfo()
396 if (Triple.getOS() == llvm::Triple::AIX) in PPC64TargetInfo()
399 if (Triple.isOSFreeBSD() || Triple.getOS() == llvm::Triple::AIX || in PPC64TargetInfo()
/freebsd-11-stable/etc/
HDpf.os195 # ----------------- AIX ---------------------
197 # AIX is first because its signatures are close to NetBSD, MacOS X and
201 45046:64:0:44:M*: AIX:4.3::AIX 4.3
202 16384:64:0:44:M512: AIX:4.3:2-3:AIX 4.3.2 and earlier
204 16384:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
205 16384:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
206 32768:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
207 32768:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
208 65535:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
209 65535:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
[all …]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDevconfig-private.h.in6 /* Enable extensions on AIX 3, Interix. */
29 /* Define for large files, on AIX-style hosts. */
/freebsd-11-stable/crypto/openssl/crypto/des/
HDoptions.txt13 AIX 4.1? - PPC604 100mhz - cc - UNROLL 275,000 2200k/s
26 AIX - old slow one :-) - cc - 39,000 312k/s
/freebsd-11-stable/contrib/gdb/gdb/config/rs6000/
HDrs6000.mt1 # Target: IBM RS/6000 running AIX
HDrs6000.mh1 # Host: IBM RS/6000 running AIX
/freebsd-11-stable/contrib/ntp/sntp/libevent/m4/
HDacx_pthread.m418 # (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-11-stable/contrib/ncurses/misc/
HDtdlint47 AIX) set - $* -Nn4000
/freebsd-11-stable/crypto/openssh/regress/
HDagent-ptrace.sh8 AIX|CYGWIN*|OSF1)

12345678910>>...13