summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64
Commit message (Expand)AuthorAgeFilesLines
* Add posix_fadvise(3).Elliott Hughes2014-09-101-0/+26
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-08194-576/+194
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-34/+0
* Make __set_errno hidden in asm.Dan Albert2014-08-08191-0/+382
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-062-0/+72
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+50
* [MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg modelsDuane Sand2014-07-232-122/+48
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-243-0/+75
* Cache getpid.Elliott Hughes2014-06-201-2/+3
* Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."Dan Albert2014-06-122-50/+0
|\
| * Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-122-50/+0
* | Remove __memcmp16 from bionic.Elliott Hughes2014-06-122-54/+0
|/
* Merge "Replaces vfork() implementation with fork()"Dan Albert2014-06-102-72/+0
|\
| * Replaces vfork() implementation with fork()Dan Albert2014-06-102-72/+0
* | Merge "Rename __bionic_clone_entry to __start_thread."Elliott Hughes2014-06-061-2/+2
|\ \
| * | Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-2/+2
| |/
* | Remove getdents from bionic.Elliott Hughes2014-06-063-124/+0
|/
* Removes index() from bionic.Dan Albert2014-06-051-1/+0
* Removes bcopy and bzero from bionic.Dan Albert2014-06-032-43/+0
* Avoid a system call in 'gettid'.Elliott Hughes2014-06-021-25/+0
* Merge "Revert "Revert "Lose the hand-written futex assembler."""Elliott Hughes2014-05-293-90/+0
|\
| * Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-283-90/+0
* | Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-281-0/+1
|\ \ | |/ |/|
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
* | Merge "Revert "Lose the hand-written futex assembler.""Narayan Kamath2014-05-283-0/+90
|\ \
| * | Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-283-0/+90
* | | Clear the return address register in __bionic_clone.Elliott Hughes2014-05-271-0/+3
| |/ |/|
* | Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-241-1/+0
* | Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
|/
* Lose the hand-written futex assembler.Elliott Hughes2014-05-223-90/+0
* Remove the tkill(2) stub.Elliott Hughes2014-05-221-25/+0
* Hide most of the private futex functions.Elliott Hughes2014-05-211-81/+1
* Merge "Remove __syslog; we have the public klogctl API."Elliott Hughes2014-05-211-26/+0
|\
| * Remove __syslog; we have the public klogctl API.Elliott Hughes2014-05-201-26/+0
* | Merge "Hide __get_sp."Elliott Hughes2014-05-211-1/+1
|\ \ | |/ |/|
| * Hide __get_sp.Elliott Hughes2014-05-201-1/+1
* | Remove perf_event_open.Elliott Hughes2014-05-201-25/+0
|/
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-193-30/+6
* Hide _exit_with_stack_teardown.Elliott Hughes2014-05-161-1/+1
* Hide __signalfd4, used to implement signalfd(3).Elliott Hughes2014-05-161-2/+3
* Mark sockets on accept().Sreeram Ramachandran2014-05-141-2/+3
* Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-131-2/+3
* Merge "Add 32-bit Silvermont-optimized string/memory functions."Christopher Ferris2014-05-131-0/+2
|\
| * Add 32-bit Silvermont-optimized string/memory functions.Varvara Rainchik2014-05-121-0/+2
* | Remove the useless indirection in mips' __set_tls.Elliott Hughes2014-05-123-39/+3
|/
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-0/+1
* Clean up <machine/ieee.h>.Elliott Hughes2014-04-161-169/+0
* Implement _Exit(3).Elliott Hughes2014-04-081-0/+3
* Merge "Clean up localeconv(3)."Elliott Hughes2014-04-081-5/+0
|\
| * Clean up localeconv(3).Elliott Hughes2014-04-081-5/+0