Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zap rcsid. | 2005-08-06 | 47 | -375/+234 | |
| | | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ | ||||
* | tell people that atexit is bad; ok jmc | 2005-08-06 | 1 | -1/+7 | |
| | |||||
* | fix use after free, netbsd pr 30832, from phirerunner@comcast.net | 2005-08-06 | 1 | -4/+4 | |
| | |||||
* | add HISTORY; ok jmc | 2005-08-06 | 1 | -1/+8 | |
| | |||||
* | - macro, punctuation, and rewording tweaks | 2005-08-06 | 4 | -18/+21 | |
| | | | | | | - avoid first person. ok jmc | ||||
* | sync function prototypes to reality; ok jmc | 2005-08-06 | 1 | -4/+5 | |
| | |||||
* | zap rcsid | 2005-08-05 | 53 | -364/+53 | |
| | |||||
* | - remove rcsid | 2005-08-05 | 30 | -302/+32 | |
| | | | | | | | - put all the YPMATCHCACHE code into a #ifdef, proper - remove all extra header files that are not needed okay deraadt@ | ||||
* | impelmentation -> implementation | 2005-08-05 | 3 | -6/+6 | |
| | | | | yes, new typo for an old friend. | ||||
* | zap getdtablesize() external ref (removes a bit of compat from instbin). | 2005-08-02 | 1 | -1/+3 | |
| | | | | okay millert@ | ||||
* | kernal->kernel; | 2005-08-01 | 2 | -4/+4 | |
| | | | | | from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | ||||
* | tidy up SEE ALSO; | 2005-07-29 | 1 | -2/+2 | |
| | |||||
* | Restore recent changes except for the actual one that causes the problem. | 2005-07-27 | 1 | -20/+8 | |
| | |||||
* | backout gethostent changes for now -- there is fallout, discovered by otto | 2005-07-27 | 1 | -10/+22 | |
| | |||||
* | kill errant blank line; | 2005-07-26 | 1 | -2/+1 | |
| | |||||
* | - typos, punctuation, layout, macro tweaks | 2005-07-26 | 9 | -34/+48 | |
| | | | | | | - break long lines ok jmc | ||||
* | - typos, grammar, punctuation, layout tweaks | 2005-07-26 | 1 | -74/+156 | |
| | | | | | | | | - use `$' for command prompts - clean up: use a bullet list instead of adding junk to denote list items ok jmc | ||||
* | provide a description of the EXAMPLE; ok jmc | 2005-07-26 | 1 | -2/+11 | |
| | |||||
* | note when these first appeared; ok jmc | 2005-07-26 | 1 | -1/+3 | |
| | |||||
* | - typos, punctuation, spacing, macro, layout, etc. fixes | 2005-07-26 | 13 | -64/+81 | |
| | | | | | | - avoid first person ok jmc | ||||
* | clarify description of 'c' conversion; ok millert, jmc | 2005-07-26 | 1 | -4/+3 | |
| | |||||
* | no need to typecast NULL; ok millert, jmc | 2005-07-26 | 1 | -4/+4 | |
| | |||||
* | remove note about long double not being supported by vax. | 2005-07-26 | 1 | -5/+2 | |
| | | | | | | this should have been in CAVEATS anyway. ok millert, jmc | ||||
* | note error return of mkstemps; ok millert, jmc | 2005-07-26 | 1 | -3/+5 | |
| | |||||
* | - simplify descriptions of stream positioning in various open modes | 2005-07-26 | 1 | -8/+15 | |
| | | | | | | | | | - mention that append mode always forces the stream position to EOF on writes from NetBSD -r 1.9 ok millert, jmc | ||||
* | In _gethtent() ignore host.h_length if it is set to 0. Previously | 2005-07-24 | 1 | -10/+7 | |
| | | | | | | 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@ | ||||
* | split off mbrtowc functions, so that vfprintf won't pull the whole | 2005-07-24 | 3 | -32/+73 | |
| | | | | | | multibyte_sb.c contents. okay millert@ | ||||
* | *hostent() fixes: | 2005-07-23 | 1 | -22/+13 | |
| | | | | | | | | | | | | - 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 | ||||
* | - sync prototypes and header file excerpts | 2005-07-22 | 13 | -102/+116 | |
| | | | | | | - typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc | ||||
* | - sync prototypes and header excerpts to reality | 2005-07-22 | 7 | -40/+44 | |
| | | | | | | | - punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc | ||||
* | - sync prototypes and header file excerpts to reality | 2005-07-22 | 36 | -249/+269 | |
| | | | | | | | | | - many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc | ||||
* | document KERN_CPTIME2, and update description of KERN_CPTIME; ok jmc | 2005-07-22 | 1 | -2/+13 | |
| | |||||
* | advocate error checking in examples; ok jmc | 2005-07-22 | 1 | -5/+9 | |
| | |||||
* | move error return information from BUGS to ERRORS; ok jmc, millert | 2005-07-22 | 1 | -14/+14 | |
| | |||||
* | EFAULT can only occur on addresses; ok jmc | 2005-07-22 | 2 | -6/+2 | |
| | |||||
* | exec* no longer sleep on ETXTBUSY; ok jmc | 2005-07-22 | 1 | -8/+1 | |
| | |||||
* | No PT_[GS]ETFPREGS on mips. | 2005-07-20 | 1 | -2/+2 | |
| | |||||
* | update to tzcode2005k | 2005-07-19 | 4 | -17/+16 | |
| | |||||
* | fix spelling mistake (in comment); | 2005-07-18 | 1 | -2/+2 | |
| | | | | from ray lai; | ||||
* | - punctuation, macro, layout, wording improvements | 2005-07-17 | 8 | -107/+120 | |
| | | | | | | | | | - avoid first person - document dbm_rdonly - update some error return values in the mpool(3) routines - sync header file excerpts ok jmc | ||||
* | punctuation and minor rewording, ok jmc | 2005-07-17 | 2 | -6/+6 | |
| | |||||
* | Correct ctype classifications of chars >= 0x80 wrt C99/POSIX and our | 2005-07-13 | 1 | -3/+3 | |
| | | | | man page. ok espie@ deraadt@ | ||||
* | kill errant full stop; | 2005-07-07 | 1 | -2/+2 | |
| | |||||
* | got to be a pasto... | 2005-07-07 | 1 | -4/+4 | |
| | |||||
* | Fix the unmapping of freed pages, leaving just 64k worth of cache pages. | 2005-07-07 | 1 | -58/+136 | |
| | | | | Prodded by art@ and fgsch@, ok deraadt@ | ||||
* | use "www" as the service name in the example instead of "http" since "www" | 2005-07-05 | 1 | -5/+5 | |
| | | | | | | is what is used in /etc/services. ok jmc@ henning@ millert@ | ||||
* | fix formatting for -c; | 2005-07-05 | 1 | -9/+9 | |
| | | | | ok millert@ | ||||
* | Update to tzcode2005j. | 2005-07-05 | 15 | -486/+1041 | |
| | |||||
* | link to new CMSG_DATA(3); prod by deraadt | 2005-07-04 | 2 | -4/+10 | |
| | |||||
* | Add a few missing functions so that wctype.h/wchar.h are more or less | 2005-07-01 | 14 | -7/+768 | |
| | | | | | | | | uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans crank minor. okay millert@, jmc@. |