aboutsummaryrefslogtreecommitdiff
path: root/libexec/xtend/xtend.c
Commit message (Collapse)AuthorAgeFilesLines
* This is no longer needed after tw is gone.Warner Losh2003-04-271-403/+0
| | | | | | | Approved by: re@ (scottl) Notes: svn path=/head/; revision=114113
* Add missing commas. At least I didn't miss a period.Warner Losh2002-03-181-2/+2
| | | | Notes: svn path=/head/; revision=92594
* o MAXPATHLEN is the correct constant to use for path names, it includesWarner Losh2002-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 :-) Notes: svn path=/head/; revision=92543
* o __P removal.Warner Losh2002-02-071-21/+26
| | | | | | | o Use new prototypes and function definitions only. Notes: svn path=/head/; revision=90332
* - Change parameters of signal handlers in order to be correct (they areAndrew R. Reiter2001-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 Notes: svn path=/head/; revision=87064
* - Fix some poor signal handler usage.Andrew R. Reiter2001-11-261-12/+49
| | | | | | | Reviewed by: -audit (and their silence), jhb, maintainer's silence Notes: svn path=/head/; revision=86916
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Correction to previous commit.Gene Stark1999-08-081-9/+5
| | | | Notes: svn path=/head/; revision=49507
* Corrected mistake that was causing daemon to loop without servingGene Stark1999-08-081-2/+2
| | | | | | | | user requests. Note that nothing can be said about the value of 'user' unless User != NULL. Notes: svn path=/head/; revision=49505
* Use err(3). Add prototypes. Document that startup scripts are rc.i386 andPhilippe Charnier1997-12-041-29/+31
| | | | | | | | rc.conf (enable/disable) not rc.local. Use full pathname in SYNOPSIS section. Notes: svn path=/head/; revision=31525
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+2
| | | | Notes: svn path=/head/; revision=18471
* Extensive updates to this package.Jordan K. Hubbard1995-04-181-25/+89
| | | | | | | Submitted by: Gene Stark <gene@starkhome.cs.sunysb.edu> Notes: svn path=/head/; revision=7914
* The X-10 demon. From 1.1.5.1.Jordan K. Hubbard1994-10-221-0/+304
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=3779