summaryrefslogtreecommitdiff
path: root/java/openjdk6/files/patch-test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up patches. No functional change.Jung-uk Kim2012-09-271-9/+0
| | | | Notes: svn path=/head/; revision=304940
* Use fdescfs(5) and procfs(5) consistently.Jung-uk Kim2012-09-261-84/+115
| | | | Notes: svn path=/head/; revision=304938
* Fix a test case for default charset.Jung-uk Kim2011-03-021-0/+35
| | | | Notes: svn path=/head/; revision=270095
* Add experimental support for sound via ALSA pcm-oss plugin. This featureJung-uk Kim2011-02-111-1/+1
| | | | | | | | | is disabled by default because MIDI plugin for OSS does not exist, i.e., (hardware) MIDI sequencer is not supported. However, softsynth (Gervill) works fine as it uses sampled sound. Notes: svn path=/head/; revision=268954
* - Implement some missing FreeBSD-specific methods, i.e., swap info, committedJung-uk Kim2011-02-111-0/+28
| | | | | | | | | | virtual memory, free physical memory, and number of open file descriptors. For example, jconsole shows more realistic numbers instead of hardcoded bogus numbers in VM Summary tab now. Correct a jtreg test case for the swap info. - Mention procfs(5) is used for some features in this implementation. Notes: svn path=/head/; revision=268901
* - Update to b19 promoted build. [1]Jung-uk Kim2010-05-171-10/+10
| | | | | | | | | | | | | | | - Merge two additional patches from the OpenJDK BSD porting project: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/f974aefae43d http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/62dc2d00133f - Add a message to note fdescfs(5) is necessary for this implementation. PR: ports/145806 [1] Discussed with: glewis, lev Notes: svn path=/head/; revision=254511
* - Fix a bug in 'jar' utilityAlex Dupre2010-01-211-0/+132
- Add support for running regression tests - Respect LOCALBASE - Bump PORTREVISION These are the test results on: FreeBSD 6 i386: passed: 3113; failed: 29; error: 2 FreeBSD 8 amd64: passed: 3107; failed: 35; error: 2 Note: a couple of tests passed only after a few runs. Submitted by: ale Approved by: maintainer Notes: svn path=/head/; revision=248260