summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natPosixProcess.cc
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2007-08-15natPosixProcess.cc (sigchld_handler): Remove 'si' and 'third' parameters.Samuel Thibault
2007-07-13natPosixProcess.cc: Include <sys/time.h> before <sys/resource.h> to restore b...Roger Sayle
2007-07-05natPosixProcess.cc: Reorder includes to fix compilation on hppa2.0w-hp-hpux11...Andreas Tobler
2007-05-12re PR libgcj/29324 (add wait handling hook)David Daney
2007-04-09re PR libgcj/23758 (java::lang::ConcreteProcess::nativeSpawn unsafe)David Daney
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney
2007-03-05sources.am, [...]: Rebuilt.Tom Tromey
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-01-05* java/lang/natPosixProcess.cc (reap): Ignore unknown children.Tom Tromey
2005-11-08PR libgcj/23763. From aeby@graeff.com.Tom Tromey
2004-09-14natPosixProcess.cc (waitForSignal): Ignore return value of sigsuspend.Richard Henderson
2004-08-18natPosixProcess.cc (waitForSignal): Use sigsuspend instead of sigwait.David Daney
2004-08-12re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney
2004-03-01* java/lang/natPosixProcess.cc (startProcess): Fix thinko.Per Bothner
2004-02-29natPosixProcess.cc (startProcess): Implement standard streams using FileChann...Per Bothner
2004-02-04natPosixProcess.cc (startProcess): Handle case where PATH or LD_LIBRARY_PATH ...Tom Tromey
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey
2002-08-14natPosixProcess.cc (cleanup): Added `path' argument.Jesse Rosenstock
2002-08-14Fix for PR libgcj/7570 and PR libgcj/7578:Jesse Rosenstock
2002-03-06natPosixProcess.cc (fail): Removed.Tom Tromey
2002-02-27natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'.Tom Tromey
2002-02-02natPosixProcess.cc (myclose): New function.Tom Tromey
2001-09-24PosixProcess.java (exitValue): Implement here.Bryce McKinlay
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2000-09-06Fix for PR java.lang/339:Tom Tromey
2000-03-07All files: Updated copyright information.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-12-17* java/lang/natPosixProcess.cc (startProcess): Don't use sprintf.Tom Tromey
1999-09-10configure: Rebuilt.Tom Tromey
1999-06-09Runtime.java (exec): Convert prog name and arguments to string array.Bryce McKinlay
1999-05-12javaprims.h: Updated namespace declarations.Tom Tromey