- d0bbfa8 Make res_init() work again. by Elliott Hughes · 4 years, 4 months ago
- 9a1d397 Reimplement our no-op utmp.h functions more simply. by Elliott Hughes · 5 years ago
- 79c91ae Sync with upstream NetBSD. by Elliott Hughes · 5 years ago
- 1cc755c Fully disable clang format where needed. by Christopher Ferris · 6 years ago
- fdaf82f Link .clang-format file to system/core one. by Christopher Ferris · 6 years ago
- 5828ad7 Clean up some obsolete NetBSD portability cruft. by Elliott Hughes · 6 years ago
- 4fc93ff Sync with upstream NetBSD. 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
- 64f8e7b Remove unused NetBSD compatibility cruft. by Elliott Hughes · 7 years ago
- 15711c1 Remove dead code. by Elliott Hughes · 7 years ago
- 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
- 9b1ca56 libc: Add support to allow library calls to find appropriate shell executable for a process by Sandeep Patil · 8 years ago
- da7a0b1 Move to .md files for even trivial documentation. by Elliott Hughes · 9 years ago
- 1665158 Merge \"Make it possible to build bionic with -I instead of -isystem.\" by Elliott Hughes · 9 years ago
- 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
- f051934 Merge "Fix ftw/nftw to only report unreadable directories once." am: 2c32c20 by Elliott Hughes · 9 years ago
- 13d79ab Fix ftw/nftw to only report unreadable directories once. by Elliott Hughes · 9 years ago
- 8739a1a Merge "Fix regerror(..., nullptr, 0)." am: 925bf56447 by Elliott Hughes · 9 years ago
- cac2908 Fix regerror(..., nullptr, 0). by Elliott Hughes · 9 years ago
- afff444 resolve merge conflicts of d676080a37 to lmp-mr1-ub-dev. by Christopher Ferris · 10 years ago
- 055a66c Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
- 71927a8 Sync with upstream NetBSD lib/libc/regex. by Elliott Hughes · 10 years ago
- 40360b3 Remove bogus transitive includes. by Elliott Hughes · 11 years ago
- 274afe8 Add POSIX lcong48. by Elliott Hughes · 11 years ago
- 49eed7d Switch to OpenBSD insque/remque/killpg. by Elliott Hughes · 11 years ago
- b6b5cb5 Ignore all __weak_alias in OpenBSD libC. by Chih-Hung Hsieh · 11 years ago
- b810462 Fix _BSD_SOURCE/__USE_BSD. by Elliott Hughes · 11 years ago
- b902641 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
- 3e424d0 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
- ca276c4 Fix visibility for a bunch more symbols. by Elliott Hughes · 11 years ago
- 99ae098 Implement rand/srand in terms of random/srandom. by Elliott Hughes · 11 years ago
- caaf71e Sync upstream-openbsd. by Elliott Hughes · 11 years ago
- a167eef Fix visibility for a bunch more symbols. by Elliott Hughes · 11 years ago
- 673bff0 Merge "Implement rand/srand in terms of random/srandom." by Elliott Hughes · 11 years ago
- 76c241b Implement rand/srand in terms of random/srandom. by Elliott Hughes · 11 years ago
- 4f0b67a Sync upstream-openbsd. by Elliott Hughes · 11 years ago
- a210cae Switch to upstream NetBSD nsap_addr.c. by Elliott Hughes · 11 years ago
- c82c0b7 Remove SHA1 from LP64 in favor of libcrypto. by Dan Albert · 11 years ago
- a0beeea Get the full set of PRNG functions in <stdlib.h> by Elliott Hughes · 11 years ago
- 809093b Hide rand48 implementation details. by Elliott Hughes · 11 years ago
- 47ba295 Rewrite and hide longjmperror. 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
- 5c8c88d Use the NetBSD inet_ntop until the OpenBSD bug is fixed. by Elliott Hughes · 11 years ago
- 6a41b0f Flesh out <arpa/inet.h>. by Elliott Hughes · 11 years ago
- d39f3f2 Clean up and document our hacks for building BSD source. by Elliott Hughes · 11 years ago
- 7f3a272 Add lsearch(3) for ltrace. by Elliott Hughes · 11 years ago
- 205c788 Clean up reentrancy cruft. by Elliott Hughes · 11 years ago
- ad41e9a More stdio cleanup. by Elliott Hughes · 11 years ago
- 19f58ef Switch to NetBSD utmp.c. by Elliott Hughes · 11 years ago
- 569fb98 Moved nameser.h and namser_compat.h to public include dir by Calin Juravle · 11 years ago
- 0133944 Clean up our OpenBSD usage. by Elliott Hughes · 11 years ago
- 677b6e6 Move the upstream-netbsd libc files into the correct directory. by Elliott Hughes · 11 years ago
- db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 12 years ago
- a38cb08 Clean up various warnings in bionic. by Elliott Hughes · 11 years ago
- 6522899 bionic: call stdio cleanup on exit by Pawit Pornkitprasan · 12 years ago
- 9be07fa Fix a TODO; we've had SOCK_CLOEXEC for a while now. by Elliott Hughes · 12 years ago
- 60fd345 Fix the *rand48 functions on LP64. by Elliott Hughes · 12 years ago
- eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
- d04c183 Add more __restricts, clean up __format__ attributes. by Elliott Hughes · 12 years ago
- 6b3f49a Upgrade to current NetBSD popen/pclose. by Elliott Hughes · 12 years ago
- 2b47307 Our strcoll(3) is no different from NetBSD's, so take exactly theirs. by Elliott Hughes · 13 years ago
- c51cd76 Avoid overflow in memccpy. by Elliott Hughes · 13 years ago
- c30396f libc: Fix alphasort() signature (and implementation). by David 'Digit' Turner · 13 years ago
- 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 13 years ago
- ab44f52 More upstream NetBSD upgrades. by Elliott Hughes · 13 years ago
- e8bcca3 Upgrade more functions to the current upstream NetBSD copy. by Elliott Hughes · 13 years ago
- 31a1060 Upgrade seed48 too. by Elliott Hughes · 13 years ago
- 774c7f5 Upgrade to the current NetBSD rand implementation. by Elliott Hughes · 13 years ago
- eac9eb4 Add getdelim(3) and getline(3) to bionic by Irina Tirdea · 13 years ago
- ac184b2 Fix several compiler warnings. by Elliott Hughes · 13 years ago
- 5e58ea0 libc: add ftw / nftw functions by Nick Kralevich · 13 years ago
- b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 13 years ago
- cc213f8 Switch to the current NetBSD regex implementation. by Elliott Hughes · 13 years ago
- 409302f Switch to upstream NetBSD tdelete/tfind/tsearch. by Elliott Hughes · 13 years ago
- 3d2d448 Fix nice... by Elliott Hughes · 13 years ago
- f8b3a92 Revert "Revert "Switch to NetBSD's strxfrm(3)."" by Elliott Hughes · 13 years ago
- 8793e7c Revert "Switch to NetBSD's strxfrm(3)." by Elliott Hughes · 13 years ago
- be1d78b Switch to NetBSD's strxfrm(3). by Elliott Hughes · 13 years ago