| Commit message (Expand) | Author | Age | Files | Lines |
* | don't handle out-of-mem conditions using compiled out asserts (ugh). From |  otto | 2011-11-07 | 1 | -9/+10 |
* | the posix regex mistake is here to stay. ok deraadt |  tedu | 2010-11-21 | 2 | -16/+2 |
* | More delimiters that need quoting inside macros, hunted down by jmc@, |  schwarze | 2010-07-15 | 1 | -5/+5 |
* | if the first call to allocset() fails, the second might deref a NULL |  otto | 2008-02-23 | 1 | -1/+4 |
* | add a proper test around allocset |  chl | 2007-10-10 | 1 | -51/+33 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -3/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 2 | -4/+4 |
* | (char)to{upper,lower}() |  deraadt | 2006-03-31 | 1 | -3/+3 |
* | zap rcsid |  espie | 2005-08-05 | 5 | -37/+5 |
* | s/-p1003.1-2003/-p1003.1-2004/g |  jmc | 2005-06-05 | 1 | -3/+3 |
* | regsub(3) should not be a link to regex(3) as it is not a POSIX regex |  millert | 2005-04-15 | 1 | -3/+2 |
* | Be correct in our man pages when talking about NUL termination (that is, |  cloder | 2005-02-25 | 1 | -3/+3 |
* | Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and not |  otto | 2005-01-03 | 1 | -2/+4 |
* | remove useless comments, once used for header file generation and delete |  otto | 2004-11-30 | 6 | -210/+54 |
* | Better fix for the "unbounded recursion case", for example |  otto | 2004-11-29 | 1 | -17/+18 |
* | ansify and deregister; no change in obj code. ok millert@ |  otto | 2004-10-17 | 5 | -402/+284 |
* | various fixes to make this page more readable/helpful; |  jmc | 2004-09-28 | 1 | -136/+596 |
* | Change an assert into a loop termination condition. Fixes a core |  millert | 2004-08-13 | 1 | -3/+4 |
* | When parsing what follows [, do not allocate memory that is not used, |  otto | 2004-05-08 | 1 | -3/+7 |
* | Describe more accurate what word boundaries are. |  otto | 2004-05-07 | 1 | -2/+2 |
* | Avoid unbounded recursion in some expressions involving back references. |  otto | 2004-04-02 | 1 | -2/+4 |
* | Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected. |  millert | 2004-03-30 | 1 | -2/+6 |
* | improve Nd; from millert@ |  jmc | 2004-02-10 | 1 | -2/+2 |
* | Unbreak handling of non-ASCII chars. Fixes PR 3594. From FreeBSD |  otto | 2003-12-07 | 1 | -15/+17 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 12 | -73/+25 |
* | section reorder; |  jmc | 2003-05-30 | 1 | -9/+9 |
* | strcpy/strcat -> strlcpy/strlcat |  tdeval | 2003-04-05 | 1 | -3/+2 |
* | - don't use the function enclosure macros. |  wcobb | 2002-10-16 | 1 | -32/+38 |
* | remaining easy snprintf conversions |  deraadt | 2002-05-25 | 2 | -10/+12 |
* | try to use strlcpy and snprintf more; ok various |  deraadt | 2002-05-24 | 1 | -2/+2 |
* | 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 | 3 | -51/+51 |
* | much greater care for malloc & realloc failures; millert ok |  deraadt | 2001-11-01 | 1 | -16/+37 |
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. |  lebel | 2001-06-27 | 1 | -3/+2 |
* | More of the same. |  aaron | 2000-08-09 | 1 | -2/+5 |
* | Repairs, mostly removing hard sentence breaks. |  aaron | 2000-04-18 | 1 | -2/+3 |
* | Mostly punctuation fixes. |  aaron | 2000-04-15 | 1 | -2/+2 |
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page |  aaron | 2000-03-14 | 2 | -7/+7 |
* | Do not leave `(' characters dangling at the end of lines; instead, use the |  aaron | 2000-03-06 | 1 | -3/+3 |
* | Add missing MLINKs |  millert | 1999-11-17 | 1 | -2/+2 |
* | - remove all trailing whitespace |  aaron | 1999-07-09 | 2 | -15/+15 |
* | trash some old leftover macros and replace them with -mdoc macros |  aaron | 1999-07-04 | 1 | -3/+3 |
* | use .Tn instead of .Em for logical/bitwise OR + AND |  aaron | 1999-06-05 | 1 | -80/+171 |
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 1999-05-23 | 2 | -4/+4 |
* | grammar police: do not hyphenate compound words that act as adjectives if the |  aaron | 1999-05-12 | 1 | -3/+3 |
* | make function names the correct case |  deraadt | 1999-02-27 | 1 | -13/+13 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 1 | -2/+2 |
* | realloc repair |  deraadt | 1998-08-14 | 1 | -4/+9 |
* | use Bx macro for BSD versions |  mickey | 1998-06-15 | 1 | -2/+4 |
* | some -Wall |  millert | 1998-03-19 | 1 | -18/+18 |
* | Fix warnings |  millert | 1997-08-24 | 2 | -120/+120 |