History log of /openjdk9/jdk/make/mapfiles/libnio/mapfile-solaris
Revision Date Author Comments
# 16221:c0af0f58d538 02-Dec-2016 bpb

8168628: (fc) SIGBUS when extending file size to map it
Summary: Synchronize file extension and subsequent map0(); on Linux use fallocate64() instead of ftruncate64().
Reviewed-by: rehn, simonis, alanb


# 14934:e13150d952e6 01-Jul-2016 bpb

8160018: (fs) Remove GioFileTypeDetector on Solaris
Summary: Remove the GioFileTypeDetector from the chain of FileTypeDetectors provided by SolarisFileSystemProvider.
Reviewed-by: rriggs


# 14159:ba4120f36e4d 13-Apr-2016 alanb

8154077: (fs) Reduce number of file system classes loaded during startup
Reviewed-by: bpb, chegar


# 13769:f92af283ab18 23-Feb-2016 alanb

6432031: Add support for SO_REUSEPORT
Reviewed-by: alanb, simonis, chegar
Contributed-by: yingqi.lu@intel.com


# 13289:5c9c7f98d026 10-Dec-2015 bpb

8139133: Changing the modification time on a unix domain socket file fails
Summary: If a file descriptor cannot be obtained, use utimes() instead of futimes().
Reviewed-by: alanb


# 12660:92bea53c71cd 28-Aug-2015 bpb

8133987: (fs) Rename GnomeFileTypeDetector to GioFileTypeDetector
Summary: Rename class and associated native file as indicated and fix some related comments in the source and test.
Reviewed-by: alanb


# 12583:55612c36caff 13-Aug-2015 bpb

8065595: Wrong JNI_OnLoad called if just loaded lib does not have JNI_OnLoad function
Summary: Add nio_util.c containing JNI_OnLoad bare bones implementation.
Reviewed-by: rriggs


# 12528:e7322cd334af 06-Aug-2015 bpb

8129633: (fs) Investigate removing the GNOME-based FileTypeDetector from the Linux and Solaris implementations
Summary: Remove the GNOME VFS detector leaving the libgio detector in place.
Reviewed-by: chegar


# 10542:b0c3e5f2d1f1 26-Aug-2014 chegar

8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel
Reviewed-by: alanb


# 9330:8b1f1c2a400f 26-Dec-2013 lana

8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar


# 9197:4231d71b18cf 20-Jan-2014 simonis

8031997: PPC64: Make the various POLL constants system dependant
Reviewed-by: alanb


# 8845:4be14673b9bf 14-Nov-2013 ihse

8027566: Remove the old build system
Reviewed-by: erikj, tbell