| Commit message (Expand) | Author | Age | Files | Lines |
* | For the snprintf range check demo, add a (size_t) cast in the right place |  deraadt | 2021-04-01 | 1 | -3/+3 |
* | article fixes; from eddie youseph |  jmc | 2021-02-02 | 1 | -3/+3 |
* | The printf format string component %n is a nearly turning-complete gadget. |  deraadt | 2020-10-27 | 2 | -4/+83 |
* | Spell out n as en for consistency with other parts of the page. |  tb | 2020-09-13 | 1 | -3/+3 |
* | %lln is percent ell ell n (not dee). |  claudio | 2020-09-13 | 1 | -4/+4 |
* | Fix append mode so it always writes to the end and expand regress. |  millert | 2020-08-17 | 1 | -2/+7 |
* | Fix handling of "w+" mode, we were only truncating for "w". |  millert | 2020-08-14 | 1 | -2/+2 |
* | adjust %n description to vaguely say "pointer", becuase the following |  deraadt | 2020-07-10 | 1 | -4/+6 |
* | As suggested by deraadt@, rewrite most of the printf(3) manual page |  schwarze | 2020-07-10 | 1 | -453/+586 |
* | Minor tweaks in the description of %g: |  schwarze | 2020-07-06 | 1 | -4/+8 |
* | fwide() does not unlock if error was occurred. |  asou | 2019-12-03 | 1 | -2/+4 |
* | more Version 1 AT&T UNIX history: |  schwarze | 2019-09-07 | 1 | -3/+7 |
* | .Dt same as filename |  deraadt | 2019-08-30 | 1 | -3/+3 |
* | mop up stdarg rename; ok deraadt |  jmc | 2019-08-30 | 4 | -12/+12 |
* | two more syscall == -1 checks |  deraadt | 2019-06-29 | 1 | -3/+3 |
* | Specify that {v,}asprintf(3) returns precisely -1 on failure, |  schwarze | 2019-06-28 | 1 | -7/+11 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 5 | -11/+11 |
* | Simplify the description of [v]snprintf(3), move the description |  schwarze | 2019-06-27 | 1 | -19/+18 |
* | an -> a; |  jmc | 2019-06-26 | 1 | -2/+2 |
* | The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3) |  deraadt | 2019-06-26 | 1 | -4/+5 |
* | More consistently put remarks about the less useful LC_* categoties, |  schwarze | 2019-05-16 | 1 | -3/+13 |
* | Fix a comparison in open_memstream not to confuse when a negative |  yasuoka | 2019-05-02 | 1 | -3/+3 |
* | Undo changes to tmpfile.c r1.5. |  martijn | 2019-04-26 | 2 | -26/+5 |
* | in vdprintf(), no need to use the file locking mecanism when using |  semarie | 2019-03-03 | 1 | -2/+2 |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 3 | -6/+6 |
* | For all functions known to be infected by LC_NUMERIC, add short |  schwarze | 2019-01-16 | 4 | -29/+30 |
* | Similar CAVEATS regarding LC_NUMERIC as was just committed |  schwarze | 2019-01-11 | 1 | -6/+19 |
* | Clarify that OpenBSD ignores the dangerous category LC_NUMERIC, |  schwarze | 2019-01-11 | 1 | -16/+30 |
* | Restore the optimization for unbuffered I/O. The buffer needs to |  millert | 2018-12-16 | 1 | -1/+31 |
* | Back out rev 1.17 for now, it causes issues with python when building |  millert | 2018-12-16 | 1 | -31/+1 |
* | Revisit the optimization for unbuffered I/O. We can use the buffer |  millert | 2018-12-14 | 1 | -1/+31 |
* | Back out the optimization in rev 1.13, it does not update flags on |  millert | 2018-12-14 | 1 | -16/+1 |
* | some grammar fixes; from dholland@netbsd, -r1.68 |  jmc | 2018-01-02 | 1 | -6/+6 |
* | Fix the return value of fwscanf(3) when encountering an early matching |  kevlo | 2017-12-08 | 1 | -2/+2 |
* | Consistently .Xr the corresponding wide char functions from char- and |  schwarze | 2017-12-01 | 11 | -26/+37 |
* | add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@; |  schwarze | 2017-12-01 | 1 | -8/+32 |
* | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections |  tb | 2017-11-28 | 5 | -10/+10 |
* | Use a simple forward search to find '%' in the format string instead of |  tb | 2017-11-21 | 1 | -35/+12 |
* | Add error checking to some calls to __find_arguments(). Matches similar |  tb | 2017-11-16 | 1 | -6/+16 |
* | add missing HISTORY; based on CVS logs and release announcements |  schwarze | 2017-10-17 | 1 | -2/+7 |
* | fmt0 is a wchar_t *, so use %ls to report |  deraadt | 2017-08-15 | 1 | -3/+3 |
* | Favor err() over perror() in example. |  anton | 2017-07-22 | 1 | -3/+3 |
* | 1. mild deprecation notice |  schwarze | 2017-07-04 | 1 | -3/+11 |
* | Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ |  millert | 2017-06-12 | 1 | -2/+4 |
* | Use recallocarray in getdelim/getline to clear memory on buffer resizes, |  brynet | 2017-04-13 | 1 | -2/+2 |
* | Use recallocarray() to avoid leaving detritus in memory when resizing |  millert | 2017-03-17 | 1 | -2/+3 |
* | Use recallocarray() to avoid leaving detritus in memory when resizing |  deraadt | 2017-03-17 | 4 | -8/+12 |
* | Only reallocate the buffer to fit for medium-size allocations where |  millert | 2017-03-16 | 2 | -18/+28 |
* | When reallocating the buffer for asprintf(), just round up to the |  millert | 2017-03-16 | 1 | -6/+5 |
* | Use a macro for the initial length of the buffer instead of 127; OK deraadt@ |  millert | 2017-03-14 | 2 | -6/+10 |