Age | Commit message (Expand) | Author |
2015-10-04 | recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!) | Philip Guenther |
2015-10-04 | getpeereid() and sockatmark() are neither used in libc nor in ISO C, so mark | Philip Guenther |
2015-09-19 | Don't wrap initialized variables: binutils appears to be mishandling them | Philip Guenther |
2015-09-14 | Wrap <langinfo.h> and <regexp.h> so internal calls go direct and | Philip Guenther |
2015-09-14 | Wrap <locale.h> so internal calls go direct | Philip Guenther |
2015-09-14 | Wrap <sys/sem.h> so internal calls go direct and all the symbols are weak | Philip Guenther |
2015-09-14 | Wrap <asr.h> so internal calls go direct and all the symbols are weak | Philip Guenther |
2015-09-14 | Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internal | Philip Guenther |
2015-09-14 | Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all the | Philip Guenther |
2015-09-14 | Wrap <readpassphrase.h> so internal calls go direct and readpassphrase is weak | Philip Guenther |
2015-09-14 | Wrap <netgroup.h> so internal calls go direct and the symbols are all weak | Philip Guenther |
2015-09-14 | Make isfdtype() and getmntinfo() weak symbols | Philip Guenther |
2015-09-14 | Use PROTO_DEPRECATED() make tcdrain() weak in libc, to guarantee libpthread | Philip Guenther |
2015-09-14 | Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and the | Philip Guenther |
2015-09-13 | Wrap <fstab.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <rpcsvc/ypclnt.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <sys/sysctl.h> so that calls go direct and the symbol is weak | Philip Guenther |
2015-09-13 | For now, permit overriding of the malloc family, to make emacs happy | Philip Guenther |
2015-09-13 | Wrap <login_cap.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | Wrap <pwd.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally | Philip Guenther |
2015-09-13 | Make softfloat's internal float_raise also available under a hidden, internal | Miod Vallat |
2015-09-13 | Wrap <grp.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | Wrap <termios.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | Wrap <ttyent.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | Wrap <utime.h> to make utime() a weak symbol | Philip Guenther |
2015-09-13 | Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols not | Philip Guenther |
2015-09-13 | Wrap <uuid.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <vis.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | namespace.h is pulled in via -include, so don't do it here | Philip Guenther |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | Philip Guenther |
2015-09-13 | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in | 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-11 | Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn't | Philip Guenther |
2015-09-11 | Use PROTO_NORMAL() on __syscall to go direct, adjusting the declaration | Philip Guenther |
2015-09-11 | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | Philip Guenther |