summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove an unwanted `.'.aaron1999-09-271-2/+2
|
* Remove extraneous commaespie1999-09-261-2/+2
|
* BUGS->CAVEATSespie1999-09-221-2/+10
| | | | Warn against brain-dead ProFTPd hole.
* It's a good idea to check the return value of malloc() in example code.aaron1999-09-211-2/+3
|
* Add CAVEATS sections.aaron1999-09-152-4/+77
|
* Tidying and spellingpjanzen1999-09-141-13/+18
|
* do { ... } while (0) instead of just { ... } in macrosmillert1999-08-221-7/+7
|
* paste'o away!todd1999-08-111-3/+3
|
* missing G in item list; bdederaadt1999-08-081-2/+2
|
* Local changes that should not have gone inmillert1999-08-074-205/+4
|
* If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkmillert1999-08-077-7/+211
|
* Xr fparseln(3); deraadt@aaron1999-07-211-1/+2
|
* - remove all trailing whitespaceaaron1999-07-098-32/+32
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-072-4/+4
| | | | it's not supposed to be a hyphen/dash
* remove redundant .Pp macrosaaron1999-07-022-4/+2
|
* some NAME section cleanupaaron1999-06-061-3/+6
|
* sync fsetpos() with stdio.h prototypeaaron1999-05-271-2/+2
|
* kill some old macrosaaron1999-05-252-4/+3
|
* punctuationaaron1999-05-251-2/+2
|
* all functions need a return type and at least one arg, even if it's voidaaron1999-05-251-2/+2
|
* don't lie about being able to arbitrarily intermix reads and writes in stdioaaron1999-05-241-5/+2
| | | | file streams; gson@araneus.fi - NetBSD PR/6072
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-233-6/+6
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-168-22/+22
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-124-8/+8
| | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
* correct some Xr's which referred to the wrong man page sectionsaaron1999-05-101-5/+2
|
* .Pp macros do not belong immiedately after .Sh section header linesaaron1999-04-021-2/+1
|
* formattingpjanzen1999-03-121-3/+4
|
* talk about positional arguments and sizes; james@oaktree.co.ukderaadt1999-03-011-3/+7
|
* make function names the correct casederaadt1999-02-274-12/+12
|
* stderr is not always unbuffered... only initially; kleinkderaadt1999-02-241-2/+2
|
* morederaadt1998-12-151-7/+22
|
* flesh out this man page with some examplesderaadt1998-12-151-1/+64
|
* Changes from NetBSD:millert1998-11-251-5/+7
| | | | | o Use S_ISCHR instead of doing it by hand o st_blksize cannot be negative (christos)
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-205-10/+97
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgmillert1998-11-201-9/+11
|
* fix append mode; mason@primenet.com.auderaadt1998-11-101-1/+12
|
* Make sure we free the buffer in all error cases. Do the finalmillert1998-10-162-32/+39
| | | | | realloc(3) to the size of the string, not the size of the buffer allocated for the string (which is a noop). mycroft@netbsd.org
* Add a missing note about asprintfmillert1998-09-271-1/+3
|
* need sys/stat.h; jon@chalk.oaktree.net.ukderaadt1998-09-181-1/+2
|
* thread-saferderaadt1998-09-101-2/+2
|
* v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove references...millert1998-08-302-24/+10
|
* man page repairs; aaron@ug.cs.dal.caderaadt1998-08-291-3/+3
|
* links to asnprintf and suchderaadt1998-08-281-2/+3
|
* realloc repairderaadt1998-08-144-18/+27
|
* Use a single character buffer for the size==0 case. Stdio internals do not deal correctly with zero size buffer and NULL pointer. torek@bsdi.commillert1998-07-271-4/+9
|
* formatting flawsderaadt1998-07-141-1/+5
|
* link for mkstemps()deraadt1998-07-031-1/+2
|
* add mkstemp(char *template, int suffixlen) interfacederaadt1998-06-302-14/+67
|
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-212-12/+6
| | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
* use Bx macro for BSD versionsmickey1998-06-153-6/+9
|