Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-07-26 | clarify description of 'c' conversion; ok millert, jmc | Jared Yanovich | |
2005-07-26 | no need to typecast NULL; ok millert, jmc | Jared Yanovich | |
2005-07-26 | remove note about long double not being supported by vax. | Jared Yanovich | |
this should have been in CAVEATS anyway. ok millert, jmc | |||
2005-07-26 | note error return of mkstemps; ok millert, jmc | Jared Yanovich | |
2005-07-26 | - simplify descriptions of stream positioning in various open modes | Jared Yanovich | |
- mention that append mode always forces the stream position to EOF on writes from NetBSD -r 1.9 ok millert, jmc | |||
2005-07-24 | In _gethtent() ignore host.h_length if it is set to 0. Previously | Todd 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-24 | split off mbrtowc functions, so that vfprintf won't pull the whole | Marc 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 excerpts | Jared Yanovich | |
- typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc | |||
2005-07-22 | - sync prototypes and header excerpts to reality | Jared 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 reality | Jared Yanovich | |
- many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc | |||
2005-07-22 | document KERN_CPTIME2, and update description of KERN_CPTIME; ok jmc | Jared Yanovich | |
2005-07-22 | advocate error checking in examples; ok jmc | Jared Yanovich | |
2005-07-22 | move error return information from BUGS to ERRORS; ok jmc, millert | Jared Yanovich | |
2005-07-22 | EFAULT can only occur on addresses; ok jmc | Jared Yanovich | |
2005-07-22 | exec* no longer sleep on ETXTBUSY; ok jmc | Jared Yanovich | |