- 19 May, 2014 1 commit
-
-
Sreeram Ramachandran authored
Remove the separate syscall for accept() and implement it as accept4(..., 0). Change-Id: Ib0b8f5d7c5013b91eae6bbc3847852eb355c7714
-
- 18 May, 2014 1 commit
-
-
Sreeram Ramachandran authored
+ Name the dispatch header correctly (NetdClientDispatch.h). + Hide the global dispatch variable (__netdClientDispatch). + Explain why it's okay to read the variable without locking. + Use quotes instead of angle-brackets for non-system includes. + Add necessary declarations for C compiles (and not just C++). Change-Id: Id0932165e71d81da5fce77a684f40c2263f58e61
-
- 14 May, 2014 1 commit
-
-
Sreeram Ramachandran authored
(cherry picked from commit 58b1f3f6a30a660ad81637c2b50382c3d279243b) Change-Id: I5d09be413cf720fbed905f96313b007997ada76c
-
- 13 May, 2014 1 commit
-
-
Sreeram Ramachandran authored
The library exists outside bionic. It is dynamically loaded, to replace selected standard socket syscalls with versions that talk to netd. Change connect() to use the library if available. (cherry picked from commit 3a6b627a14df8111b03e452f2df4b5f4938e0e49) Change-Id: Ib6198e19dbc306521a26fcecfdf6e8424d163fc9
-
- 22 Apr, 2014 1 commit
-
-
Elliott Hughes authored
Change-Id: Ic591e22fa5b363bb68376b9f25814c0e5bd83fbf
-
- 16 Apr, 2014 1 commit
-
-
Elliott Hughes authored
This gives us a real strtold for LP64 and fixes various LP64 bugs. Bug: 13563801 Change-Id: I277858d718ee746e136b6b6308a495ba50dfa488
-
- 11 Mar, 2014 1 commit
-
-
Elliott Hughes authored
Change-Id: Idc909cd3dc7b072f1edd2ae4980932d6550e8568
-
- 21 Feb, 2014 1 commit
-
-
Elliott Hughes authored
Also undo some of the mess where we have OpenBSD <stdio.h> but a mix of different BSD's implementations. In this first pass, I've only moved easy OpenBSD stuff. Change-Id: Iae67b02cde6dba9d8d06fedeb53efbfdac0a8cf6
-
- 07 Mar, 2013 1 commit
-
-
Elliott Hughes authored
This gets us back to using vfork now our ARM vfork assembler stub is fixed, and adds the missing thread safety for the 'pidlist'. Bug: 5335385 Change-Id: Ib08bfa65b2cb9fa695717aae629ea14816bf988d
-
- 02 Mar, 2013 1 commit
-
-
Elliott Hughes authored
This is actually a slightly newer upstream version than the one I originally pulled. Hopefully now it's in upstream-freebsd it will be easier to track upstream, though I still need to sit down and write the necessary scripts at some point. Bug: 5110679 Change-Id: I87e563f0f95aa8e68b45578e2a8f448bbf827a33
-
- 23 Oct, 2012 1 commit
-
-
Elliott Hughes authored
Change-Id: Ie0b3f8b3fccef28609eb210434413ebd51d6ef45
-
- 27 Sep, 2012 1 commit
-
-
Irina Tirdea authored
Some userspace programs (e.g. perf) need getline. Changes: () add getdelim.c, getline.c from NetBSD (http://netbsd.org/ ) under the NetBSD Foundation's (TNF) license ("2 clause" Berkeley-style license). () add stub for reentrant.h header that is needed by getdelim.c () add tests for getdelim(3) and getline(3). () update NOTICE file. Change-Id: I22ed82dd5904b9d7a3695535c04f502be3c27c5d Signed-off-by:
Irina Tirdea <irina.tirdea@intel.com>
-
- 26 Sep, 2012 1 commit
-
-
Elliott Hughes authored
Change-Id: I55caa50a5937442734f4fcbdb4edf1c70f335bf8
-
- 13 Sep, 2012 1 commit
-
-
Irina Tirdea authored
Change-Id: I426109db25e907980d6cb3a7a695796e45783b78
-
- 13 Aug, 2012 1 commit
-
-
Elliott Hughes authored
...by switching to the NetBSD implementation. Change-Id: I562b27b237a24ded95804035cc322c7bff12ff59
-
- 10 Aug, 2012 1 commit
-
-
Elliott Hughes authored
This reverts commit 8793e7c7, and fixes the build by building upstream NetBSD source as a separate library that's then swallowed whole into libc_common. Change-Id: I6c9317d8c48b5ccaf85a7b185bc07fb31176ff97
-
- 20 Mar, 2012 1 commit
-
-
Ben Cheng authored
New functions: tfind tsearch tdelete twalk tdestroy (GNU extension) Bug fix: the current implementation for realpath would crash if the second argument (resolved_path) is NULL. New headers: ar.h search.h Change-Id: Ib6c1e42fc186a6d597a6e5a9692b16acaa155804
-