summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2005-08-22spelling: you missed this one david ;)Jason McIntyre
2005-08-18Update a few error descriptions w.r.t. obtaining the limitsJared Yanovich
that cause the errors to reality. ok millert, jmc
2005-08-14zap sccsid, okay deraadt@Marc Espie
2005-08-14document EINVAL return bad values as "which"; ok deraadt, millertJared Yanovich
2005-08-14add a standard RETURN VALUES section; ok deraadt, millertJared Yanovich
2005-08-12here too: sysctl is fs.posix.setuid, not fs.posix.suid;Jason McIntyre
2005-08-12uncomment setlocale(3) entry;Jason McIntyre
2005-08-12- add SEE ALSO section w/ xref for mklocale(1): from xsa@Jason McIntyre
- whilst here, uncomment entries for other SEE ALSO pages
2005-08-12remove incorrect punctuation introduced by last revision,Jared Yanovich
pointed out by deraadt and jmc
2005-08-11fix conversion to match iswctype.Marc Espie
`why didn't you just commit' deraadt@ okay millert@, otto@...
2005-08-11wording; ok jaredy@Jason McIntyre
2005-08-10although 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-10macro, capitalization, and layout improvementsJared Yanovich
2005-08-10grammar; ok jmcJared Yanovich
2005-08-10- sys/mount.h wants sys/param.hJared Yanovich
- path can also cause EFAULT ok jmc
2005-08-10- layout, macro, and punctuation tweaksJared Yanovich
- refer to formal parameters consistently - kill a duplicate description of EMFILE in ERRORS ok jmc
2005-08-10- macros, punctuation, wording, and rewordingJared 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 layoutJared Yanovich
- refer to formal parameters correctly ok jmc
2005-08-10- macrosJared 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 & wordingJared Yanovich
- fix up RETURN VALUES section ok jmc
2005-08-10- punctuation fixesJared Yanovich
- refer to formal parameters consistently. ok jmc
2005-08-10- wordingJared 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-09Add 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-09Re-add the change from tzcode2005c, this time with an added boundsTodd C. Miller
check from Arthur David Olson that fixes a possible infinite loop.
2005-08-09use CTYPE_NUM_CHARS instead of harding code the value. ok espieKevin Lo
2005-08-09Back out a change from tzcode2005c that can cause an infinite loop in mktime().Todd C. Miller
2005-08-09Do not ignore return value of localsub() in localtime_r()Todd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
Kill old files that are no longer compiled. okay theo
2005-08-08activate 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-07undo unrelated commitMarc Espie
2005-08-07.PATH betterTheo de Raadt
2005-08-07zap rcsid.Marc Espie
okay deraadt@ (tested them all)
2005-08-07zap rcsid, tested there. okay deraadt@Marc Espie
2005-08-07move non-standard COMPATIBILITY section to HISTORY, which seems moreJason McIntyre
relevant anyway; ok jaredy@
2005-08-07commit LC_CTYPE files from NetBSD/citrus, not yet linked in.Marc Espie
okay deraadt@
2005-08-06zap 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-06tell people that atexit is bad; ok jmcTheo de Raadt
2005-08-06fix use after free, netbsd pr 30832, from phirerunner@comcast.netTheo de Raadt
2005-08-06add HISTORY; ok jmcJared Yanovich
2005-08-06- macro, punctuation, and rewording tweaksJared Yanovich
- avoid first person. ok jmc
2005-08-06sync function prototypes to reality; ok jmcJared Yanovich
2005-08-05zap rcsidMarc Espie
2005-08-05- remove rcsidMarc Espie
- put all the YPMATCHCACHE code into a #ifdef, proper - remove all extra header files that are not needed okay deraadt@
2005-08-05impelmentation -> implementationMarc Espie
yes, new typo for an old friend.
2005-08-04zap rcsid. Okay deraadt@, krw@Marc Espie
2005-08-02scrape $Id$ tags.Marc Espie
okay deraadt@, millert@, krw@
2005-08-02Add missing $OpenBSD$ tags.Marc Espie
Zap wasteful RCSID("$NetBSD$") okay deraadt@
2005-08-02zap getdtablesize() external ref (removes a bit of compat from instbin).Marc Espie
okay millert@
2005-08-01kernal->kernel;Jason McIntyre
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
2005-07-29O_EXLOCK stuff was introduced in June 1997, and backed out again inJason 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...