Up to [cvs.NetBSD.org] / src / usr.bin / rlogin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.48 / (download) - annotate - [select for diffs], Tue Aug 3 23:21:07 2021 UTC (22 months ago) by chs
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.47: +12 -22
lines
Diff to previous 1.47 (colored)
revert rev 1.45: "PR/54435: Adjust for new kernel behavior of soreceive(9) clearing MSG_OOB" That change was trying to make rlogin work again after the SIOCATMARK ioctl was broken, but that kernel bug has now been fixed, so the original rlogin code now works again. Further, the changed rlogin code actually did the wrong thing, by treating reception of the MSG_OOB byte as meaning that we are now "at the mark", but that is not true... we are "at the mark" only when we have reached the point in the stream where the MSG_OOB byte was originally, as indicated by SIOCATMARK. So going back to the previous code seems best all around. ok'd by christos.
Revision 1.47 / (download) - annotate - [select for diffs], Sun May 3 16:32:16 2020 UTC (3 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.46: +24 -14
lines
Diff to previous 1.46 (colored)
PR/54435: Adjust for new kernel behavior of soreceive(9) clearing MSG_OOB when receiving the oob message. This made SIOCATMARK return always 0 since the oob message was cleared. Instead, use recvmsg(2) to determine if the message was oob or not. This works with both the old and new kernel and it is not racy.
Revision 1.46 / (download) - annotate - [select for diffs], Sun May 3 16:11:06 2020 UTC (3 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.45: +27 -25
lines
Diff to previous 1.45 (colored)
(foo *) 0 -> NULL int -> ssize_t/size_t
Revision 1.44.16.1 / (download) - annotate - [select for diffs], Mon Apr 13 08:05:46 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.44: +21 -21
lines
Diff to previous 1.44 (colored) next main 1.45 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.45 / (download) - annotate - [select for diffs], Fri Oct 4 09:02:00 2019 UTC (3 years, 8 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
is-mlppp-base,
is-mlppp
Changes since 1.44: +21 -21
lines
Diff to previous 1.44 (colored)
msg: avoid passing the same pointer in multiple arguments for restrict marked arguments: - sigaction() wants separate in/out - use memmove() not memcpy() for overlapping regions (this may fix a real bug in nvi -- but it seems unlikely) - select() wants separate read/write/except - sigprocmask() wants separate set/oset
Revision 1.44 / (download) - annotate - [select for diffs], Wed Oct 28 08:15:53 2015 UTC (7 years, 7 months ago) by shm
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20190609,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi
Changes since 1.43: +3 -2
lines
Diff to previous 1.43 (colored)
Added missing sa_mask initialization (CID 979636) OK kamil@ mrg@
Revision 1.41.2.1 / (download) - annotate - [select for diffs], Thu May 22 11:42:48 2014 UTC (9 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.41: +32 -31
lines
Diff to previous 1.41 (colored) next main 1.42 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.41.8.1 / (download) - annotate - [select for diffs], Sun Jun 23 06:29:01 2013 UTC (9 years, 11 months ago) by tls
Branch: tls-maxphys
Changes since 1.41: +32 -31
lines
Diff to previous 1.41 (colored) next main 1.42 (colored)
resync from head
Revision 1.43 / (download) - annotate - [select for diffs], Sat Mar 2 18:37:19 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
agc-symver-base,
agc-symver
Changes since 1.42: +3 -3
lines
Diff to previous 1.42 (colored)
Sync usage with man page.
Revision 1.42 / (download) - annotate - [select for diffs], Sat Mar 2 16:35:18 2013 UTC (10 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.41: +32 -31
lines
Diff to previous 1.41 (colored)
PR/47584: Steffen Daoden: Add option to turn off Nagle to rlogin
Revision 1.41 / (download) - annotate - [select for diffs], Tue Sep 6 18:28:35 2011 UTC (11 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-tag8,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache,
tls-maxphys
Changes since 1.40: +52 -55
lines
Diff to previous 1.40 (colored)
static + __dead
Revision 1.39.6.1 / (download) - annotate - [select for diffs], Wed May 13 19:20:03 2009 UTC (14 years ago) by jym
Branch: jym-xensuspend
Changes since 1.39: +5 -5
lines
Diff to previous 1.39 (colored) next main 1.40 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.40 / (download) - annotate - [select for diffs], Mon Apr 13 04:37:53 2009 UTC (14 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.39: +5 -5
lines
Diff to previous 1.39 (colored)
Fix sign-compare issues
Revision 1.38.12.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:29:19 2008 UTC (14 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.38: +4 -4
lines
Diff to previous 1.38 (colored) next main 1.39 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.39 / (download) - annotate - [select for diffs], Mon Jul 21 14:19:25 2008 UTC (14 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
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,
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-base2
Branch point for: jym-xensuspend
Changes since 1.38: +4 -4
lines
Diff to previous 1.38 (colored)
Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
Revision 1.38 / (download) - annotate - [select for diffs], Wed Jan 17 00:21:44 2007 UTC (16 years, 4 months ago) by hubertf
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: wrstuden-revivesa
Changes since 1.37: +2 -3
lines
Diff to previous 1.37 (colored)
Remove duplicate #includes From Slava Semushin <slava.semushin@gmail.com>, via private mail
Revision 1.37 / (download) - annotate - [select for diffs], Tue May 9 20:18:09 2006 UTC (17 years ago) by mrg
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,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
change (mostly) int to socklen_t. GCC 4 doesn't like that int and socklen_t are different signness.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Mar 23 23:44:15 2006 UTC (17 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.35: +6 -200
lines
Diff to previous 1.35 (colored)
Remove some more old kerberos4 code.
Revision 1.35 / (download) - annotate - [select for diffs], Fri Mar 11 03:19:31 2005 UTC (18 years, 2 months ago) by ginsbach
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.34: +16 -10
lines
Diff to previous 1.34 (colored)
Support -4 and -6. Approved by christos.
Revision 1.34 / (download) - annotate - [select for diffs], Sat Jan 8 03:23:15 2005 UTC (18 years, 4 months ago) by ginsbach
Branch: MAIN
Changes since 1.33: +4 -3
lines
Diff to previous 1.33 (colored)
getuid() returns a uid_t not int, so make uid uid_t.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Dec 21 02:39:00 2004 UTC (18 years, 5 months ago) by ginsbach
Branch: MAIN
Changes since 1.32: +7 -26
lines
Diff to previous 1.32 (colored)
Dead code clean up: * The function speed(), imported from 4.4BSD-Lite2, has never been used by NetBSD. Obtained from FreeBSD. * Finish removing -L (litout) option. This has not been supported since rev. 1.5 (NetBSD 1.0). The option still appeared in the usage and man page. Obtained from FreeBSD. * In function doit(), dead code imported from 4.4BSD-Lite2, dealing with termios. NetBSD cracked this nut differently long before this import. Obtained from FreeBSD.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Dec 2 21:46:52 2004 UTC (18 years, 6 months ago) by ginsbach
Branch: MAIN
Changes since 1.31: +3 -3
lines
Diff to previous 1.31 (colored)
Remove stray ; in comment.
Revision 1.29.2.2 / (download) - annotate - [select for diffs], Fri Nov 12 05:52:08 2004 UTC (18 years, 6 months ago) by jmc
Branch: netbsd-2-0
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-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2
Changes since 1.29.2.1: +8 -16
lines
Diff to previous 1.29.2.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)
Pullup rev 1.31 (requested by hubert in ticket #928) - Fix bug in port parsing code; s_port must be in network byte order. - Factor out port parsing code and add error checking to it.
Revision 1.31 / (download) - annotate - [select for diffs], Sat Oct 16 02:03:54 2004 UTC (18 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.30: +8 -16
lines
Diff to previous 1.30 (colored)
- Fix bug in port parsing code; s_port must be in network byte order. - Factor out port parsing code and add error checking to it. - WARNS=3
Revision 1.29.2.1 / (download) - annotate - [select for diffs], Thu Apr 1 02:33:43 2004 UTC (19 years, 2 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1
Changes since 1.29: +3 -3
lines
Diff to previous 1.29 (colored)
Pullup rev 1.30 (requested by jmmv in ticket #31) Drop some unnecessary whitespaces from the usage message. PR#24993
Revision 1.30 / (download) - annotate - [select for diffs], Wed Mar 31 13:01:00 2004 UTC (19 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.29: +3 -3
lines
Diff to previous 1.29 (colored)
Drop some unnecessary whitespaces from the usage message. Closes PR bin/24993 by Kouichirou Hiratsuka.
Revision 1.29 / (download) - annotate - [select for diffs], Thu Aug 7 11:15:41 2003 UTC (19 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.28: +3 -7
lines
Diff to previous 1.28 (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.28 / (download) - annotate - [select for diffs], Mon Apr 7 01:46:42 2003 UTC (20 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.27: +32 -12
lines
Diff to previous 1.27 (colored)
Add -p option to rsh and rlogin to allow specifying a non-standard port number.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Nov 16 04:42:26 2002 UTC (20 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.26: +4 -6
lines
Diff to previous 1.26 (colored)
use strlcpy
Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 14 00:55:48 2002 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.25: +46 -79
lines
Diff to previous 1.25 (colored)
Remove #ifdef __STDC__. De-__P() and ANSIfy.
Revision 1.25 / (download) - annotate - [select for diffs], Mon Feb 19 23:03:51 2001 UTC (22 years, 3 months ago) by cgd
Branch: MAIN
CVS Tags: 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
Changes since 1.24: +7 -6
lines
Diff to previous 1.24 (colored)
convert to use getprogname()
Revision 1.24 / (download) - annotate - [select for diffs], Mon Jan 31 14:19:35 2000 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: 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,
minoura-xpg4dl-base,
minoura-xpg4dl
Changes since 1.23: +18 -7
lines
Diff to previous 1.23 (colored)
IPv6 support. (I thought I've committed these but was not yet)
Revision 1.23 / (download) - annotate - [select for diffs], Sun Jul 11 18:21:18 1999 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.22: +7 -9
lines
Diff to previous 1.22 (colored)
Clean up some warnings in the Kerberos section.
Revision 1.21.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 16:34:58 1999 UTC (24 years, 1 month ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
pullup 1.21->1.22 (christos)
Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 30 15:44:21 1999 UTC (24 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
dest_realm is used uninitialized! How did this ever work?
Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 11 07:17:25 1998 UTC (24 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.20: +29 -56
lines
Diff to previous 1.20 (colored)
- clean up some of the kerberos option parsing code - remove support for old BSD systems, seeing that we only have posix signal support here anyway.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Oct 19 14:10:38 1997 UTC (25 years, 7 months ago) by lukem
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.19: +25 -24
lines
Diff to previous 1.19 (colored)
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 28 23:43:38 1997 UTC (25 years, 11 months ago) by tls
Branch: MAIN
Changes since 1.18: +36 -25
lines
Diff to previous 1.18 (colored)
Fix several bugs in Kerberos support due to an accidental commit months ago of an incomplete version of the code. Now works; also now falls back to 'old' rlogin correctly.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 5 16:10:49 1997 UTC (26 years ago) by mrg
Branch: MAIN
Changes since 1.17: +10 -8
lines
Diff to previous 1.17 (colored)
fix PR#3710, reported by Tatoku Ogaito <tacha@trap.fukui-med.ac.jp>. - don't pass pw->pw_name into functions; make a copy.
Revision 1.8.6.2 / (download) - annotate - [select for diffs], Wed Feb 19 04:40:25 1997 UTC (26 years, 3 months ago) by rat
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-PATCH001
Changes since 1.8.6.1: +22 -4
lines
Diff to previous 1.8.6.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)
Pullup 1.16 -> 1.17 by request from Matt Green. Fixes security bugs.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Feb 17 06:14:25 1997 UTC (26 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.16: +8 -2
lines
Diff to previous 1.16 (colored)
ensure we do not dump core.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 9 20:21:05 1997 UTC (26 years, 5 months ago) by tls
Branch: MAIN
Changes since 1.15: +82 -43
lines
Diff to previous 1.15 (colored)
RCS ID police
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 9 06:57:46 1997 UTC (26 years, 5 months ago) by tls
Branch: MAIN
Changes since 1.14: +164 -76
lines
Diff to previous 1.14 (colored)
Sync to 4.4BSD-Lite2
Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Thu Jan 9 06:29:43 1997 UTC (26 years, 5 months ago) by tls
Branch: WFJ-920714,
CSRG
CVS Tags: lite-2
Changes since 1.1.1.2: +207 -157
lines
Diff to previous 1.1.1.2 (colored)
Import from 4.4BSD-Lite2
Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 10 19:47:32 1996 UTC (26 years, 10 months ago) by explorer
Branch: MAIN
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
fix pr bin/2659 in a different way
Revision 1.8.6.1 / (download) - annotate - [select for diffs], Sat Jul 20 00:22:57 1996 UTC (26 years, 10 months ago) by jtc
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-RELEASE
Changes since 1.8: +19 -7
lines
Diff to previous 1.8 (colored)
Pulled up from rev 1.13 by request from rAT
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 3 23:17:51 1996 UTC (26 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
Fix typo/thinko in last change: an occurrence of "while" should have been a "for".
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 23 11:09:32 1996 UTC (26 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.11: +17 -10
lines
Diff to previous 1.11 (colored)
Deal with the case where `$TERM/<baudrate>' exceeds 1024 chars.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 19 08:17:49 1996 UTC (26 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.10: +2 -3
lines
Diff to previous 1.10 (colored)
snprintf() adds the last nul for us
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 19 06:02:24 1996 UTC (26 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.9: +9 -5
lines
Diff to previous 1.9 (colored)
use strncat/snprintf
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 13 19:59:31 1996 UTC (26 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.8: +4 -2
lines
Diff to previous 1.8 (colored)
Fix PR/2546: For non canonical input processing set VMIN=1,VTIME=0. Otherwise things might not work if these are not set properly in the current tty.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 5 09:07:22 1995 UTC (27 years, 8 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-BETA,
netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Branch point for: netbsd-1-2
Changes since 1.7: +4 -5
lines
Diff to previous 1.7 (colored)
TIOCFLUSH --> tcflush(). From Matt Green.
Revision 1.7 / (download) - annotate - [select for diffs], Wed May 17 13:35:50 1995 UTC (28 years ago) by mycroft
Branch: MAIN
Changes since 1.6: +4 -5
lines
Diff to previous 1.6 (colored)
Always turn off ISIG and IEXTEN.
Revision 1.6 / (download) - annotate - [select for diffs], Wed May 3 07:36:59 1995 UTC (28 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.5: +14 -13
lines
Diff to previous 1.5 (colored)
Change the interface to stop().
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 3 07:13:51 1995 UTC (28 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.4: +49 -85
lines
Diff to previous 1.4 (colored)
Use POSIX tty semantics.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 21 07:58:38 1995 UTC (28 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.3: +158 -82
lines
Diff to previous 1.3 (colored)
clean up import.
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Tue Mar 21 07:48:28 1995 UTC (28 years, 2 months ago) by cgd
Branch: WFJ-920714,
CSRG
CVS Tags: lite-1
Changes since 1.1.1.1: +152 -81
lines
Diff to previous 1.1.1.1 (colored)
usr.bin/rlogin from Lite
Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 5 19:05:01 1993 UTC (29 years, 9 months ago) by deraadt
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.2: +2 -2
lines
Diff to previous 1.2 (colored)
teach rlogin about new higher baud rates, from <bob@speakez.com>
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 18:09:30 1993 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +3 -2
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 (30 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 (30 years, 2 months ago) by cgd
Branch: MAIN
Initial revision