]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoAck, I made a typo moments before commit. :-(
peter [Sun, 21 May 2000 13:00:21 +0000 (13:00 +0000)]
Ack, I made a typo moments before commit. :-(

24 years agoImplement an optimization of the VM<->pmap API. Pass vm_page_t's directly
peter [Sun, 21 May 2000 12:50:18 +0000 (12:50 +0000)]
Implement an optimization of the VM<->pmap API.  Pass vm_page_t's directly
to various pmap_*() functions instead of looking up the physical address
and passing that.  In many cases, the first thing the pmap code was doing
was going to a lot of trouble to get back the original vm_page_t, or
it's shadow pv_table entry.

Inspired by: John Dyson's 1998 patches.

Also:
Eliminate pv_table as a seperate thing and build it into a machine
dependent part of vm_page_t.  This eliminates having a seperate set of
structions that shadow each other in a 1:1 fashion that we often went to
a lot of trouble to translate from one to the other. (see above)
This happens to save 4 bytes of physical memory for each page in the
system.  (8 bytes on the Alpha).

Eliminate the use of the phys_avail[] array to determine if a page is
managed (ie: it has pv_entries etc).  Store this information in a flag.
Things like device_pager set it because they create vm_page_t's on the
fly that do not have pv_entries.  This makes it easier to "unmanage" a
page of physical memory (this will be taken advantage of in subsequent
commits).

Add a function to add a new page to the freelist.  This could be used
for reclaiming the previously wasted pages left over from preloaded
loader(8) files.

Reviewed by: dillon

24 years agoCompile in the case that anyone ever actually uses LEAVE_FREE_CHARS.
hoek [Sun, 21 May 2000 05:40:44 +0000 (05:40 +0000)]
Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.
It's not clear what this does nor why they would do it, but it should
compile, now.  This could be a case where fixing the code so that it
compiles merely masks more devious dysfunctional behaviour.

24 years agoUh, ya, sure this almost compiled for __bsdi__. NOT!
hoek [Sun, 21 May 2000 05:33:40 +0000 (05:33 +0000)]
Uh, ya, sure this almost compiled for __bsdi__.  NOT!

Note that __bsdi__s_/_i_/_os_/__ has moved this file to dev/ic/ and
has completely removed the non-compiling function from pdq_ifsubr.c and
has completely removed this function and placed it into netinet/if_ether.c
(if, in fact, it wasn't there the whole time).  I was tempted to simply
remove this __bsdi__only__ function.

The function is arp_ifinit().

PR: kern/7903

24 years agoMake this compile in case anyone ever wants to use the PC98 booter
hoek [Sun, 21 May 2000 05:27:56 +0000 (05:27 +0000)]
Make this compile in case anyone ever wants to use the PC98 booter
on an IBM machine.  This fix matches i386/boot2/boot.c.

PR: kern/7903

24 years agoThe LOCKPARENT flag is singular. It doesn't work causing complications
hoek [Sun, 21 May 2000 03:23:10 +0000 (03:23 +0000)]
The LOCKPARENT flag is singular.  It doesn't work causing complications
is also a singular fact.

24 years agoNo be needed here --- "typo".
hoek [Sun, 21 May 2000 03:16:35 +0000 (03:16 +0000)]
No be needed here --- "typo".

24 years agoTypo in comments explaining what MAN_FILTER is.
hoek [Sun, 21 May 2000 03:14:38 +0000 (03:14 +0000)]
Typo in comments explaining what MAN_FILTER is.

24 years agoTypos, missing words. I don't believe any of these are relevant to
hoek [Sun, 21 May 2000 03:06:28 +0000 (03:06 +0000)]
Typos, missing words.  I don't believe any of these are relevant to
translators.

24 years agoFix a memory leak in getent() that occurred when the requested entry
hoek [Sun, 21 May 2000 02:55:09 +0000 (02:55 +0000)]
Fix a memory leak in getent() that occurred when the requested entry
could not be found.

PR: bin/17084

24 years agoFix a memory leak with lc->lc_cap in login_close().
hoek [Sun, 21 May 2000 02:50:36 +0000 (02:50 +0000)]
Fix a memory leak with lc->lc_cap in login_close().

PR: bin/17084

24 years agoOnce again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages.
hoek [Sun, 21 May 2000 02:49:14 +0000 (02:49 +0000)]
Once again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages.

PR: bin/5693 docs/9352

24 years agoMajor style cleanup; make ordering and internal use of the macros consistent.
jake [Sun, 21 May 2000 01:54:45 +0000 (01:54 +0000)]
Major style cleanup; make ordering and internal use of the macros consistent.
Hopefully enforce KNF conformance.  Add a missing _HEAD_INITIALIZER.

Reviewed by: archie, phk, bde
(bde did not like all of it)
Approved by: mdodd

24 years agoPrevent vidcontrol -i from crashing alphas
gallatin [Sun, 21 May 2000 01:16:47 +0000 (01:16 +0000)]
Prevent vidcontrol -i from crashing alphas

Reported by: Christian Weisgerber <naddy@mips.inka.de>
Approved by: yokota@FreeBSD.ORG

24 years agoI've always wanted to be able to dump out the current values of
jkh [Sat, 20 May 2000 23:25:08 +0000 (23:25 +0000)]
I've always wanted to be able to dump out the current values of
the mixer in a format suitable for saving and handing off to
mixer(1) at some future date to restore the settings.
Add a -s flag to do this.

24 years agoIPv6 support.
ume [Sat, 20 May 2000 18:23:51 +0000 (18:23 +0000)]
IPv6 support.

24 years agoDocument "-alias".
obrien [Sat, 20 May 2000 18:05:24 +0000 (18:05 +0000)]
Document "-alias".

24 years agoRevert rev 1.10 as I took the bug report too much on face value. The bug
obrien [Sat, 20 May 2000 18:01:05 +0000 (18:01 +0000)]
Revert rev 1.10 as I took the bug report too much on face value.  The bug
submitter has been refered to the ISC to determine if there his problems
are due to a bug in the script.

As a side note, `man 8 ifconfig' does not show "ifconfig -alias" as being
acceptable, but it is and does server a purpose.

24 years agoTake crtbegin.c and crtend.c from the new machine-independent
jdp [Sat, 20 May 2000 17:47:29 +0000 (17:47 +0000)]
Take crtbegin.c and crtend.c from the new machine-independent
"common" sister directory.

24 years agoOur `ifconfig' syntax uses "alias" not "-alias".
obrien [Sat, 20 May 2000 17:47:06 +0000 (17:47 +0000)]
Our `ifconfig' syntax uses "alias" not "-alias".

Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>

24 years agoOops, rman_get_bushandle() should be converted to rman_get_virtual()
nyan [Sat, 20 May 2000 16:15:50 +0000 (16:15 +0000)]
Oops, rman_get_bushandle() should be converted to rman_get_virtual()
if resources are mapped to memory.

24 years agoASM_DECLARE_OBJECT_NAME and ASM_FINISH_DECLARE_OBJECT are ELF MI routines
obrien [Sat, 20 May 2000 10:14:43 +0000 (10:14 +0000)]
ASM_DECLARE_OBJECT_NAME and ASM_FINISH_DECLARE_OBJECT are ELF MI routines
to generate the special .type and .size directives which are used to set
the corresponding fields of the linker symbol table entries in the ELF
object file.  As such they are not i386-specific and thus belong in our
MI header.  Otherwise on the Alpha we don't properly give the type and
size of dynamic symbols.  Bintuil versions past 2.9.1 warn of this and
w/o this change, `ld' generates a lot of warnings during a `make world'.

24 years agoMatch the include protection with the install location.
obrien [Sat, 20 May 2000 05:45:04 +0000 (05:45 +0000)]
Match the include protection with the install location.

24 years agoDon't forget 'stripe' and 'mirror' commands when we turn off
grog [Sat, 20 May 2000 03:21:50 +0000 (03:21 +0000)]
Don't forget 'stripe' and 'mirror' commands when we turn off
debugging.

Submitted-by: mdodd
24 years ago<machine/lpt.h> does not exist anymore. use <dev/ppbus/lptio.h> now.
peter [Fri, 19 May 2000 22:09:21 +0000 (22:09 +0000)]
<machine/lpt.h> does not exist anymore.  use <dev/ppbus/lptio.h> now.

Forgotten by: obrien

24 years agoInstall /usr/include/dev/ppbus as well as dev/usb
peter [Fri, 19 May 2000 22:08:18 +0000 (22:08 +0000)]
Install /usr/include/dev/ppbus as well as dev/usb

24 years agoAdd dev/ppbus for lptio.h
peter [Fri, 19 May 2000 22:07:47 +0000 (22:07 +0000)]
Add dev/ppbus for lptio.h

24 years agoCorrect the syntax of ROOTDEVNAME and describe it somewhat better.
msmith [Fri, 19 May 2000 20:46:28 +0000 (20:46 +0000)]
Correct the syntax of ROOTDEVNAME and describe it somewhat better.

24 years agoWe use a MI version of this now, which is mostly this file repo copied to
obrien [Fri, 19 May 2000 18:25:23 +0000 (18:25 +0000)]
We use a MI version of this now, which is mostly this file repo copied to
dev/ppbus/lptio.h.

24 years agoUpdate the man page to match utmp.h.
mpp [Fri, 19 May 2000 18:24:23 +0000 (18:24 +0000)]
Update the man page to match utmp.h.

24 years agoRather than use a MD lpt.h, we now use the MI lptio.h.
obrien [Fri, 19 May 2000 18:23:48 +0000 (18:23 +0000)]
Rather than use a MD lpt.h, we now use the MI lptio.h.

24 years agoCorrect confusion and differentiate appropriately between GMT and UTC when
dbaker [Fri, 19 May 2000 18:02:25 +0000 (18:02 +0000)]
Correct confusion and differentiate appropriately between GMT and UTC when
date is launched with the "u" argument.  It now operates in the documented
manner.

Fix typo in date man page.

Submitted by: David McNett <nugget@slacker.com>

24 years agoSync with sys/i386/conf/GENERIC revisions from 1.246 to 1.256.
nyan [Fri, 19 May 2000 16:36:42 +0000 (16:36 +0000)]
Sync with sys/i386/conf/GENERIC revisions from 1.246 to 1.256.

24 years agoFixed to support PC-98.
nyan [Fri, 19 May 2000 16:31:45 +0000 (16:31 +0000)]
Fixed to support PC-98.

24 years agoUse the rman_get_bustag() and rman_get_bushandle() functions.
nyan [Fri, 19 May 2000 16:19:51 +0000 (16:19 +0000)]
Use the rman_get_bustag() and rman_get_bushandle() functions.

24 years agoMinor nit: this tar(1) replacement still used /dev/rst0 as its default
joerg [Fri, 19 May 2000 16:02:54 +0000 (16:02 +0000)]
Minor nit: this tar(1) replacement still used /dev/rst0 as its default
device.

24 years agoSupported the mss on PC-98 and Sound Blaster 98.
nyan [Fri, 19 May 2000 15:41:52 +0000 (15:41 +0000)]
Supported the mss on PC-98 and Sound Blaster 98.

Submitted by: "T.Yamaoka" <taka@windows.squares.net>

24 years agoOne of loaders' bugs disappeared somewhere along the way.
dcs [Fri, 19 May 2000 11:15:12 +0000 (11:15 +0000)]
One of loaders' bugs disappeared somewhere along the way.

24 years agoAdd RSS0262 - 5614Jx3[G] V90+K56Flex Modem.
tanimura [Fri, 19 May 2000 10:02:15 +0000 (10:02 +0000)]
Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.

PR: kern/18168
Submitted by: Tony Voet <voet@engineer.com>

24 years agoBetter handling of some boundary conditions.
des [Fri, 19 May 2000 09:45:42 +0000 (09:45 +0000)]
Better handling of some boundary conditions.

Submitted by: ume

24 years agofork() -> vfork()
kris [Fri, 19 May 2000 09:42:53 +0000 (09:42 +0000)]
fork() -> vfork()

This would have been commit #2 which was "Obtained from: BSD/OS" except
their code is buggy (they call err() if the execl() fails, which will
incorrectly call exit()), so instead this is:

Obtained from: NetBSD

24 years agoMove man page directives to common/Makefile.inc.
dcs [Fri, 19 May 2000 08:52:16 +0000 (08:52 +0000)]
Move man page directives to common/Makefile.inc.

24 years agoThis file got repo-copied to common/.
dcs [Fri, 19 May 2000 08:44:48 +0000 (08:44 +0000)]
This file got repo-copied to common/.

24 years agoMove man page directives to common/Makefile.inc.
dcs [Fri, 19 May 2000 08:41:45 +0000 (08:41 +0000)]
Move man page directives to common/Makefile.inc.

24 years agoRemove INSTALL_FORTH stuff.
dcs [Fri, 19 May 2000 08:40:37 +0000 (08:40 +0000)]
Remove INSTALL_FORTH stuff.

24 years agoMove man page directives to common/Makefile.inc.
dcs [Fri, 19 May 2000 08:40:11 +0000 (08:40 +0000)]
Move man page directives to common/Makefile.inc.
Remove INSTALL_FORTH stuff.

24 years agoRemove duplicated ';' statement delimiters.
kris [Fri, 19 May 2000 08:26:17 +0000 (08:26 +0000)]
Remove duplicated ';' statement delimiters.

Obtained from: BSD/OS

24 years agoThis is step 1 in an effort to unify the start-up files for the
jdp [Fri, 19 May 2000 04:32:17 +0000 (04:32 +0000)]
This is step 1 in an effort to unify the start-up files for the
various architectures.  Now all the work is done in crtbegin.c.
It doesn't contain any assembly language code, so it should work
fine on all architectures.  (I have tested it on the i386 and the
alpha.) The old assembly language files crt[in].S are now empty
shells that generate no code or data.  They should not be removed
any time soon, because the various versions of gcc in src and ports
expect them to exist.

Next I will move crtbegin.c into a new common machine-independent
directory, and adjust the i386-elf Makefile to use that version.
After that I will adjust the alpha Makefile to use the common
version too.

Requested by: obrien

24 years agoAdd ACH2012 - 5634BTS 56K Video Ready Modem.
tanimura [Fri, 19 May 2000 03:41:22 +0000 (03:41 +0000)]
Add ACH2012 - 5634BTS 56K Video Ready Modem.

PR: kern/17351
Submitted by: Eric D. Futch <efutch@nyct.net>

24 years agoRemove a superfluous `.Pp' occuring directly after
chris [Fri, 19 May 2000 02:55:43 +0000 (02:55 +0000)]
Remove a superfluous `.Pp' occuring directly after
`.Sh IMPLEMENTATION NOTES'.

24 years agoAdd a note under IMPLEMENTATION NOTES about the behavior of sendfile()
chris [Fri, 19 May 2000 02:53:55 +0000 (02:53 +0000)]
Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()
in the threaded library.

24 years agoList ECONNRESET as a return value. EINVAL was not documented either.
peter [Fri, 19 May 2000 01:00:57 +0000 (01:00 +0000)]
List ECONNRESET as a return value.  EINVAL was not documented either.

24 years agoReturn ECONNRESET instead of EINVAL if the connection has been shot
peter [Fri, 19 May 2000 00:55:21 +0000 (00:55 +0000)]
Return ECONNRESET instead of EINVAL if the connection has been shot
down as a result of a reset.  Returning EINVAL in that case makes no
sense at all and just confuses people as to what happened.  It could be
argued that we should save the original address somewhere so that
getsockname() etc can tell us what it used to be so we know where the
problem connection attempts are coming from.

24 years agoEliminate a couple of evil common declarations.
peter [Thu, 18 May 2000 23:38:33 +0000 (23:38 +0000)]
Eliminate a couple of evil common declarations.

24 years agobump __FreeBSD_version for the bio/buf divorce by phk.
billf [Thu, 18 May 2000 21:57:34 +0000 (21:57 +0000)]
bump __FreeBSD_version for the bio/buf divorce by phk.

24 years agosnd_cwnd was updated twice in the tcp_newreno function.
jayanth [Thu, 18 May 2000 21:21:42 +0000 (21:21 +0000)]
snd_cwnd was updated twice in the tcp_newreno function.

24 years agoPrint the correct value for the map type on a verbose boot.
dfr [Thu, 18 May 2000 20:28:15 +0000 (20:28 +0000)]
Print the correct value for the map type on a verbose boot.

PR: kern/18662
Submitted by: tamaru@ap.t.u-tokyo.ac.jp

24 years agoFix misleading comment.
wollman [Thu, 18 May 2000 19:02:47 +0000 (19:02 +0000)]
Fix misleading comment.

24 years agoMake corrections to allow for Alpha.
dcs [Thu, 18 May 2000 12:44:50 +0000 (12:44 +0000)]
Make corrections to allow for Alpha.

24 years agoAdd new option (-target_addr) to control how to deal with incoming packets
ru [Thu, 18 May 2000 10:31:10 +0000 (10:31 +0000)]
Add new option (-target_addr) to control how to deal with incoming packets
not associated with any pre-existing link.

Submitted by: brian

24 years agoThis commit was generated by cvs2svn to compensate for changes in r60679,
asmodai [Thu, 18 May 2000 07:08:31 +0000 (07:08 +0000)]
This commit was generated by cvs2svn to compensate for changes in r60679,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of BIND v8.2.3-T5B
asmodai [Thu, 18 May 2000 07:08:31 +0000 (07:08 +0000)]
Virgin import of BIND v8.2.3-T5B

24 years agoCorrect two stupid typos in the DSA key location.
kris [Thu, 18 May 2000 06:04:23 +0000 (06:04 +0000)]
Correct two stupid typos in the DSA key location.

Submitted by: Udo Schweigert <ust@cert.siemens.de>

24 years agoInstall /etc/ssl/openssl.cnf
kris [Thu, 18 May 2000 05:21:50 +0000 (05:21 +0000)]
Install /etc/ssl/openssl.cnf

Submitted by: Doug Barton <DougB@gorean.org>
Forgotten by: kris

24 years agoCorrect previous commit: solve the "stopped clock" syndrome in remote
grog [Thu, 18 May 2000 02:29:23 +0000 (02:29 +0000)]
Correct previous commit: solve the "stopped clock" syndrome in remote
kernel debugger.

24 years agoAdd a couple of new PnP IDs.
tanimura [Thu, 18 May 2000 02:06:24 +0000 (02:06 +0000)]
Add a couple of new PnP IDs.

o OZO800f - Zoom 2812 (56k Modem)
PR: kern/18603
Submitted by: Matt Loschert <loschert@servint.com>

o DAV0336 - DAVICOM 336PNP MODEM
PR: kern/18608
Submitted by: Martijn Plak <martijn@be3.com>

24 years agoReplace a manual.section file reference with a proper mdoc(7) .Xr
chris [Thu, 18 May 2000 00:20:55 +0000 (00:20 +0000)]
Replace a manual.section file reference with a proper mdoc(7) .Xr
reference.

PR: 18625
Submitted by: Alexander Langer <alex@cichlids.com>

24 years agoImplement real read/write barriers for the i386. Despite the comment in
msmith [Thu, 18 May 2000 00:06:10 +0000 (00:06 +0000)]
Implement real read/write barriers for the i386.  Despite the comment in
previous versions of this file, some barrier functionality is required.

24 years agoUse different filenames.
hoek [Wed, 17 May 2000 22:46:47 +0000 (22:46 +0000)]
Use different filenames.

Submitted by:   bin/16927, Mike Heffner

24 years agoParallel ports are supported in the 5.x stream, not (yet?) in 4-stable
wilko [Wed, 17 May 2000 20:23:03 +0000 (20:23 +0000)]
Parallel ports are supported in the 5.x stream, not (yet?) in 4-stable

24 years agoIf we are running in APIC_IO mode, pretend that we didn't see the BIOS
msmith [Wed, 17 May 2000 19:44:16 +0000 (19:44 +0000)]
If we are running in APIC_IO mode, pretend that we didn't see the BIOS
reporting an AT PIC.  We do this because otherwise the PIC will claim
IRQ 2 in an unshareable mode, preventing other devices from legitimately
using it.

For symmetry, in !APIC_IO mode, ignore the APIC if it's reported.

This is a hack; a better solution would have the PIC's driver release
the IRQ if it was not going to be active.

24 years agoThese files were part of GDB 4.16, but not version 4.18 (that we
obrien [Wed, 17 May 2000 19:32:59 +0000 (19:32 +0000)]
These files were part of GDB 4.16, but not version 4.18 (that we
currently use).

24 years agocallback.c is not really used, nor is it part of GDB 4.18.
obrien [Wed, 17 May 2000 19:30:59 +0000 (19:30 +0000)]
callback.c is not really used, nor is it part of GDB 4.18.

24 years agoAdd CIS string comparison function.
iwasaki [Wed, 17 May 2000 18:29:17 +0000 (18:29 +0000)]
Add CIS string comparison function.
This should solve tentatively the pccardd core dump problem when
there's no CIS (likely CardBus cards).
Later, this function will have regex CIS string comparison capability
too.

Obtained from: PAO

24 years agoUnbreak Kerberos5 compilation. This still remains untested.
kris [Wed, 17 May 2000 08:06:20 +0000 (08:06 +0000)]
Unbreak Kerberos5 compilation. This still remains untested.

Noticed by: obrien

24 years agoSigh, fix a rookie patch merge error.
jayanth [Wed, 17 May 2000 06:55:00 +0000 (06:55 +0000)]
Sigh, fix a rookie patch merge error.

Also-missed-by: peter

24 years agoCast sizeof() calls to be of type (int) when they appear in a signed
jlemon [Wed, 17 May 2000 04:05:07 +0000 (04:05 +0000)]
Cast sizeof() calls to be of type (int) when they appear in a signed
integer expression.  Otherwise the sizeof() call will force the expression
to be evaluated as unsigned, which is not the intended behavior.

Obtained from:  NetBSD   (in a different form)

24 years agoPut the wait(2) exit status in "data" for NOTE_EXIT kevents.
green [Wed, 17 May 2000 01:16:11 +0000 (01:16 +0000)]
Put the wait(2) exit status in "data" for NOTE_EXIT kevents.

24 years agoFix a memory leak. pthread_set_name_np() allocates space for a name, but
jasone [Tue, 16 May 2000 22:08:14 +0000 (22:08 +0000)]
Fix a memory leak.  pthread_set_name_np() allocates space for a name, but
was not deallocating space for the previous name, if any.

PR: misc/18504

24 years agoAdd an option to select the Fix-it tty. The current behavior is utterly
obrien [Tue, 16 May 2000 22:05:32 +0000 (22:05 +0000)]
Add an option to select the Fix-it tty.  The current behavior is utterly
*useless* on serial consoled machines.

24 years agoFix a memory leak. pthread_set_name_np() allocates space for a name, but
jasone [Tue, 16 May 2000 21:57:12 +0000 (21:57 +0000)]
Fix a memory leak.  pthread_set_name_np() allocates space for a name, but
_thread_gc() was not deallocating it.

PR: misc/18504

24 years agoAdd Iomega IDE card for their 250M drives. Also remove the N in all
imp [Tue, 16 May 2000 20:43:32 +0000 (20:43 +0000)]
Add Iomega IDE card for their 250M drives.  Also remove the N in all
ataN entries while I'm here.  They aren't generally needed.

Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>

24 years agoParallel ports now work on Alpha.
wilko [Tue, 16 May 2000 17:43:30 +0000 (17:43 +0000)]
Parallel ports now work on Alpha.

24 years agoCatchup with the times:
hoek [Tue, 16 May 2000 17:19:32 +0000 (17:19 +0000)]
Catchup with the times:

 - Avoid use of word that Americans don't know how to spell
 - Avoid use of capital letters when referring to command names
 - Bookmarks do span files
 - Use .Qq where appropriate.  I didn't use .Sq or .Dq where `' and ``''
   appear, since it's not clear to me what modern usage of those two
   macros is.
 - Say simply: ``See .Xr xxx 1'' rather than ``See the .Xr xxx 1 command''.
   This former style has undoubtedly increased in popularity due to
   html and hyperlinks, but it's always been around (esp. for manpage
   sections other than section 1).
 - Use .St
 - Dedocument use of `-' to mean that `more` should read from its
   standard input.  The modern preferred way to read from standard
   input is by specifying /dev/stdin.  This is not a prelude to changing
   more's behaviour within the short term (ie. at least 3-4 years).

24 years agoAdd a note about exclusion support in mtree(8).
wollman [Tue, 16 May 2000 17:13:59 +0000 (17:13 +0000)]
Add a note about exclusion support in mtree(8).

24 years agoPunctuation fix.
wollman [Tue, 16 May 2000 16:41:28 +0000 (16:41 +0000)]
Punctuation fix.

24 years agoAdd used includes.
wollman [Tue, 16 May 2000 16:38:52 +0000 (16:38 +0000)]
Add used includes.

24 years agoadd IPFILTER_DEFAULT_BLOCK and put it in opt_ipfilter.h
darrenr [Tue, 16 May 2000 08:58:39 +0000 (08:58 +0000)]
add IPFILTER_DEFAULT_BLOCK and put it in opt_ipfilter.h

24 years agoAll the latest big changes in -current that I could find:
imp [Tue, 16 May 2000 07:48:18 +0000 (07:48 +0000)]
All the latest big changes in -current that I could find:
mod depends
modules out of makeworld
ethernet drivers
alpha boot bloocks
Maybe a few others

24 years agoAdded Toshiba CD-ROM from Mikael Hybsh
imp [Tue, 16 May 2000 07:37:35 +0000 (07:37 +0000)]
Added Toshiba CD-ROM from Mikael Hybsh

24 years agoTwo more entries from the highly productive PRs of mihira-san yoshiro
imp [Tue, 16 May 2000 07:17:24 +0000 (07:17 +0000)]
Two more entries from the highly productive PRs of mihira-san yoshiro
<sanpei@sanpei.org>.

PR: 17622,18126

24 years ago Add ipsec_enable and ipsec_file options to run IPSEC's setkey program
dillon [Tue, 16 May 2000 06:52:11 +0000 (06:52 +0000)]
Add ipsec_enable and ipsec_file options to run IPSEC's setkey program
    with the specified configuration file at the appropriate time.

24 years agoWoof. Had lots more of these than I thought when I started. Time to
imp [Tue, 16 May 2000 06:37:59 +0000 (06:37 +0000)]
Woof.  Had lots more of these than I thought when I started.  Time to
batch the rest:

Add EXP DVD-780 DVD rom drive (brian reichert)
Generic cdrom (???)
Two modems eicon DIVA and com1 mc218 from oliver breuninger
Farallon SkyLINE (Dirk-Willem van Gulik)
Nits to the xe cards for xe driver!

24 years agoAdd Accton EN2226/Faster EtherCard-16.
imp [Tue, 16 May 2000 05:51:38 +0000 (05:51 +0000)]
Add Accton EN2226/Faster EtherCard-16.

Submitted by: Mihira-san Yoshiro <sanpei@sanpei.org>
PR: 18545

24 years agoAdd Kingston KNE ed0 clone.
imp [Tue, 16 May 2000 05:49:29 +0000 (05:49 +0000)]
Add Kingston KNE ed0 clone.

Submitted by: Nick Sayer

24 years agoSony VAIO cdrom
imp [Tue, 16 May 2000 05:24:26 +0000 (05:24 +0000)]
Sony VAIO cdrom

24 years agoFrom PR submitter:
hoek [Tue, 16 May 2000 04:58:34 +0000 (04:58 +0000)]
From PR submitter:

 compress uses setfile() to make flags, ownership and mode of the output
 the same as those of the original. However, if the filesystem holding the
 output file doesn't support these operations, compress prints a warning.
 This bites a bit with NFS directories, which always fail the chflags()
 operation. If the file system doesn't support the operation, then the
 flags data wasn't valid on the original file anyway, so the warning is
 spurious.

Submitted by: bin/16981 (Peter Edwards <peter.edwards@ireland.com>)

24 years agoRemove addition of -g to CFLAGS
cpiazza [Tue, 16 May 2000 04:23:54 +0000 (04:23 +0000)]
Remove addition of -g to CFLAGS

24 years agosnd_una was being updated incorrectly, this resulted in the newreno
jayanth [Tue, 16 May 2000 03:13:59 +0000 (03:13 +0000)]
snd_una was being updated incorrectly, this resulted in the newreno
code retransmitting data from the wrong offset.

As a footnote, the newreno code was partially derived from NetBSD
and Tom Henderson <tomh@cs.berkeley.edu>

24 years agoReplace all references to lnc_softc with a typedef.
paul [Tue, 16 May 2000 02:30:53 +0000 (02:30 +0000)]
Replace all references to lnc_softc with a typedef.