| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix regression with /i caused by r303047 | Enji Cooper | 2016-07-31 | 1 | -1/+5 | |
| * | Explicitly test for cu_fgets returning NULL or !NULL | Enji Cooper | 2016-07-30 | 1 | -2/+2 | |
| * | Remove usage of _WITH_GETLINE from usr.bin | Baptiste Daroussin | 2016-07-30 | 1 | -1/+0 | |
| * | Don't call basename() and dirname() in an unportable way. | Ed Schouten | 2016-07-28 | 1 | -2/+8 | |
| * | Testcase 7.8 no longer needs to be marked TODO | Enji Cooper | 2016-07-27 | 1 | -1/+0 | |
| * | sed(1): Appease older GCC. | Pedro F. Giffuni | 2016-07-21 | 1 | -1/+2 | |
| * | sed(1): Assorted cleanups and simplifications. | Pedro F. Giffuni | 2016-07-19 | 7 | -193/+174 | |
| * | sed(1): Fix off by one introduced in r299211. | Pedro F. Giffuni | 2016-07-17 | 1 | -1/+1 | |
| * | 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 | |
| | |_|_|/ |/| | | | ||||||
