aboutsummaryrefslogtreecommitdiffstats
path: root/java/openjdk6/files
Commit message (Expand)AuthorAgeFilesLines
* Fix available memory calculation on head after r309017.jkim2017-09-071-47/+51
* Fix compilation with Clang 4.0.jkim2017-05-311-0/+11
* Update to b41.jkim2017-01-191-258/+11
* Update cacerts file using the one included in 8u111 release.ale2016-10-241-0/+0
* Update to b40.jkim2016-08-262-296/+263
* Update to b39.jkim2016-05-061-12/+26
* - Update to b36.jkim2015-07-311-78/+153
* Use sysctl(3) instead of procfs(5) when we need executable path from PID.jkim2015-07-031-79/+97
* - Update to b35.jkim2015-07-012-93/+86
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-2/+0
* Fix build without precompiled headers and apply r384056 to java/openjdk6.jkim2015-05-211-0/+10
* Fix a mismerged file for OpenJDK6.jkim2015-03-251-1/+1
* Tidy up default fontconfig.properties.jkim2015-03-251-75/+79
* Catch up with font directory changes.jkim2015-03-241-23/+23
* Update to b34.jkim2015-01-243-5399/+342
* Allow building 10 years after 31 december 2004antoine2014-12-311-0/+11
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.jkim2014-12-171-270/+0
* Add an upstream patch to remove adlc's unused class FileBuffRegion.jkim2014-12-161-0/+270
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andjhb2014-10-181-2/+27
* - Update to b33.jkim2014-10-172-696/+1478
* - Update to b32.jkim2014-07-172-132/+301
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisjkim2014-06-281-0/+51
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedjkim2014-05-221-9/+58
* Actually fix the mis-merge.jkim2014-04-181-1/+1
* Fix couple of mis-merges.jkim2014-04-181-9/+20
* Update to b31.jkim2014-04-161-34/+24
* Add an upstream patch to fix yet another fallout from HotSpot 23 merge.jkim2014-03-131-0/+11
* Fix missing symbols after re-appearance of converters/libiconv on 10+. Thisjkim2014-03-121-15/+15
* - Sync. extremely outdated sun.util.resources.TimeZoneNames to the latestjkim2014-03-042-43/+4941
* - Update to b30.jkim2014-01-24103-41196/+263
* Revert lang/openjdk6 to b28.mat2014-01-04103-248/+41184
* - Update to b29.jkim2013-12-25103-41184/+248
* If /var/db/zoneinfo exists, use the file to determine timezone rather thanjkim2013-12-111-10/+16
* Add multiple security patches and improvements from IcedTea6.jkim2013-12-05102-0/+41159
* - Add throw() to all user-defined operator new()s within HotSpot becausejkim2013-11-091-17/+777
* - Do not crash when unsupported options are specified. [1]jkim2013-11-061-61/+81
* - Turn off UseMembar by default. This workaround is not necessary any more.jkim2013-10-261-7/+107
* Allow overriding linker flags for standard C++ libraries and zlib.jkim2013-10-231-7/+7
* Fix build on old releases where nitems() macro is not defined.jkim2013-10-161-2/+2
* - Do not allow selecting both DEBUG and FASTDEBUG options. [1]jkim2013-10-121-26/+4
* - Fix few mis-merges against HotSpot 23 and tie up some loose ends.jkim2013-10-113-31/+87
* Add couple of compiler warning fixes. No functional change.jkim2013-10-101-1/+12
* Update to Build b28.jkim2013-10-10163-168617/+227
* - Support staging.jkim2013-10-081-0/+71
* Fix build with libc++.jkim2013-09-061-98/+105
* Move the fix for S6636110 to more appropriate directory. This patch is notjkim2013-07-261-0/+0
* Fix excessive memory consumption on head amd64, this prevent the package buil...bapt2013-07-251-0/+76
* - Add couple of upstreamed IcedTea6 patches for consistency.jkim2013-07-235-29/+116
* Add multiple security patches and improvements from IcedTea6 1.12.6.jkim2013-07-1779-0/+90990
* Use bootstrap Java instead of newly built binary to execute RMIC.jkim2013-05-151-0/+20
* Add multiple security patches from IcedTea6 1.12.5.jkim2013-04-2646-37/+45642
* Add multiple security patches from IcedTea6 1.12.4.jkim2013-03-062-0/+972
* Add multiple security patches from IcedTea6 1.12.3.jkim2013-03-0634-3/+22709
* Add a patch to fix MulticastSocket.setInterface().jkim2013-02-121-0/+36
* . Update to build 27.glewis2012-10-2921-3262/+0
* Update CA list to Oracle Java 7u9.ale2012-10-231-0/+0
* - Add 2012/10/16 security patches from IcedTea6 1.11.5. [1]jkim2012-10-2022-141/+3714
* Update to build 26.jkim2012-10-102-7706/+801
* Tidy up patches. No functional change.jkim2012-09-273-17/+21
* Use fdescfs(5) and procfs(5) consistently.jkim2012-09-273-101/+203
* - Override GCC used by HotSpot SA. [1]jkim2012-09-191-4/+26
* - Honor CC, CXX, and CPP. [1]jkim2012-09-191-37/+117
* - Update security patch to fix CVE-2012-0547 and CVE-2012-1682.jkim2012-09-081-129/+4928
* - Fix multiple security vulnerabilities. [1]jkim2012-06-141-0/+2106
* . Update to build 25.glewis2012-05-091-785/+0
* . Fix the look up of time zone data when TZUPDATE is turned on and as aglewis2012-05-021-0/+14
* Fix multiple security vulnerabilities.jkim2012-02-181-0/+785
* - Replace hsearch_r from GNU libc with Berkeley DB from our libc.jkim2012-01-131-301/+168
* - Update to b24. [1]jkim2011-12-011-0/+0
* - Add an additional patch to support i386 CPUs without CMOV instructionjkim2011-08-102-4/+182
* - Update to build 23.jkim2011-07-125-2051/+5061
* Force libxul include directory and allow building IcedTea-Web plugin withjkim2011-03-291-2/+6
* Rework the previous fix to sync. with upstream:jkim2011-03-181-7/+15
* Fix a severe regression introduced with the "disable IPV6_V6ONLY option".ale2011-03-171-1/+1
* Add an option to apply extra patches originated from IcedTea project (turnedjkim2011-03-081-0/+643
* Backport a long standing bug fix from OpenJDK7, i.e., disable IPV6_V6ONLYjkim2011-03-041-35/+218
* Fix a test case for default charset.jkim2011-03-021-0/+35
* Update to build 22.jkim2011-03-022-1673/+8
* Update IcedTea-Web to 1.0.1 and fix multiple security vulnerabilities.jkim2011-02-223-17/+1672
* Add experimental support for sound via ALSA pcm-oss plugin. This featurejkim2011-02-124-43/+105
* - Implement some missing FreeBSD-specific methods, i.e., swap info, committedjkim2011-02-112-26/+113
* - Update to build 21.jkim2011-02-105-2515/+3430
* . Fix infinite loop in parsing certain doubles. See CVE-2010-4476.glewis2011-02-101-0/+11
* Update IcedTea6 web support to 1.9.4 (CVE-2010-4351).jkim2011-01-191-6/+6
* Fix a typo in the BSD patchset.jkim2011-01-051-1/+1
* . Make rlen a size_t instead of an int. Fixes a crash on 64 bit architectures.glewis2010-12-131-1/+1
* - Update IcedTea6 web support to 1.9.2.jkim2010-11-252-23/+32
* Update Web Start and Java plugin to IcedTea6 1.9.1.jkim2010-10-141-4/+4
* Improve pthread cancellation and update comments.jkim2010-09-241-14/+34
* - Rewrite IcedTea6 plugin patch to improve stability of initialization/shutdownjkim2010-09-242-38/+60
* Introducing support for Web Start and Mozilla plugin from IcedTea6 1.9.jkim2010-09-163-0/+522
* . Port over davidxu@'s NIO selector that uses kqueue(2) from jdk16.glewis2010-08-152-9/+697
* . Update to build 20.glewis2010-07-111-737/+859
* Do not add /usr/local/lib three times to DEFAULT_LIBPATH.ale2010-05-182-4/+2
* - Update to b19 promoted build. [1]jkim2010-05-182-1526/+957
* - java/openjdk6: allow to build againist modern xorg (7.5)fluffy2010-05-031-0/+14
* - Fix a bug in 'jar' utilityale2010-01-213-22/+218
* Improve korean [1] and chinese font rendering.ale2010-01-211-64/+66
* - Update to b17 promoted build [1]ale2010-01-173-2532/+2813
* . Update to the cacerts file included in Update 17.glewis2009-12-061-0/+0
* . Add support for the serviceability agent (includes work by glewis@ andglewis2009-05-221-1080/+3202
* . Update to Build 16.glewis2009-05-101-0/+15513
* OpenJDK is an open-source implementation of the Java Platform, Standard Edition.maho2009-02-231-0/+0