Up to [cvs.netbsd.org] / src / usr.bin / tip
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.33.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:09:40 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.33: +4 -4
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
sync with head
Revision 1.35 / (download) - annotate - [select for diffs], Fri Feb 24 16:03:39 2012 UTC (3 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
HEAD
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
Add explicit continue to empty loop body.
Revision 1.34 / (download) - annotate - [select for diffs], Thu Feb 23 23:39:19 2012 UTC (3 months ago) by joerg
Branch: MAIN
Changes since 1.33: +3 -3
lines
Diff to previous 1.33 (colored)
while (...);
;
is really pointless, so remove the first semicolon.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Sep 6 18:33:01 2011 UTC (8 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6
Branch point for: yamt-pagecache
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
Use __dead. Make a bunch of local functions static.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Dec 14 17:09:43 2006 UTC (5 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-premerge-20101231,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.31: +144 -143
lines
Diff to previous 1.31 (colored)
pass lint; from Anon Ymous
Revision 1.31 / (download) - annotate - [select for diffs], Thu Dec 14 14:18:03 2006 UTC (5 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.30: +6 -8
lines
Diff to previous 1.30 (colored)
kill the (void)&foo; from Anon Ymous
Revision 1.30 / (download) - annotate - [select for diffs], Sun Oct 22 16:46:49 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Changes since 1.29: +4 -3
lines
Diff to previous 1.29 (colored)
sprinkle volatile.
Revision 1.29 / (download) - annotate - [select for diffs], Thu May 11 00:22:53 2006 UTC (6 years ago) by mrg
Branch: MAIN
CVS Tags: chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.28: +5 -5
lines
Diff to previous 1.28 (colored)
end the argument list to exec*(3) with a NULL instead of a bare '0', as the latter isn't a pointer context in these varargs functions.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Apr 3 16:13:34 2006 UTC (6 years, 1 month ago) by tls
Branch: MAIN
Changes since 1.27: +3 -12
lines
Diff to previous 1.27 (colored)
Use closefrom, don't iterate over file descriptors from 3 to 20.
Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 3 16:03:50 2006 UTC (6 years, 1 month ago) by tls
Branch: MAIN
Changes since 1.26: +9 -9
lines
Diff to previous 1.26 (colored)
Replace abuse of SIGIOT, SIGEMT, SIGSYS for communication between the TIPIN and TIPOUT processes with a third "attention" pipe. While we're here, fix a few other minor nits like the hardcoded use of fd 3 in consh(). Now ~+/~C appear to work. This must have been broken for years.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 3 14:12:29 2006 UTC (6 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.25: +4 -4
lines
Diff to previous 1.25 (colored)
Redo the previous in the tip sanctioned way :-)
Revision 1.25 / (download) - annotate - [select for diffs], Mon Apr 3 13:00:48 2006 UTC (6 years, 1 month ago) by he
Branch: MAIN
Changes since 1.24: +4 -4
lines
Diff to previous 1.24 (colored)
For the benefit of our 64-bit ports, we need to cast via intptr_t when casting from pointer to unsigned int.
Revision 1.24 / (download) - annotate - [select for diffs], Mon Apr 3 04:53:58 2006 UTC (6 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.23: +21 -20
lines
Diff to previous 1.23 (colored)
Pass a little lint.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 3 04:25:30 2006 UTC (6 years, 1 month ago) by perry
Branch: MAIN
Changes since 1.22: +18 -6
lines
Diff to previous 1.22 (colored)
delinting. more needed. (lint found some real bugs that I haven't fixed yet.)
Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 3 02:06:44 2006 UTC (6 years, 1 month ago) by tls
Branch: MAIN
Changes since 1.21: +2 -4
lines
Diff to previous 1.21 (colored)
The ~C / ~+ command is no longer optional.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 3 02:01:28 2006 UTC (6 years, 1 month ago) by perry
Branch: MAIN
Changes since 1.20: +2 -7
lines
Diff to previous 1.20 (colored)
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
Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 3 00:51:13 2006 UTC (6 years, 1 month ago) by perry
Branch: MAIN
Changes since 1.19: +43 -76
lines
Diff to previous 1.19 (colored)
ANSIfy decls, de-__P, clean trailing whitespace
Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 2 20:44:20 2006 UTC (6 years, 1 month ago) by tls
Branch: MAIN
Changes since 1.18: +4 -4
lines
Diff to previous 1.18 (colored)
Oddly enough, smashing CRTSCTS into the terminal input flags doesn't do much; it is a control flag. Now toggling hardware flow control works.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Apr 2 06:11:45 2006 UTC (6 years, 1 month ago) by tls
Branch: MAIN
Changes since 1.17: +5 -5
lines
Diff to previous 1.17 (colored)
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?).
Revision 1.17 / (download) - annotate - [select for diffs], Wed Mar 29 12:37:59 2006 UTC (6 years, 1 month ago) by yamt
Branch: MAIN
Changes since 1.16: +26 -2
lines
Diff to previous 1.16 (colored)
pull the following change from OpenBSD
and bump date of the manpage.
date: 2003/09/20 18:15:32; author: millert; state: Exp; lines: +4 -2
Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote.
Based on PR 3411 from Matthew Gream
Also document "tandem" variable (XON/XOFF) in tip man page.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 23 22:11:44 2004 UTC (8 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Changes since 1.15: +29 -25
lines
Diff to previous 1.15 (colored)
constify and warns = 3
Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 11 03:47:13 2004 UTC (8 years, 2 months ago) by uebayasi
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
getfl() and cu_take() write a file locally. Open a file with O_RDWR.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Aug 7 11:16:16 2003 UTC (8 years, 9 months ago) by agc
Branch: MAIN
Changes since 1.13: +3 -7
lines
Diff to previous 1.13 (colored)
Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22365, verified by myself.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 19 22:59:21 1998 UTC (13 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
minoura-xpg4dl-base,
minoura-xpg4dl,
fvdl_fs64_base,
comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.12: +5 -5
lines
Diff to previous 1.12 (colored)
creat->open O_CREAT
Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 25 20:59:41 1998 UTC (13 years, 9 months ago) by ross
Branch: MAIN
Changes since 1.11: +4 -3
lines
Diff to previous 1.11 (colored)
Add { and } to shut up egcs. Reformat the more questionable code.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jul 12 09:59:29 1998 UTC (13 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.10: +18 -14
lines
Diff to previous 1.10 (colored)
- KNF - use snprintf - be safe with buffers (change prompt() to take a size_t len arg for this)
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 30 23:42:08 1998 UTC (13 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.9: +6 -6
lines
Diff to previous 1.9 (colored)
Rename an internal function who's name collides w/ pwrite(2).
Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 22 08:29:58 1997 UTC (14 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.8: +5 -4
lines
Diff to previous 1.8 (colored)
* fix a long-term annoyance with tip: if raisechar or force are set to "", (usually in .tiprc with lines like `raisechar='), don't activate feature if NUL (\0) is the received character * on a related note, don't barf if the following variables are defined to "": disconnect, log, parity, record
Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 22 07:28:41 1997 UTC (14 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.7: +113 -66
lines
Diff to previous 1.7 (colored)
WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage
Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 11 09:24:03 1997 UTC (15 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Changes since 1.6: +6 -6
lines
Diff to previous 1.6 (colored)
give buffers lengths; use strdup.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 29 00:49:38 1995 UTC (16 years, 7 months ago) by pk
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2
Changes since 1.5: +25 -32
lines
Diff to previous 1.5 (colored)
Convert to termios (from Scott Reynolds; PR#1621). 8-bit patches (from Matthieu Herrb; PR#1384).
Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 26 06:02:08 1995 UTC (16 years, 8 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Changes since 1.4: +6 -4
lines
Diff to previous 1.4 (colored)
Fix crash with null eofwrite capabilityand lseek/off_t bug; PR #1346
Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 24 17:56:23 1994 UTC (17 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
headers, casts, and use of time_t
Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 8 09:30:43 1994 UTC (17 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.2: +12 -7
lines
Diff to previous 1.2 (colored)
Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 8 08:57:43 1994 UTC (17 years, 5 months ago) by jtc
Branch: WFJ-920714,
CSRG
CVS Tags: lite-2,
lite-1
Changes since 1.1.1.1: +7 -6
lines
Diff to previous 1.1.1.1 (colored)
imported from 4.4lite
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 18:06:43 1993 UTC (18 years, 9 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add RCS identifiers.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: WFJ-920714,
CSRG
CVS Tags: patchkit-0-2-2,
netbsd-alpha-1,
netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9,
netbsd-0-8,
WFJ-386bsd-01
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
initial import of 386bsd-0.1 sources
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: MAIN
Initial revision