Age | Commit message (Expand) | Author |
2015-03-21 | according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0; | Jason McIntyre |
2015-03-19 | zap #if 0'd code that's been dead since '96 | Alexander Hall |
2015-03-19 | better wording, from andre smagin; ok stsp | Jason McIntyre |
2015-03-18 | use 4x buffer size for opendir. speeds up large directory reading, and | Ted Unangst |
2015-03-14 | TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actual | Todd C. Miller |
2015-03-14 | Do not reference tzfile.h since that is an internal header. | Todd C. Miller |
2015-03-14 | remove incorrect statement. the standard *does* require calloc to check | Ted Unangst |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-03-13 | delete useless comment about Open Group | Theo de Raadt |
2015-03-12 | _PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the v... | Jason McIntyre |
2015-03-12 | Fix typo: nemb -> nmemb | Lawrence Teo |
2015-03-11 | document HW_PERFPOLICY; ok tedu | Jason McIntyre |
2015-03-05 | Revert; committed by accident without approval from deraadt@ at release | Lawrence Teo |
2015-03-05 | Fix typo, from Ryan May. | Lawrence Teo |
2015-03-03 | sort sections; | Jason McIntyre |
2015-03-03 | Fix variable name typo in IDIOMS. | Kent R. Spillner |
2015-03-02 | Update comment to match code; Caspar Schutijser | Todd C. Miller |
2015-03-02 | Document that POLLPRI and POLLRDBAND are set for out-of-band socket | Todd C. Miller |
2015-03-02 | Document out-of-band data on a socket as an example of an exceptional | Todd C. Miller |
2015-03-02 | Document when closefrom() was added to OpenBSD. OK bcook@ | Todd C. Miller |
2015-03-02 | Note that closefrom is an extension. | Brent Cook |
2015-03-02 | gethostbyname(3) would fail when more than 16 addrs/aliases were returned. | Bryan Steele |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-27 | Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored. | Todd C. Miller |
2015-02-24 | we don't let strtonum errors bleed through now. | Ted Unangst |
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 |