summaryrefslogtreecommitdiffstats
path: root/libexec/xtend
Commit message (Collapse)AuthorAgeFilesLines
* Add missing commas. At least I didn't miss a period.imp2002-03-182-3/+3
|
* o MAXPATHLEN is the correct constant to use for path names, it includesimp2002-03-182-19/+13
| | | | | | the NULL. o use snprintf in preference to unchecked strcat in a couple of places that likely can't overflow. Makes it easier to grep for strcpy :-)
* o __P removal.imp2002-02-075-39/+39
| | | | o Use new prototypes and function definitions only.
* - Change parameters of signal handlers in order to be correct (they arearr2001-11-281-12/+9
| | | | | | | | | | handed a integer, not void). - No need to set flags to zero when they already will be. - It was also noted the manner in which the signal handling has changed might possibly generate some problems (hangs possibly) -- these, while remaining in the code, will be fixed shortly (within a day). Submitted by: bde
* - Fix some poor signal handler usage.arr2001-11-261-12/+49
| | | | Reviewed by: -audit (and their silence), jhb, maintainer's silence
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+2
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for libexec/ to 8.ru2001-03-201-2/+0
|
* Prepare for mdoc(7)NG.ru2000-12-201-41/+37
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-289-9/+9
|
* Correction to previous commit.stark1999-08-081-9/+5
|
* Corrected mistake that was causing daemon to loop without servingstark1999-08-081-2/+2
| | | | | user requests. Note that nothing can be said about the value of 'user' unless User != NULL.
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsfenner1999-02-151-2/+2
| | | | | don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental" isn't an OS name.
* PR: misc/4679stark1998-04-181-1/+2
| | | | | Submitted by: Glen Foster (gfoster@gfoster.com) Fix missing "/" in dump file pathname.
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-191-2/+2
|
* Use err(3). Add prototypes. Document that startup scripts are rc.i386 andcharnier1997-12-045-61/+92
| | | | | rc.conf (enable/disable) not rc.local. Use full pathname in SYNOPSIS section.
* Submitted by: Gene Stark and Robert Sexton (robert@kudra.com)stark1997-06-242-10/+17
| | | | | Added patches from Robert Sexton to eliminate case sensitivity of the xtend command.
* Revert $FreeBSD$ to $Id$peter1997-02-229-9/+9
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-149-9/+9
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add missing comma(s) in .Xr macroswosch1996-09-231-2/+2
|
* add forgotten $Id$wosch1996-09-228-0/+16
|
* Fixed DPADD.bde1996-09-051-2/+3
|
* Removed unused `-I.'s from CFLAGS.bde1996-09-041-2/+2
| | | | | | | | "." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'.
* Correct a file location in the FILES section.mpp1996-02-091-1/+1
|
* Remove trailing whitespace.rgrimes1995-05-302-2/+2
|
* Extensive updates to this package.jkh1995-04-188-33/+98
| | | | Submitted by: Gene Stark <gene@starkhome.cs.sunysb.edu>
* The X-10 demon. From 1.1.5.1.jkh1994-10-229-0/+1228
OpenPOWER on IntegriCloud