summaryrefslogtreecommitdiffstats
path: root/libc/upstream-openbsd
Commit message (Expand)AuthorAgeFilesLines
* Hide __atexitDmitriy Ivanov2015-06-041-1/+0
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-242-249/+0
* Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-242-0/+249
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-222-249/+0
* Call __cxa_thread_finalize for the main thread.Dmitriy Ivanov2015-04-151-59/+0
* Fix memchr overflow.Elliott Hughes2015-02-142-0/+86
* Fix mips build.Elliott Hughes2015-01-272-142/+0
* Clean up <stdlib.h> slightly.Elliott Hughes2015-01-263-17/+140
* Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.Elliott Hughes2015-01-201-89/+0
* Sync with upstream OpenBSD stdio.Elliott Hughes2015-01-137-30/+23
* Clean up paths.h.Yabin Cui2015-01-091-0/+5
* Merge "Remove more BSD cruft from the public headers."Elliott Hughes2014-12-231-0/+3
|\
| * Remove more BSD cruft from the public headers.Elliott Hughes2014-12-191-0/+3
* | Fix nan output in the printf family.Elliott Hughes2014-12-202-8/+6
|/
* Avoid pathological behavior in OpenBSD's fread.Elliott Hughes2014-12-021-88/+0
* Sync with upstream OpenBSD fts.c.Elliott Hughes2014-11-212-0/+41
* Ensure we initialize stdin/stdout/stderr's recursive mutexes.Elliott Hughes2014-11-031-178/+0
* Switch to OpenBSD fopen/fclose.Elliott Hughes2014-09-242-0/+149
* Sync with upstream findfp.c.Elliott Hughes2014-09-242-9/+10
* Switch to OpenBSD flags.c.Elliott Hughes2014-09-231-0/+105
* CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.Elliott Hughes2014-09-233-10/+38
* Pull in upstream fixes to reject invalid bases.Elliott Hughes2014-09-236-20/+60
* Merge "Sync with some upstream OpenBSD #include cleanup."Elliott Hughes2014-09-235-10/+10
|\
| * Sync with some upstream OpenBSD #include cleanup.Elliott Hughes2014-09-235-10/+10
* | Switch to OpenBSD insque/remque/killpg.Elliott Hughes2014-09-233-0/+147
|/
* Ignore all __weak_alias in OpenBSD libC.Chih-Hung Hsieh2014-08-281-0/+3
* Switch to OpenBSD <err.h> implementation.Elliott Hughes2014-08-269-0/+404
* Switch to OpenBSD daemon(3).Elliott Hughes2014-08-261-0/+64
* Merge "Switch to OpenBSD res_random."Elliott Hughes2014-08-261-0/+275
|\
| * Switch to OpenBSD res_random.Elliott Hughes2014-07-211-0/+275
* | Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream.Elliott Hughes2014-08-203-0/+510
* | Fix _BSD_SOURCE/__USE_BSD.Elliott Hughes2014-08-191-2/+2
* | Implement twalk(3), add unit tests.Elliott Hughes2014-07-243-0/+244
* | Use upstream OpenBSD's arc4random.Elliott Hughes2014-07-214-0/+344
|/
* Fix visibility for a bunch more symbols.Elliott Hughes2014-07-141-4/+12
* Merge "Sync upstream-openbsd."Elliott Hughes2014-07-148-32/+18
|\
| * Sync upstream-openbsd.Elliott Hughes2014-07-148-32/+18
* | Upstream atexitDmitriy Ivanov2014-07-144-26/+251
|/
* Merge "Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."""Dan Albert2014-07-021-0/+6
|\
| * Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""Dan Albert2014-07-011-0/+6
* | Switch to upstream OpenBSD mktemp.c.Elliott Hughes2014-07-021-0/+143
* | Sync to current upstream arc4random.Elliott Hughes2014-06-241-0/+222
|/
* Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."Dan Albert2014-06-191-6/+0
* Hide _tolower_tab_ and _toupper_tab_ on LP64.Dan Albert2014-06-181-0/+6
* Removes wcswcs from bionic for LP64.Dan Albert2014-06-041-5/+0
* Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11.Elliott Hughes2014-06-041-7/+1
* Remove issetugid.Elliott Hughes2014-05-291-0/+3
* Switch to POSIX dprintf/vdprintf.Elliott Hughes2014-05-222-0/+121
* Switch back to OpenBSD inet_ntop now they're FORTIFY clean.Elliott Hughes2014-05-191-3/+3
* Register _cleanup function with atexitDmitriy Ivanov2014-05-154-0/+491