summaryrefslogtreecommitdiff
path: root/libjava/java/io/natFileDescriptorPosix.cc
Commit message (Expand)AuthorAgeFilesLines
* * java/io/FileDescriptor.java: Implement on top of FileChannel.bothner2004-02-291-467/+0
* 2004-01-23 Michael Koch <konqueror@gmx.de>mkoch2004-01-231-0/+45
* * java/io/natFileDescriptorPosix.cc (write): Try again on EINTR.tromey2003-07-261-23/+37
* * libjava/include/posix.h (O_SYNC): Define if not availableljrittle2003-06-051-2/+0
* 2003-05-16 Michael Koch <konqueror@gmx.de>mkoch2003-05-161-0/+2
* 2003-05-13 Michael Koch <konqueror@gmx.de>mkoch2003-05-131-2/+8
* PR libgcj/9934:tromey2003-03-091-2/+2
* * java/io/FileDescriptor.java (position): New private field.mark2003-01-041-20/+30
* * java/io/natFileDescriptorWin32.cc (read): Handle case wheretromey2002-11-101-0/+5
* * java/io/natFileDescriptorPosix.cc (setLength): Handle case wheretromey2002-08-291-0/+4
* * java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h ortromey2002-07-261-2/+0
* 2002-07-24 Tom Tromey <tromey@redhat.com>tromey2002-07-241-0/+34
* * java/lang/Win32Process.java: Added comment.tromey2002-03-101-1/+3
* * java/io/natFileDescriptorEcos.cc (init): Don't usetromey2002-03-061-6/+6
* 2002-03-06 Adam Megacz <adam@xwt.org>megacz2002-03-061-0/+8
* * posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt ofbryce2001-09-211-33/+40
* * java/io/RandomAccessFile.java (seek): Let seek go past end oftromey2001-08-021-3/+7
* * java/io/natFileDescriptorPosix.cc (open): Change error messagetromey2001-06-261-1/+3
* * java/io/natFileDescriptorPosix.cc (open): Allocate buffer totromey2001-05-311-21/+31
* * exception.cc (java_eh_info): Make value type jthrowable.rth2001-03-261-22/+22
* * java/io/natFileDescriptorPosix.cc (open): Add O_CREAT intromey2001-03-211-2/+2
* * Makefile.in: Rebuilt.tromey2000-08-021-8/+3
* 2000-06-27 Andrew Haley <aph@cygnus.com>aph2000-06-281-0/+8
* 2000-04-16 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-04-161-2/+2
* * All files: Updated copyright information.tromey2000-03-071-1/+1
* * java/io/natFileDescriptorPosix.cc (open): Recognize EXCL flag.tromey2000-02-111-2/+10
* * All files: Updated copyright to reflect Cygnus purchase.tromey2000-01-191-1/+1
* * configure: Rebuilt.tromey1999-09-101-1/+1
* * configure: Rebuilt.tromey1999-09-031-11/+55
* * java/io/natFile.cc (performMkdir): Remove FIXME.bryce1999-08-031-2/+1
* Initial revisiontromey1999-04-071-0/+264