summaryrefslogtreecommitdiff
path: root/java/openjdk8/files
Commit message (Collapse)AuthorAgeFilesLines
* . Don't hardcode /bin/bash. Fixes build trace output.Greg Lewis2014-07-201-0/+11
| | | | Notes: svn path=/head/; revision=362358
* . Update to 8u11. This requires moving the patch file for 8u5 to startGreg Lewis2014-07-203-14/+6009
| | | | | | | with 8u05 to preserve patch file ordering. Notes: svn path=/head/; revision=362333
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-271-0/+51
| | | | | | | | | | | fixes a test case in the following Apache Solr bug report. https://issues.apache.org/jira/browse/SOLR-6204 Reported by: Dawid Weiss <dawid.weiss@gmail.com> Notes: svn path=/head/; revision=359595
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim2014-05-212-6/+67
| | | | | | | | | | | | to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1). Notes: svn path=/head/; revision=354762
* Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim2014-05-173-153/+177
| | | | | | | | | | able to find libjli.so from RPATH because argv[0] points to the symlink. Note it seems Linux does not have the problem when /proc/self/exe exists. If it does not exist, it also fails to find libjli.so. Clean up patches while I am here. Notes: svn path=/head/; revision=354285
* Add support for java/icedtea-web. Clean up some patches while I am here.Jung-uk Kim2014-05-155-27/+170
| | | | Notes: svn path=/head/; revision=354182
* Merge more HotSpot patches from java/openjdk6 and clean up.Jung-uk Kim2014-05-011-960/+449
| | | | Notes: svn path=/head/; revision=352721
* - Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.Jung-uk Kim2014-04-291-15/+64
| | | | | | | | | | | - Move jspawnhelper to jre/lib/<arch> directory as Solaris does. [1] - Add sigset(2) wrapper for libsig.so. - Disable UseMembar by default. Inspired by: Kurt Miller (kurt at intricatesoftware dot com) [1] Notes: svn path=/head/; revision=352573
* Add couple of patches missed in the previous commit.Jung-uk Kim2014-04-281-0/+232
| | | | Notes: svn path=/head/; revision=352548
* Merge more patches for JDK from java/openjdk6 and clean up.Jung-uk Kim2014-04-286-81/+658
| | | | Notes: svn path=/head/; revision=352544
* - Disable ccache. Precompiled headers seem to cause troubles with it. [1]Jung-uk Kim2014-04-251-38/+2831
| | | | | | | | | - Add more BSD patches for Java files and fix endianness issues for C files. Reported by: Jenkins (via swills) [1] Notes: svn path=/head/; revision=352085
* Update to 8u5.Jung-uk Kim2014-04-214-0/+13947
| | | | Notes: svn path=/head/; revision=351721
* Add a port of OpenJDK8.Jung-uk Kim2014-03-2813-0/+8545
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version) Notes: svn path=/head/; revision=349468