summaryrefslogtreecommitdiffstats
path: root/usr.bin/chat
Commit message (Collapse)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-191-27/+26
| | | | | | | | | | | | | | | | 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'.
* Minor mdoc fix.joel2012-09-111-13/+13
|
* mdocify the chat(8) manual page.joel2012-09-101-332/+401
| | | | Reviewed by: brueffer
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+2
| | | | especially in error cases.
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* Merge revisions 1.10 and 1.11 from DragonFly:delphij2008-03-071-68/+61
| | | | | | | | | | | | | | | | | | | | | - 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
* Rename logf --> chat_logf to avoid naming conflictskientzle2003-10-312-30/+29
| | | | | | with GCC built-in (and with C90 reserved library name). Approved by: gordon (Mentor)
* Replace -fno-builtin-logf with a -D argument to change the function name.peter2003-10-301-1/+1
|
* Disclaim ownership of pppd/chat. It is vendor code, but has been badlypeter2003-10-291-3/+3
| | | | neglected here.
* The math function logf() probably isn't doing us much good for loggingpeter2003-10-261-0/+1
| | | | stuff. Add -fno-builtin-logf.
* Big cleanup. Remove unused stuff, make closer to style(9).markm2003-08-221-183/+79
| | | | OK'ed by: peter (long time ago)
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
| | | | Add FreeBSD Id tag where missing.
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
|
* Remove local prototypes for main().jmallett2002-08-191-2/+0
|
* Revert last commit. Sorry for breaking thingstrhodes2002-07-221-10/+10
|
* MFC: Fix some grammar, greater reduce diffs to HEADtrhodes2002-07-221-10/+10
|
* Remove GCC-specific flags.markm2002-04-281-1/+0
|
* remove __Pimp2002-03-221-62/+34
|
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-5/+5
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Remove whitespace at EOL.dd2001-07-151-7/+7
|
* Eliminate troff(1) warnings that were hiding some useful text.ru2001-07-121-10/+10
|
* MAN[1-9] -> MAN.ru2001-03-271-2/+1
|
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-2/+4
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-77/+154
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix a buffer overflow due to sending strings >1k in length. This is unlikelykris1999-11-251-7/+9
| | | | | | to be a security problem, but it's not totally impossible. OpenBSD take note Reviewed by: imp
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-2/+4
|
* Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth)peter1998-06-232-7/+13
|
* Spelling corrections.jkoshy1998-06-031-3/+3
| | | | | PR: 6829 Submitted by: Josh Gilliam <josh@quick.net>
* merge ppp-2.3.3 changes onto mainlinepeter1998-03-212-726/+732
|
* -Wall cleanup.alex1997-12-291-2/+2
|
* Cleanup and remove the not-too-useful examples. The current versionspeter1997-08-227-368/+4
| | | | should be in share/examples if anywhere.
* Merge ppp-2.3.1 changes onto mainlinepeter1997-08-222-119/+614
|
* Remove use of program_name variable.charnier1997-06-241-9/+7
|
* make it so that chat doesn't fail when it can't get terminal params..jmg1997-04-021-2/+3
| | | | | | | this allows it to work on non-tty input... also don't warn when this happens as it could get noisy... Silence is Acceptance
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Typo fix.alex1996-12-151-2/+2
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Correct a typo.mpp1996-12-151-2/+2
| | | | Closes PR# 2217.
* Document how chat logis it information via syslog.mpp1996-07-031-3/+9
| | | | Submitted by: Partially based on a patch by Mark Diekhans
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-16/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Merge in changes from ppp-2.2's chat onto the mainline...peter1995-10-313-274/+514
|
* This commit was generated by cvs2svn to compensate for changes in r11987,peter1995-10-311-3/+4
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor branch import of chat from ppp-2.2 package..peter1995-10-313-268/+510
| |
* | Remove trailing whitespace.rgrimes1995-05-301-6/+6
| |
* | Use proper device names.ache1994-12-192-4/+2
| | | | | | | | Remove fix-cua script, does nothing good.
* | Use proper dialout device nameache1994-12-192-2/+2
| |
* | Use proper lock dir nameache1994-12-191-2/+2
| |
* | Changed one uucico(1) to uucico(8).ats1994-12-121-2/+2
| |
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r4374,lars1994-11-124-0/+1441
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud