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