Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-06 | .Xr typos; | Jason McIntyre | |
2003-03-06 | .Xr's; | Jason McIntyre | |
typos in man page section ok deraadt@ | |||
2003-02-16 | teach people about strlcpy, not strcpy | Theo de Raadt | |
2002-11-24 | "The contents is" -> "The contents are" | Chad Loder | |
2002-11-21 | Add strerror_r and functions versions of getchar_unlocked and | Marco S Hyman | |
putchar_unlocked. Crank the minor on related libs. OK fgs@, deraadt@ | |||
2002-10-24 | Use va_copy() for varargs assignemnt. va_copy() is standard with C99 | Dale Rahn | |
and gcc3.2 requires this on powerpc. | |||
2002-09-14 | Move __cleanup into mprotect'ed page to prevent unintentional modifications | Daniel Hartmeier | |
similar to the atexit handlers. Idea and help deraadt@, ok deraadt@ | |||
2002-07-24 | add *asprintf | Theo de Raadt | |
2002-07-24 | Document that *printf can return -1 on error. This includes snprintf(), | Todd C. Miller | |
though our implementation never does this. | |||
2002-07-20 | correct check for strchr() failure in EXAMPLE; from pinskia@physics.uc.edu | Peter Valchev | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-05-27 | Don't decrement the current character pointer past the beginning of the | Todd C. Miller | |
buffer passed in. Based on a patch from Mark Andrews. deraadt@ OK | |||
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-29 | fix for NetBSD lib/16483 | Marc Espie | |
Do not even try to allocate buffer if SSTR and not SALC (e.g., from snprintf and not asprintf). vfprintf is smart enough to then not try and write to it. ok millert@, deraadt@ | |||
2002-04-05 | Use the more likely pointer in a sample code fragment; miod@ ok. | Aaron Campbell | |
2002-03-05 | style(9) for the example; Alexander Yurchenko | Todd C. Miller | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-02 | more pid_t use | Theo de Raadt | |
2001-12-07 | missing comma | Todd C. Miller | |
2001-12-05 | KNF, i need this for what comes next.. | Theo de Raadt | |
2001-09-22 | Typo: tempfile ==> tempnam. | Heikki Korpela | |
ok millert@ | |||
2001-09-06 | It is silly to reference the Tahoe architecture. | Todd C. Miller | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-04 | put changes back, this time ALL the files. | Federico G. Schwindt | |
2001-08-30 | Back out fgsch@'s tree breaking commits. | Todd T. Fries | |
Test next time, ok? | |||
2001-08-30 | fix some const warnings | Federico G. Schwindt | |
2001-08-13 | Fix a bug with the %e flag introduced in a -Wall pass. The original | Todd C. Miller | |
code was in error but due to C precedence rules it didn't cause a problem. | |||
2001-07-09 | a first pass at -Wall | Theo de Raadt | |
2001-06-23 | document ll, depreciate q | Niels Provos | |
2001-06-05 | Fix pasto; kleink@netbsd.org | Paul Janzen | |
2001-05-31 | knf | Theo de Raadt | |
2001-04-20 | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru | Todd C. Miller | |
While I was there I noticed and fixed a bogus realloc(). We should really check malloc/realloc return values and deal sanely but that will have to be done later. Theo OK'd | |||
2001-02-17 | It's not that I mind split infinitives. I just like to save'em for when | Paul Janzen | |
they're really needed. | |||
2001-02-12 | capitalization | Aaron Campbell | |
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
2000-11-22 | use strlcpy in the example | Theo de Raadt | |
2000-10-18 | fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATS | Aaron Campbell | |
section to the end like most man pages. | |||
2000-09-11 | The mkstemp() function appeared in 4.4BSD; todd@ | Aaron Campbell | |
2000-08-25 | In the format string bug description under CAVEATS, clarify what we mean by | Aaron Campbell | |
building the string ``by hand'' using a function like snprintf(); deraadt@ ok | |||
2000-07-31 | reinsert corrected history section, based on jdolecek@netbsd | Paul Janzen | |
2000-07-16 | Stronger caveat wrt stack smashing via % escapes. Each man page | Todd C. Miller | |
carries the same caveat... | |||
2000-07-07 | Insert missing semi-colon. | Aaron Campbell | |
2000-06-25 | correct return values | Paul Janzen | |
2000-04-27 | Remove redundant HISTORY section. | Aaron Campbell | |
2000-04-25 | C deals with complex functions, but not imaginary ones yet. | Marc Espie | |
2000-04-20 | Flesh out all of the stdio man pages. | Aaron Campbell | |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |