aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/java/nio/channels/natFileChannelPosix.cc
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-557/+0
2007-04-03natFileChannelPosix.cc (mapImpl): Extend file, when writing, if it is too short.Tom Tromey1-1/+13
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney1-2/+0
2006-04-19natFileChannelPosix.cc (write): Properly handle EINTR.Tom Tromey1-1/+2
2005-05-30re PR libgcj/21821 (MAXPATHLEN usage in libjava)Bryce McKinlay1-5/+6
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 Koch1-1/+4
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-02-29FileChannelImpl.java: New class, renamed from java/nio/channels.Per Bothner1-0/+522