summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap rcsid.espie2005-08-0647-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 jmcderaadt2005-08-061-1/+7
|
* fix use after free, netbsd pr 30832, from phirerunner@comcast.netderaadt2005-08-061-4/+4
|
* add HISTORY; ok jmcjaredy2005-08-061-1/+8
|
* - macro, punctuation, and rewording tweaksjaredy2005-08-064-18/+21
| | | | | | - avoid first person. ok jmc
* sync function prototypes to reality; ok jmcjaredy2005-08-061-4/+5
|
* zap rcsidespie2005-08-0553-364/+53
|
* - remove rcsidespie2005-08-0530-302/+32
| | | | | | | - put all the YPMATCHCACHE code into a #ifdef, proper - remove all extra header files that are not needed okay deraadt@
* impelmentation -> implementationespie2005-08-053-6/+6
| | | | yes, new typo for an old friend.
* zap getdtablesize() external ref (removes a bit of compat from instbin).espie2005-08-021-1/+3
| | | | okay millert@
* kernal->kernel;jmc2005-08-012-4/+4
| | | | | from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
* tidy up SEE ALSO;jmc2005-07-291-2/+2
|
* Restore recent changes except for the actual one that causes the problem.millert2005-07-271-20/+8
|
* backout gethostent changes for now -- there is fallout, discovered by ottojaredy2005-07-271-10/+22
|
* kill errant blank line;jmc2005-07-261-2/+1
|
* - typos, punctuation, layout, macro tweaksjaredy2005-07-269-34/+48
| | | | | | - break long lines ok jmc
* - typos, grammar, punctuation, layout tweaksjaredy2005-07-261-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 jmcjaredy2005-07-261-2/+11
|
* note when these first appeared; ok jmcjaredy2005-07-261-1/+3
|
* - typos, punctuation, spacing, macro, layout, etc. fixesjaredy2005-07-2613-64/+81
| | | | | | - avoid first person ok jmc
* clarify description of 'c' conversion; ok millert, jmcjaredy2005-07-261-4/+3
|
* no need to typecast NULL; ok millert, jmcjaredy2005-07-261-4/+4
|
* remove note about long double not being supported by vax.jaredy2005-07-261-5/+2
| | | | | | this should have been in CAVEATS anyway. ok millert, jmc
* note error return of mkstemps; ok millert, jmcjaredy2005-07-261-3/+5
|
* - simplify descriptions of stream positioning in various open modesjaredy2005-07-261-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. Previouslymillert2005-07-241-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 wholeespie2005-07-243-32/+73
| | | | | | multibyte_sb.c contents. okay millert@
* *hostent() fixes:jaredy2005-07-231-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 excerptsjaredy2005-07-2213-102/+116
| | | | | | - typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc
* - sync prototypes and header excerpts to realityjaredy2005-07-227-40/+44
| | | | | | | - punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc
* - sync prototypes and header file excerpts to realityjaredy2005-07-2236-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 jmcjaredy2005-07-221-2/+13
|
* advocate error checking in examples; ok jmcjaredy2005-07-221-5/+9
|
* move error return information from BUGS to ERRORS; ok jmc, millertjaredy2005-07-221-14/+14
|
* EFAULT can only occur on addresses; ok jmcjaredy2005-07-222-6/+2
|
* exec* no longer sleep on ETXTBUSY; ok jmcjaredy2005-07-221-8/+1
|
* No PT_[GS]ETFPREGS on mips.miod2005-07-201-2/+2
|
* update to tzcode2005kmillert2005-07-194-17/+16
|
* fix spelling mistake (in comment);jmc2005-07-181-2/+2
| | | | from ray lai;
* - punctuation, macro, layout, wording improvementsjaredy2005-07-178-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 jmcjaredy2005-07-172-6/+6
|
* Correct ctype classifications of chars >= 0x80 wrt C99/POSIX and ourotto2005-07-131-3/+3
| | | | man page. ok espie@ deraadt@
* kill errant full stop;jmc2005-07-071-2/+2
|
* got to be a pasto...jmc2005-07-071-4/+4
|
* Fix the unmapping of freed pages, leaving just 64k worth of cache pages.tdeval2005-07-071-58/+136
| | | | Prodded by art@ and fgsch@, ok deraadt@
* use "www" as the service name in the example instead of "http" since "www"dlg2005-07-051-5/+5
| | | | | | is what is used in /etc/services. ok jmc@ henning@ millert@
* fix formatting for -c;jmc2005-07-051-9/+9
| | | | ok millert@
* Update to tzcode2005j.millert2005-07-0515-486/+1041
|
* link to new CMSG_DATA(3); prod by deraadtjaredy2005-07-042-4/+10
|
* Add a few missing functions so that wctype.h/wchar.h are more or lessespie2005-07-0114-7/+768
| | | | | | | | uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans crank minor. okay millert@, jmc@.