Commit Graph

227 Commits

Author SHA1 Message Date
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
gpalmer
4e81f22a84 Remove `ld' from the clean line also. Someone should look at all the
non-i386 machine lines sometime.
1994-10-16 20:03:03 +00:00
wollman
efe252383a New way of getting disk drive names. 1994-10-16 04:04:56 +00:00
gpalmer
266b2c085e Remove directories we don't have from the clean SUBDIR's and add note
about it (some of the missing dirs are still referenced by other
clauses in the `.if')
1994-10-16 02:56:01 +00:00
gpalmer
e83980ba75 Fix up this makefile so that it handles clean' and cleandir' properly. 1994-10-15 20:50:05 +00:00
dg
951c7d2f33 Updated to changes in struct vmmeter. 1994-10-15 13:37:41 +00:00
dg
6c5c5a9444 Updated to changes in struct vmmeter. Nuked !NEWVM code. Fixed rounding
bug when interval is 1 second.
1994-10-15 13:36:32 +00:00
dg
ec62e724b8 Added '-b' option to display the number of in and out bytes on a given
interface (used with -i and -I flag).
1994-10-12 02:37:35 +00:00
wollman
9414ff06a1 Make id' and groups' somewhat faster and less cpu-intensive :-)
Really!
1994-10-11 02:13:21 +00:00
ache
795d4ea248 Fix termcap path 1994-10-09 23:51:43 +00:00
ache
d1c7980fc6 This commit was generated by cvs2svn to compensate for changes in r3462,
which included commits to RCS files with non-trunk default branches.
1994-10-09 17:40:30 +00:00
ache
514095b9ab Splitted from libmytinfo 1994-10-09 17:40:30 +00:00
ache
edad1978e6 Back out part of ctype fixes, unneded with new ctypoe 1994-10-09 15:40:07 +00:00
dg
9666d1c886 #if 0'd out the meat of the swap code until I get a chance to rewrite it. 1994-10-09 07:37:18 +00:00
pst
c4c79c211e Back out the fluff, leave the meat 1994-10-07 07:48:18 +00:00
pst
e377ba704a (a) there's no reason for PASSIVEMODE to be conditionally compiled since it's
controlled by a runtime switch.
(b) add '-P' to toggle passive mode from the command line
(c) turn on passive mode by default
	- passive mode ftp works on all but a few servers out there
	- it's easy to disable
	- no, standard ftp should not run with passive enabled by default,
	  but that doesn't matter because I've already fixed standard mode
	  ftp to take a switch

This really should have been implemented as a ncftp "set" command instead
of carrying over the same hack that was done to ftp.  I will go back and fix
it some day.
1994-10-06 23:57:21 +00:00
ache
b9225ed246 Back out ospeed change 1994-10-06 21:07:55 +00:00
wollman
c795f6d315 Since Rod insists on having this idiotic error message, at least call
warnx() correctly so we don't get the double newline.
1994-10-06 20:43:35 +00:00
ache
d5d42820e0 PC/ospeed code ifdefed out, our libtermcap use usleep now 1994-10-06 20:41:56 +00:00
dg
713ebe3ac8 Changes to buf.h now require that param.h be included. 1994-10-05 09:57:49 +00:00
phk
f87d72f160 Realigned the output of "vmstat -m", "MSDOSFS mount" was too wide for the
field.  Saved some space and gained a little clarity by printing "128K"
instead of 131072 (and so on).
1994-10-05 04:52:47 +00:00
rgrimes
979aa4d040 Fix -p option sed script so that it really does change program.o: into
program:.  There where extra spaces our gcc does not emit causing problems.
Obtained from:	FreeBSD 1.1.5.1
1994-10-03 23:01:03 +00:00
wollman
e361064e53 Document router advertisement and solicitation messages in ICMP input
histogram.
1994-10-02 18:45:32 +00:00
pst
ec3a408274 f77.script resides in source, not obj dir 1994-10-01 19:12:09 +00:00
csgr
ab8a3be66d This commit was generated by cvs2svn to compensate for changes in r3237,
which included commits to RCS files with non-trunk default branches.
1994-09-30 14:50:09 +00:00
csgr
01b6212fda Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution
would be too complex at this stage, since I don't have access to Piero's 
CVS.)
(If you want to include eBones in your system, don't forget to include
MAKE_EBONES in /etc/make.conf.)
(This stuff is now also suppable from braae.ru.ac.za.)

Bones originally from MIT SIPB.
Original port to FreeBSD 1.x  by Piero Serini.
Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet.
Nice bug fixes from Doug Rabson.
1994-09-30 14:50:09 +00:00
csgr
c604a54b28 Undo damage done between revisions 1.6 and 1.7
(Guys, please don't DAMAGE commits that have just gone in.)
1994-09-30 13:26:15 +00:00
pst
73f0e01aba Add f77 shell script frontend for f2c/gcc 1994-09-30 06:25:06 +00:00
swallace
a228caab3d Define MAN1 man page variable.
Get rid of install: and instead add an afterinstall: so that man page
is properly installed
1994-09-29 21:18:17 +00:00
pst
bc1378c899 Add -p flag and pftp alias for passive ftp 1994-09-29 20:55:25 +00:00
pst
def775d41d Add support for s/keys 1994-09-29 20:54:41 +00:00
pst
fa66532d93 Install support for skey and login.access 1994-09-29 18:59:15 +00:00
csgr
e9bb220eef First level of changes for bringing in eBones (kerberos).
- Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile,
and replace with MAKE_KERBEROS and MAKE_EBONES.  (Far fewer contortions,
and both default to off.)  IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY
DEFINE ONE OF THESE.
- Make Makefiles kerberos-aware.
1994-09-29 13:06:54 +00:00
phk
e9600855b7 I finally had enough of tip not recognizing carrier loss. now it does. 1994-09-29 02:22:08 +00:00
jkh
ecee3a20ff Ye GODS! What I had to go through to make this thing exit with a non-zero
return status when a transfer failed!  Hopefully, the next release will
do this more elegantly and make these changes short-lived.
1994-09-28 14:53:20 +00:00