summaryrefslogtreecommitdiffstats
path: root/sbin/rcorder
Commit message (Collapse)AuthorAgeFilesLines
* MFC r289677:bdrewery2016-01-071-2/+2
| | | | Fix a ton of speelling errors
* MFC r277674:ngie2015-02-022-8/+3
| | | | | | | | | r277674 (by ngie): Fix building rcorder with -DDEBUG by using libutil.h instead of util.h from usr.bin/make Sponsored by: EMC / Isilon Storage Division
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-191-1/+1
| | | | | | | | | | | This self-written compiler warning, which is hopefully going to be committed into LLVM sources soon, warns about potentially missing `static' keywords, similar to -Wmissing-prototypes. - bin/pax: Move external declaration of chdname and s_mask into extern.h. - bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h. - sbin/mount_fusefs: Remove char *progname; use getprogname(). - others: add `static' where possible.
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* Add more static keywords to rcorder(8).ed2011-12-111-48/+47
| | | | | | The global variables and functions provided by rcorder.c are not used in the other C files, as the other C files only provide memory allocation and hash functions. This reduces the binary size by 10%.
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-3/+3
| | | | | | These tools declare global variables without using the static keyword, even though their use is limited to a single C-file, or without placing an extern declaration of them in the proper header file.
* Gavin documented these alternate options in good faith in r222751dougb2011-08-061-7/+4
| | | | | | | | | based on the patch in the PR, however he was unaware that they were undocumented intentionally. This patch moves the information about these alternates into a comment which also explains why they are undocumented. Approved by: re (hrs)
* Bump .Ddgavin2011-06-061-1/+1
| | | | | Forgotten by: gavin MFC after: 1 week
* Document that REQUIRES, PROVIDES and KEYWORDS are alos accepted. Thisgavin2011-06-061-0/+6
| | | | | | | | | chnage is different to the one suggested in the PR to try to avoid cluttering the man page too much. PR: docs/154494 Submitted by: kilian <kilian.klimek googlemail.com> MFC after: 1 week
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-13/+13
| | | | | | | | | | | bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them. Found by: mdocml lint run Reviewed by: ru
* ANSIfy almost all applications that use WARNS=6.ed2009-12-293-83/+44
| | | | | | | I was considering committing all these patches one by one, but as discussed with brooks@, there is no need to do this. If we ever need/want to merge these changes back, it is still possible to do this per application.
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-1/+0
| | | | Submitted by: Ulrich Spörlein
* Document the misleading nature of the REQUIRE line. The patch inmtm2008-06-091-1/+20
| | | | | | | the PR has been heavily edited for style(9) and clarity. Mistakes are mine. PR: bin/124251
* Cleanup of userland __P usekevlo2007-11-075-34/+38
|
* do_file() is called recursively from several places and cannotdelphij2006-05-201-1/+9
| | | | | | | | safely free() anything related to items that may be recursed on. Obtained from: DragonFly (rev 1.7, dillon) PR: bin/94767 MFC After: 1 month
* Crank WARNS up to 6, just because we can.dougb2006-01-251-1/+1
|
* Fix a "free(): error: chunk is already free" under certaindougb2006-01-171-3/+10
| | | | | | | | circumstances that include circular dependencies. PR: bin/91789 PR submitted by: Frank Behrens <frank@pinky.sax.de> Patch submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz>
* Deal with harmful leading whitespace.ru2004-07-021-1/+1
|
* style.Makefile(5):johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* mdoc(7) police: Fixed markup now that it was taken out of vendor branch.ru2002-11-251-30/+36
| | | | Approved by: re
* The .Nm utility. Add FreeBSD Id.charnier2002-07-061-3/+6
|
* This commit was generated by cvs2svn to compensate for changes in r98567,obrien2002-06-212-3/+5
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Sync with NetBSD.obrien2002-06-212-3/+5
| | | | | | | | | | | | * don't whine about non-regular files. It is perfectly normal to keep a CVS or RCS directory in /etc/rc.d. * manpage tweak
* | Reduce the -I's as we don't need them all.obrien2002-06-211-1/+1
| |
* | FreeBSDize the NetBSD Makefile so that this compiles.obrien2002-06-131-1/+9
|/
* Import the NetBSD 1.5 RC system.obrien2001-06-168-0/+1800
Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names.
OpenPOWER on IntegriCloud