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