aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk14/files
Commit message (Expand)AuthorAgeFilesLines
* Remove expired port:rene2011-06-2918-631/+0
* - Fix patch reject after xorg cleanupmiwi2008-04-261-11/+11
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-206-13/+13
* . More respect for ${CC}, ${CXX} and ${CPP}.glewis2007-06-061-3/+22
* . Make it so we include Xm/XmIm.h rather than defining our own prototype.glewis2007-05-231-0/+13
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]glewis2006-12-093-3/+44
* . Add a patch to support IPv6 only operation.glewis2006-10-091-0/+131
* . Use a mutex to make the resolver functions thread safe on FreeBSD 4.xglewis2006-10-091-0/+110
* . Link with the system libz instead of building the our own internalglewis2006-02-122-0/+49
* . Update to patchset 8.glewis2006-01-215-192/+13
* . Make pkg-install install a symbolic link for the browser plugin if aglewis2005-11-252-10/+79
* . Fix javaws.glewis2005-10-131-0/+15
* . Ensure that when files are extracted that their fully resolved path liesglewis2005-05-122-0/+71
* . Fix various problems with time zone handling including:glewis2005-04-191-0/+101
* . Avoid a problem where, without linprocfs mounted, the first line ofglewis2004-12-171-0/+11
* . Update to patchset 7.glewis2004-12-1722-2014/+0
* . Backport parts of the 1.5 plugin to address plugin vulnerabilities.glewis2004-12-048-0/+1419
* . Take into account that pthread_mutex_trylock() can return EDEADLK asglewis2004-11-022-0/+22
* The BSD patchset for the Sun JDK modeled its thread behavior mostly aftergreen2004-10-211-0/+13
* . Fix the Server VM for gcc 3.4 part 2/2.glewis2004-10-171-0/+24
* . Fix the Server VM for gcc 3.4 part 1/2.glewis2004-10-171-0/+38
* . In the ReadChunk() function, change an assert() to be a "test for aglewis2004-10-171-0/+53
* . At least on FreeBSD, O_SYNC and O_DSYNC aren't both definedglewis2004-10-171-0/+21
* . Fix the build for gcc 3.4.glewis2004-08-133-0/+47
* . Set LATEST_LINK [1]phantom2004-03-052-0/+315
* 1. Switch 5.x version of jdk14 back to libc_r as default threading library.phantom2004-01-283-0/+74
* . Check the return value of stat(2) when trying to read the javawsglewis2004-01-171-0/+16
* . Update to 1.4.2 patchset 6.glewis2004-01-154-36/+10
* Fix path to patched file.phantom2003-11-121-2/+2
* Add patch to fix build problems on 5.x system reported by many people.phantom2003-11-121-0/+13
* Update to 1.4.2p5.phantom2003-11-127-107/+53
* . Add fix for "runaway process" problem. It should fix of stalledphantom2003-10-291-0/+93
* . Update to 1.4.1p4.glewis2003-10-115-56/+26
* . Unset -Werror when compiling the NIO stuff. GCC 3.3.1 tends to generateglewis2003-10-111-0/+13
* . Add $FreeBSD$glewis2003-05-021-0/+12
* Add runtime test to check of required libc_r functionality. I.e. warnphantom2003-03-141-0/+81
* Fix build on 5.0-RELEASEphantom2003-03-131-0/+11
* Since we have problems with running debuging binaries on some machinesphantom2003-03-111-0/+15
* Add patch which backouts some of my early compile hacks which now preventingphantom2003-03-111-0/+13
* I am pleased to announce first public -beta patchset of FreeBSD/Java portphantom2003-03-075-889/+8
* . Updated version of native threads for FreeBSD. This uses recentlyglewis2003-03-011-0/+726
* . Rename our internal gethostby{name,addr}_r functions to avoid collisions.glewis2003-03-011-0/+114
* . Respect LOCALBASE in the DEVTOOLS_PATH setting.glewis2003-03-011-0/+9
* . Add missing include of <sys/time.h>, needed by <sys/resource.h> forglewis2003-03-011-0/+12
* . Be consistent about our compiler settings. Using gcc32 here was bothglewis2003-03-011-0/+13
* . Resurrect patch accidentally removed in last commit.glewis2003-02-131-0/+18
* . Update to patchset 8.glewis2003-02-1310-1139/+0
* . Fix UDP packet broadcasting.glewis2002-11-011-0/+14
* . Chinese font.properties and make glue.glewis2002-10-252-2/+245
* . More XIM fixes for Japanese users (and presumably others with similarglewis2002-10-191-0/+63
* . Link the Netscape 4 plugin against libintl to avoid a runtime linkglewis2002-10-191-0/+15
* . Russian and Ukrainian font property files and appropriate build changes.glewis2002-10-193-0/+416
* Improved font.properties.ja based on the Kochi fonts rather than theglewis2002-08-061-0/+308
* Add in a patch from the porting repository that allows people to buildglewis2002-08-061-0/+62
* Update to patchset 7.glewis2002-07-2615-551/+0
* . Fix compilation on FreeBSD 4.2 by including <sys/param.h>glewis2002-06-121-0/+20
* Rename monstrously long patch filenames that were causing tar to exceedkris2002-06-0612-11/+11
* Really fix the incompatibilities with gettext 0.11. The previousglewis2002-05-038-9/+175
* Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>glewis2002-04-172-0/+32
* Add a temporary dependency on gettext-old and use msgfmt-old to processglewis2002-04-171-0/+9
* Fix some crash bugs in the browser plugin code by usingglewis2002-04-161-0/+31
* Add Taiwan Chinese font properties support (if I understandglewis2002-04-162-0/+254
* A better fix for creating src.jar. Using tar by itself fails because theglewis2002-04-121-5/+4
* Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. Thissobomax2002-03-131-0/+14
* Fixes the problem that the source JAR is too small.znerd2002-03-111-0/+26
* Update to patchlevel 5.sobomax2001-10-163-69/+0
* Fix a potential crash on 5-CURRENT.sobomax2001-09-121-0/+28
* Update to patchlevel 4. This release contains many critical bug fixes, sosobomax2001-09-103-278/+33
* Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied fromsobomax2001-08-284-36/+304
* Correct patch, so it will apply cleanly.sobomax2000-10-161-2/+2
* Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code fromsobomax2000-10-131-0/+36