| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally | guenther | 2015-09-13 | 1 | -1/+2 |
* | The number of rounds is just two digits in the salt. We've already | millert | 2015-09-13 | 1 | -2/+2 |
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the | guenther | 2015-09-13 | 22 | -26/+54 |
* | __strsignal() is now declared in hidden/signal.h | guenther | 2015-09-12 | 1 | -2/+0 |
* | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct | guenther | 2015-09-12 | 24 | -24/+51 |
* | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | guenther | 2015-09-12 | 6 | -4/+12 |
* | Wrap <getopt.h> to make the functions weak and make access to the initialized | guenther | 2015-09-12 | 1 | -1/+6 |
* | _getnetbyaddr and _getnetbyname appear to be historical accidents in | deraadt | 2015-09-11 | 3 | -103/+2 |
* | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | guenther | 2015-09-11 | 2 | -2/+24 |
* | 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 | 2 | -3/+18 |
* | reduce .Nd to one line and kill .Tn while here | schwarze | 2015-09-10 | 5 | -25/+15 |
* | missing commas at the end of .Nm lines in the NAME section | schwarze | 2015-09-10 | 1 | -3/+3 |
* | 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 | 3 | -136/+8 |
* | Stop exporting from libc the <mpool.h> and the mpool_* API | guenther | 2015-09-09 | 1 | -0/+122 |
* | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame | guenther | 2015-09-06 | 2 | -15/+4 |
* | Use new framework for wrapping cat{open,gets,close}(), eliminating | guenther | 2015-09-05 | 2 | -8/+2 |
* | Add framework for resolving (pun intended) libc namespace issues, using | guenther | 2015-08-31 | 43 | -49/+233 |
* | Use nanosleep instead of sleep to avoid the extra layer and simplify later | guenther | 2015-08-30 | 1 | -5/+8 |
* | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | guenther | 2015-08-27 | 2 | -4/+7 |
* | Move the __rand48_* declarations into rand48.h, and then hide both them | guenther | 2015-08-27 | 7 | -25/+13 |
* | All these files include <stdlib.h>, so do not need to cast | deraadt | 2015-08-20 | 2 | -5/+5 |
* | call it bcrypt in the man page too | tedu | 2015-07-23 | 1 | -3/+3 |
* | permit "bcrypt" as an alias for "blowfish". this is, after all, what | tedu | 2015-07-23 | 1 | -11/+27 |
* | Unbreak, add errno header | jeremy | 2015-07-18 | 1 | -1/+2 |
* | set errno in null cases, just in case. | tedu | 2015-07-18 | 1 | -2/+3 |
* | standards compliant error return (null). will make ruby happier, at least. | tedu | 2015-07-18 | 1 | -5/+2 |
* | Just return if nmemb is 0. Avoids a NULL dereference and is | millert | 2015-06-21 | 1 | -1/+4 |
* | Remove needless casts. There's no reason to cast delim to char * | millert | 2015-06-19 | 1 | -5/+4 |
* | force reseeding if pid has changed. | eric | 2015-06-04 | 1 | -2/+7 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not | millert | 2015-05-15 | 4 | -90/+6 |
* | rev 1.3 introduced a check to an if statement without adding braces. | jsg | 2015-05-14 | 1 | -3/+1 |
* | If crypt(3) is called with an unknown setting, return NULL instead | bluhm | 2015-05-13 | 1 | -1/+3 |
* | Add dlclose(3) to SEE ALSO | guenther | 2015-05-12 | 1 | -2/+3 |
* | When checking flags that will be passed to open(), test the O_ACCMODE portion | guenther | 2015-05-11 | 1 | -2/+3 |
* | Another couple of commas in the wrong place, ok jmc | nicm | 2015-04-14 | 1 | -3/+3 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, | guenther | 2015-04-07 | 3 | -2/+81 |
* | bludgeon DES support out of crypt. long live the bcrypt. | tedu | 2015-04-06 | 2 | -761/+9 |
* | improve realloc. when expanding a region, actually use the free page cache | tedu | 2015-04-06 | 1 | -7/+16 |
* | Make rcmdsh(3) not fail if it is passed a non resolvable hostname. | halex | 2015-03-23 | 3 | -20/+16 |
* | differentiate between a failed read, returning -1, and encountering | halex | 2015-03-22 | 1 | -2/+4 |
* | unmute rcmd hostname lookup failure | halex | 2015-03-22 | 1 | -3/+2 |
* | zap #if 0'd code that's been dead since '96 | halex | 2015-03-19 | 1 | -7/+0 |
* | remove incorrect statement. the standard *does* require calloc to check | tedu | 2015-03-14 | 1 | -7/+2 |
* | Update comment to match code; Caspar Schutijserlibressl-v2.1.4 | millert | 2015-03-02 | 1 | -2/+2 |
* | we don't let strtonum errors bleed through now. | tedu | 2015-02-24 | 1 | -4/+2 |
* | Set errno to EINVAL, instead of letting ERANGE escape out. | tedu | 2015-02-24 | 1 | -2/+4 |
* | Amend documentation for AI_ADDRCONFIG | jca | 2015-02-16 | 1 | -2/+4 |
* | lsearch and lfind return void * | tedu | 2015-02-15 | 1 | -4/+4 |