History log of /netbsd/usr.bin/tip/hunt.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 41fe11cf 06-Sep-2011 joerg <joerg@NetBSD.org>

Use __dead. Make a bunch of local functions static.


# b7a4ce41 24-May-2011 joerg <joerg@NetBSD.org>

Properly use format string


# ffe34450 14-Dec-2006 christos <christos@NetBSD.org>

pass lint; from Anon Ymous


# f84f0d33 30-Apr-2006 christos <christos@NetBSD.org>

Coverity CID 2972, 2973: Don't call close() with a negative fd.


# c4341bc3 03-Apr-2006 christos <christos@NetBSD.org>

Pass a little lint.


# eee85da0 03-Apr-2006 perry <perry@NetBSD.org>

Remove support for uucp style locking.

This means we can get rid of the suid/sgid parts of the code (which
have been removed). The program is now installed with normal permissions.

To prevent accid

Remove support for uucp style locking.

This means we can get rid of the suid/sgid parts of the code (which
have been removed). The program is now installed with normal permissions.

To prevent accidents, we now flock the tty line, attempting to get an
exclusive lock.

Reviewed by: tls

show more ...


# 58c2151f 03-Apr-2006 perry <perry@NetBSD.org>

ANSIfy decls, de-__P, clean trailing whitespace


# b8dc57b8 02-Apr-2006 tls <tls@NetBSD.org>

If we might have two links, we'd better print our program name when we
emit an error -- and it would be nice if it were the *right* program name.
Since it's convenient, change most perror calls to wa

If we might have two links, we'd better print our program name when we
emit an error -- and it would be nice if it were the *right* program name.
Since it's convenient, change most perror calls to warn, and a lot of
fprintf ... exit to errx. Fix at least one fprintf that could run off
the end of its arguments (%s but no argument, how did we never catch this?).

show more ...


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 923d7551 12-Jul-1998 mrg <mrg@NetBSD.org>

- KNF
- use snprintf
- be safe with buffers (change prompt() to take a size_t len arg for this)


# e37283e1 22-Nov-1997 lukem <lukem@NetBSD.org>

WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage


# 6aaccda6 14-May-1997 mellon <mellon@NetBSD.org>

DC is not a user-settable variable, but was being partially confused with one


# d9be4478 20-Apr-1997 mellon <mellon@NetBSD.org>

Set O_NONBLOCK if dc flag is set. Don't set HUPCL if dc flag is set.


# 258108ce 29-Oct-1995 pk <pk@NetBSD.org>

Convert to termios (from Scott Reynolds; PR#1621).
8-bit patches (from Matthieu Herrb; PR#1384).


# f795659e 24-Dec-1994 cgd <cgd@NetBSD.org>

headers, casts, and use of time_t


# 39801ccc 08-Dec-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources