Commit Graph

15159 Commits

Author SHA1 Message Date
peter
b1d806d43e Fix the services.byname target so that it creates search keys for the
aliases of the "official" names as well, because now that getportbyname()
does a yp match, it no longer found the entries under the alias.
This broke rsh(1), because it looks up "shell/tcp" while the official
name in /etc/services is "cmd/tcp".
1996-07-25 19:32:37 +00:00
asami
62259f7f17 Added Matthew Stein <matt@bdd.net> for the xtacy port. 1996-07-25 19:06:10 +00:00
wollman
5e3cc6713a Refer to the ASCII character 000 by its proper name, `NUL', and not
`NULL' (which should only be used in reference to null pointers).  Also
fix a cross-reference.
1996-07-25 18:31:08 +00:00
pst
a28549e553 Add Bruce's improvement to security patch 1996-07-25 18:27:40 +00:00
wollman
ee92879687 Fix an itinerant cross-reference. 1996-07-25 18:11:30 +00:00
wollman
17f756aa92 Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME.
Suggested by: Keith Bostic
1996-07-25 18:03:53 +00:00
wollman
dd3881e060 Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confused
with a real Domain Name.

Suggested by: Keith Bostic
1996-07-25 18:02:40 +00:00
jfieber
4087c5c112 Add the BSD4.4 book. 1996-07-25 15:49:39 +00:00
wosch
53afb08158 s/Choise/Choose/g
close PR misc/1426

Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
1996-07-25 14:06:55 +00:00
peter
a10203f0cd Add Masachika ISHIZUKA <ishizuka@isis.min.ntt.jp> for the pidentd update. 1996-07-25 13:53:47 +00:00
jfieber
58aab59a46 The install docs pointed to th 2.1.0 distribution, not 2.1.5. OOPS!
Submitted by:	Brett Glass <brett@lariat.org>
1996-07-25 13:12:25 +00:00
asami
7abd4e26f5 Add Matt White <mwhite+@CMU.EDU> for various ccd patches. 1996-07-24 23:46:48 +00:00
asami
ffd341c267 Fail when odd number of disks are specified with mirror flag. Memory
leak fixes.  Miscellaneous cleanup.

Partially submitted by:	Matt White <mwhite+@CMU.EDU>
1996-07-24 23:45:24 +00:00
phk
c6b40f9188 Add some explanation on TMPDIR.
Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
1996-07-24 21:36:48 +00:00
phk
9f6f3f9966 DEVFS needs a special bdevvp().
I just noticed some junk in my patch.  I'll remove that in a sec.
1996-07-24 21:22:36 +00:00
phk
4befe687e6 DEVFS needs a special bdevvp(). 1996-07-24 21:21:43 +00:00
phk
9cd4b14f36 Fix a memory leak in MD[245]End()
Submitted by:	Ikuo Nakagawa <ikuo@isl.intec.co.jp>
PR:	misc/1424
1996-07-24 20:55:38 +00:00
wollman
0e350c298e Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()
when attepmting to add certain types of routes.  This problem
only manifested itself in the presence of unconfigured point-to-point
interfaces.

Noticed by: Chuck Cranor <chuck@maria.wustl.edu>
1996-07-24 19:59:53 +00:00
wollman
e83d71312e Eliminate some more references to separate ip_v and ip_hl fields. 1996-07-24 18:46:19 +00:00
peter
d5ab2e9fa3 Fix typo in last commit, it seems that a hash comments out a \ at the end
of line.

Also, fix existing bug in ethers.byname, it was passing an unknown option
to yppush.  This appears to have been a cut/paste slip intended for a
$(DBLOAD) command above it.
1996-07-24 14:04:57 +00:00
phk
aef81ea35d Revert my bdevsw change for wcd.c, Bruce pointed out that
this driver has bogus open/close entries.
1996-07-24 13:35:34 +00:00
peter
d457baca92 Add sample rules for amd.host, mostly from the AMD docs, but tweaked to fit
the FreeBSD Makefile.yp structure by me.  This allows you to have a single
amd map for all machines in a cluster.

In /etc/sysconfig, it would look something like:
  amdflags="-p -a /net -c 1800 -l syslog /host amd.host"
1996-07-24 10:48:07 +00:00
julian
6841938d0f Submitted by: archie@whistle.com
slight cleanups on yesterday's patches
1996-07-23 22:00:14 +00:00
phk
33ff4b4097 Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
Saves about 280 butes of source per driver, 56 bytes in object size
and another 56 bytes moves from data to bss.

No functional change intended nor expected.

GENERIC should be about one k smaller now :-)
1996-07-23 21:52:43 +00:00
peter
a856611fe6 Add rhh@stealth.ct.picker.com (Randall Hopper) 1996-07-23 20:02:48 +00:00
asami
06bad3ed51 Add Soren Dayton <csdayton@midway.uchicago.edu>. Move Chuck Robey
from contributors section to developers section.
1996-07-23 19:46:35 +00:00
jkh
49983fbdd6 When running 'rrestore foo', you get a segmentation fault because
the obsolete() function to convert dump-style args to getopt-style
args doesn't check to see that 'f' really has an argument following
the option string in argv[1].

Submitted-By: jmacd
1996-07-23 19:33:44 +00:00
peter
718b6b2f19 mount_ext2fs somehow got a stray mntopts.h, which was out of sync with
the real ../mount/getmntopts.c and ../mount/mntopts.h
Closes PR#1419

Submitted by: rhh@stealth.ct.picker.com (Randall Hopper)
1996-07-23 19:29:27 +00:00
nate
4b2acd595e 'make' prints an extra leading `make: ' and extra trailing newline if
there is no target to make.

% make
make: make: no target to make.

%

Beause the function Punt() in main.c takes care of leading 'make:' and
trailing newline, so, there is no need to pass explicitly.

Submitted by:	enami@ba2.so-net.or.jp
Obtained from:	NetBSD GNATS
1996-07-23 18:55:21 +00:00
wollman
4156b45b96 Fix a spelling error I forgot to bring over from my personal version
of the last (IF_ENQ_DROP) commit.
1996-07-23 14:44:46 +00:00
adam
bb11566447 consistent presentation of emphasis 1996-07-23 12:21:46 +00:00
asami
6acea0fd05 Update to current state of PC98 world.
Submitted by:	The FreeBSD(98) development team
1996-07-23 07:46:59 +00:00
asami
ed985d4e4d Add Matt Bartley <mbartley@lear35.cytex.com> for his trn leap year fix. 1996-07-23 07:32:55 +00:00
julian
e5e06da05a Submitted by: archie@whistle.com
appletalk cleanups
1996-07-23 01:18:47 +00:00
wollman
a4bd388307 New routed.h that goes with the new routed. 1996-07-22 21:14:48 +00:00
wollman
551828f69e Merge from vendor branch. The rttrace program is gone (subsumed by rtquery).
There is a new routed.h which wil be imported separately.
1996-07-22 21:13:08 +00:00
wollman
c4a041128c Initial revision 1996-07-22 20:56:38 +00:00
wollman
98a246c1a1 Add a new, better mechanism for sticking packets onto ifqueues.
The old system had the misfeature that the only policy it could implement
was tail-drop; the new IF_ENQ_DROP macro/function makes it possible
to implement more sophisticated queueing policies on a system-wide
basis.  No code actually uses this yet (although on my machine
I have converted the ethernet and (polled) loopback to use it).
1996-07-22 20:06:01 +00:00
jkh
13149cdb29 Fix some bogus argument handling - whups! James was right.. 1996-07-22 18:43:21 +00:00
pst
8e3d7ded82 Bring in some fixes from NetBSD and re-hack our syslogd to be option-compatible
with theirs (change the -I option to -s (but leave -I in for backwards compat.)
Also eliminate an make sane some magic numbers, and fix a small bug where we'd
send to an unopened socket.

Reviewed by:	wollman
Obtained from:	NetBSD
1996-07-22 16:35:50 +00:00
jraynard
2fbb80dc64 Corrected a minor typo and removed a chunk of my "ports" entry
which had mysteriously appeared at the end of the first section...
1996-07-22 00:00:36 +00:00
jkh
145ba163a3 I have added a new option -p to the mount command. This was
inspired by SunOS version of mount which uses option -p to
indicate that the mount information should be printed in fstab
format.
This is a neat way to create a new fstab file to use later when
one has modified the mount points or mount options or added or
removed mount some mount points. You just type

	mount -p > /etc/fstab.new

and there is your new fstab file ready to be used though you
will of course have to add any necessary noauto flags manually.

[Committers note:  This also seems to do the wrong thing for AMD
 mounts, but in the more average case this is a nifty feature nonetheless
 and one can always edit the bogus entries out]

Submitted-By: Jukka Ukkonen <jau@jau.csc.fi>
1996-07-21 23:34:04 +00:00
jraynard
a21cc7fe76 Brought UK entries up-to-date with present reality, corrected a spello. 1996-07-21 19:41:21 +00:00
peter
669c8b06f0 Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)
as discussed on current. (bde pointed out the cause of the problem)

Reported by: dev@fgate.flevel.co.uk
1996-07-21 17:14:06 +00:00
phk
cbb7f45e85 Reset Pred1 protocol on FCS errors. 1996-07-21 13:01:27 +00:00
phk
3adad60e31 Document the flags. 1996-07-21 09:29:25 +00:00
phk
3f455a27f4 Add yet another kludge to this driver. Man page update to follow. 1996-07-21 09:28:50 +00:00
phk
431b259fb1 Substitute raw{read|write} for ccd{read|write} 1996-07-21 09:28:03 +00:00
joerg
9a909e1048 Post-commit review by Bruce. Mostly stylistic changes.
Submitted by:	bde
1996-07-21 08:20:51 +00:00
pst
6045d6e6c4 Bring in fixes to db 1.85 from NetBSD. These fixes have been documented as
being sent back to Bostic by the NetBSD crew.
Obtained from: NetBSD-current
1996-07-21 02:23:13 +00:00