summaryrefslogtreecommitdiff
path: root/ojluni/src/main/native
Commit message (Expand)AuthorAgeFilesLines
* Do not accept zip files with invalid headers.HEADs12.1Almaz Mingaleev2025-06-101-0/+11
* ZipFile: Add support for opening zip files by fd pathsDanny Lin2022-03-151-1/+6
* Switch hwasan from fork to vfork.Evgenii Stepanov2021-08-181-2/+1
* isSocket() shouldn't clear socket error codesMaciej Żenczykowski2021-04-121-3/+5
* [LSC] Add LOCAL_LICENSE_KINDS to libcoreBob Badour2021-02-051-0/+8
* Merge "Remove unused include in Character.cpp"vichang2020-08-211-1/+0
|\
| * Remove unused include in Character.cppVictor Chang2020-08-201-1/+0
* | Fix reading large file offsets on 32-bitDaulet Zhanguzin2020-08-141-1/+1
|/
* Update to use nativehelper/JNIPlatformHelp.hOrion Hodson2020-06-241-1/+1
* Merge "Delete unused headers"Neil Fuller2020-06-172-317/+0
|\
| * Delete unused headersNeil Fuller2020-06-172-317/+0
* | Revert^2 "Avoid fd leaks when jniCreateFileDescriptor encounters OOME"Orion Hodson2020-05-271-1/+6
* | Revert "Avoid fd leaks when jniCreateFileDescriptor encounters OOME"Nicolas Geoffray2020-05-271-10/+5
* | Avoid fd leaks when jniCreateFileDescriptor encounters OOMEOrion Hodson2020-05-211-5/+10
|/
* Revert "Do not use opendir after CLONE_VM or vfork."Florian Mayer2020-04-281-26/+4
* Do not use opendir after CLONE_VM or vfork.Florian Mayer2020-04-241-4/+26
* Make System.nanoTime and currentTimeMillis critical native.Pete Bentley2020-04-201-7/+6
* Remove unused methods File{Input,Output}Stream.open().Pete Bentley2020-03-254-72/+5
* Set default visibility to privatePaul Duffin2019-07-021-0/+17
* Delete unused ojluni Register.cppPete Bentley2019-06-141-144/+0
* Make canonicalize() hidden to avoid conflict with libm.Vladimir Marko2019-06-113-0/+6
* Refactor/add tests for ObjectStreamClass computeDefaultSUIDPaul Duffin2019-03-211-6/+16
* [fuchsia] Remove unnecessary patch.Doug Horn2019-03-131-4/+0
* Enable interception of more filesystem APIs.Jeff Sharkey2019-02-281-14/+20
* Move AsynchronousCloseMonitor to libjavacore.Pete Bentley2019-02-061-2/+1
* Merge "FIONREAD is not supported on Fuchsia fds."Doug Horn2019-01-241-0/+8
|\
| * FIONREAD is not supported on Fuchsia fds.Doug Horn2019-01-101-0/+8
* | Pass the Java caller's location to Runtime.nativeLoad.Nicolas Geoffray2019-01-182-4/+4
* | UNIXProcess_md.c: do not retry EINTR failed close() callsNick Kralevich2019-01-161-1/+11
* | Merge "Move JniConstants from libnativehelper to libcore"Orion Hodson2019-01-115-13/+147
|\ \ | |/ |/|
| * Move JniConstants from libnativehelper to libcoreOrion Hodson2018-12-205-13/+147
* | Merge changes I999a93cc,Ib0c2b298Tobias Thierer2019-01-082-15/+63
|\ \
| * | Integrate OpenJDK 12 commits to drop use of readdir_r.Tobias Thierer2019-01-072-15/+63
| |/
* / Do not use mincore() on Fuchsia.Doug Horn2019-01-041-0/+7
|/
* use epoll_create1Nick Kralevich2018-12-171-1/+3
* Further minor patches for Fuchsia libcore support.Doug Horn2018-11-208-10/+32
* Initial libcore fuchsia support.Doug Horn2018-11-149-4/+70
* UnixProcess: Improve error message for generic/unknown error codes.Nikita Iashchenko2018-10-151-1/+3
* Disable vfork under HWASan (same as ASan).Evgenii Stepanov2018-08-311-1/+2
* Verify java.nio.Bits against upstream OpenJDK 8u121-b13Paul Duffin2018-07-234-301/+0
* Revert^2 "Reimplement ojluni JNI_OnLoad from scratch."Vladimir Marko2018-06-132-1/+142
* Tweak file headers.Tobias Thierer2018-05-273-12/+15
* rename ojluni's native/java_util_*.c -> native/*.cTobias Thierer2018-04-055-4/+4
* ojluni: delete dead native (.c) code.Tobias Thierer2018-04-044-763/+0
* Disable vfork under ASan.Evgenii Stepanov2018-03-161-1/+6
* Do BlockGuard check on Runtime.gc().Pete Gillin2018-03-061-2/+2
* Change Math method from @FastNative to @CriticalNative.Vladimir Marko2018-01-221-25/+23
* Libcore: Clean up library loadingAndreas Gampe2017-12-282-4/+4
* Merge "Undo a bionic hack."Elliott Hughes2017-12-141-15/+0
|\
| * Undo a bionic hack.Elliott Hughes2017-02-231-15/+0