ports/java/jdk13/files
Greg Lewis 64c60ee3de . Remove an assert() which asserts that if isatty() is true then
ttyname() must not return NULL.  This isn't entirely true according
  to the manual page (the device must be able to be found as well) and
  certainly appears to not necessarily be true in the package building
  environment on bento (plus at least the PR submitter's environment).

  Note that this assert() was, of course, only ever triggered when
  running in debug mode (which most people don't, but does happen
  during the build in some parts).  Also note that there is a check
  for isatty() preceding the call for ttyname() and a NULL return
  from ttyname() is handled, so removing this assert should not
  create any problems.

PR:		48164
2003-05-06 06:11:02 +00:00
..
patch-common::Defs-bsd.gmk . Respect LOCALBASE in the DEVTOOLS_PATH setting. 2003-02-28 17:18:43 +00:00
patch-e_pow.c . Fix Math.pow() when the JDK is compiled with optimisation flags set. 2003-04-30 15:31:12 +00:00
patch-InetAddressImpl.c . Rename our internal gethostby{name,addr}_r functions to avoid collisions. 2003-02-28 17:33:10 +00:00
patch-iomgr.c . Remove an assert() which asserts that if isatty() is true then 2003-05-06 06:11:02 +00:00
patch-java_wrapper_bsd.sh . Fix the shell wrapper to cope with HotSpot and as a result remove the 2003-04-22 20:05:21 +00:00
patch-jvm.cfg . Now that we can use Classic and HotSpot, make classic (and hence green 2003-04-22 20:06:33 +00:00
patch-platform_i486 . Be consistent about our compiler settings. Using gcc32 here was both 2003-02-28 17:12:24 +00:00
patch-threads_bsd.c . Updated version of native threads for FreeBSD. This uses recently 2003-02-28 17:47:38 +00:00
patch-threads_md.c . Add missing include of <sys/time.h>, needed by <sys/resource.h> for 2003-02-28 17:16:21 +00:00