Age | Commit message (Expand) | Author |
2015-02-24 | Set errno to EINVAL, instead of letting ERANGE escape out. | Ted Unangst |
2015-02-23 | Convert a table unsupported by mandoc to a columnated list. | Anthony J. Bentley |
2015-02-21 | update siphash manpages to reflect change in return type spelling. | Ted Unangst |
2015-02-20 | Use standard spelling for types, and rename local variable from "free". | Ted Unangst |
2015-02-16 | Amend documentation for AI_ADDRCONFIG | Jeremie Courreges-Anglas |
2015-02-16 | sprinkle braces around multi line statements | Ted Unangst |
2015-02-16 | pull scopes without conditionals up into enclosing block | Ted Unangst |
2015-02-16 | knf indents to give me a fighting chance at differentiating new blocks | Ted Unangst |
2015-02-16 | drop an ansi bomb on the function definitions | Ted Unangst |
2015-02-16 | redundant though it may be, recv() is unlikely to be removed in a future | Ted Unangst |
2015-02-15 | lsearch and lfind return void * | Ted Unangst |
2015-02-14 | Limit AI_ADDRCONFIG effects to DNS queries. | Jeremie Courreges-Anglas |
2015-02-11 | use a width specifier for lists, and Sq rather than Dq for single letters | Jason McIntyre |
2015-02-11 | the possible algos for pref should be documented here | Ted Unangst |
2015-02-11 | sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required | Philip Guenther |
2015-02-10 | move scheck.c into zic.c | Ted Unangst |
2015-02-10 | now we're cooking with gas... | Ted Unangst |
2015-02-10 | matthew suggests a double cast so sf mortgages work right. :) | Ted Unangst |
2015-02-10 | remove CMU gtime | Ted Unangst |
2015-02-09 | it is not strictly necessary to cast the "return value" of free() to void. | Ted Unangst |
2015-02-09 | - register int idays; /* unsigned would be so 2003 */ | Ted Unangst |
2015-02-09 | always define ALL_STATE (which, contrary to the name is not about all | Ted Unangst |
2015-02-09 | the one true type of time_t is a signed integer | Ted Unangst |
2015-02-09 | remove INITIALIZE macro and do it the hard way. | Ted Unangst |
2015-02-09 | unifdef the rest of the HAVEs and HAVE nots | Ted Unangst |
2015-02-09 | unifdef have gettext. don't have it, won't have it. | Ted Unangst |
2015-02-09 | move include lines around a bit | Ted Unangst |
2015-02-09 | trim down some of the ifndef redefine madness | Ted Unangst |
2015-02-09 | replace homegrown is_digit with correct calls to isdigit() | Ted Unangst |
2015-02-09 | move zic and zdump source to appropriate directories | Ted Unangst |
2015-02-09 | stop trying to workaround malloc bugs that have not existed for 20 years. | Ted Unangst |
2015-02-09 | search engines replaced these files a long TIME ago | Theo de Raadt |
2015-02-09 | if isascii isn't defined, don't define a retarded version | Ted Unangst |
2015-02-09 | greatly simplfy and correct difftime for large time_t. ok guenther | Ted Unangst |
2015-02-09 | this removes just a few ifdef checks for things that should always be enabled, | Ted Unangst |
2015-02-07 | document restriction on argv having one element | Ted Unangst |
2015-02-07 | Add examples for stravis() and strnvis() to vis.3. | Doug Hogan |
2015-02-07 | userland gets static on functions only used within a file. | David Gwynne |
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 |