Age | Commit message (Expand) | Author | Files | Lines |
2015-09-12 | Avoid UB by left shift of negative values. | joerg | 3 | -1/+40 |
2015-06-17 | Unset TOOLS_PLATFORM.unzip on FreeBSD too, to allow the build to use system | rodent | 1 | -2/+2 |
2015-06-13 | Disable use of C++ precompiled headers. | tnn | 1 | -1/+2 |
2015-06-09 | Update to OpenJDK7, Update 80. | tnn | 5 | -39/+15 |
2015-05-05 | Add FOO-jps to PLIST, missed in last commit | abs | 1 | -1/+2 |
2015-05-05 | Add jps to the list of wrapped java binaries. Bump PKGREVISION | abs | 1 | -3/+3 |
2015-04-27 | Find iconv and zlib correctly. Problem masked by legacy wrappers, and | jperkin | 5 | -11/+15 |
2015-03-31 | Don't mess with __sync_*, clang disallows it this way. Failing at link | joerg | 2 | -4/+26 |
2015-03-06 | Enable the package for NetBSD-7.*-earmv[67]hf. | tnn | 2 | -6/+16 |
2015-03-05 | adjust ARM float hacks: use binary IEEE encoding of subnormal literals | tnn | 1 | -4/+13 |
2015-03-04 | change clang dependency to libLLVM for zeroshark option | tnn | 1 | -2/+2 |
2015-03-02 | - put -D__STDC_LIMIT_MACROS on command line instead of patching it everywhere | tnn | 18 | -389/+70 |
2015-03-01 | Rototil include order so stdint doesn't get included without the necessary | tnn | 3 | -12/+43 |
2015-03-01 | Provide a mapfile for arm. mapfile-i586 seems to work fine so symlink that. | tnn | 1 | -1/+2 |
2015-02-28 | Workaround incorrect constant folding of subnormals in javac when the FPU | tnn | 1 | -1/+29 |
2015-02-23 | Remove icedtea-web stuff from the base runtime. | tnn | 5 | -150/+11 |
2015-02-22 | SpinPause() needs to return a proper value, or we can apparently crash. | tnn | 2 | -1/+17 |
2015-02-22 | Documentation of procedure and requirements for making bootstrap toolchains | tnn | 1 | -2/+29 |
2015-02-21 | regen | tnn | 1 | -4/+5 |
2015-02-21 | Fix more ARM defines | tnn | 3 | -13/+45 |
2015-02-21 | Extend the OpenBSD ifdef for os::pd_commit_memory() to include NetBSD. | tnn | 1 | -6/+15 |
2015-02-21 | Sync ARM fixes from lang/openjdk8 | tnn | 7 | -12/+128 |
2015-02-13 | add bootstrap jvm binaries for NetBSD 7.* / sparc64, | tnn | 2 | -7/+10 |
2015-02-12 | - Add basic support for NetBSD/sparc64 | tnn | 6 | -38/+36 |
2015-02-10 | Let the build find intermediate libs when it wants to run intermediate rmic. | tnn | 2 | -4/+14 |
2015-02-10 | Fix error observed in SmartOS bulk build. | tnn | 4 | -1070/+46 |
2015-02-10 | drop stray X11 runtime dependencies from headless build | tnn | 3 | -14/+17 |
2015-02-09 | Clean up +UseSerialGC handling and ensure it is set for the entire build. | tnn | 14 | -49/+84 |
2015-02-08 | Optionalize debug, X11 and ZeroVM similar to lang/openjdk8 + minor cleanups | tnn | 8 | -168/+157 |
2015-02-08 | g/c comment, no longer applies | tnn | 1 | -3/+1 |
2015-02-08 | Fix inconsistency between _WRAP_EXTRA_ARGS and CWRAPPERS_APPEND | tnn | 1 | -1/+2 |
2015-02-08 | Don't need to set -DDEFAULT_LIBPATH on compiler command line when it's | tnn | 3 | -6/+5 |
2015-02-08 | netbsd -> ${LOWER_OPSYS} | tnn | 1 | -3/+3 |
2015-02-07 | No reason to keep netbsd-4 hacks when we don't have it in ONLY_FOR_PLATFORM | tnn | 3 | -30/+2 |
2015-02-03 | Replace the old cacert bundle from 2009 with security/mozilla-rootcerts. | tnn | 2 | -14/+13 |
2015-01-30 | Add in missing bootstrap distinfo. | abs | 1 | -1/+25 |
2015-01-29 | Limit memory used by the Queens test program. | joerg | 2 | -3/+12 |
2015-01-27 | Update to 1.7.76 | ryoon | 5 | -89/+39 |
2015-01-23 | Explicitly export ANT_OPTS to make sure they are visible. | joerg | 3 | -7/+9 |
2015-01-09 | lang/openjdk7: make it work on FreeBSD 10.* x86_64 | rumko | 6 | -11/+57 |
2015-01-06 | Sorry, revert previous, already fixed on HEAD (still broken on 2014Q4). | jperkin | 2 | -19/+1 |
2015-01-06 | Extend valid currency data to 15 years to avoid lag in upstream updates, | jperkin | 2 | -1/+19 |
2014-12-31 | Restore bootstrap kit checksums. | ryoon | 1 | -1/+22 |
2014-12-30 | Bump PKGREVISION | ryoon | 2 | -27/+10 |
2014-11-29 | Apply additional clang arguments with cwrappers too. | joerg | 1 | -1/+8 |
2014-11-15 | Bump PKGREVISION | ryoon | 2 | -23/+7 |
2014-11-06 | Extract tarball with GNU tar. | ryoon | 1 | -2/+2 |
2014-11-03 | Update to 1.7.71 | ryoon | 4 | -18/+36 |
2014-10-04 | Two more cases for serialized GC and memory limits. | joerg | 3 | -1/+28 |
2014-09-22 | Force serial GC for jar invocations. | joerg | 2 | -3/+14 |