summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/ctm
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314659,r314676:ngie2017-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | r314659: usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output r314676: Fix build after r314656 Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't been pulled in via bsd.init.mk (via bsd.lib.mk, bsd.prog.mk), so the value of .ALLSRC (evaluated immediately) was empty. .include bsd.init.mk explicitly so we can be certain that the values used as dependencies in the targets are defined when the target recipe has been evaluated. Reminder: thou shalt separate out separate functional changes before committing them. (YUGE) Pointyhat to: ngie In collaboration with: bdrewery
* Remove a link to the CTM section of the Handbook, which no longer exists.wblock2016-04-141-6/+1
| | | | MFC after: 1 week
* Flesh out the SEE ALSO section.brueffer2015-12-141-1/+12
| | | | | | PR: 202929 Submitted by: jhs@berklix.com MFC after: 1 week
* Add META_MODE support.sjg2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-192-8/+6
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Updated dependenciessjg2013-03-111-0/+1
| | |
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |/ |/| | | | | Reduce overlinking
* | use .Mt to mark up email addresses consistently (part2)bapt2014-06-202-8/+6
|/ | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-142-2/+2
| | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* Expand *n't contractions.ru2005-02-132-3/+3
|
* Line up license text.ru2005-02-132-12/+12
|
* Mechanically kill hard sentence breaks.ru2004-07-022-26/+52
|
* Remove the maximum patch size limit. It was intended as a check againstmckay2003-04-072-5/+0
| | | | | | | | | | applying corrupt deltas, but has never (to my knowledge) caught any sort of corruption, but instead has caused failures on correct deltas several times. I don't see any way to make the check useful, so it's gone. Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> PR: 50461 MFC after: 7 days
* style.Makefile(5)obrien2003-04-041-7/+7
|
* Use `The .Nm utility'charnier2002-04-201-5/+9
|
* Modernize my email address.phk2002-03-253-3/+3
|
* Modernize my email addressphk2002-03-258-8/+8
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-132-4/+4
|
* mdoc(7) police:ru2001-08-071-12/+10
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-6/+6
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
|
* Remove whitespace at EOL.dd2001-07-152-19/+19
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-2/+0
|
* * fix ctm(8) to use mkstemp() instead of tempnam() for tempfilekris2001-05-062-4/+54
| | | | | | | | | | | | | creation. * Tag the internal err() function with __printflike to allow checking for non-constant format string arguments (none exist) * Use fmtcheck() to sanitize the tar command obtained via -t to make sure it doesn't contain extraneous format operators. Reviewed by: mikeh MFC after: 1 week
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* There is an arbitrary file size limit in ctm of 20MB. By my reckoning,mckay2001-02-191-1/+1
| | | | | | ports/INDEX,v is currently 19.97MB and will blow this limit on the next update. Let's try doubling the limit again, to give us time to get around to removing the limit altogether.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
|
* Prepare for mdoc(7)NG.ru2000-12-272-90/+26
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
|
* remove trailing periods from SEE ALSO.ben2000-11-151-1/+1
|
* Change use of perror() to warn()kris2000-08-031-1/+1
| | | | Submitted by: bde
* Doubling the size of MAXSIZE because of large delta indigestion.chuckr2000-06-211-1/+1
| | | | Submitted by: Stefan Esser.
* Mark "name" as being an argument, so it is formatted correctly.nik2000-03-071-1/+1
| | | | | PR: docs/16834 Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
* Correcting SECURITY warning.chuckr2000-01-291-11/+16
| | | | | Submitted by: Kris Kennaway Reviewed by: Warner Losh
* Fix insecure tempfile handling.kris2000-01-161-5/+18
| | | | Reviewed by: audit@freebsd.org
* |Since I had suffered from partially applied CTM deltas, some time ago,phk2000-01-151-4/+10
| | | | | | | | | |I made ctm ignore deltas for files that match the "after edit" MD5. |(In one case, I had the compiler fill all temporary space while CTM |was editing files.) Submitted by: se Reviewed by: phk
* Document the (in)security features of CTM, especially ctm_rmail.kris2000-01-111-1/+27
|
* $Id$ -> $FreeBSD$peter1999-08-2812-12/+12
|
* Spellint fixes.phk1998-06-101-3/+3
| | | | | | PR: 6903 (not the contrib bits). Reviewed by: phk Submitted by: Josh Gillam <josh@quick.net>
* Spelling/typo fix: (proccessed).rnordier1998-04-201-2/+2
|
* Use err(3). Use An/Aq for author name.charnier1997-09-178-67/+72
|
* Revert $FreeBSD$ to $Id$peter1997-02-2212-12/+12
|
OpenPOWER on IntegriCloud