summaryrefslogtreecommitdiff
path: root/src/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap <resolv.h> so that internal calls go directguenther2015-10-053-5/+11
* wrap __ivaliduser_sa() so the internal call is direct (at least until weguenther2015-10-041-0/+2
* recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)guenther2015-10-042-2/+4
* Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther2015-10-016-15/+7
* lint is dead: delete useless LINTLIBRARY commentsguenther2015-09-262-4/+2
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-1/+3
* Only two of the *rand48.c files need <math.h>, so just #include it in themguenther2015-09-143-4/+5
* use .Va for global variables, and .Vt where the type is includedschwarze2015-09-141-4/+3
* Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalguenther2015-09-143-3/+7
* Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all theguenther2015-09-142-2/+4
* Remove cast of int* to int*guenther2015-09-141-2/+2
* Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakguenther2015-09-149-9/+24
* Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and theguenther2015-09-135-5/+11
* For now, permit overriding of the malloc family, to make emacs happyguenther2015-09-131-6/+6
* Wrap <pwd.h> so that calls go direct and the symbols are all weak.guenther2015-09-132-7/+8
* Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internallyguenther2015-09-131-1/+2
* The number of rounds is just two digits in the salt. We've alreadymillert2015-09-131-2/+2
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-1322-26/+54
* __strsignal() is now declared in hidden/signal.hguenther2015-09-121-2/+0
* Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther2015-09-1224-24/+51
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-126-4/+12
* Wrap <getopt.h> to make the functions weak and make access to the initializedguenther2015-09-121-1/+6
* _getnetbyaddr and _getnetbyname appear to be historical accidents inderaadt2015-09-113-103/+2
* Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directguenther2015-09-112-2/+24
* Add support for building arc4random with MSVC.bcook2015-09-101-7/+8
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-102-3/+18
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-105-25/+15
* missing commas at the end of .Nm lines in the NAME sectionschwarze2015-09-101-3/+3
* tweak Nd after previous; ok mpijmc2015-09-101-2/+2
* Remove link_addr(3). A function to encode the name of an interface inmpi2015-09-103-136/+8
* Stop exporting from libc the <mpool.h> and the mpool_* APIguenther2015-09-091-0/+122
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-062-15/+4
* Use new framework for wrapping cat{open,gets,close}(), eliminatingguenther2015-09-052-8/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3143-49/+233
* Use nanosleep instead of sleep to avoid the extra layer and simplify laterguenther2015-08-301-5/+8
* Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalguenther2015-08-272-4/+7
* Move the __rand48_* declarations into rand48.h, and then hide both themguenther2015-08-277-25/+13
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-202-5/+5
* call it bcrypt in the man page tootedu2015-07-231-3/+3
* permit "bcrypt" as an alias for "blowfish". this is, after all, whattedu2015-07-231-11/+27
* Unbreak, add errno headerjeremy2015-07-181-1/+2
* set errno in null cases, just in case.tedu2015-07-181-2/+3
* standards compliant error return (null). will make ruby happier, at least.tedu2015-07-181-5/+2
* Just return if nmemb is 0. Avoids a NULL dereference and ismillert2015-06-211-1/+4
* Remove needless casts. There's no reason to cast delim to char *millert2015-06-191-5/+4
* force reseeding if pid has changed.eric2015-06-041-2/+7
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-154-90/+6
* rev 1.3 introduced a check to an if statement without adding braces.jsg2015-05-141-3/+1
* If crypt(3) is called with an unknown setting, return NULL insteadbluhm2015-05-131-1/+3
* Add dlclose(3) to SEE ALSOguenther2015-05-121-2/+3