| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove unused variable | chl | 2014-10-13 | 1 | -3/+1 |
| * | Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, | schwarze | 2014-10-11 | 1 | -4/+11 |
| * | Userland reallocarray() audit. | doug | 2014-10-11 | 1 | -3/+3 |
| * | Userland reallocarray() audit. | doug | 2014-10-11 | 1 | -3/+3 |
| * | replace select with equiv poll usage. | dlg | 2014-10-10 | 1 | -17/+12 |
| * | using reallocarray() gives us multiplicative integer overflow checking | deraadt | 2014-10-08 | 1 | -3/+3 |
| * | obvious malloc -> reallocarray, for mult int oflow | deraadt | 2014-10-08 | 1 | -2/+2 |
| * | When fopen()ing internal to libc (the API doesn't support the use | guenther | 2014-09-15 | 5 | -14/+14 |
| * | Do not claim that empty numbers set EINVAL, our implementation doesn't. | schwarze | 2014-09-14 | 2 | -37/+61 |
| * | Make sure that the following functions return 0 and EINVAL as | schwarze | 2014-09-13 | 6 | -20/+60 |
| * | obvious cases of missing .An; | schwarze | 2014-09-08 | 1 | -3/+3 |
| * | POSIX specifies arpa/inet.h as the include file for these. | millert | 2014-09-04 | 1 | -3/+3 |
| * | Make the in6addr constant declarations and definitions consistent | bluhm | 2014-08-31 | 1 | -3/+3 |
| * | Add sockatmark() | guenther | 2014-08-31 | 3 | -5/+170 |
| * | unbind; | jmc | 2014-08-23 | 5 | -27/+16 |
| * | a small tweak to improve malloc in multithreaded programs. we don't need | tedu | 2014-08-18 | 1 | -7/+21 |
| * | XPG requires insque() and remque() to work with linear lists and not just | guenther | 2014-08-15 | 3 | -21/+26 |
| * | Only need <stdint.h> and not all of <inttypes.h> here | guenther | 2014-08-10 | 1 | -2/+2 |
| * | missing newline | deraadt | 2014-07-21 | 1 | -1/+2 |
| * | Switch from <sys/endian.h> or <machine/endian.h> to the new, | guenther | 2014-07-21 | 4 | -8/+8 |
| * | Move more OS-specific functionality to arc4random.h headers. | bcook | 2014-07-20 | 2 | -6/+14 |
| * | From ISO/IEC 9899:1999 and 9899:201x, | guenther | 2014-07-20 | 2 | -5/+5 |
| * | arc4random re-seeds with getentropy() now; ok deraadt@ jmc@ | naddy | 2014-07-19 | 1 | -3/+3 |
| * | Change _rs_allocate so it can combine the two regions (rs and rsx) | deraadt | 2014-07-19 | 2 | -28/+25 |
| * | Remove "const" from the lsearch(3) manual's synopsis too. | matthew | 2014-07-18 | 1 | -3/+3 |
| * | zap trailing whitespace; | jmc | 2014-07-18 | 1 | -3/+3 |
| * | Change lsearch()'s "base" argument to require a non-const pointer to | matthew | 2014-07-18 | 1 | -2/+2 |
| * | Seperate arc4random's os-dependent parts into static inline functions, | deraadt | 2014-07-18 | 2 | -36/+57 |
| * | it is 2014, and we still need to encourage people away from srand() | deraadt | 2014-07-17 | 2 | -5/+14 |
| * | "Race-free because we're running single-threaded in a new | deraadt | 2014-07-17 | 1 | -1/+5 |
| * | #ifdef wrap the _rs_forkhandler | deraadt | 2014-07-16 | 1 | -1/+3 |
| * | added handler for an atfork hook from kettenis@ | bcook | 2014-07-16 | 1 | -1/+10 |
| * | tweak previous; | jmc | 2014-07-13 | 1 | -2/+2 |
| * | missing bracket in previous; | jmc | 2014-07-13 | 1 | -2/+2 |
| * | Update BUGS section. | miod | 2014-07-13 | 1 | -4/+6 |
| * | oops, i deleted the wrong word | tedu | 2014-07-13 | 1 | -2/+2 |
| * | remove a lie spotted by guenther | tedu | 2014-07-13 | 1 | -5/+4 |
| * | once srandomdev() is called, switch to using arc4random() but mask off the | tedu | 2014-07-13 | 1 | -12/+10 |
| * | Split out ntoh[ls] and hton[ls] into their own manpage. | guenther | 2014-07-13 | 3 | -136/+199 |
| * | While we thought this would make portable life easier it actually | beck | 2014-07-13 | 1 | -3/+1 |
| * | Wrap "thread_private.h" with #ifdef __OpenBSD__ so that other systems | deraadt | 2014-07-12 | 1 | -1/+3 |
| * | Split arc4random_uniform into it's own file, to assist other projects | deraadt | 2014-07-12 | 3 | -39/+60 |
| * | Add locking for __cxa_finalize() as it modifies the page permissions of the | kettenis | 2014-07-11 | 1 | -1/+5 |
| * | better document perils of setuid getenv and xr with issetugid | tedu | 2014-07-11 | 1 | -2/+10 |
| * | as noted by google/android via kettenis, atexit handlers can install new | tedu | 2014-07-10 | 1 | -1/+8 |
| * | reduce obvious dependency on global g_pool by moving to local aliases | tedu | 2014-07-09 | 1 | -42/+48 |
| * | rephrase the stpcpy() warning | naddy | 2014-07-09 | 1 | -2/+2 |
| * | Clean up after arc4random u_int32_t uint32_t change | beck | 2014-07-09 | 1 | -5/+5 |
| * | changes to improve portability | bcook | 2014-07-09 | 1 | -10/+11 |
| * | re-init and init code paths are now more shared, so the getpid()-based | deraadt | 2014-06-27 | 1 | -2/+3 |