summaryrefslogtreecommitdiff
path: root/libjava/gnu/java/nio/channels
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2007-04-03natFileChannelPosix.cc (mapImpl): Extend file, when writing, if it is too short.Tom Tromey
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney
2007-01-282007-01-28 Michele Sandri <gpointorama@gmail.com>Michele Sandri
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey
2006-04-19natFileChannelPosix.cc (write): Properly handle EINTR.Tom Tromey
2005-06-30Update FSF addressKelley Cook
2005-05-30re PR libgcj/21821 (MAXPATHLEN usage in libjava)Bryce McKinlay
2005-05-03re PR libgcj/21372 (FileChannel.tryLock() return value incorrect)Andrew Overholt
2005-04-292005-04-29 Dalibor Topic <robilad@kaffe.org>Dalibor Topic
2005-04-26re PR libgcj/21136 ([4.0 only] tryLock waits for the lock, and lock doesn't)Luca Barbieri
2005-03-10FileChannelImpl.java (smallTransferFrom): New.Andrew Haley
2005-02-17FileChannelImpl.java (write(ByteBuffer)): Move the position of the source buf...Ito Kazumitsu
2004-11-12FileLock.java (isValid): locks are valid if the channel is open.Casey Marshall
2004-10-21* gnu/java/nio/channels/natFileChannelPosix.ccUlrich Weigand
2004-07-17[multiple changes]Michael Koch
2004-07-172004-07-17 Michael Koch <konqueror@gmx.de>Michael Koch
2004-05-042004-05-04 Mark Wielaard <mark@klomp.org>Mark Wielaard
2004-04-232004-04-23 Michael Koch <konqueror@gmx.de>Michael Koch
2004-04-202004-04-20 Michael Koch <konqueror@gmx.de>Michael Koch
2004-03-19configure.in: FILE variable overrides FLATFORM when linking natFileChannelXXX...Per Bothner
2004-03-18natFileChannelPosix.cc (mapImpl): Cast MAP_FAILED to void *.Rainer Orth
2004-03-14natFileChannelPosix.cc: Implement munmap_adaptor and msync_adaptor for older ...Andreas Tobler
2004-03-11natFileChannelEcos.cc: Totally reworked.Michael Koch
2004-02-29FileChannelImpl.java: New class, renamed from java/nio/channels.Per Bothner