| Commit message (Expand) | Author | Age | Files | Lines |
* | . Update to 8u92. | Greg Lewis | 2016-05-17 | 6 | -3382/+6995 |
* | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. | Mathieu Arnold | 2016-04-01 | 1 | -15/+15 |
* | . Update to 8u77. | Greg Lewis | 2016-03-27 | 2 | -3/+9 |
* | Combine print/cups-base, print/cups-client and print/cups-image into | Tijl Coosemans | 2016-03-11 | 1 | -1/+1 |
* | . Update to 8u72. | Greg Lewis | 2016-01-31 | 8 | -7856/+973 |
* | . Unreak CCACHE | Greg Lewis | 2016-01-21 | 2 | -0/+22 |
* | - Partially implement getThreadUserTime() using getrusage(2). Note we can | Jung-uk Kim | 2016-01-05 | 2 | -20/+58 |
* | . Stub implementation of OperatingSystemImpl. | Greg Lewis | 2016-01-02 | 2 | -1/+46 |
* | Fix the previous commit. We do not support getThreadUserTime(). | Jung-uk Kim | 2015-12-23 | 1 | -1/+1 |
* | Implement ThreadMXBean.getThreadCpuTime(), etc. | Jung-uk Kim | 2015-12-23 | 3 | -0/+90 |
* | Fix build with fmake. | Jung-uk Kim | 2015-12-15 | 1 | -1/+1 |
* | Build compilefontconfig.jar and javazic.jar with bootstrap jar. Originally | Jung-uk Kim | 2015-12-14 | 1 | -2/+2 |
* | Build with sjavac when we are self-hosting to improve build speed. | Jung-uk Kim | 2015-12-14 | 1 | -0/+4 |
* | Allow java/openjdk7 for bootstrapping java/openjdk8. Although we cannot | Jung-uk Kim | 2015-12-14 | 1 | -4/+3 |
* | Respect CC, CPP and CXX with full paths. | Jung-uk Kim | 2015-12-14 | 1 | -1/+1 |
* | Respect CC, CPP and CXX with full paths. | Jung-uk Kim | 2015-12-14 | 1 | -0/+12 |
* | . Update to 8u66. | Greg Lewis | 2015-12-13 | 4 | -2116/+4678 |
* | Restore jtreg disappeared in r396353. | Jung-uk Kim | 2015-12-11 | 1 | -0/+2 |
* | Work around build failures with Poudriere. We have to limit max heap size | Jung-uk Kim | 2015-12-10 | 1 | -0/+6 |
* | Fix regression introduced in r372338, i.e., mis-merged fix for JDK-8031581. | Jung-uk Kim | 2015-12-10 | 2 | -1/+24 |
* | Add an upstream patch to fix build for some 32-bit platforms, i.e., | Jung-uk Kim | 2015-12-09 | 1 | -0/+28 |
* | Update giflib to 5.1.1 | Antoine Brodin | 2015-12-03 | 1 | -0/+1 |
* | Add support for armv6hf. Tested on Raspberry Pi 2 Model B. | Jung-uk Kim | 2015-10-15 | 1 | -5/+5 |
* | Clean up and modernize the port. No functional change. | Jung-uk Kim | 2015-09-29 | 2 | -66/+142 |
* | . Add support for armv6. | Greg Lewis | 2015-09-29 | 4 | -7/+148 |
* | Do not build unnecessary targets to reduce build time. | Jung-uk Kim | 2015-09-16 | 1 | -0/+7 |
* | . Switch to xz for the new remote patches to decrease download size. | Greg Lewis | 2015-09-09 | 2 | -27/+27 |
* | . Move the large patches which contain the changes between updates of the | Greg Lewis | 2015-09-08 | 11 | -1143912/+28 |
* | . Update to 8u60. | Greg Lewis | 2015-09-07 | 4 | -983/+285491 |
* | Fix few more mismerges in the previous update. | Jung-uk Kim | 2015-07-20 | 3 | -16/+20 |
* | Tidy up couple of problems in the previous update. | Jung-uk Kim | 2015-07-20 | 3 | -5/+16 |
* | . Update to 8u51. | Greg Lewis | 2015-07-19 | 14 | -980/+10892 |
* | . The test target wants jtreg binaries to be found one directory up. Allow | Greg Lewis | 2015-07-05 | 1 | -0/+3 |
* | . Fix BSD detection in the langtools test infrastructure. | Greg Lewis | 2015-07-05 | 1 | -0/+11 |
* | - Fix broken preprocessor directives. | Jung-uk Kim | 2015-07-02 | 4 | -1/+148 |
* | Fix the previous commit. Forgot to remove #'s before committing. :-( | Jung-uk Kim | 2015-05-19 | 1 | -2/+2 |
* | Do not use static libjli for stable/10 and head. This complements PR193009. | Jung-uk Kim | 2015-05-19 | 4 | -44/+134 |
* | . Update to 8u45. | Greg Lewis | 2015-05-06 | 5 | -549/+46187 |
* | Fix build with GCC with recent head kernel by disabling PCH for GCC. | Bryan Drewery | 2015-04-15 | 1 | -0/+5 |
* | Set rpath for libawt_xawt.so as we do for libawt.so and libawt_headless.so. | Jung-uk Kim | 2015-04-01 | 3 | -49/+55 |
* | Tidy up default fontconfig.properties. | Jung-uk Kim | 2015-03-24 | 2 | -57/+61 |
* | Catch up with font directory changes. | Jung-uk Kim | 2015-03-24 | 2 | -16/+17 |
* | Clean up patches again. No functional change. | Jung-uk Kim | 2015-03-16 | 2 | -44/+2 |
* | . Update to 8u40. | Greg Lewis | 2015-03-15 | 5 | -1069/+344804 |
* | - Revert all damages done in r372338 and r379049. | Jung-uk Kim | 2015-02-27 | 7 | -115/+25 |
* | Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept(). | Jung-uk Kim | 2015-02-16 | 2 | -0/+17 |
* | Remove redundant linker options added in r379049. | Jung-uk Kim | 2015-02-16 | 1 | -2/+2 |
* | . Fix the DEBUG build. | Greg Lewis | 2015-02-15 | 2 | -6/+60 |
* | . Attempt to fix the build on 8.x amd64 by telling the HotSpot compilation | Greg Lewis | 2015-02-05 | 1 | -0/+1 |
* | . Update to 8u31. | Greg Lewis | 2015-02-02 | 4 | -603/+36135 |