summaryrefslogtreecommitdiff
path: root/java/openjdk7/files/patch-src-os-bsd-vm-os_bsd.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-3/+30
| | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)
* . Update to 7u51.Greg Lewis2014-02-091-8/+0
| | | | | . Mark as FORBIDDEN for releases without the MAP_STACK fix (or where that fix isn't detectable), since kernel panics may result there.
* Revert lang/openjdk7 to 7u25.Mathieu Arnold2014-01-041-0/+8
| | | | With hat: portmgr-lurker
* . Update to 7u45.Greg Lewis2013-12-081-8/+0
|
* . Make set_native_priority return a (correct) value on FreeBSD, rather thanGreg Lewis2013-09-221-0/+8
| | | | | | | whatever happens to be on the stack. . Bump PORTREVISION. Submitted by: Xiaoguang Sun <sunxiaoguang@gmail.com>
* . Add ${LOCALBASE}/lib to the default library path. [1]Greg Lewis2010-02-231-0/+13
. Add a runtime dependency on javavmwrapper. [2] PR: 144076 [2] Submitted by: ale@ [1] Feature safe: yes