Commit Graph

262 Commits

Author SHA1 Message Date
phk
e598e9e0f7 Absolute path to /sys again... 1994-11-21 00:53:32 +00:00
phk
f36d4baf8e More absolute paths 1994-11-21 00:17:10 +00:00
wollman
740456e526 Add distribution=krb for P-HK 1994-11-20 23:23:28 +00:00
jkh
dc2251f9a4 Add getopt. 1.x used to have it, it's gone from 2.0, I need it, end
of story.
1994-11-20 14:21:25 +00:00
nate
b0e421ddac NetBSD -> FreeBSD
(Bring to 2.0 please)
1994-11-19 18:19:27 +00:00
ats
bdff7a40ca Correct the dig manpage that has some macros in it, that our man system
doesn't understand.
1994-11-19 13:12:37 +00:00
ats
dff2367550 Fixed a typo. Seems this manual page has stemmed from the rwall
man page :-).
1994-11-18 21:37:40 +00:00
ats
b31e23ee83 Fixed the PATH and cleanenv setting in su. This was totally broken in the
4.4BSD Lite source.
1994-11-17 16:56:58 +00:00
phk
1900b3c4de A little fix for "make distribute". 1994-11-14 21:28:46 +00:00
bde
27506ef37a Fix logic in previous commit. 1994-11-14 07:13:12 +00:00
lars
1b2b8288a5 Added chat 1994-11-12 05:32:46 +00:00
lars
70c6fb82e8 This commit was generated by cvs2svn to compensate for changes in r4374,
which included commits to RCS files with non-trunk default branches.
1994-11-12 05:25:32 +00:00
lars
618a2b1931 chat for ppp, from ppp 2.1.2 1994-11-12 05:25:32 +00:00
lars
91bf4b94c3 chat for ppp, from ppp 2.1.2 1994-11-12 05:25:32 +00:00
lars
f84d7d9abf chat for ppp, from ppp 2.1.2 1994-11-12 05:25:32 +00:00
ache
07e8a04181 Fix beforeinstall target:
use chflags /usr/bin/chpass ONLY if chpass present
1994-11-08 14:59:22 +00:00
ache
4d684eab18 Set given term name exactly, not first name from termcap entry.
It helps for rlogin/telnet to another systems without our termcap
1994-11-07 20:26:35 +00:00
phk
079f14a861 Always make the salt a 8 char string (incl '\0') for algorithms that can use it 1994-11-06 21:08:19 +00:00
ache
fd72f9f9b7 Better tuning for FreeBSD 2.0 1994-11-04 06:59:17 +00:00
ache
a990c7e283 Merge changes with new version 1994-11-04 06:11:39 +00:00
ache
4db77228e5 This commit was generated by cvs2svn to compensate for changes in r4135,
which included commits to RCS files with non-trunk default branches.
1994-11-04 05:36:00 +00:00
ache
e4ff209da9 Initial import 1.8.6 1994-11-04 05:36:00 +00:00
ache
f66177b1e4 Prepare for 1.8.6 import 1994-11-04 05:34:16 +00:00
ache
05b7fe29dc Simplify __FreeBSD__ block since __386BSD_ eliminated 1994-11-04 04:53:13 +00:00
jkh
e78f90a463 __386BSD__ -> __FreeBSD__
I know that many of these entries are bogus and need to be revisited,
but let's get the tree working again for now and then do a pass through
looking at all the __FreeBSD__ entries, shall we?
1994-11-04 02:14:13 +00:00
bde
c45ff33f5f Give up instead of looping endlessly for unknown speeds. 1994-10-30 21:01:04 +00:00
ache
e8cc63c3bb More 8bit/ctype fixes, command mode 1994-10-30 04:05:50 +00:00
ache
491abb6099 Make window 8bit clean and ctype oriented.
Fix restart after ^Z hang.
1994-10-30 03:09:58 +00:00
ache
ce751ae1f7 Fix hang on exit: needs to restore SIGIO reaction _before_
tcsetattr, because tcsetattr cause SIGIO in wakeup
1994-10-30 01:43:09 +00:00
ache
17e2f636ce Fix print class mistype 1994-10-28 23:31:48 +00:00
jkh
3e33d35fb6 Andreas Klemm's tape erase patches from 1.1.5.1.
Submitted by:	andreas
1994-10-28 13:21:57 +00:00
ache
57c5a0ced9 Remove VMIN_BUG from CFLAGS, add 57600, 115200 1994-10-27 22:52:14 +00:00
pst
ecc64fb350 lorder(1) manual page not properly installed due to makefile usurping
install rule.
1994-10-27 19:23:30 +00:00
ljo
8519540a3f Remove the f77 script now that we are instead installing a f77 program
(that does the same as the script). The f77 program lives in cc/f77.
1994-10-27 16:37:39 +00:00
ache
debeeab73a Partially back out previous fix (in cases ':' and '!'),
leave case '.' as valid user name, not host reference.
Document new behaviour.
1994-10-24 05:42:34 +00:00
ache
f6e61eb7fd Remove undocumented talk behaviour, when names like
aa.bb aa:bb and aa!bb treated as user+host and not as local user
names (especially aa.bb is common case).
Only @ is valid user/host separator according to manpage.
Pointed-by: doctor@dream.demos.su
1994-10-24 03:48:44 +00:00
wollman
d958f3e8e7 Use new NFS sysctl interface to get statistics rather than reading /dev/kmem,
unless the user specifies a dead kernel to operate on.
1994-10-23 23:25:43 +00:00
guido
be99ddf809 The talkd security hole can ealso be exploited by wall (and thus rwall).
write and talk are not affected.
Now print out escape sequences in the same way as is done by write(1).
1994-10-23 15:33:55 +00:00
adam
9ee8afd3d6 P was missing from getopt string 1994-10-19 11:15:30 +00:00
ache
d8ab8a9dd1 Prevents segm. fault on unknown option 1994-10-19 05:10:06 +00:00
pst
c6122e363a Remove which per Rod's request. 1994-10-19 03:14:13 +00:00
pst
78e3db9bd5 Added which 1994-10-19 00:34:23 +00:00
pst
3bbaa5903c Include most of the logdaemon v4.4 S/key changes 1994-10-19 00:03:45 +00:00
dg
760a1ff3ea Made zero-fill stats a bit more clear. 1994-10-18 15:17:09 +00:00
dg
f531a14d82 Updated to changes in struct vmmeter. 1994-10-18 15:03:10 +00:00
dg
fd05e6fbc0 Updated to changes in struct vmmeter and reorganized -s stats to be more
logical.
1994-10-18 15:00:06 +00:00
phk
24ec594f4a Spelling mistakes.
Submitted by:	Chris Kukulies
1994-10-17 17:16:47 +00:00
dg
7333a06cbb Restore all of my changes that Garrett clobbered in the previous commit. 1994-10-17 10:34:42 +00:00
phk
43d02c481a Added a missing 'break;' 1994-10-16 22:07:47 +00:00
phk
0c882a91f1 Symorder complains if INET isn't in the kernel. I added '-m' to inform it
that it should exit(0) even if this is so.  fixed a /386bsd -> /kernel in
the man-page while at it.
1994-10-16 22:01:44 +00:00