summaryrefslogtreecommitdiffstats
path: root/libc/netbsd
Commit message (Collapse)AuthorAgeFilesLines
* Fix getservent() so that it returns s_port in network byte order.David 'Digit' Turner2009-05-271-2/+7
| | | | Also add a new document detailing known issues in the C library.
* change getaddrinfo() implementation to match GLibc.David 'Digit' Turner2009-05-051-2/+6
| | | | | | | | | | | | | | the issue is that the BSD implementation doesn't accept a call like: getaddrinfo(SERVER_NAME, "9999", NULL, &res); because if will reject a numerical string in the second parameter if no hints are explicitely provided. This technically doesn't violate POSIX but might make porting Linux software a bit difficult. For more details see: http://groups.google.com/group/android-ndk/browse_thread/thread/818ab9c53f24c87 also comment debugging printf() calls which shouldn't be there.
* Add the domain search list for VPN connection.Chung-yih Wang2009-04-131-0/+37
| | | | | | | | | | | | The current solution is to read the net.dns.search property, and expand the list during the resolve initialization. In the future, we could implement search list per process. Update: refine the code accordingly. Update: remove unnecessary code. Update: remove the unused variable.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0341-0/+15819
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0341-15819/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-194-301/+1227
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-5/+5
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-2141-0/+14893