Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-11 | fix conversion to match iswctype. | Marc Espie | |
`why didn't you just commit' deraadt@ okay millert@, otto@... | |||
2005-08-11 | wording; ok jaredy@ | Jason McIntyre | |
2005-08-10 | although groff understands `.Ar bob )', it does not understand `.Ar ( bob', | Jason McIntyre | |
so mark up the opening bracket with .Pf; remove non- -mdoc .br; | |||
2005-08-10 | macro, capitalization, and layout improvements | Jared Yanovich | |
2005-08-10 | grammar; ok jmc | Jared Yanovich | |
2005-08-10 | - sys/mount.h wants sys/param.h | Jared Yanovich | |
- path can also cause EFAULT ok jmc | |||
2005-08-10 | - layout, macro, and punctuation tweaks | Jared Yanovich | |
- refer to formal parameters consistently - kill a duplicate description of EMFILE in ERRORS ok jmc | |||
2005-08-10 | - macros, punctuation, wording, and rewording | Jared Yanovich | |
- fix issue from -r 1.5 about a reference to flock(2) being moved to the wrong place - use FD_CLOEXEC instead of 1 to fcntl() - refer to formal parameters consistently ok jmc | |||
2005-08-10 | - standard ERRORS layout | Jared Yanovich | |
- refer to formal parameters correctly ok jmc | |||
2005-08-10 | - macros | Jared Yanovich | |
- chflags() also returns EINVAL for invalid flags - chflags() also returns EINVAL for attempts to change flags on devices as non-superuser ok jmc | |||
2005-08-10 | - punctuation & wording | Jared Yanovich | |
- fix up RETURN VALUES section ok jmc | |||
2005-08-10 | - punctuation fixes | Jared Yanovich | |
- refer to formal parameters consistently. ok jmc | |||
2005-08-10 | - wording | Jared Yanovich | |
- remove mention of antiquated protocols (e.g. ISO) - in example, use err() instead of errx() on error return since errno will be set - addrlen may also cause EFAULT ok jmc | |||
2005-08-09 | Add VIS_GLOB to escape special characters used by shell-style globbing. | Todd C. Miller | |
From Solar Designer based on changes in FreeBSD. OK deraadt@ | |||
2005-08-09 | Re-add the change from tzcode2005c, this time with an added bounds | Todd C. Miller | |
check from Arthur David Olson that fixes a possible infinite loop. | |||
2005-08-09 | use CTYPE_NUM_CHARS instead of harding code the value. ok espie | Kevin Lo | |
2005-08-09 | Back out a change from tzcode2005c that can cause an infinite loop in mktime(). | Todd C. Miller | |
2005-08-09 | Do not ignore return value of localsub() in localtime_r() | Todd C. Miller | |
2005-08-08 | zap remaining rcsid. | Marc Espie | |
Kill old files that are no longer compiled. okay theo | |||
2005-08-08 | activate LC_CTYPE for 8 bits locale. | Marc Espie | |
Make sure tolower/toupper use the whole 8 bits. okay deraadt@ thanks to everyone who tested | |||
2005-08-07 | undo unrelated commit | Marc Espie | |
2005-08-07 | .PATH better | Theo de Raadt | |
2005-08-07 | zap rcsid. | Marc Espie | |
okay deraadt@ (tested them all) | |||
2005-08-07 | zap rcsid, tested there. okay deraadt@ | Marc Espie | |
2005-08-07 | move non-standard COMPATIBILITY section to HISTORY, which seems more | Jason McIntyre | |
relevant anyway; ok jaredy@ | |||
2005-08-07 | commit LC_CTYPE files from NetBSD/citrus, not yet linked in. | Marc Espie | |
okay deraadt@ | |||
2005-08-06 | zap rcsid. | Marc Espie | |
split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ | |||
2005-08-06 | tell people that atexit is bad; ok jmc | Theo de Raadt | |
2005-08-06 | fix use after free, netbsd pr 30832, from phirerunner@comcast.net | Theo de Raadt | |
2005-08-06 | add HISTORY; ok jmc | Jared Yanovich | |
2005-08-06 | - macro, punctuation, and rewording tweaks | Jared Yanovich | |
- avoid first person. ok jmc | |||
2005-08-06 | sync function prototypes to reality; ok jmc | Jared Yanovich | |
2005-08-05 | zap rcsid | Marc Espie | |
2005-08-05 | - remove rcsid | Marc Espie | |
- put all the YPMATCHCACHE code into a #ifdef, proper - remove all extra header files that are not needed okay deraadt@ | |||
2005-08-05 | impelmentation -> implementation | Marc Espie | |
yes, new typo for an old friend. | |||
2005-08-04 | zap rcsid. Okay deraadt@, krw@ | Marc Espie | |
2005-08-02 | scrape $Id$ tags. | Marc Espie | |
okay deraadt@, millert@, krw@ | |||
2005-08-02 | Add missing $OpenBSD$ tags. | Marc Espie | |
Zap wasteful RCSID("$NetBSD$") okay deraadt@ | |||
2005-08-02 | zap getdtablesize() external ref (removes a bit of compat from instbin). | Marc Espie | |
okay millert@ | |||
2005-08-01 | kernal->kernel; | Jason McIntyre | |
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | |||
2005-07-29 | O_EXLOCK stuff was introduced in June 1997, and backed out again in | Jason McIntyre | |
November of that year; however, the corresponding man changes were never backed out. do that now, reversing -r1.3 of this file; original pr and diff from peter philipp (this commit closes pr #4309); i chose to revert -r1.3 rather than accept the new wording from peter; thanks jaredy@ for tracking all this down, and supplying the ok... | |||
2005-07-29 | tidy up SEE ALSO; | Jason McIntyre | |
2005-07-27 | Restore recent changes except for the actual one that causes the problem. | Todd C. Miller | |
2005-07-27 | backout gethostent changes for now -- there is fallout, discovered by otto | Jared Yanovich | |
2005-07-26 | kill errant blank line; | Jason McIntyre | |
2005-07-26 | - typos, punctuation, layout, macro tweaks | Jared Yanovich | |
- break long lines ok jmc | |||
2005-07-26 | - typos, grammar, punctuation, layout tweaks | Jared Yanovich | |
- use `$' for command prompts - clean up: use a bullet list instead of adding junk to denote list items ok jmc | |||
2005-07-26 | provide a description of the EXAMPLE; ok jmc | Jared Yanovich | |
2005-07-26 | note when these first appeared; ok jmc | Jared Yanovich | |
2005-07-26 | - typos, punctuation, spacing, macro, layout, etc. fixes | Jared Yanovich | |
- avoid first person ok jmc |