Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
| | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 2 | -12/+21 |
| | |||||
* | Modernize my email address. | phk | 2002-03-25 | 4 | -4/+4 |
| | |||||
* | Modernize my email address | phk | 2002-03-25 | 8 | -8/+8 |
| | |||||
* | The mode of files created by ctm_rmail was always 0600, even if the | iedowse | 2002-01-22 | 1 | -0/+6 |
| | | | | | | | | | umask was less restrictive. This was caused by the use of mkstemp() which internally passes a mode of 0600 to open(). Fix this by explicitly chmod'ing the files to (0666 & ~umask). PR: bin/16119 Submitted by: Sascha Blank <blank@uni-trier.de> | ||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 3 | -6/+6 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -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. | ||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -5/+7 |
| | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 4 | -17/+21 |
| | | | | | 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. | obrien | 2001-07-20 | 5 | -5/+7 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -19/+19 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 2 | -3/+0 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | * fix ctm(8) to use mkstemp() instead of tempnam() for tempfile | kris | 2001-05-06 | 5 | -7/+64 |
| | | | | | | | | | | | | | 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. | ru | 2001-03-26 | 2 | -3/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -0/+3 |
| | |||||
* | There is an arbitrary file size limit in ctm of 20MB. By my reckoning, | mckay | 2001-02-19 | 1 | -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. | ru | 2001-02-01 | 1 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 3 | -92/+27 |
| | |||||
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 1 | -1/+1 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -1/+4 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | remove trailing periods from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -2/+6 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -2/+1 |
| | |||||
* | Complete migration of aliases file to /etc/mail/aliases. | gshapiro | 2000-08-13 | 1 | -1/+1 |
| | | | | | The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster have been contacted so those may be updated as well. | ||||
* | Change use of perror() to warn() | kris | 2000-08-03 | 1 | -1/+1 |
| | | | | Submitted by: bde | ||||
* | Doubling the size of MAXSIZE because of large delta indigestion. | chuckr | 2000-06-21 | 1 | -1/+1 |
| | | | | Submitted by: Stefan Esser. | ||||
* | Mark "name" as being an argument, so it is formatted correctly. | nik | 2000-03-07 | 1 | -1/+1 |
| | | | | | PR: docs/16834 Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au> | ||||
* | Correcting SECURITY warning. | chuckr | 2000-01-29 | 2 | -22/+32 |
| | | | | | Submitted by: Kris Kennaway Reviewed by: Warner Losh | ||||
* | Fix insecure tempfile handling. | kris | 2000-01-16 | 1 | -5/+18 |
| | | | | Reviewed by: audit@freebsd.org | ||||
* | |Since I had suffered from partially applied CTM deltas, some time ago, | phk | 2000-01-15 | 1 | -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. | kris | 2000-01-11 | 2 | -24/+51 |
| | |||||
* | Close buffer overflows. This is partially based on an old version of | kris | 2000-01-09 | 1 | -22/+25 |
| | | | | | | the fix from OpenBSD. Reviewed by: markm | ||||
* | Correct the email address that folk are to bug if they need | markm | 1999-11-29 | 1 | -24/+12 |
| | | | | | | help; also point them in the direction of the source, not PHK (or any other human) if they need to make CTM deltas of their own. | ||||
* | Remove comments left since mdoc.template time or just useless comments | phantom | 1999-10-30 | 1 | -8/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 19 | -19/+19 |
| | |||||
* | Some man page cleanup. Make the NAME and SYNOPSIS sections agree so | mpp | 1999-06-24 | 1 | -2/+4 |
| | | | | | | that whatis(1) will produce the expected results. Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc | ||||
* | Use 4 digit year in log file, rather than 2. | danny | 1999-01-19 | 1 | -1/+1 |
| | |||||
* | Paranoia: use mkstemp instead of mktemp. | nectar | 1998-07-27 | 1 | -6/+8 |
| | | | | | PR: bin/3211 Reported by: Mark Pritchard <mpp@FreeBSD.ORG> | ||||
* | Spellint fixes. | phk | 1998-06-10 | 1 | -3/+3 |
| | | | | | | PR: 6903 (not the contrib bits). Reviewed by: phk Submitted by: Josh Gillam <josh@quick.net> | ||||
* | Spelling/typo fix: (proccessed). | rnordier | 1998-04-20 | 1 | -2/+2 |
| | |||||
* | Spelling/typo fixes: (proccessed, og). | rnordier | 1998-04-20 | 1 | -3/+3 |
| | |||||
* | (evil) hackers -> crackers | cracauer | 1998-04-08 | 1 | -2/+2 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
| | |||||
* | Delete ctm_scan program. There is no manpage for ctm_scan | wosch | 1997-10-12 | 3 | -208/+2 |
| | | | | | | and nobody use it. Reviewed by: phk & Richard Wackerbarth | ||||
* | Use err(3). Use An/Aq for author name. | charnier | 1997-09-17 | 11 | -92/+97 |
| | |||||
* | fix misspelling | jmg | 1997-08-30 | 1 | -2/+2 |
| | | | | | | Submitted-by: Josh Gilliam Closes PR:4424 | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 21 | -21/+21 |
| |