aboutsummaryrefslogtreecommitdiff
path: root/libexec/comsat
Commit message (Collapse)AuthorAgeFilesLines
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+1
| | | | | | | socklen_t * argument. Notes: svn path=/head/; revision=141918
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141851
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
| | | | Notes: svn path=/head/; revision=140414
* Bump document date for the 'beep only' change.Johan Karlsson2002-08-161-1/+1
| | | | Notes: svn path=/head/; revision=101960
* mdoc(7) police: tidy up.Ruslan Ermilov2002-08-131-14/+19
| | | | Notes: svn path=/head/; revision=101783
* Add ability to only beep when mail arrives.Johan Karlsson2002-07-092-6/+27
| | | | | | | | | | | | | | | | comsat: only send two bell charecters if S_IXGRP is set and S_IXUSR is not. biff: add new option 'b' to set S_IXGRP. PR: 10931 Submitted by: Andrew J. Korty <ajk@purdue.edu> Approved by: sheldonh (mentor) MFC after: 1 month Notes: svn path=/head/; revision=99632
* The .Nm utilityPhilippe Charnier2002-07-061-5/+7
| | | | Notes: svn path=/head/; revision=99500
* o Eliminate __PWarner Losh2002-02-031-31/+18
| | | | | | | | | o Use new-style function definitions o remove some !__STDC__ code o eliminate register Notes: svn path=/head/; revision=90148
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-031-4/+4
| | | | | | | | | | | | | | | atoi -> strtoll fseek -> fseeko NOTE: that fseek not works for >long offsets per POSIX: [EOVERFLOW] For fseek( ), the resulting file offset would be a value which cannot be represented correctly in an object of type long. Fix minor cast too. Notes: svn path=/head/; revision=82851
* 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/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74529
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68949
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50476
* Fixed printf format errors.Bruce Evans1998-06-301-3/+5
| | | | Notes: svn path=/head/; revision=37297
* Use err(3). exit(-1) -> exit(1).Philippe Charnier1997-11-201-11/+11
| | | | Notes: svn path=/head/; revision=31307
* Allow backspace tooAndrey A. Chernov1997-09-151-2/+2
| | | | Notes: svn path=/head/; revision=29433
* disable upper controls and enable all otherAndrey A. Chernov1997-09-151-11/+15
| | | | | | | 8bit codes due to lack of locale knowledge in daemon Notes: svn path=/head/; revision=29432
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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-223-0/+4
| | | | Notes: svn path=/head/; revision=18471
* wrong C bracketing, *blush*...Peter Wemm1996-09-071-1/+1
| | | | Notes: svn path=/head/; revision=18097
* Another sgtty use bites the dust..Peter Wemm1996-09-071-5/+4
| | | | Notes: svn path=/head/; revision=18093
* Pass in both username and file to jkfprintfPaul Traina1996-06-041-6/+7
| | | | Notes: svn path=/head/; revision=16105
* Extend message format to user@offset[:file]Andrey A. Chernov1994-10-152-11/+42
| | | | | | | Obtained from: FreeBSD 1.x Notes: svn path=/head/; revision=3618
* Update to new make macros and disable Kerberos because we haven't got itGarrett Wollman1994-08-051-1/+1
| | | | | | | set up right yet. Notes: svn path=/head/; revision=1875
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-273-0/+386
Notes: svn path=/vendor/CSRG/dist/; revision=1592