Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
refs/heads/s
/
libc
/
upstream-openbsd
/
lib
/
libc
439ebbd
Simplify and improve tempnam() and tmpnam().
by Elliott Hughes
· 4 years, 8 months ago
5633caa
Switch to musl memmem (via OpenBSD).
by Elliott Hughes
· 5 years ago
26b0607
Sync with upstream OpenBSD.
by Elliott Hughes
· 5 years ago
cdb4a26
Update upstream OpenBSD gdtoa.
by Elliott Hughes
· 5 years ago
c6b38ae
Sync with upstream OpenBSD strstr().
by Elliott Hughes
· 6 years ago
9a4b68e
Take a bunch of trivial patches from upstream OpenBSD.
by Elliott Hughes
· 6 years ago
900d07d
Add arm64 string.h function implementations for use with hardware supporting MTE.
by Peter Collingbourne
· 6 years ago
a4959aa
Reimplement the <ctype.h> is* functions.
by Elliott Hughes
· 6 years ago
1c8a2a9
Optimize tolower(3)/toupper(3) from <ctype.h>.
by Elliott Hughes
· 6 years ago
01809e1
Switch to OpenBSD div/ldiv/lldiv.
by Elliott Hughes
· 6 years ago
fbac97a
Move NetBSD string routines to OpenBSD.
by Elliott Hughes
· 6 years ago
b177085
Add reallocarray(3).
by Elliott Hughes
· 7 years ago
468efc8
Reimplement popen(3)/pclose(3).
by Elliott Hughes
· 7 years ago
da46cae
Add generic arm non-neon memmove.
by Elliott Hughes
· 7 years ago
71ba589
Rewrite system(3) to use posix_spawn(3).
by Elliott Hughes
· 7 years ago
9024235
Remove __overloadable/__RENAME_CLANG
by George Burgess IV
· 7 years ago
f1515f6
Clean up the time(2) implementation.
by Elliott Hughes
· 8 years ago
4473ccd
bionic: add vdso time()
by Mark Salyzyn
· 8 years ago
1921dce
Refactor the ato* and strto* family.
by Elliott Hughes
· 8 years ago
07e4124
Merge "More missing _unlocked <stdio.h> functions."
by Treehugger Robot
· 8 years ago
37ad959
More missing _unlocked <stdio.h> functions.
by Elliott Hughes
· 8 years ago
3a589c2
Fork vfprintf.c/vfwprintf.c.
by Elliott Hughes
· 8 years ago
bff8da3
Merge "Replace fmemopen."
by Elliott Hughes
· 8 years ago
89ff499
Merge "Apply recent strto* fix, add new tests."
by Elliott Hughes
· 8 years ago
57ad092
Merge "Replace killpg."
by Elliott Hughes
· 8 years ago
3a4c454
Replace fmemopen.
by Elliott Hughes
· 8 years ago
20f3399
Switch to FreeBSD for wcsstr and wmemcpy.
by Elliott Hughes
· 8 years ago
f826a37
Apply recent strto* fix, add new tests.
by Elliott Hughes
· 8 years ago
7532b32
Replace killpg.
by Elliott Hughes
· 8 years ago
b364683
Sync with upstream OpenBSD: trivial stuff.
by Elliott Hughes
· 8 years ago
7cc779f
libc: add clang FORTIFY support
by George Burgess IV
· 8 years ago
fc8e688
Implement <langinfo.h>.
by Elliott Hughes
· 9 years ago
7f0849f
Fix sscanf/wcstod parsing of NaNs.
by Elliott Hughes
· 9 years ago
e19c672
Revert "Switch back to the BSD exec for now."
by Elliott Hughes
· 9 years ago
18c31d7
Switch back to the BSD exec for now.
by Elliott Hughes
· 9 years ago
1b40aaf
Rewrite the exec family.
by Elliott Hughes
· 9 years ago
fb3873d
Fortify vsnprintf in more cases.
by Elliott Hughes
· 9 years ago
53cf348
Remove more stdio copy/paste.
by Elliott Hughes
· 9 years ago
d1f25a7
Reimplement remove(3) without the lstat(2).
by Elliott Hughes
· 9 years ago
70715da
More stdio one-liners.
by Elliott Hughes
· 9 years ago
cceaf06
More stdio cleanup.
by Elliott Hughes
· 9 years ago
26fda77
Fix b64_pton.
by Elliott Hughes
· 9 years ago
df143f8
Add POSIX getsubopt(3).
by Elliott Hughes
· 9 years ago
03e65eb
Implement funopen64.
by Elliott Hughes
· 10 years ago
023c307
Add _seek64 to FILE.
by Elliott Hughes
· 10 years ago
2704bd1
Simplify fseek/ftell.
by Elliott Hughes
· 10 years ago
923f165
Make FILE*s less usable after fclose(3).
by Elliott Hughes
· 10 years ago
506c6de
Sync with upstream OpenBSD.
by Elliott Hughes
· 10 years ago
8ab433d
Fix stdio read after EOF behavior.
by Elliott Hughes
· 10 years ago
0478666
Fix inet_addr/inet_aton/inet_network.
by Elliott Hughes
· 10 years ago
26a8322
Move several FreeBSD functions to OpenBSD.
by Elliott Hughes
· 10 years ago
17379d2
Cherrypick upstream fnmatch.c fix.
by Elliott Hughes
· 10 years ago
c46c0e9
Sync current upstream fnmatch.c.
by Elliott Hughes
· 10 years ago
ea295f6
Unregister pthread_atfork handlers on dlclose()
by Dmitriy Ivanov
· 11 years ago
094f58f
Revert "Unregister pthread_atfork handlers on dlclose()"
by Dimitry Ivanov
· 10 years ago
6df122f
Unregister pthread_atfork handlers on dlclose()
by Dmitriy Ivanov
· 11 years ago
163ab8b
Call __cxa_thread_finalize for the main thread.
by Dmitriy Ivanov
· 10 years ago
41ef902
Fix memchr overflow.
by Elliott Hughes
· 10 years ago
e609909
Fix mips build.
by Elliott Hughes
· 11 years ago
76f8916
Clean up <stdlib.h> slightly.
by Elliott Hughes
· 11 years ago
8885dcc
Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.
by Elliott Hughes
· 11 years ago
01abeac
Sync with upstream OpenBSD stdio.
by Elliott Hughes
· 11 years ago
1b18aff
Fix nan output in the printf family.
by Elliott Hughes
· 11 years ago
20841a1
Avoid pathological behavior in OpenBSD's fread.
by Elliott Hughes
· 11 years ago
2818279
Sync with upstream OpenBSD fts.c.
by Elliott Hughes
· 11 years ago
6a03abc
Ensure we initialize stdin/stdout/stderr's recursive mutexes.
by Elliott Hughes
· 11 years ago
5a69da8
Switch to OpenBSD fopen/fclose.
by Elliott Hughes
· 11 years ago
c08c25b
Sync with upstream findfp.c.
by Elliott Hughes
· 11 years ago
a71b4c3
Switch to OpenBSD flags.c.
by Elliott Hughes
· 11 years ago
31165ed
CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.
by Elliott Hughes
· 11 years ago
b05ec5a
Pull in upstream fixes to reject invalid bases.
by Elliott Hughes
· 11 years ago
8642165
Merge "Sync with some upstream OpenBSD #include cleanup."
by Elliott Hughes
· 11 years ago
49eed7d
Switch to OpenBSD insque/remque/killpg.
by Elliott Hughes
· 11 years ago
08dc9d8
Sync with some upstream OpenBSD #include cleanup.
by Elliott Hughes
· 11 years ago
cc7e5f4
Switch to OpenBSD <err.h> implementation.
by Elliott Hughes
· 11 years ago
e505517
Switch to OpenBSD daemon(3).
by Elliott Hughes
· 11 years ago
7b87d44
Merge "Switch to OpenBSD res_random."
by Elliott Hughes
· 11 years ago
6b841db
Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream.
by Elliott Hughes
· 11 years ago
3e424d0
Implement twalk(3), add unit tests.
by Elliott Hughes
· 11 years ago
0f7d882
Switch to OpenBSD res_random.
by Elliott Hughes
· 11 years ago
2b67d7d
Use upstream OpenBSD's arc4random.
by Elliott Hughes
· 11 years ago
4ae9386
Merge "Sync upstream-openbsd."
by Elliott Hughes
· 11 years ago
4f0b67a
Sync upstream-openbsd.
by Elliott Hughes
· 11 years ago
53c3c27
Upstream atexit
by Dmitriy Ivanov
· 11 years ago
6593597
Switch to upstream OpenBSD mktemp.c.
by Elliott Hughes
· 11 years ago
0468feb
Sync to current upstream arc4random.
by Elliott Hughes
· 11 years ago
001f8f0
Removes wcswcs from bionic for LP64.
by Dan Albert
· 11 years ago
be8df2e
Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11.
by Elliott Hughes
· 11 years ago
fcac8ff
Switch to POSIX dprintf/vdprintf.
by Elliott Hughes
· 11 years ago
f51d3e8
Switch back to OpenBSD inet_ntop now they're FORTIFY clean.
by Elliott Hughes
· 11 years ago
623b0d0
Register _cleanup function with atexit
by Dmitriy Ivanov
· 11 years ago
6a41b0f
Flesh out <arpa/inet.h>.
by Elliott Hughes
· 11 years ago
2716f3e
Sync with upstream OpenBSD wcsftime.c.
by Elliott Hughes
· 11 years ago
e0a36f4
Sync with upstream OpenBSD.
by Elliott Hughes
· 11 years ago
ad53498
Merge "Disable %n in printf and vfwprintf."
by Elliott Hughes
· 11 years ago
e2341d0
Disable %n in printf and vfwprintf.
by Elliott Hughes
· 11 years ago
8ec21d9
Merge "Switch to current upstream OpenBSD wsetup.c."
by Elliott Hughes
· 11 years ago
53b2438
Switch to current upstream OpenBSD wsetup.c.
by Elliott Hughes
· 11 years ago
792ae72
Switch to current upstream OpenBSD fwrite.c.
by Elliott Hughes
· 11 years ago
f1ada79
Sync with current OpenBSD stdio.
by Elliott Hughes
· 11 years ago
Next »