| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct |  guenther | 2015-09-12 | 35 | -83/+153 |
* | Wrap <dbm.h> and <ndbm.h> so that calls go direct and the symbols are all weak |  guenther | 2015-09-12 | 3 | -1/+74 |
* | Wrap <bsd_auth.h> so that calls go direct and the symbols are all weak |  guenther | 2015-09-12 | 3 | -2/+86 |
* | Wrap <assert.h> so that __assert2() goes direct |  guenther | 2015-09-12 | 2 | -1/+29 |
* | Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weak |  guenther | 2015-09-12 | 2 | -5/+6 |
* | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols |  guenther | 2015-09-12 | 18 | -20/+117 |
* | Wrap <getopt.h> to make the functions weak and make access to the initialized |  guenther | 2015-09-12 | 2 | -1/+43 |
* | Wrap <time.h> so that internal calls go direct and symbols not in C99 are weak |  guenther | 2015-09-12 | 6 | -7/+51 |
* | Wrap <syslog.h> so that internal calls go direct and they're all weak symbols |  guenther | 2015-09-12 | 3 | -35/+55 |
* | Wrap <dirent.h> so that internal calls go direct and they're all weak symbols |  guenther | 2015-09-12 | 7 | -5/+48 |
* | Wrap <fts.h> and <ftw.h> so that internal calls to fts_*() go direct and |  guenther | 2015-09-12 | 3 | -1/+61 |
* | Make these timer_* stubs weak symbols |  guenther | 2015-09-12 | 5 | -16/+19 |
* | Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn't |  guenther | 2015-09-11 | 10 | -5/+297 |
* | lseek() is in <unistd.h> ok deraadt@ |  guenther | 2015-09-11 | 1 | -1/+2 |
* | Use PROTO_NORMAL() on __syscall to go direct, adjusting the declaration |  guenther | 2015-09-11 | 12 | -77/+122 |
* | Put a private copy of the ypresp_allfn/ypresp_data interface into ypserv |  deraadt | 2015-09-11 | 3 | -7/+5 |
* | _rpc_dtablesize() is not used anywhere, tracking by sthen; ok guenther |  deraadt | 2015-09-11 | 3 | -53/+2 |
* | rpcdata should not be exported; ok guenther |  deraadt | 2015-09-11 | 2 | -3/+2 |
* | Prefer <fcntl.h> over <sys/fcntl.h> |  guenther | 2015-09-11 | 1 | -2/+2 |
* | _getnetbyaddr and _getnetbyname appear to be historical accidents in |  deraadt | 2015-09-11 | 4 | -105/+2 |
* | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct |  guenther | 2015-09-11 | 14 | -13/+307 |
* | change remaining mentions of "flags" to "request" and adapt text |  deraadt | 2015-09-11 | 1 | -7/+7 |
* | hide three netdb related variables; ok guenther |  deraadt | 2015-09-11 | 2 | -3/+29 |
* | Hide netgroup internals inside libc. The parts that netgroup_mkdb |  deraadt | 2015-09-10 | 2 | -16/+16 |
* | Add support for building arc4random with MSVC. |  bcook | 2015-09-10 | 1 | -7/+8 |
* | Pull in namespace.h when building all .c files using gcc's -include option, |  guenther | 2015-09-10 | 29 | -75/+50 |
* | use .In rather than .Fd #include |  schwarze | 2015-09-10 | 53 | -190/+190 |
* | reduce more .Nd to one line and kill more .Tn |  schwarze | 2015-09-10 | 1 | -4/+4 |
* | reduce .Nd to one line and kill .Tn while here |  schwarze | 2015-09-10 | 5 | -25/+15 |
* | another missing Mdocdate |  schwarze | 2015-09-10 | 1 | -2/+2 |
* | missing commas at the end of .Nm lines in the NAME section |  schwarze | 2015-09-10 | 1 | -3/+3 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-10 | 50 | -163/+278 |
* | explain why __explicit_bzero_hook will remain; ok guenther |  deraadt | 2015-09-10 | 1 | -1/+3 |
* | hide __dtoa_locks as a static in the single use case; ok guenther |  deraadt | 2015-09-10 | 5 | -11/+6 |
* | no more mpool; |  jmc | 2015-09-10 | 4 | -13/+9 |
* | tweak Nd after previous; ok mpi |  jmc | 2015-09-10 | 1 | -2/+2 |
* | Remove link_addr(3). A function to encode the name of an interface in |  mpi | 2015-09-10 | 4 | -137/+8 |
* | seperate->separate; |  jmc | 2015-09-09 | 1 | -3/+9 |
* | Move to next tame() API. The flags are now passed as a very simple string, |  deraadt | 2015-09-09 | 1 | -34/+35 |
* | Remove the mpool(3) manpages |  guenther | 2015-09-09 | 1 | -5/+2 |
* | Bump for symbol removals |  guenther | 2015-09-09 | 1 | -1/+1 |
* | Hide __sigintr and __strsignal as internal implementation details. |  guenther | 2015-09-09 | 5 | -13/+15 |
* | Hide all unnecessary asr / resolver related API with _ prefixes. |  deraadt | 2015-09-09 | 14 | -361/+238 |
* | Use SOCK_NONBLOCK in a couple more places |  guenther | 2015-09-09 | 2 | -33/+6 |
* | Stop exporting from libc the <mpool.h> and the mpool_* API |  guenther | 2015-09-09 | 2 | -8/+122 |
* | Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvc |  deraadt | 2015-09-09 | 2 | -19/+44 |
* | Syslogd can handle 8192 bytes per message now. Increase the libc |  bluhm | 2015-09-09 | 1 | -2/+2 |
* | Simplify makefile rules for building the ASM stubs into "pick something |  guenther | 2015-09-09 | 1 | -113/+45 |
* | Backtrack a little bit and don't try to use the per-thread errno location if |  kettenis | 2015-09-09 | 1 | -23/+21 |
* | Delete ktracing of context switches: it's unused, and not particularly useful, |  guenther | 2015-09-07 | 1 | -4/+2 |