aboutsummaryrefslogtreecommitdiff
path: root/sbin/rcorder
Commit message (Expand)AuthorAgeFilesLines
* Remove `r_tmp` to fix a -Wunused-but-set-variable warning with gcc 4.9Enji Cooper2016-02-011-6/+1
* Fix a ton of speelling errorsEitan Adler2015-10-211-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-12/+4
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+0
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-2/+4
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | - Revert r277670 (#include order is required for fparseln)Enji Cooper2015-01-252-4/+1
* | | | | Sort #include orderEnji Cooper2015-01-251-1/+1
* | | | | Remove the unnecessary globEnji Cooper2014-11-301-1/+1
* | | | | Fix CFLAGS+=-DDEBUG by using the right header for libutil (libutil.h, notEnji Cooper2014-11-302-8/+6
* | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-2/+2
* | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
| |/ |/|
* | Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-1/+1
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Add more static keywords to rcorder(8).Ed Schouten2011-12-111-48/+47
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-3/+3
* Gavin documented these alternate options in good faith in r222751Doug Barton2011-08-061-7/+4
* Bump .DdGavin Atkinson2011-06-061-1/+1
* Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted. ThisGavin Atkinson2011-06-061-0/+6
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-13/+13
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-293-83/+44
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Document the misleading nature of the REQUIRE line. The patch inMike Makonnen2008-06-091-1/+20
* Cleanup of userland __P useKevin Lo2007-11-075-34/+38
* do_file() is called recursively from several places and cannotXin LI2006-05-201-1/+9
* Crank WARNS up to 6, just because we can.Doug Barton2006-01-251-1/+1
* Fix a "free(): error: chunk is already free" under certainDoug Barton2006-01-171-3/+10
* Deal with harmful leading whitespace.Ruslan Ermilov2004-07-021-1/+1
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* mdoc(7) police: Fixed markup now that it was taken out of vendor branch.Ruslan Ermilov2002-11-251-30/+36
* The .Nm utility. Add FreeBSD Id.Philippe Charnier2002-07-061-3/+6
* This commit was generated by cvs2svn to compensate for changes in r98567,David E. O'Brien2002-06-212-3/+5
|\
| * Sync with NetBSD.David E. O'Brien2002-06-212-3/+5
* | Reduce the -I's as we don't need them all.David E. O'Brien2002-06-211-1/+1
* | FreeBSDize the NetBSD Makefile so that this compiles.David E. O'Brien2002-06-131-1/+9
|/
* Import the NetBSD 1.5 RC system.David E. O'Brien2001-06-168-0/+1800