Age | Commit message (Expand) | Author |
2015-09-13 | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in | Philip Guenther |
2015-09-12 | __strsignal() is now declared in hidden/signal.h | Philip Guenther |
2015-09-12 | Finish wrapping <signal.h> so that calls to the sigset ops go direct and | Philip Guenther |
2015-09-12 | Wrap <fcntl.h> so that calls to flock() go direct and both it and | Philip Guenther |
2015-09-12 | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct | Philip Guenther |
2015-09-12 | Wrap <dbm.h> and <ndbm.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-12 | Wrap <bsd_auth.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-12 | Wrap <assert.h> so that __assert2() goes direct | Philip Guenther |
2015-09-12 | Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weak | Philip Guenther |
2015-09-12 | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-09-12 | Wrap <getopt.h> to make the functions weak and make access to the initialized | Philip Guenther |
2015-09-12 | Wrap <time.h> so that internal calls go direct and symbols not in C99 are weak | Philip Guenther |
2015-09-12 | Wrap <syslog.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-09-12 | Wrap <dirent.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-09-12 | Wrap <fts.h> and <ftw.h> so that internal calls to fts_*() go direct and | Philip Guenther |
2015-09-12 | Make these timer_* stubs weak symbols | Philip Guenther |
2015-09-11 | Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn't | Philip Guenther |
2015-09-11 | lseek() is in <unistd.h> ok deraadt@ | Philip Guenther |
2015-09-11 | Use PROTO_NORMAL() on __syscall to go direct, adjusting the declaration | Philip Guenther |
2015-09-11 | Put a private copy of the ypresp_allfn/ypresp_data interface into ypserv | Theo de Raadt |
2015-09-11 | _rpc_dtablesize() is not used anywhere, tracking by sthen; ok guenther | Theo de Raadt |
2015-09-11 | rpcdata should not be exported; ok guenther | Theo de Raadt |
2015-09-11 | Prefer <fcntl.h> over <sys/fcntl.h> | Philip Guenther |
2015-09-11 | _getnetbyaddr and _getnetbyname appear to be historical accidents in | Theo de Raadt |
2015-09-11 | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | Philip Guenther |
2015-09-11 | change remaining mentions of "flags" to "request" and adapt text | Theo de Raadt |
2015-09-11 | hide three netdb related variables; ok guenther | Theo de Raadt |
2015-09-10 | Hide netgroup internals inside libc. The parts that netgroup_mkdb | Theo de Raadt |
2015-09-10 | Add support for building arc4random with MSVC. | Brent Cook |
2015-09-10 | Pull in namespace.h when building all .c files using gcc's -include option, | Philip Guenther |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze |
2015-09-10 | reduce more .Nd to one line and kill more .Tn | Ingo Schwarze |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-10 | another missing Mdocdate | Ingo Schwarze |
2015-09-10 | missing commas at the end of .Nm lines in the NAME section | Ingo Schwarze |
2015-09-10 | Adds hidden _libc_FOO aliases for the system call stubs. | Philip Guenther |
2015-09-10 | explain why __explicit_bzero_hook will remain; ok guenther | Theo de Raadt |
2015-09-10 | hide __dtoa_locks as a static in the single use case; ok guenther | Theo de Raadt |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-09-10 | no more mpool; | Jason McIntyre |
2015-09-10 | tweak Nd after previous; ok mpi | Jason McIntyre |
2015-09-10 | Remove link_addr(3). A function to encode the name of an interface in | Martin Pieuchot |
2015-09-09 | seperate->separate; | Jason McIntyre |
2015-09-09 | Move to next tame() API. The flags are now passed as a very simple string, | Theo de Raadt |
2015-09-09 | Remove the mpool(3) manpages | Philip Guenther |
2015-09-09 | Bump for symbol removals | Philip Guenther |
2015-09-09 | Hide __sigintr and __strsignal as internal implementation details. | Philip Guenther |
2015-09-09 | Hide all unnecessary asr / resolver related API with _ prefixes. | Theo de Raadt |
2015-09-09 | Use SOCK_NONBLOCK in a couple more places | Philip Guenther |
2015-09-09 | Stop exporting from libc the <mpool.h> and the mpool_* API | Philip Guenther |