log

age author description
Wed, 30 Jan 2013 17:46:49 +0100 simonis Implement support for the "System V Print Subsystem" on AIX
Wed, 30 Jan 2013 16:17:56 +0100 simonis Fix native multicast sockets implementation on AIX
Wed, 30 Jan 2013 14:39:53 +0100 simonis Fix setting of SO_REUSEADDR socket option on AIX (where the socket option is called SO_REUSEPORT)
Tue, 29 Jan 2013 19:29:14 +0100 simonis Fix iconv encoding problem on AIX < 7.1 in SplashConvertStringAlloc
Tue, 29 Jan 2013 17:19:45 +0100 simonis Implement workaround for I/O cancellation on AIX (by using the Linux wrappers from "linux_close.c")
Mon, 28 Jan 2013 19:13:54 +0100 simonis Build "fdlibm" without optimizations and with -qfloat=nomaf on AIX
Mon, 28 Jan 2013 17:39:18 +0100 simonis add "<jrepath>/lib/<arch>/jli/" to the runtime library path in the java launcher for AIX because AIX ld doesn't support $ORIGIN and libjli.so isn't found otherwise
Thu, 24 Jan 2013 19:30:45 +0100 simonis Implement AttachListener for AIX (jdk part)
Mon, 21 Jan 2013 15:22:01 +0100 Goetz Merge PPC port with jdk7u6.
Wed, 16 Jan 2013 19:04:35 +0100 simonis Use LIBPATH in the launcher on AIX insted of LD_LIBRARY_PATH
Wed, 09 Jan 2013 09:50:28 +0000 simonis Fix build on Linux with 64kb default page size
Mon, 17 Dec 2012 19:29:22 +0100 simonis Added tag ppc-aix-port-b03 for changeset 3097457689ba
Mon, 17 Dec 2012 19:28:48 +0100 simonis Added tag ppc-aix-port-b02 for changeset 3097457689ba
Mon, 29 Oct 2012 21:25:55 +0100 simonis Enable AWT/Swing on AIX ppc-aix-port-b02 ppc-aix-port-b03
Tue, 23 Oct 2012 09:43:53 +0200 simonis Add some AIX-specific files which were missing from changeset 5101:a06818b39f7c
Mon, 22 Oct 2012 18:27:19 +0200 simonis Some basic AIX changes to let the VM bootstrap itself and run JVM98.
Mon, 17 Sep 2012 11:42:27 +0200 simonis AIX changes to build the complete OpenJDK on a vanilla AIX system
Mon, 13 Aug 2012 20:59:18 +0800 luchsh gethostbyname_r and gethostbyaddr_r have got different syntax on AIX, this patch added the support of host entry getting.
Mon, 13 Aug 2012 20:41:54 +0800 luchsh Added enumIPv4Interfaces, enumIPv6Interfaces and getMacAddress implementation for AIX.
Mon, 13 Aug 2012 20:20:30 +0800 luchsh Use macosx's BsdVirtualMachine implementation to provide tools/attach on AIX platform.
Mon, 13 Aug 2012 20:15:02 +0800 luchsh Make nio module to build on AIX
Mon, 13 Aug 2012 18:33:34 +0800 luchsh Enable awt to build on AIX
Mon, 13 Aug 2012 18:14:44 +0800 luchsh Enable mannual and Javadoc on AIX platform
Mon, 13 Aug 2012 18:03:56 +0800 luchsh Use fork() to provide FORK() as Linux
Mon, 13 Aug 2012 17:55:24 +0800 luchsh Enable medialib to build on AIX
Mon, 13 Aug 2012 17:42:15 +0800 luchsh dlopen() on AIX does not support RTLD_NOLOAD, so use RTLD_LZAY to workaround.
Mon, 13 Aug 2012 17:34:13 +0800 luchsh Disable sctp support for now on AIX platform
Thu, 09 Aug 2012 18:14:07 +0800 luchsh Include dlfcn.h since link.h is not available on AIX
Thu, 09 Aug 2012 17:50:49 +0800 luchsh Use the solaris' approach of doing IsXRenderAvailable check for AIX
Thu, 09 Aug 2012 17:28:23 +0800 luchsh Add libmawt linking for libfontmanager on AIX platform
Thu, 09 Aug 2012 16:07:34 +0800 luchsh Enable Tls operations in jdwp socket transport module for AIX platform
Thu, 09 Aug 2012 15:50:24 +0800 luchsh Enable building jaas library on AIX platform
Thu, 26 Jul 2012 18:07:07 +0200 simonis Added tag ppc-aix-port-b01 for changeset 35172a51cc76
Mon, 23 Jul 2012 16:12:41 +0800 luchsh Expand conditional include in several more source files to not include
Mon, 16 Jul 2012 19:54:07 +0200 simonis Export 'USE_PTHREADS' on Linux trough CPPFLAGS to fix the build because java_md_solinux.c now only relies on 'USE_PTHREADS' beeing defined. ppc-aix-port-b01
Fri, 13 Jul 2012 09:01:31 +0100 spoole link.h not required (and does not exist) on AIX. Expanded conditional include to cover AIX
Fri, 13 Jul 2012 08:49:46 +0100 spoole Added missing B_FALSE and B_TRUE definitions for AIX when building ec component.
Fri, 13 Jul 2012 08:24:27 +0100 spoole Enabled SoundDefs to build on AIX
Fri, 13 Jul 2012 08:12:48 +0100 spoole Added missing Dlinfo structure for SAP version of hprof_md.c
Fri, 13 Jul 2012 07:54:02 +0100 spoole Updated hprof_md.c to include AIX as platform without hires timer
Fri, 13 Jul 2012 07:37:13 +0100 spoole Updated hprof demo to build on AIX. Added SAP changes to fake out DLinfo etc
Thu, 12 Jul 2012 15:29:45 +0100 spoole Extended existing ifdef to cover AIX so that npt does not include link.h
Thu, 12 Jul 2012 15:22:50 +0100 spoole Expanded platform choice logic to include AIX when deciding to create the MB macro.
Thu, 12 Jul 2012 15:07:53 +0100 spoole Disable use of sys/swap.h when building UnixOperatingSystem_md.c on AIX
Thu, 12 Jul 2012 13:50:22 +0100 spoole Updated using pthreads in java_md_solinux.c to just rely on USE_PTHREADS. Removed the superflous __linux__ as USE_PTHREADS is already explictly turned on for linux builds
Thu, 12 Jul 2012 13:43:43 +0100 spoole Extended decision to use pthreads in java_md_solinux to include specific use of USE_PTHREADS define
Thu, 12 Jul 2012 13:34:00 +0100 spoole Added AIX to list of operating systems to include in static jli build
Thu, 12 Jul 2012 13:19:48 +0100 spoole Removed unused DL_info declaration in java_md_solinux.c that caused AIX compiler failure
Thu, 12 Jul 2012 12:19:37 +0100 spoole Explicitly defined ARCH_DATA_MODEL for AIX to be 64
Wed, 11 Jul 2012 09:01:51 +0100 spoole Extended find zone info functionaility to compile on AIX
Wed, 11 Jul 2012 08:39:01 +0100 spoole Extend existing Solaris behaviour to cover AIX and treat empty TZ envvar same as no TZ envvar
Wed, 11 Jul 2012 07:35:56 +0100 spoole Implemented a no-op version of getPlatformTimeZoneID() for AIX
Wed, 11 Jul 2012 07:27:25 +0100 spoole Extended BSD remapping of special 64 bit directory function names to generic versions to now apply to AIX.
Tue, 10 Jul 2012 23:05:28 +0100 spoole Expanded check for which wait.h to use. Changed so on AIX sys/wait.h is used.
Tue, 10 Jul 2012 17:26:47 +0100 spoole Updated genUnixConstants.c to compile on AIX. Made location of fcntl.h file platform specific and added a default value for O_NOFOLLOW as not supported on AIX
Tue, 10 Jul 2012 17:12:20 +0100 spoole Added initial AIX version of UNIXProcess.java copied from existing Solaris one
Tue, 10 Jul 2012 15:35:30 +0100 spoole Added AIX version of classlist
Tue, 10 Jul 2012 15:17:32 +0100 spoole Switched LD path setup for freetype version check so AIX can be covered by the 'everything else' part
Tue, 10 Jul 2012 13:13:48 +0100 spoole Updated Platform.gmk to set PLATFORM=aix when uname is AIX
Tue, 10 Jul 2012 11:47:40 +0100 spoole Updated Defs-versions to understand about using xlc compiler on AIX