summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
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-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
2005-07-20No PT_[GS]ETFPREGS on mips.Miod Vallat
2005-07-19update to tzcode2005kTodd C. Miller
2005-07-18fix spelling mistake (in comment);Jason McIntyre
from ray lai;
2005-07-17- punctuation, macro, layout, wording improvementsJared Yanovich
- avoid first person - document dbm_rdonly - update some error return values in the mpool(3) routines - sync header file excerpts ok jmc
2005-07-17punctuation and minor rewording, ok jmcJared Yanovich
2005-07-13Correct ctype classifications of chars >= 0x80 wrt C99/POSIX and ourOtto Moerbeek
man page. ok espie@ deraadt@
2005-07-07kill errant full stop;Jason McIntyre
2005-07-07got to be a pasto...Jason McIntyre
2005-07-07Fix the unmapping of freed pages, leaving just 64k worth of cache pages.Thierry Deval
Prodded by art@ and fgsch@, ok deraadt@
2005-07-05use "www" as the service name in the example instead of "http" since "www"David Gwynne
is what is used in /etc/services. ok jmc@ henning@ millert@
2005-07-05fix formatting for -c;Jason McIntyre
ok millert@
2005-07-05Update to tzcode2005j.Todd C. Miller
2005-07-04link to new CMSG_DATA(3); prod by deraadtJared Yanovich
2005-07-01Add a few missing functions so that wctype.h/wchar.h are more or lessMarc Espie
uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans crank minor. okay millert@, jmc@.
2005-07-01whitespace;Jason McIntyre
2005-07-01More robust example of numeric argument handling. The old exampleTodd C. Miller
code would dereference NULL for mixed letter and number args. OK deraadt@
2005-06-29only include copy-to-libkern-* targets if making copy-to-libkern to avoid ↵Michael Shalayeff
zombie dependancies elsewhere
2005-06-29cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed ↵Michael Shalayeff
before by marc@ and drahn@
2005-06-26add missing va_end(); Andrey MatveevTodd C. Miller
2005-06-19K&R -> ANSIMarc Espie
APIWARN okay millert@, otto@
2005-06-19Remove a check about whether sa->sa_len is equal to salen fromMarc Matteo
getnameinfo(3). POSIX doesn't require this and it breaks code that doesn't handle it. "I think this is safe" millert@
2005-06-18Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@Todd C. Miller
2005-06-17- remove .Sh LIBRARYJason McIntyre
- add $OpenBSD$ tag - a couple minor tweaks