joerg
8d2f5e104f
Fix a fatal typo.
...
PR: bin/4801
Submitted by: mishania@demos.su (Mikhail A. Sokolov)
1997-10-19 09:34:06 +00:00
dyson
3cc2dca628
This might fix the mfs_badop problem left over with the cool VFS fixes.
...
PHK should check this.
1997-10-19 01:36:49 +00:00
jkh
9237618bdb
Fix disk counting bug.
...
Submitted by: Arjan de Vet <Arjan.deVet@adv.IAEhv.nl>
1997-10-18 21:22:25 +00:00
peter
8ba002adfc
Add an $Id$
1997-10-18 18:17:45 +00:00
peter
a6a18a3d11
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.
1997-10-18 18:15:03 +00:00
brian
044c4aaa12
Add -redirect_port and -redirect_address to the
...
synopsis.
1997-10-18 16:31:28 +00:00
kato
10cc54ab2c
Synchronize with sys/i386/conf/options.i386 revision 1.62.
1997-10-18 14:19:57 +00:00
bde
ff0db5fdac
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.
1997-10-18 13:59:48 +00:00
peter
16898e0272
This commit was generated by cvs2svn to compensate for changes in r30549,
...
which included commits to RCS files with non-trunk default branches.
1997-10-18 13:23:35 +00:00
peter
166813fe90
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.
1997-10-18 13:23:35 +00:00
peter
d3c47076ad
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.
1997-10-18 13:23:35 +00:00
jraynard
d63eb3bcaa
Fix a #include "regex.h" that slipped through the net.
1997-10-18 13:12:39 +00:00
joerg
04b4de1a55
MF2.2: rev 1.17.2.36, and parts of 1.17.2.35 and 1.17.2.37
1997-10-18 11:20:02 +00:00
joerg
f44f4b4ca1
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.
1997-10-18 10:59:47 +00:00
joerg
8be97d8b61
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'.)
1997-10-18 10:40:02 +00:00
jkh
714d6a4081
MF22: Minor cosmetic tweak.
1997-10-18 10:11:04 +00:00
peter
79736c6805
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
1997-10-18 10:10:36 +00:00
peter
e698cb6764
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
1997-10-18 09:02:39 +00:00
jkh
fbcce1e304
- 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
1997-10-18 05:54:17 +00:00
jkh
835fbd1d3a
Deal with PLIST_UNEXEC properly.
...
PR: 4784
Submitted by: Stefan `Sec` Zehl <sec@quit.42.org>
1997-10-18 05:42:05 +00:00
peter
ddbef49e26
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).
1997-10-18 01:37:52 +00:00
peter
4630b2d34d
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.
1997-10-18 01:29:18 +00:00
peter
477b355814
Doc PPP_* options and add PPP_FILTER
1997-10-18 01:24:20 +00:00
peter
188c833307
Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.
...
It requires bpf, I'll note this in LINT.
1997-10-18 01:20:28 +00:00
peter
8b1ecf4d4c
Convert PPP_FILTER to an option
1997-10-18 01:15:32 +00:00
peter
1cd3ef3a0e
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).
1997-10-18 00:56:23 +00:00
peter
7a5b1c8e7f
Back out the `PPP_FILTER => NBPFILTER' changes.
1997-10-18 00:49:59 +00:00
peter
78e8c3f4e1
Back out the `PPP_FILTER => NBPFILTER' changes
1997-10-18 00:46:10 +00:00
dg
deb21eac01
Killed non-sensical call to splimp/splx in crfree().
1997-10-17 23:52:56 +00:00
roberto
b5e0a197bf
A better fix for both kernel and LKM compilation.
1997-10-17 21:50:32 +00:00
roberto
bcb06c750a
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
1997-10-17 21:30:30 +00:00
jraynard
b6a8ab8abe
Update expected results for random number generator.
1997-10-17 19:24:33 +00:00
jraynard
7edf06f41c
Remove GNU regex.h (it's already in /usr/include).
1997-10-17 19:16:02 +00:00
wollman
2ab6ede5b5
LEarn about the TI 1131.
1997-10-17 16:34:08 +00:00
wollman
67a233ee30
Oops... back out the change to recognize the TI 1131; there's a better place.
1997-10-17 16:26:14 +00:00
wollman
8587850e5c
Teach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop.
1997-10-17 16:15:43 +00:00
phk
14aa7b01ea
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.
1997-10-17 12:36:19 +00:00
ache
988fe95f98
Add $Id
1997-10-17 09:40:08 +00:00
ache
47a375370a
Fix LONG_MAX overflowing
...
Return seconds if errno other than EINTR
Add $Id
Submitted by: bde with minor optimization by me
1997-10-17 09:35:50 +00:00
msmith
ff34791ad2
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>
1997-10-17 06:48:35 +00:00
dg
214d27ba03
Fixed a bug where input packets were counted twice - messing up the
...
stats.
1997-10-17 06:27:44 +00:00
jdp
7484bbe28e
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.
1997-10-17 04:59:56 +00:00
jkh
27e81f6858
Update XFree86 reference.
...
Submitted by: luigi
1997-10-17 02:27:24 +00:00
brian
b066166467
Ask for VJ slot id compression by default.
1997-10-17 00:20:30 +00:00
brian
da95061e5c
PPP_FILTER => NBPFILTER
1997-10-17 00:12:38 +00:00
brian
d134eaa71d
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".
1997-10-16 23:55:19 +00:00
phk
f82436f706
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.
1997-10-16 22:01:05 +00:00
jraynard
4e240cf2d6
Update FREEBSD-upgrade file after removing random.*
1997-10-16 21:45:46 +00:00
jraynard
37c9909845
Delete redundant files (thanks, Andrei!)
1997-10-16 21:39:00 +00:00
ache
c726b4d4aa
Copy time_to_sleep to time_remaining since it can be left
...
uninitialized if nanosleep returns early with agr error
1997-10-16 21:31:43 +00:00