summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-jdk-make-mapfiles-libnio-mapfile-bsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix linker errors with libinotify.Jung-uk Kim2020-04-081-0/+17
| | | | | | A patch was mismerged in the previous update. PR: 243454
* Update to 8u242Greg Lewis2020-01-161-33/+0
| | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
* Fix file interactionGreg Lewis2019-10-171-5/+13
| | | | | | | | * Load libnio in BsdNativeDispatcher, as per other OSes * Export getmntonname0 from libnio PR: 241317 Submitted by: cmt@
* Add a missing symbol in the linker map file.Jung-uk Kim2019-01-181-3/+11
| | | | PR: 234593
* Add a WatchService implementation backed by kqueue,Alex Dupre2018-12-271-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