]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoThis commit was generated by cvs2svn to compensate for changes in r52746,
obrien [Mon, 1 Nov 1999 07:40:19 +0000 (07:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52746,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of GCC 2.95.2's libstdc++
obrien [Mon, 1 Nov 1999 07:40:19 +0000 (07:40 +0000)]
Virgin import of GCC 2.95.2's libstdc++

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52744,
obrien [Mon, 1 Nov 1999 07:37:09 +0000 (07:37 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52744,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of GCC 2.95.2's libio -- the C++ iostream facility.
obrien [Mon, 1 Nov 1999 07:37:09 +0000 (07:37 +0000)]
Virgin import of GCC 2.95.2's libio -- the C++ iostream facility.

24 years agoChange quote style.
obrien [Mon, 1 Nov 1999 07:35:24 +0000 (07:35 +0000)]
Change quote style.

24 years agoVirgin import of GCC 2.95.2's libf2c
obrien [Mon, 1 Nov 1999 07:32:56 +0000 (07:32 +0000)]
Virgin import of GCC 2.95.2's libf2c

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52741,
obrien [Mon, 1 Nov 1999 07:32:56 +0000 (07:32 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52741,
which included commits to RCS files with non-trunk default branches.

24 years agoTell others how I did this.
obrien [Mon, 1 Nov 1999 07:27:42 +0000 (07:27 +0000)]
Tell others how I did this.

24 years agoThis file came from elsewhere and there was a little turd left.
obrien [Mon, 1 Nov 1999 07:25:20 +0000 (07:25 +0000)]
This file came from elsewhere and there was a little turd left.

24 years agoDescribe how I did this.
obrien [Mon, 1 Nov 1999 07:24:11 +0000 (07:24 +0000)]
Describe how I did this.

24 years agoUpdate for gcc 2.95.2.
obrien [Mon, 1 Nov 1999 07:22:02 +0000 (07:22 +0000)]
Update for gcc 2.95.2.

24 years agobraino in sample code.
julian [Mon, 1 Nov 1999 05:27:44 +0000 (05:27 +0000)]
braino in sample code.
picked up by phk.

24 years agoMost modern OSs have the ability to flag certain mounts as ones to
julian [Mon, 1 Nov 1999 04:57:43 +0000 (04:57 +0000)]
Most modern OSs have the ability to flag certain mounts as ones to
be ignored by default by the df(1) program.  This is used mostly to
avoid stat()-ing entries that do not represent "real" disk mount
points (such as those made by an automounter such as amd.)  It is
also useful not to have to stat() these entries because it takes
longer to report them that for other file systems, being that these
mount points are served by a user-level file server and resulting in
several context switches.  Worse, if the automounter is down
unexpectedly, a causal df(1) will hang in an interruptible way.

PR: kern/9764
Submitted by: Erez Zadok <ezk@cs.columbia.edu>

24 years agoDescription
julian [Mon, 1 Nov 1999 04:46:09 +0000 (04:46 +0000)]
Description

    repquota reports softlimits, hardlimits and ``used'' field
    incorrectly, namely those numbers get wrapped modulo 4Gbytes.

PR:  bin/8164
Submitted by:  Anton Berezin <tobez@plab.ku.dk>

24 years agocorrect moronic typo
mjacob [Mon, 1 Nov 1999 04:39:52 +0000 (04:39 +0000)]
correct moronic typo

24 years ago``mergemaster'' was repo-copied to ``mergemaster.sh'' as it's a shell script.
chris [Mon, 1 Nov 1999 04:29:05 +0000 (04:29 +0000)]
``mergemaster'' was repo-copied to ``mergemaster.sh'' as it's a shell script.

Delete the original mergemaster and modify Makefile to install mergemaster.sh.

Seen no problem with by: billf
No objections by: Doug Barton

24 years agoMerge the alpha and x86 majors files together. There appear to be
peter [Mon, 1 Nov 1999 04:12:42 +0000 (04:12 +0000)]
Merge the alpha and x86 majors files together.  There appear to be
only two conflicts, cdev #98 and cdev #99.  These should be fixed.
MAKEDEV should probably be merged as well.
Static majors are (hopefully) going away one day soon.
This file is informational and not machine parsed by anything any more.

24 years agoUpdate examples using 'disk' and 'tape' - they used to have magic meaning
peter [Mon, 1 Nov 1999 04:02:58 +0000 (04:02 +0000)]
Update examples using 'disk' and 'tape' - they used to have magic meaning
to config(8) for static device tables that have not existed for quite
some time.  They have been aliases for 'device' for a while, and "tape"
went away entirely as it wasn't used anywhere (except in an example
in LINT.. "fixed").

24 years agoRemove specfs::vop_lookup() There is no code path which can call it.
phk [Mon, 1 Nov 1999 02:53:38 +0000 (02:53 +0000)]
Remove specfs::vop_lookup() There is no code path which can call it.

24 years agoFix breakage for NOSHARED case.
bp [Mon, 1 Nov 1999 02:44:09 +0000 (02:44 +0000)]
Fix breakage for NOSHARED case.

Submitted by: Bruce Evans

24 years ago rearrange order of tests for NE1000, NE2000, and Linksys
jmb [Mon, 1 Nov 1999 01:16:56 +0000 (01:16 +0000)]
    rearrange order of tests for NE1000, NE2000, and Linksys
        cards.   previous order caused computers with NE2000 cards
        to hang during boot.

24 years ago rearrange order of tests for NE1000, NE2000, and Linksys
jmb [Mon, 1 Nov 1999 00:53:12 +0000 (00:53 +0000)]
rearrange order of tests for NE1000, NE2000, and Linksys
cards.   previous order caused computers with NE2000 cards
to hang during boot.

24 years agobpf need no longer be an option
julian [Mon, 1 Nov 1999 00:48:06 +0000 (00:48 +0000)]
bpf need no longer be an option

24 years agoStart making the contents of the generic framework opaque to the nodes.
julian [Mon, 1 Nov 1999 00:31:14 +0000 (00:31 +0000)]
Start making the contents of the generic framework opaque to the nodes.
This step: IDs are no-longer the address of the node.
Reviewd by: Archie@freebsd.org

24 years agoAdd $FreeBSD$
billf [Sun, 31 Oct 1999 21:25:40 +0000 (21:25 +0000)]
Add $FreeBSD$
'if gets laid once' -> 'it gets laid once'

24 years agoThe useracc() calls in osigreturn() and sigreturn() should specify
alc [Sun, 31 Oct 1999 19:39:51 +0000 (19:39 +0000)]
The useracc() calls in osigreturn() and sigreturn() should specify
VM_PROT_READ rather than VM_PROT_WRITE.  (This mistake predates
the B_READ/B_WRITE -> VM_PROT_READ/VM_PROT_WRITE change.)

Submitted by: bde

24 years agoBump version number to sync with ncplib 1.3.3
bp [Sun, 31 Oct 1999 15:11:43 +0000 (15:11 +0000)]
Bump version number to sync with ncplib 1.3.3

24 years agoBump internal version number with next release of ncplib.
bp [Sun, 31 Oct 1999 15:01:47 +0000 (15:01 +0000)]
Bump internal version number with next release of ncplib.

24 years agoChange Linksys registers base/offset.
nyan [Sun, 31 Oct 1999 09:05:20 +0000 (09:05 +0000)]
Change Linksys registers base/offset.
On NEC PC-98, asic_addr != nic_addr + 0x10.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoThe total uiomoved size is accumulated in c, not tmp.
tanimura [Sun, 31 Oct 1999 08:58:51 +0000 (08:58 +0000)]
The total uiomoved size is accumulated in c, not tmp.

24 years agoFix NOSHARED case.
bp [Sun, 31 Oct 1999 08:58:29 +0000 (08:58 +0000)]
Fix NOSHARED case.

Pointed by: Bruce Evans

24 years ago- Sync with sys/i386/isa/if_ed.c revision 1.163.
nyan [Sun, 31 Oct 1999 08:24:18 +0000 (08:24 +0000)]
- Sync with sys/i386/isa/if_ed.c revision 1.163.
- Supported Networld EC/EP-98X.
- Rewrite NE2000 PCMCIA (LPC-T) on old 98Note.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoAdd support for RADIUS accounting. Note, this changes the format
jdp [Sun, 31 Oct 1999 04:47:59 +0000 (04:47 +0000)]
Add support for RADIUS accounting.  Note, this changes the format
of the /etc/radius.conf file.   But the code contains hacks for
backward compatibility, so old files will continue to work.

I updated the man pages and made a couple of minor changes, but
everything else was submitted by Oleg.

PR: misc/14284
Submitted by: Oleg Semyonov <os@altavista.net>

24 years agoAllow whitespace termination. Internal use of /etc/resolv.conf relies
green [Sun, 31 Oct 1999 04:43:55 +0000 (04:43 +0000)]
Allow whitespace termination.  Internal use of /etc/resolv.conf relies
on this, and who knows what else would, too...

24 years agoThis is the new inet_addr/inet_aton with proper error checking. This
green [Sun, 31 Oct 1999 04:07:56 +0000 (04:07 +0000)]
This is the new inet_addr/inet_aton with proper error checking.  This
should close all outstanding PRs on incorrect inet_aton behavior, and
since it has a decent parsing routine, doesn't allow some hysterically
working behavior.

PR: 13628
Submitted by: Adrian Chadd <adrian@FreeBSD.org>

24 years agoRemove an excess body lying around.
green [Sun, 31 Oct 1999 04:01:16 +0000 (04:01 +0000)]
Remove an excess body lying around.

Submitted by: mpp

24 years agoAdd support for C++ in the headers. Some style cleanup.
bp [Sun, 31 Oct 1999 03:39:03 +0000 (03:39 +0000)]
Add support for C++ in the headers. Some style cleanup.

Pointed by: bde

24 years agoFix Bus Device Resets from userland, and specifically from camcontrol.
ken [Sun, 31 Oct 1999 02:39:44 +0000 (02:39 +0000)]
Fix Bus Device Resets from userland, and specifically from camcontrol.

camcontrol was setup to use the old scheme of going through the xpt(4)
device, which never worked properly (and has been disabled for a while).

camcontrol now sends BDRs through the pass(4) device, and XPT_RESET_DEV
CCBs are put on the device queue in the transport layer, as they should be.

Submitted by: luoqi
Reviewed by: ken

24 years agoAdd ncplogin/logout programs which allow manage connections
bp [Sun, 31 Oct 1999 02:14:59 +0000 (02:14 +0000)]
Add ncplogin/logout programs which allow manage connections
more precisely than mount_nwfs.

Obtained from: ncplib-1.3.3

24 years agoDescribe localized directories naming convention
ache [Sat, 30 Oct 1999 22:15:19 +0000 (22:15 +0000)]
Describe localized directories naming convention

Submitted by: mostly by phantom

24 years agoThis is the much-anticipated ELF manual page! Everyone be sure to
green [Sat, 30 Oct 1999 22:07:11 +0000 (22:07 +0000)]
This is the much-anticipated ELF manual page!  Everyone be sure to
thank Jeroen and all who helped bring it about :)

Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by: jdp, Gerald Hicks, the Doc Team

24 years agoThis is the much-anticipated ELF manual page! Everyone be sure to
green [Sat, 30 Oct 1999 22:00:04 +0000 (22:00 +0000)]
This is the much-anticipated ELF manual page!  Everyone be sure to
thank Jeroen and all who helped bring it about :)

Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by: jdp, Gerald Hicks, the Doc Team

24 years agoLocalize it
ache [Sat, 30 Oct 1999 21:18:52 +0000 (21:18 +0000)]
Localize it

Submitted by: phantom

24 years agoSome spelling/grammar fixes.
mpp [Sat, 30 Oct 1999 21:11:55 +0000 (21:11 +0000)]
Some spelling/grammar fixes.

24 years agomdoc style fix.
mpp [Sat, 30 Oct 1999 20:56:07 +0000 (20:56 +0000)]
mdoc style fix.

24 years agoFix some spelling errors.
mpp [Sat, 30 Oct 1999 20:30:19 +0000 (20:30 +0000)]
Fix some spelling errors.

24 years agoSpelling fix.
mpp [Sat, 30 Oct 1999 19:42:31 +0000 (19:42 +0000)]
Spelling fix.

Also fix a minor mdoc style problem that I noticed.

PR: bin/14589
Submitted by:hristian Weisgerber <naddy@mips.rhein-neckar.de>

24 years agoSpelling fix.
mpp [Sat, 30 Oct 1999 19:36:42 +0000 (19:36 +0000)]
Spelling fix.

PR: bin/14588
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>

24 years agoOrganize things to cope with the (possible) lack of downloadable
mjacob [Sat, 30 Oct 1999 19:35:11 +0000 (19:35 +0000)]
Organize things to cope with the (possible) lack of downloadable
firmware a bit better.

24 years agoRemove firmware from tree until a better copyright from Qlogic is forthcoming.
mjacob [Sat, 30 Oct 1999 19:33:45 +0000 (19:33 +0000)]
Remove firmware from tree until a better copyright from Qlogic is forthcoming.

24 years agoMinor grammar fix.
mpp [Sat, 30 Oct 1999 19:33:41 +0000 (19:33 +0000)]
Minor grammar fix.

24 years agoUse pointer to f/w in md structure as to whether f/w exists or not.
mjacob [Sat, 30 Oct 1999 19:32:44 +0000 (19:32 +0000)]
Use pointer to f/w in md structure as to whether f/w exists or not.
If firmware length isn't specified, extract from the 4th short into
the firmware.

24 years agoMinor mdoc cleanup.
mpp [Sat, 30 Oct 1999 19:29:45 +0000 (19:29 +0000)]
Minor mdoc cleanup.

24 years agoBail out of the process early if the coredumpfile limit is 0.
sef [Sat, 30 Oct 1999 18:55:11 +0000 (18:55 +0000)]
Bail out of the process early if the coredumpfile limit is 0.

PR: kern/14540
Reviewed by: Nate Williams

24 years agoFix an overflow or two and replace a while with a for.
green [Sat, 30 Oct 1999 17:56:47 +0000 (17:56 +0000)]
Fix an overflow or two and replace a while with a for.

Submitted by: Martin Blapp <mbr@imp.ch>

24 years agoFix a few things:
green [Sat, 30 Oct 1999 17:40:10 +0000 (17:40 +0000)]
Fix a few things:

1. Get rid of the evilly bogus strdup(fstab) and  free if (fstab == "")
   as in umount.
2. Don't use /etc/fstab info if the mount instance does not exactly match
   the fstab entry.
3. Reversed the mountpoint checking order in getmntpt().
4. Clarify the "not mounted" error message in mount -u.  The previous
   "unknown special file or file system" wasn't quite right.
5. Get rid of a 1-byte memory leak;  this was reported by jhb.

Submitted by: Martin Blapp <mb@imp.ch>

24 years ago$FreeBSD$ tags moved to bottom of license aggmt.
phantom [Sat, 30 Oct 1999 16:05:26 +0000 (16:05 +0000)]
$FreeBSD$ tags moved to bottom of license aggmt.

24 years agoRemove comments left since mdoc.template time or just useless comments
phantom [Sat, 30 Oct 1999 15:38:20 +0000 (15:38 +0000)]
Remove comments left since mdoc.template time  or just useless comments

24 years agoDon't lower the ipl when returning from handling an interrupt.
gallatin [Sat, 30 Oct 1999 15:20:31 +0000 (15:20 +0000)]
Don't lower the ipl when returning from handling an interrupt.
If the ipl is lowered here, a machine can rapidly run out of stack
space when it is under heavy interrupt load.   Without this fix,
my test machine would fall over within a few seconds when forwarding
14,000 packets/sec.  With the patch, it has been up for over 24 hours
and has built the world at the same time.

submitted by: dfr@freebsd.org

24 years agomdoc(7)'fy
phantom [Sat, 30 Oct 1999 15:12:25 +0000 (15:12 +0000)]
mdoc(7)'fy

24 years agoi8254_restore is called from apm_default_resume() to reload
iwasaki [Sat, 30 Oct 1999 14:56:01 +0000 (14:56 +0000)]
i8254_restore is called from apm_default_resume() to reload
the countdown register.
this should not be necessary but there are broken laptops that
do not restore the countdown register on resume.
when it happnes, it messes up the hardclock interval and system clock,
which leads to the infamous "calcru: negative time" problem.

Submitted by: kjc, iwasaki
Reviewed by: Steve O'Hara-Smith <steveo@eircom.net> and committers.
Obtained from: PAO3

24 years ago``tty'' is not required parameter
phantom [Sat, 30 Oct 1999 14:52:24 +0000 (14:52 +0000)]
``tty'' is not required parameter

24 years agouncomment FILES section (it look reasonable here)
phantom [Sat, 30 Oct 1999 14:35:22 +0000 (14:35 +0000)]
uncomment FILES section (it look reasonable here)
mdoc(7)'fy

24 years agoFix broken cross reference : kldload(1) -> kldload(8)
phantom [Sat, 30 Oct 1999 14:25:55 +0000 (14:25 +0000)]
Fix broken cross reference : kldload(1) -> kldload(8)

24 years agomdoc(7)'fy, fix broken FreeBSD release number (3.0.1 -> 3.1)
phantom [Sat, 30 Oct 1999 14:15:49 +0000 (14:15 +0000)]
mdoc(7)'fy, fix broken FreeBSD release number (3.0.1 -> 3.1)

24 years agoFix invalid pathes in FILES section, mdoc(7)'fy
phantom [Sat, 30 Oct 1999 14:10:31 +0000 (14:10 +0000)]
Fix invalid pathes in FILES section, mdoc(7)'fy

24 years ago.Ox is ``clever'' now.
phantom [Sat, 30 Oct 1999 14:03:43 +0000 (14:03 +0000)]
.Ox is ``clever'' now.

24 years agoBackout previous commit. This change should be applied to -STABLE only.
phantom [Sat, 30 Oct 1999 13:22:00 +0000 (13:22 +0000)]
Backout previous commit. This change should be applied to -STABLE only.

24 years agoadd MLINKS: bpf.4 -> bpfilter.4
phantom [Sat, 30 Oct 1999 13:17:58 +0000 (13:17 +0000)]
add MLINKS: bpf.4 -> bpfilter.4

24 years agoAdd option "-d destdir" which instructs config to use another output
marcel [Sat, 30 Oct 1999 10:55:48 +0000 (10:55 +0000)]
Add option "-d destdir" which instructs config to use another output
directory than the default one. If the option is not given, then the
output of config is exactly as before. Only when an alternate output
directory has been specified will config modify its behavior.

Additional changed:
o  Remove the now conflicting and unused NODEV define. It
   conflicts with NODEV in sys/param.h.
o  Rename the now conflicting MACHINE token to ARCH. It
   conflicts with MACHINE in sys/param.h.
o  Fix some easy style bugs.
o  Fix some easy grammar bugs in the manpage.

Approved by: peter, archie

24 years agoRemove a #define which doesn't do miracles anymore.
phk [Sat, 30 Oct 1999 09:31:52 +0000 (09:31 +0000)]
Remove a #define which doesn't do miracles anymore.

24 years agoAllow the source root `S' to be overridden by defining it only when
marcel [Sat, 30 Oct 1999 09:28:27 +0000 (09:28 +0000)]
Allow the source root `S' to be overridden by defining it only when
it isn't already defined. It enables config(8) to create the kernel
build directory where it wants.

24 years agoUpdate PicoBSD so it does not need to patch the passwd Makefile.
roger [Sat, 30 Oct 1999 09:19:30 +0000 (09:19 +0000)]
Update PicoBSD so it does not need to patch the passwd Makefile.

24 years agoReverse the sense of the test in the KASSERT's from the last commit.
alc [Sat, 30 Oct 1999 09:09:02 +0000 (09:09 +0000)]
Reverse the sense of the test in the KASSERT's from the last commit.

24 years ago`make' will fail if hash.h exists for some reason and gxx-hash needs to be
obrien [Sat, 30 Oct 1999 08:08:29 +0000 (08:08 +0000)]
`make' will fail if hash.h exists for some reason and gxx-hash needs to be
rebuilt.  Fix this.

Submitted by: bde

24 years agoThe core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to
alc [Sat, 30 Oct 1999 07:37:14 +0000 (07:37 +0000)]
The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to
eliminate an extra (useless) level of indirection in half of the page
queue accesses and (2) to use a single name for each queue throughout,
instead of, e.g., "vm_page_queue_active" in some places and
"vm_page_queues[PQ_ACTIVE]" in others.

Reviewed by: dillon

24 years agoFix a rather amusing bug.
phk [Sat, 30 Oct 1999 07:28:49 +0000 (07:28 +0000)]
Fix a rather amusing bug.

Try this:
setenv LANG ASCII
cal 1999
:-)

PR: 12116
Submitted by: Anton Berezin tobez@plab.ku.dk
Reviewed by: phk

24 years agoFix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.
obrien [Sat, 30 Oct 1999 07:00:13 +0000 (07:00 +0000)]
Fix ownership of /dev/fd/*.  We still had a bin:bin hangover from pre-3.0.

Noticed by: bde

24 years agoChange useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk [Sat, 30 Oct 1999 06:32:05 +0000 (06:32 +0000)]
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
"rw" argument, rather than hijacking B_{READ|WRITE}.

Fix two bugs (physio & cam) resulting by the confusion caused by this.

Submitted by:   Tor.Egge@fast.no
Reviewed by:    alc, ken (partly)

24 years agoMacro needed for NEWCARD kernel and STAILQ emulation.
imp [Sat, 30 Oct 1999 04:18:59 +0000 (04:18 +0000)]
Macro needed for NEWCARD kernel and STAILQ emulation.

Pointed out by Richard Wackerbar

24 years ago Add sysctl debug.dircheck to allow directory sanity checking to be turned
dillon [Sat, 30 Oct 1999 00:51:14 +0000 (00:51 +0000)]
Add sysctl debug.dircheck to allow directory sanity checking to be turned
    on with a sysctl.

    Fix two bugs in ufs_lookup that can cause deadlocks due to out-of-order
    locking.  This fix was tested for a few days prior to commit.

24 years agoRevamped and more useful PPP node type, supporting multi-link PPP directly.
archie [Fri, 29 Oct 1999 22:30:26 +0000 (22:30 +0000)]
Revamped and more useful PPP node type, supporting multi-link PPP directly.

24 years agoRevamped and more useful PPP node type, supporting multi-link PPP directly.
archie [Fri, 29 Oct 1999 22:30:03 +0000 (22:30 +0000)]
Revamped and more useful PPP node type, supporting multi-link PPP directly.
This is one piece of the grand unified PPP daemon concept, whereby using
netgraph nodes enables PPP data to be handled completely in kernel land,
while leaving negotiation/control to be handled by a single user land
daemon, no matter what the link type(s).

This is a safety checkin only; it compiles, but is utterly untested.

Concept reviewed by: julian, brian

24 years agoRemove my completely un-funny IRC fortune.
chris [Fri, 29 Oct 1999 19:29:27 +0000 (19:29 +0000)]
Remove my completely un-funny IRC fortune.

Reviewed by: jkh

24 years agoDon't test boolean return against != 1.
phk [Fri, 29 Oct 1999 19:03:18 +0000 (19:03 +0000)]
Don't test boolean return against != 1.
Don't needlessly assign the error variable in an if statement.

24 years agouseracc() the prequel:
phk [Fri, 29 Oct 1999 18:09:36 +0000 (18:09 +0000)]
useracc() the prequel:

Merge the contents (less some trivial bordering the silly comments)
of <vm/vm_prot.h> and <vm/vm_inherit.h> into <vm/vm.h>.  This puts
the #defines for the vm_inherit_t and vm_prot_t types next to their
typedefs.

This paves the road for the commit to follow shortly: change
useracc() to use VM_PROT_{READ|WRITE} rather than B_{READ|WRITE}
as argument.

24 years agoWhen getting a RCN event in state ACK_RCVD, RFC 1661 demands that we
joerg [Fri, 29 Oct 1999 17:57:42 +0000 (17:57 +0000)]
When getting a RCN event in state ACK_RCVD, RFC 1661 demands that we
go to REQ_SENT (and we probably should also log this since it should
only happen in a cross-linked connection).

Submitted by: Mark Tinguely <tinguely@plains.NoDak.edu>

24 years agoDisable old PCCARD_MODULE code.
imp [Fri, 29 Oct 1999 17:28:09 +0000 (17:28 +0000)]
Disable old PCCARD_MODULE code.

This should fix LINT.

Prompted by: phk's explicit message about LINT breakage

24 years agoAdd a comment before sl_compress_tcp() regarding mbuf assumptions.
archie [Fri, 29 Oct 1999 17:00:18 +0000 (17:00 +0000)]
Add a comment before sl_compress_tcp() regarding mbuf assumptions.

24 years agoAdd HISTORY.
obrien [Fri, 29 Oct 1999 16:50:22 +0000 (16:50 +0000)]
Add HISTORY.

24 years agoAdd entry for sys/dev/mii/mxphy.c which I somehow managed to forget,
wpaul [Fri, 29 Oct 1999 16:18:11 +0000 (16:18 +0000)]
Add entry for sys/dev/mii/mxphy.c which I somehow managed to forget,
and which somehow didn't break anything.

24 years agoHandle SAP responces in a more correct way. Allow connection number
bp [Fri, 29 Oct 1999 12:59:59 +0000 (12:59 +0000)]
Handle SAP responces in a more correct way. Allow connection number
greater than 255 in the broadcast messages.

24 years agoRemove #ifdef notyet code for doing I/O in a way we never will do it.
phk [Fri, 29 Oct 1999 10:26:20 +0000 (10:26 +0000)]
Remove #ifdef notyet code for doing I/O in a way we never will do it.

24 years agoAdd missing initialization which could lead to kernel panic.
bp [Fri, 29 Oct 1999 10:21:07 +0000 (10:21 +0000)]
Add missing initialization which could lead to kernel panic.

24 years agoAdded code to enable BusMaster operations.
semenu [Fri, 29 Oct 1999 09:56:52 +0000 (09:56 +0000)]
Added code to enable BusMaster operations.
Kurt D. Starsinic <kstar@chapin.edu> had reported
this patch fixing strange behaviour (like timeouts
and RX/TX DMAs stopping errors).

24 years agoFix a logic problem that broke umount -a.
green [Fri, 29 Oct 1999 09:33:50 +0000 (09:33 +0000)]
Fix a logic problem that broke umount -a.

Reported by:  Martin Blapp <mb@imp.ch>

24 years agoAdd (untested) support for the 3C562D/3C563D. I have been unable to
imp [Fri, 29 Oct 1999 06:27:07 +0000 (06:27 +0000)]
Add (untested) support for the 3C562D/3C563D.  I have been unable to
test this support since I don't have the dongle for the card in
question and the dongle I have for my 3C589D doesn't seem to work on
it.  I don't know if this is due to the damage I did to the 562 card
in transit from freebsdcon, or a mis-matched dongle...

24 years agoSlight touchups noticed after checkin.
julian [Fri, 29 Oct 1999 06:00:11 +0000 (06:00 +0000)]
Slight touchups noticed after checkin.

24 years agoAdd a man page for the pppoe node. Includes sample code.
julian [Fri, 29 Oct 1999 05:56:00 +0000 (05:56 +0000)]
Add a man page for the pppoe node. Includes sample code.

24 years agoRemove the last vestiges of "vm_map_t phys_map". It's been unused
alc [Fri, 29 Oct 1999 05:17:20 +0000 (05:17 +0000)]
Remove the last vestiges of "vm_map_t phys_map".  It's been unused
since i386/i386/machdep.c rev 1.45 (or 1994 :-) ).