Alfred Perlstein
5a5fccc8e7
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
...
reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions.
Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind
Approved by: phk
Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
1999-09-07 22:42:38 +00:00
Jordan K. Hubbard
75f462f45d
Allow flags to be passed to patch when using LOCAL_PATCHES
1999-09-07 20:47:42 +00:00
Luoqi Chen
ab6ec55891
Save %gs in sigcontext when delivering a signal and restore them upon
...
return (in signal trampoline code). I plan to do the same on -stable,
so that we have a consistent interface to userland applications.
Reviewed by: bde
1999-09-07 20:02:24 +00:00
Bill Paul
aa8fac6c4d
Fix comment: RX underrun -> RX overrun.
1999-09-07 17:06:17 +00:00
Ruslan Ermilov
2e7e7c71ef
Config file parser changes:
...
- Trailing spaces and empty lines are ignored.
- A `#' sign will mark the remaining of the line as a comment.
Reviewed by: Ari Suutari <ari@suutari.iki.fi>
1999-09-07 15:34:12 +00:00
Brian Somers
55b9d469e8
We don't need a queue for *CP data - these are IP-only queues.
1999-09-07 14:34:55 +00:00
Peter Wemm
085615b39a
Doug missed an isa_get_flags().
1999-09-07 13:08:25 +00:00
KATO Takenori
544c54c96f
Merge from sys/i386/i386/userconfig.c revisions 1.157 & 1.158.
1999-09-07 12:11:52 +00:00
KATO Takenori
c5e304773e
Commented out k6_mem.c.
1999-09-07 12:09:26 +00:00
KATO Takenori
62fdcb4fc6
Change isa_get/set_flags() to device_get/set_flags().
...
Submitted by: dfr
1999-09-07 11:17:09 +00:00
Ruslan Ermilov
93baf5748b
Add FreeBSD 3.3 to the Fx and Os macros.
1999-09-07 10:33:34 +00:00
Mike Smith
b0289f2c7a
Add more missing files from the reorganisation.
...
Submitted by: dfr
1999-09-07 09:08:09 +00:00
Doug Rabson
062acdb7e7
Change isa_get/set_flags() to device_get/set_flags().
1999-09-07 08:42:49 +00:00
Brian Somers
28eb42e11f
Show how to prioritize UDP packets
1999-09-07 07:58:17 +00:00
Brian Somers
73cf919a66
alias -> nat
1999-09-07 07:56:54 +00:00
Brian Somers
da47788649
Introduce a forth IP packet queue. Urgent packets with
...
ip_tos == IPTOS_LOWDELAY now get precidence over urgent
packets with ip_tos != IPTOS_LOWDELAY and non-urgent packets
with ip_tos == IPTOS_LOWDELAY.
Enhance the ``set urgent'' syntax to allow for urgent UDP
packets as well as urgent TCP packets.
1999-09-07 07:51:11 +00:00
Bill Fumerola
c057c9b641
Avoid ambigious if() if() else().
1999-09-07 06:00:03 +00:00
Bill Fumerola
5843a8f56f
Spelling fixes.
...
PR: bin/12727
Submitted by: Stephen J. Roznowski <sjr@home.com>
Obtained from: NetBSD && NetBSD PR system
1999-09-07 05:28:22 +00:00
Bill Paul
80688b5935
Add mii_load entry to the network drivers section. Also add entries for
...
a few additional drivers that have recently been module-ized.
1999-09-07 05:03:06 +00:00
Hidetoshi Shimokawa
1c85ea9b9d
Update the author's address and Global's home page.
...
PR: misc/13589
Submitted by: Shigio Yamaguchi <shigio@tamacom.com>
1999-09-07 02:46:08 +00:00
Bill Paul
3b0ecb8e18
Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.
1999-09-06 23:29:50 +00:00
Matthew Hunt
6fb4dca474
Indicate that we now control quota checking via an rc.conf variable,
...
instead of putting it in rc.local.
Submitted by: Alex Perel <veers@disturbed.net>
1999-09-06 20:55:28 +00:00
Doug Rabson
5ca8dcf66e
Update for newpcm.
1999-09-06 20:37:07 +00:00
Mark Murray
b255e811b2
Fix Common Error brokenness.
1999-09-06 20:22:47 +00:00
Chris Piazza
22e1fe88a2
set check_quotas="YES" as the default.
...
PR: 13603
Submitted by: Alex Perel <veers@distributed.net>
Reviewed by: billf
1999-09-06 20:22:40 +00:00
Bill Fumerola
389017e544
-Wall: remove unused variable, initialize variable to avoid gcc stupidity.
1999-09-06 20:21:19 +00:00
Mark Murray
b2b9ed4833
Fix more Common Error brokenness.
1999-09-06 20:18:44 +00:00
Bill Fumerola
3bbeaf7f43
Don't depend on the fact that variables default to int.
1999-09-06 20:15:56 +00:00
Nick Hibma
fe3cac87c1
1) s/mod(un)?load/kld$1load/
...
2) s/MODLOAD/KMODLOAD/ to be consistent with the rest of the variables
(KMOD, KMODOWN, KMODGRP, etc) and definition of MODLOAD/UNLOAD in the
Makefile of the ATAPI module
3) textual fixups
1999-09-06 20:11:59 +00:00
Nick Hibma
d98069654d
Move /var/cron/log to /var/log/cron
1999-09-06 20:10:27 +00:00
Bill Fumerola
15b09e6540
Cast pw_change and pw_expire to long and fix the format specifier accordingly.
1999-09-06 20:07:12 +00:00
Bill Paul
f5dbc00887
Remember to re-arm the timeout for the tick routine.
1999-09-06 19:42:02 +00:00
Bill Paul
4693f9cbd5
Fix definitions for RID and RES if we're not using IOSPACE. I copied the
...
two lines and forgot to change them for the !IOSPACE case. Not a big deal
since PCI memory mapped mode is off by default, but I still feel silly.
1999-09-06 18:42:27 +00:00
Doug Rabson
cb39a2a520
Change NetBSD/Alpha to FreeBSD/alpha.
1999-09-06 18:32:40 +00:00
David E. O'Brien
4f6dbaf7b7
Add entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.
...
This was tested on a ND5100 rev.A2 card.
1999-09-06 18:29:09 +00:00
Brian Somers
19c566804c
Make the ``Problem with IP header length'' error a bit more verbose
1999-09-06 18:20:26 +00:00
Brian Somers
f914f3c09c
$FreeBSD$ -> __DATE__
...
This is probably more appropriate that $Date$ anyway
1999-09-06 18:11:50 +00:00
Peter Wemm
0c2b3c31aa
Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional and
...
we have enough pseudo-options already.
1999-09-06 17:30:03 +00:00
Ruslan Ermilov
406bc24462
- add reference to siginterrupt(3)
...
- mdoc(7) fixes
1999-09-06 15:15:51 +00:00
Doug Rabson
b99b8460af
Add device_set_desc_copy(9).
1999-09-06 15:13:09 +00:00
Jordan K. Hubbard
edf52b48c7
VERY preliminary versions of these documents for the Alpha. I've
...
made only the most superficial changes so far to HARDWARE.TXT and
eliminated the stuff I absolutely knew didn't work. That still leaves
a lot of work to do and this is mostly just a place-holder for now.
1999-09-06 15:10:54 +00:00
Jordan K. Hubbard
7bd659ebaf
Only do dhclient once; it has its own internal retry which is more than
...
long enough (and doing it multiple times results in a dialog which waits
AGES to complete).
1999-09-06 15:06:17 +00:00
Peter Wemm
e5174d14c5
Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methods
...
including pci.
Also, eliminate NSIOTOT and do it dynamically where it matters.
1999-09-06 14:06:23 +00:00
Peter Wemm
945f740363
Move the #if 0 to catch the card.h include and make sure it's zero.
1999-09-06 13:30:36 +00:00
Sheldon Hearn
5ff829fdbf
Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fix
...
the sockstat.1 document title, which still remembers when sockstat was
called lsock.
Reviewed by: mpp
1999-09-06 13:14:24 +00:00
Peter Wemm
6f7368eef4
Add id_iosize as used by pccard.
1999-09-06 11:37:23 +00:00
Peter Wemm
24b08e1d86
add pccard/pccard_nbk.c
1999-09-06 11:36:25 +00:00
Peter Wemm
dd16ab1dfe
Zap $Locker$
1999-09-06 11:25:35 +00:00
Peter Wemm
3e8c41d84d
Tidy $Log$ debris
1999-09-06 11:24:52 +00:00
Peter Wemm
c5cf380782
$Id$ -> $FreeBSD$
1999-09-06 11:23:05 +00:00