summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk
Commit message (Collapse)AuthorAgeFilesLines
* User NULL instead of 0 for pointers.araujo2016-04-181-1/+1
| | | | | | getservent(3) returns NULL on EOF or error. MFC after: 2 weeks.
* talk(1): Replace select(2) with poll(2)pfg2016-02-252-20/+16
| | | | Hinted by: OpenBSD and NetBSD
* Add META_MODE support.sjg2015-06-131-0/+21
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-2/+2
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-2/+2
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-1/+2
| | |
| * | Merge headsjg2014-04-284-124/+145
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| | | |
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-041-1/+1
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+23
| | |/ / / | |/| | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+2
| |_|_|/ |/| | | | | | | | | | | Reduce overlinking
* | | | Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"ngie2014-08-261-2/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Also, add a missing LIBPANEL dependency for lldb Approved by: rpaulo (mentor) Suggested by: brooks MFC after: 5 days Phabric: D675 (as part of a larger diff) PR: 192762
* | | Make talk(1) capable of displaying UTF-8 characters.glebius2014-03-174-124/+145
| |/ |/| | | | | Sponsored by: Nginx, Inc.
* | Bump date missed in r202756eadler2012-09-141-1/+1
|/ | | | | | | PR: docs/171624 Submitted by: bdrewery Approved by: gabor MFC after: 3 days
* Remove hand-written version of strcspn().ed2012-01-031-2/+1
| | | | | The code searches for the first occurence of @, : or !. Upon failure, it returns the index of \0. This is exactly what strcspn() does.
* Spelling fixes for usr.bin/uqs2011-12-302-3/+3
|
* Add missing static keywords to talk(1)ed2011-11-064-4/+6
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-1114-56/+2
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-211-2/+2
| | | | I removed utmp and its manpage, but not other manpages referring to it.
* Move unistd.h includes to individual .c files and remove unnecessarydelphij2009-12-119-2/+7
| | | | includes.
* Utilize strlcpy().delphij2009-02-211-6/+3
|
* ANSIfy function prototypes. While I am there, constify some parameters anddelphij2008-04-2813-61/+36
| | | | | make use of C99 sparse initialization for static variables, this makes talk(1) to compile cleanly with WARNS=6.
* Use socklen_t where appropriate.stefanf2005-03-111-1/+2
|
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Include missing headers.stefanf2005-02-092-0/+4
|
* Sort sections.ru2005-01-181-10/+10
|
* Document missing multibyte character support in utilities specifiedtjr2004-07-031-1/+3
| | | | by POSIX.
* mdoc(7) policebms2004-06-151-1/+1
| | | | Submitted by: ru
* Change the default behaviour of talk(1) to use "localhost" as thebms2004-06-142-1/+18
| | | | | | | | | | | | | | | | | | "machine name" in ntalkd(8) request packets, when the destination and source are local. This should make talk(1) use much more pleasant for those security- conscious individuals who have chosen to bind talkd to "localhost". Previous to this change, talk(1) would require that the hostname of the machine, as retrieved by gethostname(3), resolved to a valid and reachable IPv4 address, using gethostbyname(3). This makes talk(1) dependent on a valid host entry for "localhost" in /etc/hosts (or the Domain Name System). PR: bin/23178 Submitted by: angui.sh admin (with cleanups)
* Do not attempt ro read more than sizeof(buf) from stdin.cognet2004-05-101-0/+2
|
* Handle window resizing better.cognet2004-04-193-0/+65
| | | | | Submitted by: Cyril Nguyen Huu Obtained from: OpenBSD
* 1. Use socklen_t instead of intcperciva2004-03-211-4/+4
| | | | | | 2. Compare socket(2) return code to -1, not <= 0. Obtained from: OpenBSD rev. 1.9
* Use the new style struct sockaddr instead of osockaddr in system callstjr2003-09-282-2/+11
| | | | | | so that talk works without COMPAT_43. Obtained from: NetBSD (christos), Rumi Szabolcs
* Don't cast ioctl FIONREAD's argument to struct sgttyb *. This makestjr2003-09-281-1/+1
| | | | | | | no function changes, but removes an unnecessary reference to a deprecated struct. Obtained from: NetBSD (thorpej)
* remove whitespace at end of lineluigi2003-07-042-2/+2
|
* Add a reference to talkd(8) as a hint that talk(1) depends on akeramida2003-01-231-1/+2
| | | | | | service to work correctly. Inspired by: P. U. Kruppa <520023893678-0001@t-online.de>
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
| | | | especially in troff files.
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
|
* Remove local prototypes for main().jmallett2002-08-191-2/+0
|
* mdoc fun: add a few more sentence breaks.keramida2002-07-151-4/+8
|
* Clear local screen when ^D is typed.luigi2002-07-143-2/+24
| | | | | | Use setproctitle to remove arguments from 'ps' output. MFC after: 3 days
* nroff and pr no longer try to disallow messages.tjr2002-06-081-7/+1
|
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* remove __Pimp2002-03-222-28/+28
|
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
* WARNS=2 fixes with NO_WERROR set because of system-header originatingmarkm2001-12-1114-105/+120
| | | | warnings. Use __FBSDID().
OpenPOWER on IntegriCloud