]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years agoPut in an initial %VERSREQ field. This will cause existing config(8)'s
peter [Wed, 22 Oct 1997 00:48:36 +0000 (00:48 +0000)]
Put in an initial %VERSREQ field.  This will cause existing config(8)'s
to give a non-fatal warning about unknown directives, so there is no
hurry to rebuild config(8) yet, apart from shutting up the warning.

26 years agoFor safety's sake, explicitly depend all objects on the configvers.h header
peter [Wed, 22 Oct 1997 00:44:08 +0000 (00:44 +0000)]
For safety's sake, explicitly depend all objects on the configvers.h header
to make sure that it's all recompiled even if there is no 'make depend'.
This is overkill, but should be one less thing that someone can do wrong.

26 years agoRecognize a %VERSREQ=nnnnn string in the system Makefile. Both config(8)
peter [Wed, 22 Oct 1997 00:38:48 +0000 (00:38 +0000)]
Recognize a %VERSREQ=nnnnn string in the system Makefile.  Both config(8)
and the kernel will have a 'config interface version number'.  If an
incompatable change is made to the kernel that requires a rebuild of
config(8) (such as the cam devtab stuff), then the version number would be
bumped in both places.  If a user neglects to rebuild config, then they
will get a nagging (but non-fatal) warning that they need to rebuild
config.

26 years agoFix the same leak as in nullfs. Now the lowervp is properly marked inactive.
roberto [Tue, 21 Oct 1997 21:08:17 +0000 (21:08 +0000)]
Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.

Reviewed by: phk

26 years agoFix the file leak bug. The lower layer wasn't informed the vnode was inactive
roberto [Tue, 21 Oct 1997 21:01:34 +0000 (21:01 +0000)]
Fix the file leak bug. The lower layer wasn't informed the vnode was inactive
and kept a reference, preventing the blocks to be reclaimed.

Changed the comment in null_inactive to reflect the current situation.

Reviewed by: phk

26 years ago- Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD's
nate [Tue, 21 Oct 1997 18:07:36 +0000 (18:07 +0000)]
- Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD's
  default pccard daemon.

26 years ago- PCCARD support to the much maligned SCSI driver. This gives up support
nate [Tue, 21 Oct 1997 17:57:31 +0000 (17:57 +0000)]
- PCCARD support to the much maligned SCSI driver.  This gives up support
  for a couple of external CD's (notably the Sony PRD-650).

Note: In order to get my CD recognized, I had to configure the CD under
      Win95, but it seems to work now even if I turn it off.

Submitted by: PAO [minor mods by me]

26 years agoAdd const to a couple of casts to silence some of the warnings Bruce
phk [Tue, 21 Oct 1997 13:28:36 +0000 (13:28 +0000)]
Add const to a couple of casts to silence some of the warnings Bruce
has let loose on us.

26 years agoOops, comment lines can't be indented either.
bde [Tue, 21 Oct 1997 10:39:27 +0000 (10:39 +0000)]
Oops, comment lines can't be indented either.

26 years agoOops, comment lines can't be continued.
bde [Tue, 21 Oct 1997 10:36:07 +0000 (10:36 +0000)]
Oops, comment lines can't be continued.

26 years agoa few code style changes:
jmg [Tue, 21 Oct 1997 09:59:26 +0000 (09:59 +0000)]
a few code style changes:
    o start function names in column 1
    o sort order of flags in getopt and switch
    o don't try to reference progname
    o unspam some changes introduced by a 2.2.1-R build box instead of a
-current build box

doc changes:
    o document when these commands first appeared
    o put email address in angle brakets
    o minor mdoc clean up

26 years agoMerge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.
kato [Tue, 21 Oct 1997 09:51:47 +0000 (09:51 +0000)]
Merge from RELENG_2_2.  Bandaid for 'lockmgr panic' on the VN device.

26 years agoSynchronize with sys/i386/isa/fd.c revision 1.105.
kato [Tue, 21 Oct 1997 09:48:38 +0000 (09:48 +0000)]
Synchronize with sys/i386/isa/fd.c revision 1.105.

26 years agoSorted lists.
bde [Tue, 21 Oct 1997 08:41:15 +0000 (08:41 +0000)]
Sorted lists.

26 years agoReference the DMI table inside the SMBIOS table correctly, not using a variable
msmith [Tue, 21 Oct 1997 07:40:22 +0000 (07:40 +0000)]
Reference the DMI table inside the SMBIOS table correctly, not using a variable
that won't be initialised until a later test.
Submitted by: bde via -Wunused

26 years agoDon't install mount_msdos setuid root. Lite2's mount(2) handles
bde [Tue, 21 Oct 1997 07:26:50 +0000 (07:26 +0000)]
Don't install mount_msdos setuid root.  Lite2's mount(2) handles
permissions centrally and a setuid root mount utility just breaks
its security.  There was no new breakage in practice because
mfdosfs_mount() still checks the ruid.

26 years agoAdded -Wuninitialized to CWARNFLAGS. Warnings about uninitialialized
bde [Tue, 21 Oct 1997 06:53:24 +0000 (06:53 +0000)]
Added -Wuninitialized to CWARNFLAGS.  Warnings about uninitialialized
variables were lost when we removed -W, and 23 new ones including at
least one serious one have crept in for LINT.

Restored -Winline to CFLAGS.  This gives only 3 old warnings and 1 new
for LINT.

26 years agoMF22 - make firewall_type a little more robust
danny [Tue, 21 Oct 1997 00:54:08 +0000 (00:54 +0000)]
MF22 - make firewall_type a little more robust

26 years agoMF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.
joerg [Mon, 20 Oct 1997 21:57:14 +0000 (21:57 +0000)]
MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.

26 years agoI belive this fixes MFS after I broke it.
phk [Mon, 20 Oct 1997 19:53:26 +0000 (19:53 +0000)]
I belive this fixes MFS after I broke it.

26 years agoFix returned sleep period for large values
ache [Mon, 20 Oct 1997 18:43:49 +0000 (18:43 +0000)]
Fix returned sleep period for large values
Submitted by: bde

26 years agoRemove terminfo manpage we don't have it
ache [Mon, 20 Oct 1997 17:53:55 +0000 (17:53 +0000)]
Remove terminfo manpage we don't have it

26 years agoCosmetic in usage string.
charnier [Mon, 20 Oct 1997 12:55:49 +0000 (12:55 +0000)]
Cosmetic in usage string.

26 years agoUse err(3). Change err(-1,... to err(1,...
charnier [Mon, 20 Oct 1997 12:53:54 +0000 (12:53 +0000)]
Use err(3). Change err(-1,... to err(1,...

26 years agoUse err(3). Remove progname.
charnier [Mon, 20 Oct 1997 12:51:34 +0000 (12:51 +0000)]
Use err(3). Remove progname.

26 years agoUse err(3). Remove progname. Remove stli.4 with is a duplicate of stl.4,
charnier [Mon, 20 Oct 1997 12:50:57 +0000 (12:50 +0000)]
Use err(3). Remove progname. Remove stli.4 with is a duplicate of stl.4,
use MLINKS instead.

26 years agoFix usage in man page. Remove progname.
charnier [Mon, 20 Oct 1997 12:44:53 +0000 (12:44 +0000)]
Fix usage in man page. Remove progname.

26 years agoTypo.
charnier [Mon, 20 Oct 1997 12:43:03 +0000 (12:43 +0000)]
Typo.

26 years agoHardcode progname in usage string.
charnier [Mon, 20 Oct 1997 12:41:41 +0000 (12:41 +0000)]
Hardcode progname in usage string.

26 years agoMake rc.conf man page reflect reality w.r.t firewall_{*}.
danny [Mon, 20 Oct 1997 08:37:59 +0000 (08:37 +0000)]
Make rc.conf man page reflect reality w.r.t firewall_{*}.

26 years agoDocument 100Mbit media selection flag.
jkh [Mon, 20 Oct 1997 08:11:25 +0000 (08:11 +0000)]
Document 100Mbit media selection flag.

26 years agoadd /etc/mail--the anti-spam files
jmb [Mon, 20 Oct 1997 00:35:38 +0000 (00:35 +0000)]
add /etc/mail--the anti-spam files
branches affected: -current, RELENG_2_2, and RELENG_2_1_0

26 years agokern.maxproc is not writable since there are tables that are statically
dg [Sun, 19 Oct 1997 18:45:59 +0000 (18:45 +0000)]
kern.maxproc is not writable since there are tables that are statically
sized at startup.
PR: 4675

26 years ago"Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v since
dg [Sun, 19 Oct 1997 18:41:23 +0000 (18:41 +0000)]
"Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v since
we no longer support that sysctl (in my opinion, pstat -v is a security
hole in any case).

26 years agoDeclare the various 2-byte values in TFTP as being `unsigned short'.
joerg [Sun, 19 Oct 1997 16:48:50 +0000 (16:48 +0000)]
Declare the various 2-byte values in TFTP as being `unsigned short'.
RFC 1350 isn't very explicit about this, but the use of signed
integers doesn't seem to make sense.

Should be in 2.2.5, but is probably too late to be verified completely.

PR: bin/4502
Submitted by: Dirk Nehrling <nerle@pdv.de> via Lars Koeller

26 years agoanti-spam filter used by the FreeBSD mailing lists.
jmb [Sun, 19 Oct 1997 16:40:10 +0000 (16:40 +0000)]
anti-spam filter used by the FreeBSD mailing lists.

26 years agoIntroduce a -N option that disables the use of reserved ports, now
joerg [Sun, 19 Oct 1997 16:40:01 +0000 (16:40 +0000)]
Introduce a -N option that disables the use of reserved ports, now
that -P is on by default.  Remove do-nothing code in the -P case (but
leave the option itself for backward compatibility).

PR: bin/4500

26 years ago<gnuregex.h> is rather old and breaks AWK's regex matching. Use a newer
jraynard [Sun, 19 Oct 1997 13:39:55 +0000 (13:39 +0000)]
<gnuregex.h> is rather old and breaks AWK's regex matching.  Use a newer
version instead.

26 years agoAdd the hint how to install on a Compaq `Aero'.
joerg [Sun, 19 Oct 1997 13:13:04 +0000 (13:13 +0000)]
Add the hint how to install on a Compaq `Aero'.

26 years agoDocument the new fdc(4) flags.
joerg [Sun, 19 Oct 1997 13:12:35 +0000 (13:12 +0000)]
Document the new fdc(4) flags.

26 years agoIntroduce a device flags value of 0x1 to always pretend a 1.44 MB
joerg [Sun, 19 Oct 1997 13:12:02 +0000 (13:12 +0000)]
Introduce a device flags value of 0x1 to always pretend a 1.44 MB
floppy drive #0, regardless of what the CMOS says.  This is intended
as a bandaid for those plagued with Compaq's idea to not announce the
floppy drive on their `Aero' notebook.

Using the device flags is not very nice (in particular since they
aren't per-drive but per-controller), but still looks a lot better to
me than the disgusting guesswork hack that was recently posted to
-hackers.

Doc update will follow shortly.

26 years agoactivate the programs that will be used to manipulate kld modules
jmg [Sun, 19 Oct 1997 11:15:45 +0000 (11:15 +0000)]
activate the programs that will be used to manipulate kld modules

fix a few problems with missing headers, warn called with an exit
value, and undeclared getopt vars

these programs now compile -Wall clean (and yes, I know I should use
more than just -Wall) :)

26 years agoRename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one
yokota [Sun, 19 Oct 1997 10:45:18 +0000 (10:45 +0000)]
Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one
in console.h.
Pointed out by bde.

26 years agoFix a number of buffer overflow conditions.
joerg [Sun, 19 Oct 1997 10:42:39 +0000 (10:42 +0000)]
Fix a number of buffer overflow conditions.

PR: bin/4610
Submitted by: David Holland (dholland@burgundy.eecs.harvard.edu)

26 years agoFix the man page description about what will go into an incremental
joerg [Sun, 19 Oct 1997 09:43:08 +0000 (09:43 +0000)]
Fix the man page description about what will go into an incremental
backup.

PR: docs/4785
Submitted by: Matthew Dillon

26 years agoMake the Sun OEM version of the DLT a known multi-LUN device so changers
joerg [Sun, 19 Oct 1997 09:37:49 +0000 (09:37 +0000)]
Make the Sun OEM version of the DLT a known multi-LUN device so changers
will work.

PR: kern/4802
Submitted by: dawes@physics.usyd.edu.au (David Dawes)

26 years agoFix a fatal typo.
joerg [Sun, 19 Oct 1997 09:34:06 +0000 (09:34 +0000)]
Fix a fatal typo.

PR: bin/4801
Submitted by: mishania@demos.su (Mikhail A. Sokolov)

26 years agoThis might fix the mfs_badop problem left over with the cool VFS fixes.
dyson [Sun, 19 Oct 1997 01:36:49 +0000 (01:36 +0000)]
This might fix the mfs_badop problem left over with the cool VFS fixes.
PHK should check this.

26 years agoFix disk counting bug.
jkh [Sat, 18 Oct 1997 21:22:25 +0000 (21:22 +0000)]
Fix disk counting bug.
Submitted by: Arjan de Vet <Arjan.deVet@adv.IAEhv.nl>

26 years agoAdd an $Id$
peter [Sat, 18 Oct 1997 18:17:45 +0000 (18:17 +0000)]
Add an $Id$

26 years agoMerge in changes from Matt. Accton EN12xx support, bugfixes. There is
peter [Sat, 18 Oct 1997 18:15:03 +0000 (18:15 +0000)]
Merge in changes from Matt.  Accton EN12xx support, bugfixes.  There is
a change that might have an effect on the problems some have seen
with older chips, it looks like the driver may have mistakenly thought
there was an SIA when there isn't.

26 years agoAdd -redirect_port and -redirect_address to the
brian [Sat, 18 Oct 1997 16:31:28 +0000 (16:31 +0000)]
Add -redirect_port and -redirect_address to the
synopsis.

26 years agoSynchronize with sys/i386/conf/options.i386 revision 1.62.
kato [Sat, 18 Oct 1997 14:19:57 +0000 (14:19 +0000)]
Synchronize with sys/i386/conf/options.i386 revision 1.62.

26 years agoRemoved unused file. It just forces a return value of 0 on success
bde [Sat, 18 Oct 1997 13:59:48 +0000 (13:59 +0000)]
Removed unused file.  It just forces a return value of 0 on success
(no carry), but mount() in the kernel has returned 0 on success since
prehistoric times.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r30549,
peter [Sat, 18 Oct 1997 13:23:35 +0000 (13:23 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30549,
which included commits to RCS files with non-trunk default branches.

26 years agoImport Matt's current de driver... He appears to be maintaining it in
peter [Sat, 18 Oct 1997 13:23:35 +0000 (13:23 +0000)]
Import Matt's current de driver...  He appears to be maintaining it in
the NetBSD source tree now.  This is slightly newer than the updated
.tar.gz on the 3am-software web site.

26 years agoImport Matt's current de driver... He appears to be maintaining it in
peter [Sat, 18 Oct 1997 13:23:35 +0000 (13:23 +0000)]
Import Matt's current de driver...  He appears to be maintaining it in
the NetBSD source tree now.  This is slightly newer than the updated
.tar.gz on the 3am-software web site.

26 years agoFix a #include "regex.h" that slipped through the net.
jraynard [Sat, 18 Oct 1997 13:12:39 +0000 (13:12 +0000)]
Fix a #include "regex.h" that slipped through the net.

26 years agoMF2.2: rev 1.17.2.36, and parts of 1.17.2.35 and 1.17.2.37
joerg [Sat, 18 Oct 1997 11:20:02 +0000 (11:20 +0000)]
MF2.2: rev 1.17.2.36, and parts of 1.17.2.35 and 1.17.2.37

26 years agoMake all the documented (in pcvt(4)) options supported options. While
joerg [Sat, 18 Oct 1997 10:59:47 +0000 (10:59 +0000)]
Make all the documented (in pcvt(4)) options supported options.  While
i was at it, do no longer insist on `PCVT_FREEBSD' being declared in
the config file, but default it to a reasonable value.

More cleanup to follow, but this part is safe for RELENG_2_2, too.

26 years agoSomething that should have been done 2.5 years ago: install pcvt's
joerg [Sat, 18 Oct 1997 10:40:02 +0000 (10:40 +0000)]
Something that should have been done 2.5 years ago: install pcvt's
accompanying doc files into /usr/share/pcvt/.  (This goes to the `doc'
distribution, not `bin'.)

26 years agoMF22: Minor cosmetic tweak.
jkh [Sat, 18 Oct 1997 10:11:04 +0000 (10:11 +0000)]
MF22: Minor cosmetic tweak.

26 years agoDon't doc PPP_BSDCOMP and PPP_DEFLATE twice. slight reorder so that the
peter [Sat, 18 Oct 1997 10:10:36 +0000 (10:10 +0000)]
Don't doc PPP_BSDCOMP and PPP_DEFLATE twice.  slight reorder so that the
options are not in the middle of the pseudo-device list.

Prompted by: bde

26 years agoBraino on my part.. a #define isn't a reference to a structure, so the
peter [Sat, 18 Oct 1997 09:02:39 +0000 (09:02 +0000)]
Braino on my part..  a #define isn't a reference to a structure, so the
struct only needs to be defined if the macro is used.

Pointed out by: bde

26 years ago - do string-magic on the right variable when trying
jkh [Sat, 18 Oct 1997 05:54:17 +0000 (05:54 +0000)]
 - do string-magic on the right variable when trying
   to find dependent packages on the local disk (i.e. package given as
   filename, not URL)
 - document $PKG_PATH
 - use -v on pkg_add for dependent packages

Submitted by: hubertf@NetBSD.ORG
Obtained from: NetBSD

26 years agoDeal with PLIST_UNEXEC properly.
jkh [Sat, 18 Oct 1997 05:42:05 +0000 (05:42 +0000)]
Deal with PLIST_UNEXEC properly.
PR: 4784
Submitted by: Stefan `Sec` Zehl <sec@quit.42.org>

26 years agoUpdate Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP and
peter [Sat, 18 Oct 1997 01:37:52 +0000 (01:37 +0000)]
Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP and
PPP_DEFLATE options... The code uses #if defined(PPP_DEFLATE) etc, so the
original method of "#define PPP_DEFLATE 0" did not actually disable
anything.  It was not possible to configure out bsdcomp or zlib
compression.  Also, join the settings for PPP_FILTER and NBPFILTER together
since they are related here (can't have PPP_FILTER without NBPFILTER).

26 years agoDon't say that the filtering options are only available under NetBSD, and
peter [Sat, 18 Oct 1997 01:29:18 +0000 (01:29 +0000)]
Don't say that the filtering options are only available under NetBSD, and
don't claim that _any_ serial speed is settable, mention that it has to
be supported by the device driver.  Some have very flexible baud rate
selection (ie: based on divisors etc, such as the com ports), while others
have explicit baud rate choices.

26 years agoDoc PPP_* options and add PPP_FILTER
peter [Sat, 18 Oct 1997 01:24:20 +0000 (01:24 +0000)]
Doc PPP_* options and add PPP_FILTER

26 years agoConvert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.
peter [Sat, 18 Oct 1997 01:20:28 +0000 (01:20 +0000)]
Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.
It requires bpf, I'll note this in LINT.

26 years agoConvert PPP_FILTER to an option
peter [Sat, 18 Oct 1997 01:15:32 +0000 (01:15 +0000)]
Convert PPP_FILTER to an option

26 years agoBetter fix for the bpf dependency that doesn't have such a large impact
peter [Sat, 18 Oct 1997 00:56:23 +0000 (00:56 +0000)]
Better fix for the bpf dependency that doesn't have such a large impact
on the code and pppd in userland.  PPP_FILTER is meant to be an option (or
negatable option).

26 years agoBack out the `PPP_FILTER => NBPFILTER' changes.
peter [Sat, 18 Oct 1997 00:49:59 +0000 (00:49 +0000)]
Back out the `PPP_FILTER => NBPFILTER' changes.

26 years agoBack out the `PPP_FILTER => NBPFILTER' changes
peter [Sat, 18 Oct 1997 00:46:10 +0000 (00:46 +0000)]
Back out the `PPP_FILTER => NBPFILTER' changes

26 years agoKilled non-sensical call to splimp/splx in crfree().
dg [Fri, 17 Oct 1997 23:52:56 +0000 (23:52 +0000)]
Killed non-sensical call to splimp/splx in crfree().

26 years agoA better fix for both kernel and LKM compilation.
roberto [Fri, 17 Oct 1997 21:50:32 +0000 (21:50 +0000)]
A better fix for both kernel and LKM compilation.

26 years agoChange PPP_FILTER into NBPFILTER to fix kernel compilation.
roberto [Fri, 17 Oct 1997 21:30:30 +0000 (21:30 +0000)]
Change PPP_FILTER into NBPFILTER to fix kernel compilation.
It should probably be changed in ppp_tty.c for consistency but I'll let
Brian deal with this.

Forgotten by: brian

26 years agoUpdate expected results for random number generator.
jraynard [Fri, 17 Oct 1997 19:24:33 +0000 (19:24 +0000)]
Update expected results for random number generator.

26 years agoRemove GNU regex.h (it's already in /usr/include).
jraynard [Fri, 17 Oct 1997 19:16:02 +0000 (19:16 +0000)]
Remove GNU regex.h (it's already in /usr/include).

26 years agoLEarn about the TI 1131.
wollman [Fri, 17 Oct 1997 16:34:08 +0000 (16:34 +0000)]
LEarn about the TI 1131.

26 years agoOops... back out the change to recognize the TI 1131; there's a better place.
wollman [Fri, 17 Oct 1997 16:26:14 +0000 (16:26 +0000)]
Oops... back out the change to recognize the TI 1131; there's a better place.

26 years agoTeach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop.
wollman [Fri, 17 Oct 1997 16:15:43 +0000 (16:15 +0000)]
Teach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop.

26 years agoMake a set of VOP standard lock, unlock & islocked VOP operators, which
phk [Fri, 17 Oct 1997 12:36:19 +0000 (12:36 +0000)]
Make a set of VOP standard lock, unlock & islocked VOP operators, which
depend on the lock being located at vp->v_data.  Saves 3x3 identical
vop procs, more as the other filesystems becomes lock aware.

26 years agoAdd $Id
ache [Fri, 17 Oct 1997 09:40:08 +0000 (09:40 +0000)]
Add $Id

26 years agoFix LONG_MAX overflowing
ache [Fri, 17 Oct 1997 09:35:50 +0000 (09:35 +0000)]
Fix LONG_MAX overflowing
Return seconds if errno other than EINTR
Add $Id
Submitted by: bde with minor optimization by me

26 years agoMention the problem with the Intel AL440LX BIOS; hopefully we will
msmith [Fri, 17 Oct 1997 06:48:35 +0000 (06:48 +0000)]
Mention the problem with the Intel AL440LX BIOS; hopefully we will
have more details from Intel about this shortly.

Submitted by: David Filo <filo@yahoo.com>

26 years agoFixed a bug where input packets were counted twice - messing up the
dg [Fri, 17 Oct 1997 06:27:44 +0000 (06:27 +0000)]
Fixed a bug where input packets were counted twice - messing up the
stats.

26 years agoFix two bugs which caused various RPC programs (mountd, nfsd, ...)
jdp [Fri, 17 Oct 1997 04:59:56 +0000 (04:59 +0000)]
Fix two bugs which caused various RPC programs (mountd, nfsd, ...)
to fail under certain circumstances.

1. In one spot, the ifr_flags member was being examined in the
wrong structure, thus it contained garbage.  On a machine in which
only the loopback interface was up, this caused everything that
wanted to talk to the portmapper to fail -- a particular problem
with laptops, where the pccard ethernet interface is likely to come
up long after the attempt to start mountd, nfsd, amd, etc.

2. Compounding the above problem, get_myaddress() returned a
successful status even though it failed to find an address that it
considered good enough.

26 years agoUpdate XFree86 reference.
jkh [Fri, 17 Oct 1997 02:27:24 +0000 (02:27 +0000)]
Update XFree86 reference.
Submitted by: luigi

26 years agoAsk for VJ slot id compression by default.
brian [Fri, 17 Oct 1997 00:20:30 +0000 (00:20 +0000)]
Ask for VJ slot id compression by default.

26 years agoPPP_FILTER => NBPFILTER
brian [Fri, 17 Oct 1997 00:12:38 +0000 (00:12 +0000)]
PPP_FILTER => NBPFILTER

26 years agocosmetic:
brian [Thu, 16 Oct 1997 23:55:19 +0000 (23:55 +0000)]
cosmetic:
o  Log client connection commands when "set log +command"
o  Don't display PAP password in the log unless we're
   "set log +debug".

26 years agoVFS clean up "hekto commit"
phk [Thu, 16 Oct 1997 22:01:05 +0000 (22:01 +0000)]
VFS clean up "hekto commit"

1.  Add defaults for more VOPs
        VOP_LOCK        vop_nolock
        VOP_ISLOCKED    vop_noislocked
        VOP_UNLOCK      vop_nounlock
    and remove direct reference in filesystems.

2.  Rename the nfsv2 vnop tables to improve sorting order.

26 years agoUpdate FREEBSD-upgrade file after removing random.*
jraynard [Thu, 16 Oct 1997 21:45:46 +0000 (21:45 +0000)]
Update FREEBSD-upgrade file after removing random.*

26 years agoDelete redundant files (thanks, Andrei!)
jraynard [Thu, 16 Oct 1997 21:39:00 +0000 (21:39 +0000)]
Delete redundant files (thanks, Andrei!)

26 years agoCopy time_to_sleep to time_remaining since it can be left
ache [Thu, 16 Oct 1997 21:31:43 +0000 (21:31 +0000)]
Copy time_to_sleep to time_remaining since it can be left
uninitialized if nanosleep returns early with agr error

26 years agoAnother VFS cleanup "kilo commit"
phk [Thu, 16 Oct 1997 20:32:40 +0000 (20:32 +0000)]
Another VFS cleanup "kilo commit"

1.  Remove VOP_UPDATE, it is (also) an UFS/{FFS,LFS,EXT2FS,MFS}
    intereface function, and now lives in the ufsmount structure.

2.  Remove VOP_SEEK, it was unused.

3.  Add mode default vops:

    VOP_ADVLOCK          vop_einval
    VOP_CLOSE            vop_null
    VOP_FSYNC            vop_null
    VOP_IOCTL            vop_enotty
    VOP_MMAP             vop_einval
    VOP_OPEN             vop_null
    VOP_PATHCONF         vop_einval
    VOP_READLINK         vop_einval
    VOP_REALLOCBLKS      vop_eopnotsupp

    And remove identical functionality from filesystems

4.   Add vop_stdpathconf, which returns the canonical stuff.  Use
     it in the filesystems.  (XXX: It's probably wrong that specfs
     and fifofs sets this vop, shouldn't it come from the "host"
     filesystem, for instance ufs or cd9660 ?)

5.   Try to make system wide VOP functions have vop_* names.

6.   Initialize the um_* vectors in LFS.

(Recompile your LKMS!!!)

26 years agoOops. forgot the blasted cvs add.
phk [Thu, 16 Oct 1997 17:48:22 +0000 (17:48 +0000)]
Oops. forgot the blasted cvs add.

Pointed hat sent from: Karl Denninger  <karl@Mcs.Net>

26 years agoAlphabetize.
jkh [Thu, 16 Oct 1997 17:47:00 +0000 (17:47 +0000)]
Alphabetize.

26 years agoAdd /usr/share/examples/libvgl so we don't fall over. :(
jkh [Thu, 16 Oct 1997 17:38:55 +0000 (17:38 +0000)]
Add /usr/share/examples/libvgl so we don't fall over. :(
Forgotten by: sos