| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert; committed by accident without approval from deraadt@ at release | 2015-03-05 | 1 | -2/+2 | |
| | | | | | time. Prodded by guenther@. Sorry. | ||||
| * | Fix typo, from Ryan May. | 2015-03-05 | 1 | -3/+3 | |
| | | |||||
| * | sort sections; | 2015-03-03 | 1 | -4/+4 | |
| | | |||||
| * | Fix variable name typo in IDIOMS. | 2015-03-03 | 1 | -3/+3 | |
| | | | | | ok millert@ | ||||
| * | Update comment to match code; Caspar Schutijser | 2015-03-02 | 1 | -2/+2 | |
| | | |||||
| * | Document that POLLPRI and POLLRDBAND are set for out-of-band socket | 2015-03-02 | 1 | -2/+15 | |
| | | | | | data. | ||||
| * | Document out-of-band data on a socket as an example of an exceptional | 2015-03-02 | 1 | -2/+4 | |
| | | | | | condition. | ||||
| * | Document when closefrom() was added to OpenBSD. OK bcook@ | 2015-03-02 | 1 | -1/+6 | |
| | | |||||
| * | Note that closefrom is an extension. | 2015-03-02 | 1 | -2/+7 | |
| | | | | | suggested and ok reyk@ | ||||
| * | gethostbyname(3) would fail when more than 16 addrs/aliases were returned. | 2015-03-02 | 1 | -7/+7 | |
| | | | | | | | | | | Bump MAXADDRS/ALIASES to the original of 35, and silently ignore extras instead of failing. Noticed by markson on freenode. OK eric@ "with revised diff", phessler@. | ||||
| * | Reduce usage of predefined strings in manpages. | 2015-02-28 | 6 | -25/+36 | |
| | | | | | | | | | | | | Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@ | ||||
| * | Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored. | 2015-02-27 | 1 | -3/+6 | |
| | | | | | OK guenther@ | ||||
| * | we don't let strtonum errors bleed through now. | 2015-02-24 | 1 | -4/+2 | |
| | | |||||
| * | Set errno to EINVAL, instead of letting ERANGE escape out. | 2015-02-24 | 1 | -2/+4 | |
| | | | | | | | Printing strerror() in that case will say result too large, even if rounds is actually too small. invalid is less specific, but less incorrect. ok millert | ||||
| * | Convert a table unsupported by mandoc to a columnated list. | 2015-02-23 | 1 | -34/+34 | |
| | | | | | | | | While here, correctly mark up time_t as a variable type and use prettier double quotes. ok schwarze@ | ||||
| * | update siphash manpages to reflect change in return type spelling. | 2015-02-21 | 1 | -4/+4 | |
| | | | | | ok dlg | ||||
| * | Use standard spelling for types, and rename local variable from "free". | 2015-02-20 | 1 | -17/+17 | |
| | | | | | | No actual change, but makes it easier to reuse the code elsewhere. Suggested by Andre Smagin | ||||
| * | Amend documentation for AI_ADDRCONFIG | 2015-02-16 | 1 | -2/+4 | |
| | | | | | ok jmc@ | ||||
| * | sprinkle braces around multi line statements | 2015-02-16 | 1 | -11/+19 | |
| | | |||||
| * | pull scopes without conditionals up into enclosing block | 2015-02-16 | 1 | -38/+29 | |
| | | |||||
| * | knf indents to give me a fighting chance at differentiating new blocks | 2015-02-16 | 2 | -179/+190 | |
| | | | | | from continuation lines, of which there are many | ||||
| * | drop an ansi bomb on the function definitions | 2015-02-16 | 3 | -165/+56 | |
| | | |||||
| * | redundant though it may be, recv() is unlikely to be removed in a future | 2015-02-16 | 1 | -3/+2 | |
| | | | | | release. ok millert | ||||
| * | lsearch and lfind return void * | 2015-02-15 | 1 | -4/+4 | |
| | | |||||
| * | Limit AI_ADDRCONFIG effects to DNS queries. | 2015-02-14 | 2 | -18/+19 | |
| | | | | | | | | | | This is what RFC 2553 initially described, sadly RFC 3493 stopped limiting scope to DNS. This can result in nonsensical failures with loopback addresses, link-local addresses, raw addresses and /etc/hosts entries. with and ok eric@ sperreault@ | ||||
| * | use a width specifier for lists, and Sq rather than Dq for single letters | 2015-02-11 | 1 | -3/+3 | |
| | | | | | to avoid swamping it; | ||||
| * | the possible algos for pref should be documented here | 2015-02-11 | 1 | -4/+11 | |
| | | |||||
| * | sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required | 2015-02-11 | 1 | -3/+3 | |
| | | | | | | | | the extra argument to be zero; instead, make it filter on the file type (DTYPE_*) when non-zero to make claudio's netstat work easier. ok claudio@ | ||||
| * | move scheck.c into zic.c | 2015-02-10 | 1 | -7/+1 | |
| | | |||||
| * | now we're cooking with gas... | 2015-02-10 | 1 | -4/+7 | |
| | | | | | replace difftime with a clever gift from matthew. ok guenther. | ||||
| * | matthew suggests a double cast so sf mortgages work right. :) | 2015-02-10 | 1 | -2/+2 | |
| | | |||||
| * | remove CMU gtime | 2015-02-10 | 1 | -21/+1 | |
| | | |||||
| * | it is not strictly necessary to cast the "return value" of free() to void. | 2015-02-09 | 1 | -16/+15 | |
| | | |||||
| * | - register int idays; /* unsigned would be so 2003 */ | 2015-02-09 | 4 | -118/+118 | |
| | | | | | | | + int idays; /* unsigned would be so 2003 */ register is so 1973 | ||||
| * | always define ALL_STATE (which, contrary to the name is not about all | 2015-02-09 | 1 | -42/+1 | |
| | | | | | states, but rather heap allocating the state) and unifdef the rest | ||||
| * | the one true type of time_t is a signed integer | 2015-02-09 | 4 | -60/+19 | |
| | | |||||
| * | remove INITIALIZE macro and do it the hard way. | 2015-02-09 | 2 | -36/+4 | |
| | | |||||
| * | unifdef the rest of the HAVEs and HAVE nots | 2015-02-09 | 1 | -30/+1 | |
| | | |||||
| * | unifdef have gettext. don't have it, won't have it. | 2015-02-09 | 1 | -10/+1 | |
| | | |||||
| * | move include lines around a bit | 2015-02-09 | 5 | -19/+17 | |
| | | |||||
| * | trim down some of the ifndef redefine madness | 2015-02-09 | 1 | -90/+10 | |
| | | |||||
| * | replace homegrown is_digit with correct calls to isdigit() | 2015-02-09 | 2 | -10/+7 | |
| | | |||||
| * | move zic and zdump source to appropriate directories | 2015-02-09 | 5 | -3991/+0 | |
| | | |||||
| * | stop trying to workaround malloc bugs that have not existed for 20 years. | 2015-02-09 | 4 | -120/+37 | |
| | | | | | ok deraadt | ||||
| * | search engines replaced these files a long TIME ago | 2015-02-09 | 2 | -1195/+0 | |
| | | |||||
| * | if isascii isn't defined, don't define a retarded version | 2015-02-09 | 1 | -4/+1 | |
| | | |||||
| * | greatly simplfy and correct difftime for large time_t. ok guenther | 2015-02-09 | 1 | -55/+5 | |
| | | |||||
| * | this removes just a few ifdef checks for things that should always be enabled, | 2015-02-09 | 5 | -65/+8 | |
| | | | | | | | | | | and which we definitely don't want to workaround. no change in the compiled code (yet). some of these, like the first chunk are plain silly. the compiler used to compile asctime has nothing to do with the format strings strftime should support. ok deraadt | ||||
| * | document restriction on argv having one element | 2015-02-07 | 1 | -3/+6 | |
| | | |||||
| * | Add examples for stravis() and strnvis() to vis.3. | 2015-02-07 | 1 | -2/+33 | |
| | | | | | | | Show the best ways to encode a dynamic and static buffer. input + ok schwarze@, ok jmc@ | ||||
