summaryrefslogtreecommitdiffstats
path: root/libc/upstream-netbsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/bio...Steve Kondik2015-12-073-50/+129
|\
| * resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev.Christopher Ferris2015-10-213-50/+129
| |\
| | * Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-193-50/+129
| | * Implement twalk(3), add unit tests.Elliott Hughes2014-07-246-277/+111
| | * Fix visibility for a bunch more symbols.Elliott Hughes2014-07-141-0/+3
| | * Implement rand/srand in terms of random/srandom.Elliott Hughes2014-07-141-57/+0
| | * Sync upstream-openbsd.Elliott Hughes2014-07-141-37/+0
* | | bionic: Let popen fall back to /sbin/shTom Marshall2015-11-031-0/+2
|/ /
* | Remove bogus transitive includes.Elliott Hughes2014-12-291-0/+1
* | Add POSIX lcong48.Elliott Hughes2014-11-061-0/+43
* | Switch to OpenBSD insque/remque/killpg.Elliott Hughes2014-09-233-167/+0
* | Ignore all __weak_alias in OpenBSD libC.Chih-Hung Hsieh2014-08-281-5/+0
* | Fix _BSD_SOURCE/__USE_BSD.Elliott Hughes2014-08-191-3/+3
* | Implement twalk(3), add unit tests.Elliott Hughes2014-07-246-277/+111
* | Fix visibility for a bunch more symbols.Elliott Hughes2014-07-141-0/+3
* | Merge "Implement rand/srand in terms of random/srandom."Elliott Hughes2014-07-141-57/+0
|\ \
| * | Implement rand/srand in terms of random/srandom.Elliott Hughes2014-07-141-57/+0
| |/
* | Sync upstream-openbsd.Elliott Hughes2014-07-141-37/+0
|/
* Switch to upstream NetBSD nsap_addr.c.Elliott Hughes2014-06-303-0/+309
* Remove SHA1 from LP64 in favor of libcrypto.Dan Albert2014-06-161-0/+31
* Get the full set of PRNG functions in <stdlib.h>Elliott Hughes2014-06-123-0/+638
* Hide rand48 implementation details.Elliott Hughes2014-06-091-4/+4
* Rewrite and hide longjmperror.Elliott Hughes2014-06-061-56/+0
* Switch back to OpenBSD inet_ntop now they're FORTIFY clean.Elliott Hughes2014-05-191-231/+0
* Register _cleanup function with atexitDmitriy Ivanov2014-05-151-63/+0
* Use the NetBSD inet_ntop until the OpenBSD bug is fixed.Elliott Hughes2014-05-131-0/+231
* Flesh out <arpa/inet.h>.Elliott Hughes2014-05-134-830/+0
* Clean up and document our hacks for building BSD source.Elliott Hughes2014-04-2110-4/+0
* Add lsearch(3) for ltrace.Elliott Hughes2014-04-011-0/+107
* Clean up reentrancy cruft.Elliott Hughes2014-03-131-0/+2
* More stdio cleanup.Elliott Hughes2014-03-111-0/+1
* Switch to NetBSD utmp.c.Elliott Hughes2014-03-101-0/+106
* Moved nameser.h and namser_compat.h to public include dirCalin Juravle2014-03-041-1/+1
* Clean up our OpenBSD usage.Elliott Hughes2014-02-212-199/+0
* Move the upstream-netbsd libc files into the correct directory.Elliott Hughes2014-02-2053-0/+0
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-181-52/+0
* Clean up various warnings in bionic.Elliott Hughes2014-02-181-0/+1
* bionic: call stdio cleanup on exitPawit Pornkitprasan2013-11-192-0/+100
* Fix a TODO; we've had SOCK_CLOEXEC for a while now.Elliott Hughes2013-11-061-3/+0
* Fix the *rand48 functions on LP64.Elliott Hughes2013-10-284-14/+12
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-092-1/+35
* Add more __restricts, clean up __format__ attributes.Elliott Hughes2013-05-141-1/+1
* Upgrade to current NetBSD popen/pclose.Elliott Hughes2013-03-064-1/+272
* Our strcoll(3) is no different from NetBSD's, so take exactly theirs.Elliott Hughes2013-01-221-0/+59
* Avoid overflow in memccpy.Elliott Hughes2013-01-221-0/+61
* libc: Fix alphasort() signature (and implementation).David 'Digit' Turner2012-10-291-59/+0
* Clean up the implementation of the <dirent.h> functions.Elliott Hughes2012-10-261-0/+59
* More upstream NetBSD upgrades.Elliott Hughes2012-10-2317-0/+2259
* Upgrade more functions to the current upstream NetBSD copy.Elliott Hughes2012-10-239-0/+1297
* Upgrade seed48 too.Elliott Hughes2012-10-011-0/+49