History log of /freebsd-10.0-release/usr.bin/chat/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


241737 19-Oct-2012 ed

More -Wmissing-variable-declarations fixes.

In addition to adding `static' where possible:

- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.


240370 11-Sep-2012 joel

Minor mdoc fix.


240304 10-Sep-2012 joel

mdocify the chat(8) manual page.

Reviewed by: brueffer


236213 29-May-2012 kevlo

Make sure that each va_start has one and only one matching va_end,
especially in error cases.


213573 08-Oct-2010 uqs

mdoc: drop redundant .Pp and .LP calls

They have no effect when coming in pairs, or before .Bl/.Bd


176888 07-Mar-2008 delphij

Merge revisions 1.10 and 1.11 from DragonFly:

- Use real getopt() handling instead of the hand-rolled and
IOCCC-worthy "Micro getopt()" macros, plus clean up to the
option handling code:
* Sort the options in the switch statement;
* Plug piddling memory leaks when processing repeated options
by freeing strings before allocating them for a second time;
* Die with a fatal error if the requested report file cannot
be opened for appending;
* Don't call init() before usage() (to prevent the usage
message being mangled by changes to the terminal settings;)
- Clean up the usage message, both in usage() and in the main
program comment, both stylistically (sort and combine options)
and for accuracy (following the manual page, make note of the -s
and -S flags, and use the term 'send' instead of 'say' to reduce
confusion (SAY is the name of a command for output to the user,
not the connection.))

Obtained from: DragonFly


121784 31-Oct-2003 kientzle

Rename logf --> chat_logf to avoid naming conflicts
with GCC built-in (and with C90 reserved library name).

Approved by: gordon (Mentor)


121764 30-Oct-2003 peter

Replace -fno-builtin-logf with a -D argument to change the function name.


121701 29-Oct-2003 peter

Disclaim ownership of pppd/chat. It is vendor code, but has been badly
neglected here.


121544 26-Oct-2003 peter

The math function logf() probably isn't doing us much good for logging
stuff. Add -fno-builtin-logf.


119316 22-Aug-2003 markm

Big cleanup. Remove unused stuff, make closer to style(9).

OK'ed by: peter (long time ago)


108470 30-Dec-2002 schweikh

Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.


102412 25-Aug-2002 charnier

Replace various spelling with FALLTHROUGH which is lint()able


102084 19-Aug-2002 jmallett

Remove local prototypes for main().


100532 22-Jul-2002 trhodes

Revert last commit. Sorry for breaking things


100529 22-Jul-2002 trhodes

MFC: Fix some grammar, greater reduce diffs to HEAD


95653 28-Apr-2002 markm

Remove GCC-specific flags.


92920 22-Mar-2002 imp

remove __P


80381 26-Jul-2001 sheldonh

Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.

Submitted by: David Hill <david@phobia.ms>


79755 15-Jul-2001 dd

Remove whitespace at EOL.


79633 12-Jul-2001 ru

Eliminate troff(1) warnings that were hiding some useful text.


74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


57695 02-Mar-2000 sheldonh

Remove more single-space hard sentence breaks.


57670 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


53686 25-Nov-1999 kris

Fix a buffer overflow due to sending strings >1k in length. This is unlikely
to be a security problem, but it's not totally impossible. OpenBSD take note

Reviewed by: imp


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


41568 06-Dec-1998 archie

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


37126 23-Jun-1998 peter

Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth)


36601 03-Jun-1998 jkoshy

Spelling corrections.

PR: 6829
Submitted by: Josh Gilliam <josh@quick.net>


34766 21-Mar-1998 peter

merge ppp-2.3.3 changes onto mainline


32069 29-Dec-1997 alex

-Wall cleanup.


28600 22-Aug-1997 peter

Cleanup and remove the not-too-useful examples. The current versions
should be in share/examples if anywhere.


28597 22-Aug-1997 peter

Merge ppp-2.3.1 changes onto mainline


26880 24-Jun-1997 charnier

Remove use of program_name variable.


24541 02-Apr-1997 jmg

make it so that chat doesn't fail when it can't get terminal params..
this allows it to work on non-tty input... also don't warn when this
happens as it could get noisy...

Silence is Acceptance


23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


20510 15-Dec-1996 alex

Typo fix.

Submitted by: Philippe Charnier <charnier@xp11.frmug.org>


20493 15-Dec-1996 mpp

Correct a typo.

Closes PR# 2217.


16935 03-Jul-1996 mpp

Document how chat logis it information via syslog.

Submitted by: Partially based on a patch by Mark Diekhans


13123 30-Dec-1995 peter

This commit was generated by cvs2svn to compensate for changes in r13122,
which included commits to RCS files with non-trunk default branches.


11990 31-Oct-1995 peter

Merge in changes from ppp-2.2's chat onto the mainline...


11988 31-Oct-1995 peter

This commit was generated by cvs2svn to compensate for changes in r11987,
which included commits to RCS files with non-trunk default branches.


8874 30-May-1995 rgrimes

Remove trailing whitespace.


5172 19-Dec-1994 ache

Use proper device names.
Remove fix-cua script, does nothing good.


5171 19-Dec-1994 ache

Use proper dialout device name


5168 19-Dec-1994 ache

Use proper lock dir name


5058 12-Dec-1994 ats

Changed one uucico(1) to uucico(8).


4375 12-Nov-1994 lars

This commit was generated by cvs2svn to compensate for changes in r4374,
which included commits to RCS files with non-trunk default branches.