]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoIf TCPDEBUG is defined, we could dereference a tp which was freed.
jlemon [Mon, 2 Oct 2000 15:00:13 +0000 (15:00 +0000)]
If TCPDEBUG is defined, we could dereference a tp which was freed.

23 years agouse ``config auto''
sanpei [Mon, 2 Oct 2000 14:41:09 +0000 (14:41 +0000)]
use ``config auto''
- Melco LPC-T (PIO mode)
- AR-P500 ethernet card
- Accton EN2226/Fast EtherCard (16-bit verison)

23 years agoAdded NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02R
nyan [Mon, 2 Oct 2000 14:27:20 +0000 (14:27 +0000)]
Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02R
support which use National Semiconductor DP8393X (SONIC) as ethernet
controller. Currently, this driver is used on only PC-98.

Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Obtained from: NetBSD/pc98

23 years agoFix cdev kld example after it has been broken for year or so. Also extend list
sobomax [Mon, 2 Oct 2000 14:14:07 +0000 (14:14 +0000)]
Fix cdev kld example after it has been broken for year or so. Also extend list
of supported operations by example read() and write() operations.

Inspired by:    http://www.daemonnews.org/200010/blueprints.html
PR:             16173
Submitted by:   sobomax

23 years agoA bit of indentation reformatting.
ru [Mon, 2 Oct 2000 13:13:24 +0000 (13:13 +0000)]
A bit of indentation reformatting.

23 years agoMake reconfiguring an external service as builtin service work.
dwmalone [Mon, 2 Oct 2000 12:08:27 +0000 (12:08 +0000)]
Make reconfiguring an external service as builtin service work.

PR: 21650
Submitted by: ben
Tested by: dan@ducky.nz.freebsd.org

23 years agoStop internal ident service spinning until the timeout if the
dwmalone [Mon, 2 Oct 2000 12:04:17 +0000 (12:04 +0000)]
Stop internal ident service spinning until the timeout if the
connection goes away. Spotted by people on -STABLE about 2 weeks
ago.

Submitted by: Based on a patch by alfred and Maxime Henrion <mux@qualys.com>

23 years agofix ordering of NetBSD 1.3 (sync with NetBSD share/misc/bsd-family-tree).
itojun [Mon, 2 Oct 2000 11:26:59 +0000 (11:26 +0000)]
fix ordering of NetBSD 1.3 (sync with NetBSD share/misc/bsd-family-tree).

23 years agoMove KASSERTs which checks value of v_usecount after vnode locking, so
bp [Mon, 2 Oct 2000 09:57:06 +0000 (09:57 +0000)]
Move KASSERTs which checks value of v_usecount after vnode locking, so
it will not produce wrong alarms.

23 years agoProtect hash data with lock manager instead of home grown one.
bp [Mon, 2 Oct 2000 09:49:04 +0000 (09:49 +0000)]
Protect hash data with lock manager instead of home grown one.

Replace shared lock on vnode with exclusive one. It shouldn't impact
perfomance as NCP protocol doesn't support outstanding requests.

Do not hold simple lock on vnode for long period of time.

Add functionality to the nwfs_print() routine.

23 years agoGet rid from the legacy __P() macro. Remove 'register' keywords.
bp [Mon, 2 Oct 2000 09:29:59 +0000 (09:29 +0000)]
Get rid from the legacy __P() macro. Remove 'register' keywords.

23 years agoRemove duplicate SYSCTL_NODE() declaration. Kernel linker can't deal
bp [Mon, 2 Oct 2000 09:10:22 +0000 (09:10 +0000)]
Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't deal
with it well.

23 years agoFix StallOp implementaion. I've noticed that StallOp corresponds to
iwasaki [Mon, 2 Oct 2000 08:58:50 +0000 (08:58 +0000)]
Fix StallOp implementaion.  I've noticed that StallOp corresponds to
OsdSleepUsec(), SleepOp corresponds to OsdSleep() by reading ACPICA
source code.
 - Add OsdSleepUsec() which uses DELAY() simply.
 - Change unit of acpi_sleep() argument; microseconds to milliseconds.

23 years agoMerged from sys/i368/i386/machdep.c revision 1.413.
kato [Mon, 2 Oct 2000 08:57:21 +0000 (08:57 +0000)]
Merged from sys/i368/i386/machdep.c revision 1.413.

23 years agoMerged from sys/conf/files.i386 revision 1.332.
kato [Mon, 2 Oct 2000 08:51:45 +0000 (08:51 +0000)]
Merged from sys/conf/files.i386 revision 1.332.

23 years agoChange "building the standard ${LIB} library" to "building the static
peter [Mon, 2 Oct 2000 08:48:49 +0000 (08:48 +0000)]
Change "building the standard ${LIB} library" to "building the static
${LIB} library".  "standard" tends to imply the one that is normally
used... but by default it is not the case - the .so would be the
"standard" library.  Therefore, change this to 'static'.  Another option
might be "conventional ${LIB} library".

23 years agoReally fix the struct callout collision. AMD does not need to
peter [Mon, 2 Oct 2000 08:31:20 +0000 (08:31 +0000)]
Really fix the struct callout collision.  AMD does not need to
#include <sys/mbuf.h>.  (which #include's <machine/mutex.h> and then
<sys/proc.h> and then <sys/callout.h>, leading to the collision).
<sys/mbuf.h> is really one of those 'no user servicable parts inside'
things.

23 years agoRegenerated. There are a bunch of changes from this round of ./configure
peter [Mon, 2 Oct 2000 07:27:50 +0000 (07:27 +0000)]
Regenerated.  There are a bunch of changes from this round of ./configure
but none of them are used or make any difference (at least in the FreeBSD
version).

23 years agoFix EVENTHANDLER_FAST_DEREGISTER
msmith [Mon, 2 Oct 2000 07:14:02 +0000 (07:14 +0000)]
Fix EVENTHANDLER_FAST_DEREGISTER

23 years agoTreat %X the same as %x (not entirely correct, but close enough).
msmith [Mon, 2 Oct 2000 07:13:10 +0000 (07:13 +0000)]
Treat %X the same as %x (not entirely correct, but close enough).

23 years agoMove the i386 PCI attachment code out of i386/isa back into i386/pci.
msmith [Mon, 2 Oct 2000 07:11:13 +0000 (07:11 +0000)]
Move the i386 PCI attachment code out of i386/isa back into i386/pci.

Split out the configuration space access primitives, as these are needed
elsewhere as well.

23 years agoMerge changes from 1.10.7 -> 1.11 into mainline. Note that the old
peter [Mon, 2 Oct 2000 06:43:58 +0000 (06:43 +0000)]
Merge changes from 1.10.7 -> 1.11 into mainline.  Note that the old
anoncvs no-password hack is gone and is replaced by the official version.

23 years agoThis commit was generated by cvs2svn to compensate for changes in r66525,
peter [Mon, 2 Oct 2000 06:33:59 +0000 (06:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r66525,
which included commits to RCS files with non-trunk default branches.

23 years agoImport cvs-1.11 onto vendor branch.
peter [Mon, 2 Oct 2000 06:33:59 +0000 (06:33 +0000)]
Import cvs-1.11 onto vendor branch.

23 years agoPDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.
peter [Mon, 2 Oct 2000 04:47:19 +0000 (04:47 +0000)]
PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.

23 years agoAdd new fields for more granularity:
billf [Mon, 2 Oct 2000 03:33:31 +0000 (03:33 +0000)]
Add new fields for more granularity:
IP: version, tos, ttl, len, id
TCP: seq#, ack#, window size

Reviewed by:  silence on freebsd-{net,ipfw}

23 years agoPut on my nuclear-grade asbestos suit and cvs rm the old, broken, sound
peter [Mon, 2 Oct 2000 03:13:50 +0000 (03:13 +0000)]
Put on my nuclear-grade asbestos suit and cvs rm the old, broken, sound
drivers (again).  These drivers have not compiled for 5-6 months.
Now that the new sound code supports MIDI, the major reason we had for
reviving it is gone.  It is a far better investment polishing the new
midi code than trying to keep this on life support.  Come 5.0-REL, if
there are major shortcomings in the pcm sound driver then maybe we can
rethink this, but until then we should focus on pcm.

Remember, these have not been compilable since ~April-May this year.

23 years agoAdd new fields for more granularity:
billf [Mon, 2 Oct 2000 03:03:31 +0000 (03:03 +0000)]
Add new fields for more granularity:
IP: version, tos, ttl, len, id
TCP: seq#, ack#, window size

Reviewed by: silence on freebsd-{net,ipfw}

23 years agoFix omission: CD-ROMs can be ordered for 4.x-RELEASE, not just 4.0-RELEASE.
bmah [Mon, 2 Oct 2000 00:46:25 +0000 (00:46 +0000)]
Fix omission:  CD-ROMs can be ordered for 4.x-RELEASE, not just 4.0-RELEASE.

Submitted by: rosti@netvision.net.il

23 years agoAdd definition for PCIS_SERIALBUS_SMBUS PCI device subclass.
archie [Mon, 2 Oct 2000 00:41:43 +0000 (00:41 +0000)]
Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.
Remove cut & paste leftovers.

23 years agoAdd reference to file /usr/share/examples/netgraph/ether.bridge.
archie [Sun, 1 Oct 2000 21:17:27 +0000 (21:17 +0000)]
Add reference to file /usr/share/examples/netgraph/ether.bridge.

23 years agoScript showing how to setup Ethernet bridging using ng_bridge(4).
archie [Sun, 1 Oct 2000 21:14:14 +0000 (21:14 +0000)]
Script showing how to setup Ethernet bridging using ng_bridge(4).

23 years agoahc_set_transaction_status() takes an SCB. This makes it difficult to
gibbs [Sun, 1 Oct 2000 20:56:44 +0000 (20:56 +0000)]
ahc_set_transaction_status() takes an SCB.  This makes it difficult to
use this helper function to report an error when SCB allocation fails.

23 years agoAdd missing FreeBSD-only flag to the usage statement.
gshapiro [Sun, 1 Oct 2000 16:32:16 +0000 (16:32 +0000)]
Add missing FreeBSD-only flag to the usage statement.

23 years ago* Some freebsd.org -> FreeBSD.org fixes.
alex [Sun, 1 Oct 2000 13:30:15 +0000 (13:30 +0000)]
* Some freebsd.org -> FreeBSD.org fixes.
* The next -stable release is 4.2, not 4.1.

23 years agofix some minor problem in PIOCSRESOURCE ioctl.
sanpei [Sun, 1 Oct 2000 12:36:14 +0000 (12:36 +0000)]
fix some minor problem in PIOCSRESOURCE ioctl.

- If resource which was allocated for pcic was
  requested via this ioctl, bus_alloc_resource
  would be succeeded and that resource was
  returned as free resource.  So check whether
  requested resource was used for pcic or not
  before bus_alloc_resource test.

- merge SYS_RES_IRQ routine into other SYS_RES_*
  routine and clean up.

problem reported by: Yohei Terada <terada@jiro.c.u-tokyo.ac.jp>

23 years agoadd missing \n. sync with kame.
itojun [Sun, 1 Oct 2000 10:59:02 +0000 (10:59 +0000)]
add missing \n.  sync with kame.

23 years agoFix the no-pci case of attaching isa, eisa and mca devices.
peter [Sun, 1 Oct 2000 09:34:55 +0000 (09:34 +0000)]
Fix the no-pci case of attaching isa, eisa and mca devices.
device_add_child() is meant to be called by the bus add_child method, not
to replace the bus add_child method.  We could have called nexus_add_device
directly too, that would have also worked.

PR: 21657
Tested by: markm

23 years agoRemove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Now
iwasaki [Sun, 1 Oct 2000 08:17:47 +0000 (08:17 +0000)]
Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration.  Now
that it's enabled in acpireg.h only if DIAGNOSTIC option is specified.
ACPICA OSD functions will be compiled in machine/acpi_machdep.c again
tentatively (if DIAGNOSTIC option is specified).
# Should we have acpica_osd.c ?

23 years agoOne more update against header file name changing.
iwasaki [Sun, 1 Oct 2000 06:55:17 +0000 (06:55 +0000)]
One more update against header file name changing.

23 years agouse ``config auto'' for COREGA EtherII PCC-T.
sanpei [Sun, 1 Oct 2000 05:50:18 +0000 (05:50 +0000)]
use ``config auto'' for COREGA EtherII PCC-T.

23 years agosendmail 8.11.1 imported
gshapiro [Sun, 1 Oct 2000 02:11:43 +0000 (02:11 +0000)]
sendmail 8.11.1 imported

23 years agoUpdate FreeBSD import information after sendmail 8.11.1 import
gshapiro [Sun, 1 Oct 2000 02:06:00 +0000 (02:06 +0000)]
Update FreeBSD import information after sendmail 8.11.1 import

23 years agoFix conflicts from merge of sendmail 8.11.1
gshapiro [Sun, 1 Oct 2000 02:03:50 +0000 (02:03 +0000)]
Fix conflicts from merge of sendmail 8.11.1

23 years agoThis commit was generated by cvs2svn to compensate for changes in r66494,
gshapiro [Sun, 1 Oct 2000 01:49:02 +0000 (01:49 +0000)]
This commit was generated by cvs2svn to compensate for changes in r66494,
which included commits to RCS files with non-trunk default branches.

23 years agoImport of sendmail version 8.11.1 into vendor branch SENDMAIL with
gshapiro [Sun, 1 Oct 2000 01:49:02 +0000 (01:49 +0000)]
Import of sendmail version 8.11.1 into vendor branch SENDMAIL with
release tag v8_11_1.

Obtained from: ftp://ftp.sendmail.org/pub/sendmail/

23 years agoRemove Build files -- they rely on the devtools system which isn't imported
gshapiro [Sun, 1 Oct 2000 01:22:44 +0000 (01:22 +0000)]
Remove Build files -- they rely on the devtools system which isn't imported
(or used)

23 years ago - Add acpi_disable_events() and set it with EVENTHANDLER_REGISTER in order to
iwasaki [Sat, 30 Sep 2000 22:37:24 +0000 (22:37 +0000)]
 - Add acpi_disable_events() and set it with EVENTHANDLER_REGISTER in order to
   avoid power on again problem after acpi_soft_off() calling.
 - Implement SleepOp/StallOp in AML interpreter.  Also provide ACPICA
   compatibility.
 - Minor changes on __inline function declaration in acpica_osd.h
   (obtained from NetBSD porting).

23 years agoUpdate include paths for new header locations.
msmith [Sat, 30 Sep 2000 20:13:57 +0000 (20:13 +0000)]
Update include paths for new header locations.

Submitted by: iwasaki

23 years agoMore updates to the ACPI code:
msmith [Sat, 30 Sep 2000 20:12:27 +0000 (20:12 +0000)]
More updates to the ACPI code:

 - Move all register I/O into acpi_io.c
 - Move event handling into acpi_event.c
 - Reorganise headers into acpivar/acpireg/acpiio
 - Move find-RSDT and find-ACPI-owned-memory into acpi_machdep
 - Allocate all resources (except those detailed only by AML)
   as real resources.  Add infrastructure that will make adding
   resource support to AML code easy.
 - Remove all ACPI #ifdefs in non-ACPI code
 - Removed unnecessary includes
 - Minor style and commenting fixes

Reviewed by: iwasaki

23 years agodocument support for ed(4) on alpha.
wilko [Sat, 30 Sep 2000 20:01:09 +0000 (20:01 +0000)]
document support for ed(4) on alpha.

Submitted by: alex

23 years agoThe `ed' NIC driver has been changed to work on Alpha now. So enable it
obrien [Sat, 30 Sep 2000 18:23:32 +0000 (18:23 +0000)]
The `ed' NIC driver has been changed to work on Alpha now.  So enable it
on all platforms.

Submitted by: Alexander Langer <alex@big.endian.de>

23 years agoNext round of ia64 work, including fixes to context switching,
dfr [Sat, 30 Sep 2000 17:48:44 +0000 (17:48 +0000)]
Next round of ia64 work, including fixes to context switching,
implementing cpu_fork(), copy*str(), bcopy(), copy{in,out}(). With these
changes, my test kernel reaches the mountroot prompt.

23 years agoUse issetugid instead of comparing get[ug]id and gete[ug]id.
nectar [Sat, 30 Sep 2000 17:29:54 +0000 (17:29 +0000)]
Use issetugid instead of comparing get[ug]id and gete[ug]id.

Suggested by: Don Lewis <Don.Lewis@tsc.tdk.com>

23 years agoSC_ALT_MOUSE_IMAGE is required for the mouse if SC_NO_FONT_LOADING or
marko [Sat, 30 Sep 2000 16:25:28 +0000 (16:25 +0000)]
SC_ALT_MOUSE_IMAGE is required for  the mouse if SC_NO_FONT_LOADING or
VGA_NO_FONT_LOADING are used.

PR: 21626
Submitted by: Vivek Khera <khera@kciLink.com>

23 years agoProperly setup link level header length for 802.2 and SNAP frames.
bp [Sat, 30 Sep 2000 14:33:53 +0000 (14:33 +0000)]
Properly setup link level header length for 802.2 and SNAP frames.

23 years agoFix compiling with AAC_DEBUG.
scottl [Sat, 30 Sep 2000 13:41:04 +0000 (13:41 +0000)]
Fix compiling with AAC_DEBUG.

23 years agoRemove a duplicate Feyman quote. Add his problem-solving algorithm.
phk [Sat, 30 Sep 2000 09:52:49 +0000 (09:52 +0000)]
Remove a duplicate Feyman quote.  Add his problem-solving algorithm.

23 years ago Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhat
bmilekic [Sat, 30 Sep 2000 06:30:39 +0000 (06:30 +0000)]
 Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhat
 to accomodate the changes.

 Here's a list of things that have changed (I may have left out a few); for a
 relatively complete list, see http://people.freebsd.org/~bmilekic/mtx_journal

   * Remove old (once useful) mcluster code for MCLBYTES > PAGE_SIZE which
     nobody uses anymore. It was great while it lasted, but now we're moving
     onto bigger and better things (Approved by: wollman).

   * Practically re-wrote the allocation macros in sys/sys/mbuf.h to accomodate
     new allocations which grab the necessary lock.

   * Make sure that necessary mbstat variables are manipulated with
     corresponding atomic() routines.

   * Changed the "wait" routines, cleaned it up, made one routine that does
     the job.

   * Generalized MWAKEUP() macro. Got rid of m_retry and m_retryhdr, as they
     are now included in the generalized "wait" routines.

   * Sleep routines now use msleep().

   * Free lists have locks.

   * etc... probably other stuff I'm missing...

  Things to look out for and work on later:

   * find a better way to (dynamically) adjust EXT_COUNTERS

   * move necessity to recurse on a lock from drain routines by providing
     lock-free lower-level version of MFREE() (and possibly m_free()?).

   * checkout include of mutex.h in sys/sys/mbuf.h - probably violating
     general philosophy here.

   The code has been reviewed quite a bit, but problems may arise... please,
   don't panic! Send me Emails: bmilekic@freebsd.org

Reviewed by: jlemon, cp, alfred, others?

23 years agoDocument passwd_format further.
green [Sat, 30 Sep 2000 00:37:44 +0000 (00:37 +0000)]
Document passwd_format further.

23 years agoRelease notes (and related documentation): ata(4) tagged queuing,
bmah [Fri, 29 Sep 2000 23:12:33 +0000 (23:12 +0000)]
Release notes (and related documentation):  ata(4) tagged queuing,
MFC asr(4) driver, update default kernel name, pcn(4) driver,
nullconsole type in i386 boot loader (+MFC), setproctitle(3) moved
to libc (+MFC), chio(1) voltag support, sed(1) -E (+MFC), ln(1) -i
(+MFC), PORTREVISION/PORTEPOCH (+MFC).

23 years agoRecognize the ATI Rage128-LF Mobility AGP video adapter.
jhb [Fri, 29 Sep 2000 21:15:02 +0000 (21:15 +0000)]
Recognize the ATI Rage128-LF Mobility AGP video adapter.

23 years agoSpelling police in a comment: Defalut -> Default.
jhb [Fri, 29 Sep 2000 21:14:05 +0000 (21:14 +0000)]
Spelling police in a comment: Defalut -> Default.

23 years agoAssume MAINTAINER. I will be taking the job of merging NetBSD/OpenBSD
will [Fri, 29 Sep 2000 19:51:48 +0000 (19:51 +0000)]
Assume MAINTAINER.  I will be taking the job of merging NetBSD/OpenBSD
improvements (including :C & :L, among others).  After that, I'll be coming
up with other ways to improve make(1).

Discussed in spirit with: peter

23 years agoAnsify and fix warnings.
dfr [Fri, 29 Sep 2000 16:53:39 +0000 (16:53 +0000)]
Ansify and fix warnings.

23 years agoImplement dirty and access bit exceptions.
dfr [Fri, 29 Sep 2000 16:52:50 +0000 (16:52 +0000)]
Implement dirty and access bit exceptions.

23 years agoBodge the simplelocks in a way which works UP.
dfr [Fri, 29 Sep 2000 16:51:33 +0000 (16:51 +0000)]
Bodge the simplelocks in a way which works UP.

23 years agoMake the alpha hacks dependant on __alpha__ instead of !__i386__.
dfr [Fri, 29 Sep 2000 16:50:31 +0000 (16:50 +0000)]
Make the alpha hacks dependant on __alpha__ instead of !__i386__.

23 years agoUse write-back instead of write-combining for region 7.
dfr [Fri, 29 Sep 2000 15:41:43 +0000 (15:41 +0000)]
Use write-back instead of write-combining for region 7.

23 years agoAdd a few more files for the ia64 port.
dfr [Fri, 29 Sep 2000 13:48:14 +0000 (13:48 +0000)]
Add a few more files for the ia64 port.

23 years agoThis is the first snapshot of the FreeBSD/ia64 kernel. This kernel will
dfr [Fri, 29 Sep 2000 13:46:07 +0000 (13:46 +0000)]
This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will
not work on any real hardware (or fully work on any simulator). Much more
needs to happen before this is actually functional but its nice to see
the FreeBSD copyright message appear in the ia64 simulator.

23 years agoAdd ia64 support.
dfr [Fri, 29 Sep 2000 13:36:47 +0000 (13:36 +0000)]
Add ia64 support.

23 years agoChange ".align 3" to ".p2align 3" so that this works with ia64.
dfr [Fri, 29 Sep 2000 13:35:57 +0000 (13:35 +0000)]
Change ".align 3" to ".p2align 3" so that this works with ia64.

23 years agoAdd machine type for ia64.
dfr [Fri, 29 Sep 2000 13:35:14 +0000 (13:35 +0000)]
Add machine type for ia64.

23 years agoDon't support dynamic linking on ia64 for now - the tools can't cope.
dfr [Fri, 29 Sep 2000 13:34:04 +0000 (13:34 +0000)]
Don't support dynamic linking on ia64 for now - the tools can't cope.

23 years agoChange the conditionaal so that we only build this on i386 instead of
dfr [Fri, 29 Sep 2000 13:32:24 +0000 (13:32 +0000)]
Change the conditionaal so that we only build this on i386 instead of
trying to build it on all non-alpha arches.

23 years agoAdd ia64 support and fix problems when cross-building when the host has
dfr [Fri, 29 Sep 2000 13:29:43 +0000 (13:29 +0000)]
Add ia64 support and fix problems when cross-building when the host has
a different pointer size from the target.

23 years agoIgnore HESIOD_CONFIG and HES_DOMAIN environmental variables for
nectar [Fri, 29 Sep 2000 12:56:33 +0000 (12:56 +0000)]
Ignore HESIOD_CONFIG and HES_DOMAIN environmental variables for
set-user-ID and set-group-ID programs.

Suggested by: Danny Braniss <danny@cs.huji.ac.il>

23 years ago- Documented the host/bits syntax for destination argument.
ru [Fri, 29 Sep 2000 10:52:21 +0000 (10:52 +0000)]
- Documented the host/bits syntax for destination argument.
- Documented that netmask could be specified with third argument.

23 years agoInterpret the address argument as network-type address for `destination'
ru [Fri, 29 Sep 2000 10:50:11 +0000 (10:50 +0000)]
Interpret the address argument as network-type address for `destination'
argument only.  Before that, the `route add default gateway' first tried
the `gateway' as network address and passed its name to getnetbyname(3),
which in the BIND resolution case does the T_PTR lookup on that name.

23 years agoFixed the case where argument of 0.0.0.0/8 would match the default route.
ru [Fri, 29 Sep 2000 10:37:16 +0000 (10:37 +0000)]
Fixed the case where argument of 0.0.0.0/8 would match the default route.

23 years agoDocument that net.inet.ip.fw.one_pass only affects dummynet(4).
ru [Fri, 29 Sep 2000 08:39:06 +0000 (08:39 +0000)]
Document that net.inet.ip.fw.one_pass only affects dummynet(4).

Noticed by: Peter Jeremy<peter.jeremy@alcatel.com.au>

23 years agoAdjust for new location and name of kernel.
jkh [Fri, 29 Sep 2000 07:47:19 +0000 (07:47 +0000)]
Adjust for new location and name of kernel.

PR: 21423
Reported by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

23 years agoBring this a bit more up to date.
julian [Fri, 29 Sep 2000 06:55:02 +0000 (06:55 +0000)]
Bring this a bit more up to date.
Remove the entire copy of ip_fw.h and just point readers at it as it
gets out of date..
Add mentions of dummynet and the fwd actions.

Still to do: Whoever did the 'stateful' stuff might mention it..

23 years agoFill in some more missing bits from cpu_features according to the Intel
peter [Fri, 29 Sep 2000 04:53:00 +0000 (04:53 +0000)]
Fill in some more missing bits from cpu_features according to the Intel
Pentium4 cpuid docs.

23 years agoFirst shot at identifying the Pentum 4 acording to our reading of the
peter [Fri, 29 Sep 2000 04:38:35 +0000 (04:38 +0000)]
First shot at identifying the Pentum 4 acording to our reading of the
the cpu_id extensions in the Intel docs.  There is more info available.
See the following URL for more details.
http://developer.intel.com/design/processor/future/manuals/CPUID_Supplement.htm

Requested by: Intel

23 years agoAdd support for pccard attachments of the ex driver. It supports the
imp [Fri, 29 Sep 2000 03:58:06 +0000 (03:58 +0000)]
Add support for pccard attachments of the ex driver.  It supports the
Olicom OC-2220 card, and maybe others.

Submitted by: iwasaki
Reviewed by: mdodd

23 years agoMove maxusers around to reduce the diff from RELENG_4 version.
obrien [Fri, 29 Sep 2000 03:24:03 +0000 (03:24 +0000)]
Move maxusers around to reduce the diff from RELENG_4 version.

23 years agoMFS: do not include MSDSOFS support for the Alpha
obrien [Fri, 29 Sep 2000 03:10:10 +0000 (03:10 +0000)]
MFS: do not include MSDSOFS support for the Alpha

23 years agoChange paths, /modules -> /boot/kernel in FILES section
marko [Fri, 29 Sep 2000 01:53:39 +0000 (01:53 +0000)]
Change paths, /modules -> /boot/kernel in FILES section

PR: 21635
Submitted by: Mike Meyer <mwm@mired.org>

23 years agoUse stronger random number generation for TCP_ISSINCR and tcp_iss.
kris [Fri, 29 Sep 2000 01:37:19 +0000 (01:37 +0000)]
Use stronger random number generation for TCP_ISSINCR and tcp_iss.

Reviewed by: peter, jlemon

23 years agoAdd man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man
peter [Thu, 28 Sep 2000 22:39:59 +0000 (22:39 +0000)]
Add man pages for mod*(2).  Shamelessly cut/pasted from the kld*(2) man
pages by Chris Costello.

23 years agoRemove superfluous code:
des [Thu, 28 Sep 2000 20:09:36 +0000 (20:09 +0000)]
Remove superfluous code:

   1) use devname() instead of searching /dev for the dump device

   2) use fopen() instead of open() so we don't need to differentiate
      between compressing and not compressing when writing the core
      file or the kernel (zopen() returns a FILE *, so we just use
      fwrite() in both cases)

There should be no functional changes.

23 years agoAdd suspend/resume hooks.
nsayer [Thu, 28 Sep 2000 14:02:49 +0000 (14:02 +0000)]
Add suspend/resume hooks.

Submitted by: sean@stat.duke.edu

23 years agoThere is not 342 series, 340 series includes 340, 341, and 342
sanpei [Thu, 28 Sep 2000 10:23:17 +0000 (10:23 +0000)]
There is not 342 series, 340 series includes 340, 341, and 342
models.

Suggested by: Brooks Davis <brooks@one-eyed-alien.net>

23 years agoImplement sn_pccard_match. The match routines are the compromise
imp [Thu, 28 Sep 2000 07:35:06 +0000 (07:35 +0000)]
Implement sn_pccard_match.  The match routines are the compromise
matching methods so that we can run the same driver on both NEWCARD
and OLDCARD.  Also set the device description to the card that we
found, if any.

The sn driver should be ready when the NEWCARD catches up.  There's a
config activation issue as well as a kernel thread issue to resolve
first.

23 years agoAdd pccard_product_lookup comatibility shim
imp [Thu, 28 Sep 2000 07:22:30 +0000 (07:22 +0000)]
Add pccard_product_lookup comatibility shim

23 years agoUse su -m instead of just su to avoid reading the users login profile
brian [Thu, 28 Sep 2000 05:43:44 +0000 (05:43 +0000)]
Use su -m instead of just su to avoid reading the users login profile

23 years agoCheck so_error in filt_so{read|write} in order to detect UDP errors.
jlemon [Thu, 28 Sep 2000 04:41:22 +0000 (04:41 +0000)]
Check so_error in filt_so{read|write} in order to detect UDP errors.

PR: 21601

23 years agoNo need to work around SCCS variable expansion any more.
kris [Thu, 28 Sep 2000 02:54:44 +0000 (02:54 +0000)]
No need to work around SCCS variable expansion any more.