| Commit message (Expand) | Author | Age | Files | Lines |
* | normalize the ordering of tame requests (particularily, "rpath wpath cpath", |  deraadt | 2015-10-10 | 1 | -3/+3 |
* | Change all tame callers to namechange to pledge(2). |  deraadt | 2015-10-09 | 1 | -5/+5 |
* | sed only works on files, so the obvious goal is to remove it's network |  deraadt | 2015-10-03 | 1 | -1/+9 |
* | fix eyesore whitespace |  jasper | 2015-07-20 | 1 | -6/+6 |
* | figure out the linewidth at initialization, rather than late |  deraadt | 2015-07-19 | 2 | -20/+17 |
* | Print strerror, not just the filename, if opening the inplace file fails. |  sthen | 2015-07-19 | 1 | -2/+3 |
* | various fixes; ok jasper |  jmc | 2015-07-18 | 2 | -16/+11 |
* | add missing prototype |  jasper | 2015-07-17 | 1 | -1/+2 |
* | 7 space indents?? |  deraadt | 2015-07-17 | 1 | -24/+22 |
* | add -i flag to sed to do in-place editing; mostly based on freebsd |  jasper | 2015-07-17 | 5 | -108/+276 |
* | POSIX specifies that that multiple '!' characters preceding a |  millert | 2015-06-23 | 1 | -2/+2 |
* | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 2015-04-18 | 1 | -4/+6 |
* | correct multiplication idiom during xreallocarray, and expand appendnum |  deraadt | 2015-04-13 | 2 | -9/+11 |
* | Make some $OpenBSD$ lines prettier/standardier by eliminating |  krw | 2015-01-19 | 2 | -2/+2 |
* | Bounds check the file path used in the 'w' command. Modified version |  jsg | 2014-12-12 | 1 | -2/+5 |
* | Rework the pointer swap in the 'P' command to make the intent |  jsg | 2014-12-12 | 1 | -4/+5 |
* | sed has a xreallocarray(), but two n*s cases were not replaced |  deraadt | 2014-12-01 | 1 | -7/+7 |
* | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ |  millert | 2014-11-26 | 1 | -2/+2 |
* | make the description of the syntax of function lists agree |  schwarze | 2014-10-22 | 1 | -10/+5 |
* | add a xreallocarray() like the existing fatal xmalloc(), and use it to |  deraadt | 2014-10-08 | 3 | -5/+16 |
* | paste in an EXAMPLES section, from posix spec; |  jmc | 2014-05-27 | 1 | -1/+29 |
* | there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7) |  jmc | 2014-05-27 | 1 | -4/+2 |
* | tweak the text for -a and function lists; |  jmc | 2014-05-26 | 1 | -8/+8 |
* | rework the SED FUNCTIONS text; |  jmc | 2014-05-26 | 1 | -19/+27 |
* | the `P' function was crying out for a comma; |  jmc | 2014-05-26 | 1 | -3/+3 |
* | posix does not count `!' as a separate function, and neither should we; |  jmc | 2014-05-26 | 1 | -5/+6 |
* | remove the ugly hack that saw two It macros used to render one item; replace |  jmc | 2014-05-26 | 1 | -102/+86 |
* | unsigned char for ctype |  deraadt | 2013-11-28 | 2 | -7/+9 |
* | Rewrite the main loop of the "sed s/..." command, to fix multiple |  schwarze | 2011-09-17 | 1 | -49/+44 |
* | Backout previous, naddy@ found the following regression: |  schwarze | 2011-07-26 | 1 | -43/+49 |
* | Rewrite the main loop of the "sed s/..." command, shortening it by ten |  schwarze | 2011-07-24 | 1 | -49/+43 |
* | NUL-terminate buffer in compiler_text() after realloc, not before. |  millert | 2010-11-15 | 1 | -2/+3 |
* | add an EXIT STATUS section for /usr/bin; |  jmc | 2010-09-03 | 1 | -3/+3 |
* | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation |  naddy | 2010-07-01 | 1 | -7/+10 |
* | Allow [ to be used as a delimiter. |  naddy | 2010-07-01 | 1 | -2/+2 |
* | remove references to docs we no longer install; |  jmc | 2010-01-10 | 1 | -5/+2 |
* | Stop installing many of the incredibly dated and un-authoritative share/doc |  deraadt | 2010-01-04 | 1 | -6/+1 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 4 | -27/+4 |
* | When adding text due to an a, c, or i command, don't eat the space(s) at |  reyk | 2009-10-23 | 1 | -3/+2 |
* | tweak previous; |  jmc | 2009-08-07 | 1 | -11/+14 |
* | add -E flag to compile regular expressions using the extended POSIX |  djm | 2009-08-07 | 4 | -16/+29 |
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 2009-02-08 | 1 | -3/+3 |
* | Move memory allocation closer to where it is needed. Also make |  millert | 2008-10-16 | 3 | -46/+46 |
* | Now that len is set later in compile_subst() we need to move the |  millert | 2008-10-09 | 1 | -5/+5 |
* | In compile_subst(), adjust for the fact that the initial buffer |  millert | 2008-10-09 | 1 | -3/+6 |
* | Don't strip newline when reading lines; matches the original behavior. |  millert | 2008-10-09 | 1 | -4/+2 |
* | Allow sed to handle arbitrarily long lines. Also plug a memory |  millert | 2008-10-08 | 4 | -47/+84 |
* | The 'l' command should not encode newlines. Also document that |  millert | 2008-10-07 | 2 | -9/+9 |
* | There is no /usr/old/bin/sed so compare test results against /usr/bin/sed |  millert | 2008-10-07 | 1 | -3/+3 |
* | note that the opening delimiter of a context address should be preceded |  jmc | 2008-09-01 | 1 | -3/+5 |