Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed(1): Fix a mismatch and sync with the OpenBSD's commit. | Pedro F. Giffuni | 2016-06-01 | 1 | -5/+6 |
* | sed: convert sed to use REG_STARTEND more explicitly. | Pedro F. Giffuni | 2016-05-25 | 1 | -16/+22 |
* | sed.1: Correction for the case insensitive case. | Pedro F. Giffuni | 2016-05-10 | 1 | -2/+2 |
* | Revert r299279: | Pedro F. Giffuni | 2016-05-10 | 1 | -1/+6 |
* | Simplify redundant malloc'ing in sed -e. | Pedro F. Giffuni | 2016-05-09 | 1 | -6/+1 |
* | sed: rewrite the main loop. | Pedro F. Giffuni | 2016-05-07 | 1 | -49/+43 |
* | Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed | Enji Cooper | 2016-05-04 | 2 | -160/+155 |
* | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni | 2016-04-21 | 1 | -5/+5 |
* | MFH | Glen Barber | 2016-04-06 | 1 | -2/+1 |
|\ | |||||
| * | Fix sed functions 'i' and 'a' from discarding leading white space. | Pedro F. Giffuni | 2016-04-06 | 1 | -2/+1 |
* | | MFH | Glen Barber | 2016-03-10 | 2 | -0/+22 |
|\| | |||||
| * | DIRDEPS_BUILD: Connect MK_TESTS. | Bryan Drewery | 2016-03-09 | 2 | -0/+22 |
* | | First pass to fix the 'tests' packages. | Glen Barber | 2016-02-02 | 2 | -0/+7 |
|/ | |||||
* | Fix a ton of speelling errors | Eitan Adler | 2015-10-21 | 1 | -1/+1 |
* | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and | Enji Cooper | 2015-10-12 | 1 | -2/+0 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+18 |
|\ | |||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 5 | -10/+19 |
| |\ | |/ |/| | |||||
| * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 4 | -26/+87 |
| |\ | |||||
| * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -9/+16 |
| |\ \ | |||||
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge head | Simon J. Gerraty | 2014-04-28 | 162 | -3/+5748 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 1 | -8/+11 |
| |\ \ \ \ \ | |||||
| * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+19 |
* | | | | | | | sed: fix pasto from previous r277802. | Pedro F. Giffuni | 2015-01-27 | 1 | -2/+2 |
* | | | | | | | Fix resource leak and dereference after NULL. | Pedro F. Giffuni | 2015-01-27 | 2 | -1/+3 |
* | | | | | | | Replace __inline GNUism with the standard inline. | Pedro F. Giffuni | 2015-01-13 | 1 | -2/+2 |
* | | | | | | | Add a regression test for PR 192108. | Jeremie Le Hen | 2015-01-10 | 2 | -1/+5 |
* | | | | | | | Partial revert of r276832: | Pedro F. Giffuni | 2015-01-08 | 1 | -0/+2 |
* | | | | | | | sed: Address warnings with clang and gcc48. | Pedro F. Giffuni | 2015-01-08 | 3 | -7/+5 |
* | | | | | | | sed: Bounds check the file path used in the 'w' command. | Pedro F. Giffuni | 2014-12-16 | 1 | -1/+4 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | sed(1): Don't force a newline on last line, if input stream doesn't have one | Jean-Sébastien Pédron | 2014-08-08 | 4 | -8/+61 |
* | | | | | | Fix relative numerical addressing (addr,+N). | Jeremie Le Hen | 2014-07-30 | 1 | -18/+26 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | More sed(1) usage fixing: the extension -i is not optional. | Pedro F. Giffuni | 2014-07-03 | 1 | -1/+1 |
* | | | | | Fix sed(1) usage: the extension -i is not an optional. | Pedro F. Giffuni | 2014-07-02 | 1 | -1/+1 |
* | | | | | use .Mt to mark up email addresses consistently (part3) | Baptiste Daroussin | 2014-06-23 | 1 | -1/+1 |
* | | | | | Drop ifdef nonsense: just use setvbuf(3). | Pedro F. Giffuni | 2014-06-21 | 1 | -9/+3 |
* | | | | | Add -u (unbuffered output) after GNU sed. | Pedro F. Giffuni | 2014-06-20 | 2 | -6/+19 |
| |_|_|/ |/| | | | |||||
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Mark multi_test as requiring /usr/share/dict/words. | Julio Merino | 2014-03-19 | 1 | -0/+1 |
* | | | Migrate most of tools/regression/usr.bin/ to the new tests layout. | Julio Merino | 2014-03-16 | 160 | -0/+5743 |
* | | | Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i' | Eitan Adler | 2013-12-09 | 2 | -3/+4 |
| |/ |/| | |||||
* | | sed: use getline() instead of fgetln(). | Pedro F. Giffuni | 2013-06-26 | 1 | -8/+11 |
|/ | |||||
* | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 1 | -2/+2 |
* | Reword '}' description to sound more clear. | Andrey A. Chernov | 2011-10-29 | 1 | -1/+1 |
* | Update '}' description to reflect reality (and POSIX) | Andrey A. Chernov | 2011-10-28 | 1 | -1/+1 |