History log of /openjdk9/jdk/src/java.base/unix/native/libjava/UnixFileSystem_md.c
Revision Date Author Comments
# 16393:ed7c4f86489f 22-Dec-2016 clanger

8171906: Changes for 8148023 break AIX build
Reviewed-by: goetz, bpb


# 16362:188ce54a68f5 20-Dec-2016 bpb

8148023: File.createTempFile is not adhering to the contract regarding file name lengths
Summary: Truncate the prefix, suffix, random characters per the specification
Reviewed-by: rriggs


# 12175:e6e8b4ed01ff 12-Jun-2015 bpb

8087288: File.get{Free,Total,Usable}Space may return unexpected results with >2TB file systems
Summary: On Mac OS X replace statvfs64() and struct statvfs64 with statfs() and struct statfs, respectively, and f_frsize with f_bsize.
Reviewed-by: alanb


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com