Lai Wei-Chih
2c9e934fc5
Let users could query cpu features on device.
...
Change-Id: I9f5d7c66fb4248f5f8cbbf4c350b82a5b8c3aee9
2012-10-23 10:05:22 +08:00
Pete Delaney
bf03a1b304
[MIPS] Add support for waitpid.
...
Change-Id: I7b3b90f9a64d40c5aa72c74cac6881f1189c1462
Signed-off-by: Chris Dearman <chris@mips.com >
Signed-off-by: Pete Delaney <piet@mips.com >
2012-10-05 02:18:27 -07:00
Pete Delaney
79d42207b8
[MIPS] Add Support pthread library functions.
...
Signals needed to be mapped.
Change-Id: I946308f17cf7bc945287f716d0da50f515ac8fc4
Signed-off-by: Pete Delaney <piet@mips.com >\
Signed-off-by: Chris Dearman <chris@mips.com >
2012-10-05 02:18:04 -07:00
Pete Delaney
fbedea894c
[MIPS] Add Support clone.
...
Change-Id: I3320c38e4228ba0aba37fe5af93e6f467c2e1b12
Signed-off-by: Chris Dearman <chris@mips.com >
Signed-off-by: Pete Delaney <piet@mips.com >
2012-10-05 02:17:39 -07:00
Pete Delaney
9ea8cc7e99
[MIPS] Updated support for statfs and fstatfs.
...
Change-Id: I0d8385cdb6599c572b25abae28498166582b33ca
Signed-off-by: Chris Dearman <chris@mips.com >
Signed-off-by: Pete Delaney <piet@mips.com >
2012-10-05 02:17:22 -07:00
Pete Delaney
2c4605a5a4
[MIPS] Updated support for stat.
...
Change-Id: Ica3b92edb6718c19308da7370ced145ccaeb8d6d
Signed-off-by: Chris Dearman <chris@mips.com >
Signed-off-by: Pete Delaney <piet@mips.com >
2012-10-05 02:16:59 -07:00
Pete Delaney
e3e0db1051
[MIPS] Updated support for socket and added support for socket_pair.
...
Socket type can also contain SOCK_NONBLOCK and SOCK_CLOEXEC flags.
NDK headers do not export these values but they seem to be aliases
of O_NONBLOCK and O_CLOEXEC. NDK headers do not define O_CLOEXEC.
Change-Id: If97fcb9f1ff130ea11a0da6452454a256f769809
Signed-off-by: Chris Dearman <chris@mips.com >
Signed-off-by: Pete Delaney <piet@mips.com >
2012-10-05 02:16:25 -07:00
Pete Delaney
b10b6f2baf
[MIPS] Update Support for fcntl.
...
Change-Id: I743837793a84e6f4dbbc192b29b19a6eae78a5da
Signed-off-by: Pete Delaney <piet@mips.com >
Signed-off-by: Chris Dearman <chris@mips.com >
2012-10-05 00:23:49 -07:00
Pete Delaney
9b350a5d22
[MIPS] Add Support for syscall.
...
Change-Id: Ib9c13ea152fdfe58b36362442eeef88e4a463c31
Signed-off-by: Chris Dearman <chris@mips.com >
Signed-off-by: Pete Delaney <piet@mips.com >
2012-10-05 00:23:49 -07:00
Pete Delaney
0d05107265
[MIPS] Add Support timer_create.
...
Signals needed to be mapped.
Change-Id: Id0748924f16ac6787b87062d774e837a14d1233c
Signed-off-by: Chris Dearman <chris@mips.com >
Signed-off-by: Pete Delaney <piet@mips.com >
2012-10-05 00:23:49 -07:00
Pete Delaney
79b607b432
[MIPS] Add Support signal.
...
Change-Id: Ie2aa6cd24a119f96cd01c6b3d6352f011a0825b5
Signed-off-by: Pete Delaney <piet@mips.com >
Signed-off-by: Chris Dearman <chris@mips.com >
2012-10-05 00:23:49 -07:00
Pete Delaney
25cabbf92e
[MIPS] Add Support errno, Added Logging, sorted Android.mk files.
...
Change-Id: Ibeeab51feb77be07ea8ccacf2f448bb5135d7373
Signed-off-by: Chris Dearman <chris@mips.com >
Signed-off-by: Pete Delaney <piet@mips.com >
2012-10-05 00:23:49 -07:00
Chao-Ying Fu
4cad8d6fdf
Support asm/sockios.h for MIPS.
...
Change-Id: I5ae75b0a8c2ff5698ca46f02bb371e710fb1fee0
2012-08-22 13:37:26 -07:00
Chao-Ying Fu
9f49f16bdf
Support getrlimit and setrlimit for MIPS.
...
Change-Id: Iff030a0eb2444bd1ba75dff9ba6b76c7cf9e0e7d
2012-08-21 17:24:01 -07:00
Chao-Ying Fu
4cd3283046
Support poll for MIPS.
...
Change-Id: I1299817ea06c9f9ff5701dce0c6166370ef9e87d
2012-08-21 15:27:38 -07:00
Chao-Ying Fu
5f79ffb271
Support fcntl for MIPS with different cmd.
...
Change-Id: I8d180ab9e18d69f0fd2748ad317319b691a86f35
2012-08-20 18:08:30 -07:00
Chao-Ying Fu
1d34dd0c27
Fix flags to *_PORTABLE in open_portable(), and support openat_portable().
...
Change-Id: Ib889899250fdfc6e7caded2506228f640fcdff3a
2012-08-20 17:07:27 -07:00
Chao-Ying Fu
f43f982232
Support mprotect.
...
Change-Id: Ic786eb35f69d44379129faec02b1023ab2c3282a
2012-08-20 16:02:41 -07:00
Andrew Hsieh
bd37ac2e42
Merge "Make sys/ioctl_compat.h portable."
2012-08-17 17:38:04 -07:00
Chao-Ying Fu
584ef7f14c
Make sys/ioctl_compat.h portable.
...
Change-Id: Id9c4c68c8422d46d463b9c987be180ea50c05099
2012-08-17 17:11:23 -07:00
Chao-Ying Fu
64c217eb07
Add portable support for stuct statfs and two functions.
...
Change-Id: I1e34428574a11bedb3a5a35a45dc519fcae3cd03
2012-08-17 12:22:39 -07:00
Andrew Hsieh
84061fa198
Merge "Support all portable requests."
2012-08-16 19:50:56 -07:00
Chao-Ying Fu
25899fcec1
Support all MAP flags and update mmap_portable.
...
Change-Id: I17600e70028d35dc2f2da05ed4a1b3d7ad051a63
2012-08-16 18:46:17 -07:00
Chao-Ying Fu
0bcbd32a9a
Support all portable requests.
...
Change-Id: I1032362a48456a961f258e624df313e7841b3d81
2012-08-16 17:52:19 -07:00
Chao-Ying Fu
3e1d447f43
Add portable support for errno.h.
...
Change-Id: Ia232caff586a1296b4330f450e4cfe4fec51198b
2012-08-15 11:58:43 -07:00
Chao-ying Fu
639c9f49ce
MIPS doesn't have __st_ino, so store 0 for this field in p_stat structure
...
Change-Id: Ia9ed9e5b90291e199b0b351eba65d22a6966a1c9
2012-08-14 11:14:08 -07:00
Shih-wei Liao
bf1b1e6c7f
Move libportable from ndk.git to development.git.
...
libportable should be in development.git instead of ndk.git.
Change-Id: Ic369ca6a0e4ffbd2741777c8d9ec578e8ce5abbd
2012-08-14 01:43:15 -07:00