aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/java/nio/channels
AgeCommit message (Expand)AuthorFilesLines
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey1-2/+11
2006-04-19natFileChannelPosix.cc (write): Properly handle EINTR.Tom Tromey1-1/+2
2005-06-30Update FSF addressKelley Cook1-2/+2
2005-05-30re PR libgcj/21821 (MAXPATHLEN usage in libjava)Bryce McKinlay1-5/+6
2005-05-03re PR libgcj/21372 (FileChannel.tryLock() return value incorrect)Andrew Overholt1-2/+4
2005-04-292005-04-29 Dalibor Topic <robilad@kaffe.org>Dalibor Topic1-1/+19
2005-04-26re PR libgcj/21136 ([4.0 only] tryLock waits for the lock, and lock doesn't)Luca Barbieri1-2/+2
2005-03-10FileChannelImpl.java (smallTransferFrom): New.Andrew Haley1-12/+88
2005-02-17FileChannelImpl.java (write(ByteBuffer)): Move the position of the source buf...Ito Kazumitsu1-1/+2
2004-11-12FileLock.java (isValid): locks are valid if the channel is open.Casey Marshall1-1/+1
2004-10-21* gnu/java/nio/channels/natFileChannelPosix.ccUlrich Weigand1-2/+2
2004-07-17[multiple changes]Michael Koch2-2/+7
2004-07-172004-07-17 Michael Koch <konqueror@gmx.de>Michael Koch1-5/+8
2004-05-042004-05-04 Mark Wielaard <mark@klomp.org>Mark Wielaard1-0/+5
2004-04-232004-04-23 Michael Koch <konqueror@gmx.de>Michael Koch1-40/+25
2004-04-202004-04-20 Michael Koch <konqueror@gmx.de>Michael Koch1-27/+42
2004-03-19configure.in: FILE variable overrides FLATFORM when linking natFileChannelXXX...Per Bothner1-2/+18
2004-03-18natFileChannelPosix.cc (mapImpl): Cast MAP_FAILED to void *.Rainer Orth1-1/+1
2004-03-14natFileChannelPosix.cc: Implement munmap_adaptor and msync_adaptor for older ...Andreas Tobler1-2/+22
2004-03-11natFileChannelEcos.cc: Totally reworked.Michael Koch1-46/+63
2004-02-29FileChannelImpl.java: New class, renamed from java/nio/channels.Per Bothner4-0/+1533