aboutsummaryrefslogtreecommitdiffstats
path: root/java/openjdk6/pkg-message
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo in the previous commit. We have more than one line now.jkim2011-02-111-1/+1
|
* - Implement some missing FreeBSD-specific methods, i.e., swap info, committedjkim2011-02-111-1/+4
| | | | | | | 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.
* - Update to b19 promoted build. [1]jkim2010-05-181-0/+13
- 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