summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-jdk-make-mapfiles-libnio-mapfile-bsd (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-08Fix linker errors with libinotify.Jung-uk Kim1-0/+17
A patch was mismerged in the previous update. PR: 243454
2020-01-16Update to 8u242Greg Lewis1-33/+0
Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
2019-10-17Fix file interactionGreg Lewis1-5/+13
* Load libnio in BsdNativeDispatcher, as per other OSes * Export getmntonname0 from libnio PR: 241317 Submitted by: cmt@
2019-01-18Add a missing symbol in the linker map file.Jung-uk Kim1-3/+11
PR: 234593
2018-12-27Add a WatchService implementation backed by kqueue,Alex Dupre1-0/+17
leveraging the libinotify wrapper. It's still possible to use the polling watchservice, by defining the following system property: sun.nio.fs.watchservice=polling