| Commit message (Expand) | Author | Age | Files | Lines |
* | o) start new sentence on a new line; |  mpech | 2002-05-01 | 1 | -2/+3 |
* | fix for NetBSD lib/16483 |  espie | 2002-04-29 | 1 | -2/+5 |
* | Use the more likely pointer in a sample code fragment; miod@ ok. |  aaron | 2002-04-05 | 1 | -2/+2 |
* | style(9) for the example; Alexander Yurchenko |  millert | 2002-03-05 | 1 | -3/+3 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 12 | -151/+15 |
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 2002-02-17 | 2 | -7/+5 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 8 | -32/+32 |
* | more pid_t use |  deraadt | 2002-01-02 | 1 | -2/+3 |
* | missing comma |  millert | 2001-12-07 | 1 | -2/+2 |
* | KNF, i need this for what comes next.. |  deraadt | 2001-12-05 | 1 | -47/+46 |
* | Typo: tempfile ==> tempnam. |  heko | 2001-09-22 | 1 | -2/+2 |
* | It is silly to reference the Tahoe architecture. |  millert | 2001-09-06 | 1 | -4/+2 |
* | make sure that va_start() has matching va_end() |  deraadt | 2001-09-05 | 1 | -3/+4 |
* | put changes back, this time ALL the files. |  fgsch | 2001-09-04 | 1 | -2/+2 |
* | Back out fgsch@'s tree breaking commits. |  todd | 2001-08-30 | 1 | -2/+2 |
* | fix some const warnings |  fgsch | 2001-08-30 | 1 | -2/+2 |
* | Fix a bug with the %e flag introduced in a -Wall pass. The original |  millert | 2001-08-13 | 1 | -2/+2 |
* | a first pass at -Wall |  deraadt | 2001-07-09 | 25 | -34/+61 |
* | document ll, depreciate q |  provos | 2001-06-23 | 1 | -4/+6 |
* | Fix pasto; kleink@netbsd.org |  pjanzen | 2001-06-05 | 1 | -2/+2 |
* | knf |  deraadt | 2001-05-31 | 1 | -54/+54 |
* | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru |  millert | 2001-04-20 | 1 | -3/+4 |
* | It's not that I mind split infinitives. I just like to save'em for when |  pjanzen | 2001-02-17 | 1 | -2/+2 |
* | capitalization |  aaron | 2001-02-12 | 1 | -2/+2 |
* | Various repairs, mostly to get rid of short lines. |  aaron | 2000-12-24 | 13 | -88/+51 |
* | use strlcpy in the example |  deraadt | 2000-11-22 | 1 | -2/+2 |
* | fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATS |  aaron | 2000-10-18 | 1 | -20/+20 |
* | The mkstemp() function appeared in 4.4BSD; todd@ |  aaron | 2000-09-11 | 1 | -2/+5 |
* | In the format string bug description under CAVEATS, clarify what we mean by |  aaron | 2000-08-25 | 1 | -4/+4 |
* | reinsert corrected history section, based on jdolecek@netbsd |  pjanzen | 2000-07-31 | 1 | -1/+9 |
* | Stronger caveat wrt stack smashing via % escapes. Each man page |  millert | 2000-07-16 | 1 | -5/+14 |
* | Insert missing semi-colon. |  aaron | 2000-07-07 | 1 | -2/+2 |
* | correct return values |  pjanzen | 2000-06-25 | 1 | -12/+13 |
* | Remove redundant HISTORY section. |  aaron | 2000-04-27 | 1 | -8/+1 |
* | C deals with complex functions, but not imaginary ones yet. |  espie | 2000-04-25 | 1 | -3/+2 |
* | Flesh out all of the stdio man pages. |  aaron | 2000-04-20 | 18 | -324/+272 |
* | Repairs, mostly removing hard sentence breaks. |  aaron | 2000-04-18 | 6 | -37/+49 |
* | Mostly punctuation fixes. |  aaron | 2000-04-15 | 3 | -7/+7 |
* | Trailing whitespace begone! |  aaron | 2000-04-12 | 1 | -6/+6 |
* | list 'i' only once |  hugh | 2000-04-12 | 1 | -2/+1 |
* | fseeko.3 and ftello.3 |  deraadt | 2000-03-28 | 1 | -1/+2 |
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At |  aaron | 2000-03-04 | 1 | -9/+9 |
* | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. |  millert | 2000-02-21 | 5 | -22/+98 |
* | fix example. ok aaron@ |  ericj | 2000-02-19 | 1 | -2/+2 |
* | repair nroff botch |  deraadt | 2000-01-27 | 1 | -3/+3 |
* | Use .Va macro when referring to the global variable errno. |  aaron | 2000-01-22 | 1 | -3/+5 |
* | indent the source right |  deraadt | 2000-01-12 | 1 | -11/+12 |
* | fix tmpnam() argument; kris@freebsd |  deraadt | 2000-01-09 | 1 | -3/+3 |
* | use WEAK_* macros |  d | 2000-01-06 | 1 | -12/+18 |
* | typos |  deraadt | 1999-11-15 | 1 | -2/+2 |