Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-07-20 | No PT_[GS]ETFPREGS on mips. | Miod Vallat | |
2005-07-20 | add MLINKS for new(ly documented) functions; | Jason McIntyre | |
2005-07-20 | sync with zlib.h update (zlib-1.2.3); | Jason McIntyre | |
2005-07-20 | Update to zlib 1.2.3; OK deraadt@ | Todd C. Miller | |
2005-07-19 | update to tzcode2005k | Todd C. Miller | |
2005-07-19 | Convert return value of cgetent(3) to what the curses routines expect. | Todd C. Miller | |
Fixes a problem where an unknown terminal type would be reported as "database not found". Noticed by grunk@ | |||
2005-07-18 | fix spelling mistake (in comment); | Jason McIntyre | |
from ray lai; | |||
2005-07-17 | - punctuation, macro, layout, wording improvements | Jared 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-17 | punctuation and minor rewording, ok jmc | Jared Yanovich | |
2005-07-14 | - make sure sem_ pages reference each other (idea from similar freebsd commit) | Jason McIntyre | |
- where two functions are documented in the same page, make sure we don;t reference them both in SEE ALSO. kind of annoying to call up a second man page and find it's the same as the last one (even more annoying to not realise two pages are the same till you've finished reading twice ;)... | |||
2005-07-13 | Correct ctype classifications of chars >= 0x80 wrt C99/POSIX and our | Otto Moerbeek | |
man page. ok espie@ deraadt@ | |||
2005-07-07 | kill errant full stop; | Jason McIntyre | |
2005-07-07 | got to be a pasto... | Jason McIntyre | |
2005-07-07 | Fix the unmapping of freed pages, leaving just 64k worth of cache pages. | Thierry Deval | |
Prodded by art@ and fgsch@, ok deraadt@ | |||
2005-07-06 | Fix bounds check for incomplete code sets so they cannot overflow the codes | Todd C. Miller | |
array. From Mark Adler. | |||
2005-07-05 | use "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-05 | fix formatting for -c; | Jason McIntyre | |
ok millert@ | |||
2005-07-05 | Update to tzcode2005j. | Todd C. Miller | |
2005-07-04 | link to new CMSG_DATA(3); prod by deraadt | Jared Yanovich | |
2005-07-02 | zap trailing whitespaces, no binary change | Alexander von Gernler | |
ok brad@ beck@ | |||
2005-07-01 | Add a few missing functions so that wctype.h/wchar.h are more or less | Marc Espie | |
uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans crank minor. okay millert@, jmc@. | |||
2005-07-01 | whitespace; | Jason McIntyre | |
2005-07-01 | More robust example of numeric argument handling. The old example | Todd C. Miller | |
code would dereference NULL for mixed letter and number args. OK deraadt@ | |||
2005-06-29 | only include copy-to-libkern-* targets if making copy-to-libkern to avoid ↵ | Michael Shalayeff | |
zombie dependancies elsewhere | |||
2005-06-29 | cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed ↵ | Michael Shalayeff | |
before by marc@ and drahn@ | |||
2005-06-26 | add missing va_end(); Andrey Matveev | Todd C. Miller | |