summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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...
2005-07-29tidy up SEE ALSO;Jason McIntyre
2005-07-27Restore recent changes except for the actual one that causes the problem.Todd C. Miller
2005-07-27backout gethostent changes for now -- there is fallout, discovered by ottoJared Yanovich
2005-07-26kill errant blank line;Jason McIntyre
2005-07-26- typos, punctuation, layout, macro tweaksJared Yanovich
- break long lines ok jmc
2005-07-26- typos, grammar, punctuation, layout tweaksJared Yanovich
- use `$' for command prompts - clean up: use a bullet list instead of adding junk to denote list items ok jmc
2005-07-26provide a description of the EXAMPLE; ok jmcJared Yanovich
2005-07-26note when these first appeared; ok jmcJared Yanovich
2005-07-26- typos, punctuation, spacing, macro, layout, etc. fixesJared Yanovich
- avoid first person ok jmc
2005-07-26clarify description of 'c' conversion; ok millert, jmcJared Yanovich
2005-07-26no need to typecast NULL; ok millert, jmcJared Yanovich
2005-07-26remove note about long double not being supported by vax.Jared Yanovich
this should have been in CAVEATS anyway. ok millert, jmc
2005-07-26note error return of mkstemps; ok millert, jmcJared Yanovich
2005-07-26- simplify descriptions of stream positioning in various open modesJared Yanovich
- mention that append mode always forces the stream position to EOF on writes from NetBSD -r 1.9 ok millert, jmc
2005-07-24In _gethtent() ignore host.h_length if it is set to 0. PreviouslyTodd C. Miller
we only ignored it if host.h_addrtype was AF_UNSPEC. Set host.h_length to 0 in _gethtbyname2() since that function does not take a length argument. Problem found by jaredy@
2005-07-24split off mbrtowc functions, so that vfprintf won't pull the wholeMarc Espie
multibyte_sb.c contents. okay millert@
2005-07-23*hostent() fixes:Jared Yanovich
- Make _gethtent() static - _gethtbyname() is dead code (succeeded by _gethtbyname2), kill it - _gethtent() requires setting the address family field of the file-scope variable `host' to that of the desired type of the entry being searched for. Change the behavior to enforce this if it is not AF_UNSPEC, which will now allow stepping through entries, and set it to specific values everywhere else. help & ok millert
2005-07-22- sync prototypes and header file excerptsJared Yanovich
- typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc
2005-07-22- sync prototypes and header excerpts to realityJared Yanovich
- punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc
2005-07-22- sync prototypes and header file excerpts to realityJared Yanovich
- many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc
2005-07-22document KERN_CPTIME2, and update description of KERN_CPTIME; ok jmcJared Yanovich
2005-07-22advocate error checking in examples; ok jmcJared Yanovich
2005-07-22move error return information from BUGS to ERRORS; ok jmc, millertJared Yanovich
2005-07-22EFAULT can only occur on addresses; ok jmcJared Yanovich
2005-07-22exec* no longer sleep on ETXTBUSY; ok jmcJared Yanovich