summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se::management::UnixOperatingSystem_md.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 1.5.0_14 and patchset 8.Greg Lewis2008-02-141-173/+0
| | | | | | | . Allow bootstrapping with jdk 1.6. Notes: svn path=/head/; revision=207206
* . Implement OpenFileDescriptorCount for BSD. This requires fdescfs.Greg Lewis2008-01-121-3/+55
| | | | | | | PR: 118735 Notes: svn path=/head/; revision=205581
* . Implement or fix more of the OS specific statistics gathering functions.Greg Lewis2008-01-011-0/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | This allows jconsole to show valid statistics for the following OperatingSystem MBean statistics (some of these statistics are also shown in the Summary and VM tab of jconsole): TotalSwapSpaceSize, FreeSwapSpaceSize, FreePhysicalMemorySize and TotalPhysicalMemorySize. Note that MaxFileDescriptorCount has always been correct as far as I can tell. . Also, implement the function for ProcessCpuTime using a non-deprecated function (getrusage(2) rather than times(3)). These changes are restricted to 6.x and higher and have only been tested on 6.x (where they appear to work correctly). The changes are not valid for 4.x. Their validity on 5.x and 7.x is unknown (testing welcome). The PR is not fully addressed by these changes since CommittedVirtualMemorySize and OpenFileDescriptorCount remain bogus. Suggestions on how to get these without using kvm(3) would be appreciated. PR: 118735 Notes: svn path=/head/; revision=204814
* . Update to patchset 2:Greg Lewis2005-09-201-13/+0
| | | | | | | | | | | | | | | | | | | | | . Many patches are now unnecessary as they are included in the new patchset. . The browser plugin and Java Web Start is enabled on i386 (there are 64 bit issues with both the plugin and Mozilla/Firefox which prevent enabling it on amd64). . Update the amount of disk space needed. . Update the status of the port. . Disable building the shared class data archive. This broke the build on amd64 and appears to also be problematic on some i386 versions (4.11 is broken at least). It will reappear in future, probably initially on a limited set of FreeBSD versions and architectures (6.0/i386 is reported to work). Reviewed by: freebsd-java@ Approved by: maintainer timeout (1 week) Notes: svn path=/head/; revision=143246
* . Fix a typo that results in an undefined reference (sizof -> sizeof).Greg Lewis2005-03-211-0/+13
PR: 77725 Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net> Notes: svn path=/head/; revision=131814