History log of /freebsd-10-stable/usr.bin/tip/tip/cmds.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 178736 03-May-2008 bms

Relinquish exclusive TTY access when tip(1) or cu(1) exit.
Previously they would have left TIOCEXCL enabled, requiring
either a reboot or use of tip/cu as the root user.

Observed when running QEMU with character devices redirected to pty instances.

MFC after: 2 weeks


# 161781 31-Aug-2006 ru

Fix compilation warnings (up to level 3).


# 161754 31-Aug-2006 ru

Resolve merge conflicts.


# 113163 06-Apr-2003 imp

make prototpyes match functions, and declare things static as needed


# 88276 20-Dec-2001 markm

Fix merge conflicts, and because this still has a zillion warnings,
protect the build with a WARNS=2.

Fix the build.


# 79452 09-Jul-2001 brian

Fix the type of the NULL arg to execl()

Idea from: Theo de Raadt <deraadt@openbsd.org>


# 59217 14-Apr-2000 imp

#include <errno.h> where needed. Kill extern int errno;.

Minor warnings in tip corrected.


# 58095 15-Mar-2000 bsd

Resurrect the 'cdelay' and 'ldelay' features of /usr/bin/tip.


# 57386 22-Feb-2000 bsd

Fix a 'tip' core dump caused by a null pointer dereference when
sending a file to the remote system.

PR: bin/15660
Reviewed by: jkh
Approved by: jkh


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 45314 04-Apr-1999 dt

Rename a function to avoid conflict with the new syscall 'pwrite'.


# 39915 03-Oct-1998 dfr

Some 64bit portability fixes.


# 36791 09-Jun-1998 imp

o Use snprintf rather than sprintf.
o Revert gid to caller before a shell so we can run setgid.
o minor style nits to make bruce happy :-)
o use strncpy correctly.


# 28788 26-Aug-1997 eivind

Removed a buffer overflow in args().

While I'm here, fix a bug with 'register' in conjunction with setjmp(),
staticize and do some -Wall cleaning.


# 28686 25-Aug-1997 imp

Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAX
to avoid the NOFILE problem. Back out NOFILE kludge. Fix unexploitable
buffer overflow in tipout.c.
Reviewed by: millert@openbsd.org (tipout.c)
Submitted by: millert@openbsd.org (rest of idea)


# 28606 22-Aug-1997 imp

Fix buffer overflow. prompt didn't get a size for its buffer,
so it could overflow it. Also made some filenames MAXPATHLEN long rather
than 80 long.


# 28365 18-Aug-1997 charnier

Add prototypes, usage(). Use err(3).


# 8874 30-May-1995 rgrimes

Remove trailing whitespace.


# 7527 31-Mar-1995 jkh

Tom Gray's new tip changes to support a modem capabilities database and
fixes to many assorted bugs and misfeatures.
Submitted by: Tom Gray - DCA <dcasba@rain.org>