aboutsummaryrefslogtreecommitdiff
path: root/libexec/xtend
Commit message (Collapse)AuthorAgeFilesLines
* This is no longer needed after tw is gone.Warner Losh2003-04-279-1379/+0
| | | | | | | Approved by: re@ (scottl) Notes: svn path=/head/; revision=114113
* The .Nm utilityPhilippe Charnier2002-07-061-8/+18
| | | | Notes: svn path=/head/; revision=99500
* Add missing commas. At least I didn't miss a period.Warner Losh2002-03-182-3/+3
| | | | Notes: svn path=/head/; revision=92594
* o MAXPATHLEN is the correct constant to use for path names, it includesWarner Losh2002-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 :-) Notes: svn path=/head/; revision=92543
* o __P removal.Warner Losh2002-02-075-39/+39
| | | | | | | 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
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79529
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+2
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74529
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-201-41/+37
| | | | Notes: svn path=/head/; revision=70227
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69857
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
| | | | 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
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsBill Fenner1999-02-151-2/+2
| | | | | | | | don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental" isn't an OS name. Notes: svn path=/head/; revision=44060
* PR: misc/4679Gene Stark1998-04-181-1/+2
| | | | | | | | Submitted by: Glen Foster (gfoster@gfoster.com) Fix missing "/" in dump file pathname. Notes: svn path=/head/; revision=35270
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-191-2/+2
| | | | Notes: svn path=/head/; revision=34671
* Use err(3). Add prototypes. Document that startup scripts are rc.i386 andPhilippe Charnier1997-12-045-61/+92
| | | | | | | | rc.conf (enable/disable) not rc.local. Use full pathname in SYNOPSIS section. Notes: svn path=/head/; revision=31525
* Submitted by: Gene Stark and Robert Sexton (robert@kudra.com)Gene Stark1997-06-242-10/+17
| | | | | | | | Added patches from Robert Sexton to eliminate case sensitivity of the xtend command. Notes: svn path=/head/; revision=26867
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-229-9/+9
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-231-2/+2
| | | | Notes: svn path=/head/; revision=18480
* add forgotten $Id$Wolfram Schneider1996-09-228-0/+16
| | | | Notes: svn path=/head/; revision=18471
* Fixed DPADD.Bruce Evans1996-09-051-2/+3
| | | | Notes: svn path=/head/; revision=18050
* Removed unused `-I.'s from CFLAGS.Bruce Evans1996-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}'. Notes: svn path=/head/; revision=18035
* Correct a file location in the FILES section.Mike Pritchard1996-02-091-1/+1
| | | | Notes: svn path=/head/; revision=13990
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-2/+2
| | | | Notes: svn path=/head/; revision=8870
* Extensive updates to this package.Jordan K. Hubbard1995-04-188-33/+98
| | | | | | | 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-229-0/+1228
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=3779