Age | Commit message (Expand) | Author |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-02-06 | Add support for stravis() to vis.3 and Makefile.inc. | Doug Hogan |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-02-05 | macro fixes from Kaspars at Bankovskis dot net; | Ingo Schwarze |
2015-01-31 | fix macro usage; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-30 | fix a possible NULL-deref when trying to deref ifa->ifa_addr | Gilles Chehade |
2015-01-30 | Rework vis.3 so it has standard sections. | Doug Hogan |
2015-01-29 | Use .Rv where appropriate, and move it to RETURN VALUES; | Ingo Schwarze |
2015-01-28 | dial the time back to about 0.1s, closer to the original targets and | Ted Unangst |
2015-01-25 | mention that the kern.global_ptrace sysctl also affects PT_ATTACH | Ted Unangst |
2015-01-22 | Document that changes made to the directory hierarchy of the chroot | Todd C. Miller |
2015-01-21 | Truncate progname to NAME_MAX in the syslog message, to ensure other | Theo de Raadt |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-20 | We do not support AIO, so comment it out in the kqueue(2) manpage for now. | Reyk Floeter |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller |
2015-01-19 | Talk about thread-local errno and do not mention "extern int errno". | Todd C. Miller |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller |
2015-01-19 | Back out changes unrelated to the ENAMETOOLONG diff. | Todd C. Miller |
2015-01-17 | Improve wording in alloca. | Ted Unangst |
2015-01-17 | NGROUPS_MAX, not NGROUPS | Theo de Raadt |
2015-01-17 | Remove a pasto introduced in the last commit, spotted by schwarze@ | Todd C. Miller |
2015-01-16 | Use ">", not ">=" when comparing length to HOST_NAME_MAX since | Todd C. Miller |
2015-01-16 | Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@ | Todd C. Miller |
2015-01-16 | Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX". | Todd C. Miller |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-15 | use .In where appropriate; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-15 | typo; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2015-01-15 | remove unused variable | Charles Longeau |
2015-01-15 | Use explicit_bzero instead of memset in hash Final and End functions. | Todd C. Miller |
2015-01-15 | back in september I did the large abstraction refactoring to allow these | Theo de Raadt |
2015-01-15 | Make strlcpy/strlcat slightly easier to read. | Todd C. Miller |
2015-01-15 | POSIX does not require an explicit inclusion of sys/types.h to get | Todd C. Miller |
2015-01-14 | change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include | Theo de Raadt |
2015-01-14 | these never needed sys/param.h | Theo de Raadt |
2015-01-13 | remove .Tn from stdio manuals; Kaspars Bankovskis found one of these | Ingo Schwarze |
2015-01-13 | Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit() | Philip Guenther |
2015-01-12 | Add fgetwln(3) from FreeBSD and bump libc minor revision. | Todd C. Miller |
2015-01-12 | Add a note that HOST_NAME_MAX does not include a terminating \0, unlike | Nicholas Marriott |
2015-01-12 | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, | Ted Unangst |
2015-01-08 | missing , found by Dongsheng Song | Theo de Raadt |
2015-01-07 | stupid me. need errno.h | Ted Unangst |
2015-01-07 | set errno = EINVAL for invalid salts and hashes in most functions. | Ted Unangst |
2015-01-05 | Remove #ifdef notdef bits--we are not going to change the fgetln() | Todd C. Miller |
2015-01-05 | rename kern enter/exit macros to malloc enter/leave to better reflect | Ted Unangst |
2015-01-05 | convert clock() to clock_gettime() for improved precision (and accuracy?) | Ted Unangst |
2015-01-04 | remove code for ancient gcc. | Daniel Dickman |
2015-01-01 | Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me. | Ingo Schwarze |
2015-01-01 | Even though i personally consider 8-bit-characters in filenames unwise, | Ingo Schwarze |
2014-12-30 | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | Ted Unangst |
2014-12-24 | simplify crypt_checkpass. The API promise is that this function doesn't | Ted Unangst |