summaryrefslogtreecommitdiffstats
path: root/libexec/xtend/xtend.c
Commit message (Collapse)AuthorAgeFilesLines
* This is no longer needed after tw is gone.imp2003-04-271-403/+0
| | | | Approved by: re@ (scottl)
* Add missing commas. At least I didn't miss a period.imp2002-03-181-2/+2
|
* o MAXPATHLEN is the correct constant to use for path names, it includesimp2002-03-181-15/+11
| | | | | | 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-071-21/+26
| | | | 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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.
* Use err(3). Add prototypes. Document that startup scripts are rc.i386 andcharnier1997-12-041-29/+31
| | | | | rc.conf (enable/disable) not rc.local. Use full pathname in SYNOPSIS section.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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 forgotten $Id$wosch1996-09-221-0/+2
|
* Extensive updates to this package.jkh1995-04-181-25/+89
| | | | Submitted by: Gene Stark <gene@starkhome.cs.sunysb.edu>
* The X-10 demon. From 1.1.5.1.jkh1994-10-221-0/+304
OpenPOWER on IntegriCloud