kato
d59ba7ec95
Recognize new Pentium III Xeon (stepping A0).
...
PR: 21233
Submitted by: ade
2000-09-26 08:59:55 +00:00
sanpei
7d2dd4ce22
add Cisco Systems Aironet 342 Series 11Mbps 802.11 wireless NIC
...
same cis as Aironet 340
PR: 21447
2000-09-26 06:39:47 +00:00
alc
e062da3a80
aio_qphysio: Eliminate one instance of an out-of-range check that is
...
performed twice. Eliminate initialization that is already performed
by _aio_aqueue.
aio_physwakeup: Eliminate redundant synchronization that is already
performed by bufdone.
2000-09-26 06:35:22 +00:00
sanpei
2794635205
add Cisco Systems Aironet 340 Series 11Mbps 802.11 wireless NIC
...
PR: 20777
2000-09-26 06:29:40 +00:00
takawata
0f805a3db6
Make size of dynamic loader argument variable to support
...
various executable file format.
Reviewed by: peter
2000-09-26 05:09:21 +00:00
bp
56f952fed7
ext2fs depends on ufs code, so update it to properly handle v_lock field.
...
Noticed by: bde
2000-09-26 01:31:46 +00:00
brian
83939ad7a0
Support multiple (comma separated) names as arguments to -U
...
PR: 11051
2000-09-26 01:03:16 +00:00
bmilekic
52664bd5ff
Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp,
...
as opposed to _debug. Like before, default value remains 1.
2000-09-25 23:40:22 +00:00
itojun
311be79390
off-by-1 error in string length validation
...
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
2000-09-25 23:04:36 +00:00
gibbs
e04f70f17c
Correct a logic mistake introduced in a recent cleanup of
...
ahc_build_transfer_msg() that would cause use to fail to send the
DT_REQ ppr_option in a PPR message for periods where DT transfers
are required.
2000-09-25 21:56:19 +00:00
jkh
03870bb44f
Fix the http proxy fetch code.
...
Submitted by: Philipp Mergenthaler <p@i609.hadiko.de>
PR: 21449
2000-09-25 20:19:43 +00:00
peter
4892f3a914
Stop the freebsd hardwired version of send-pr from requesting
...
submitter-id's and try and stop people sending 'Confidential: yes' PRs.
The gnats database is public.
2000-09-25 19:37:55 +00:00
peter
5149f043f3
Previous commit was to add an -X switch to disable recursive expansion with
...
-V.
PR: bin/17188
Submitted by: Mark Valentine <mark@thuvia.demon.co.uk>
2000-09-25 18:46:24 +00:00
peter
d9de6c5753
*** empty log message ***
2000-09-25 18:44:30 +00:00
peter
a9a721b706
Missing quote
...
PR: misc/19745
Submitted by: Tony Finch <dot@dotat.at>
2000-09-25 18:23:34 +00:00
nsayer
72c8811083
In theory, m_dup should not be necessary, as m_copypacket should be
...
sifficient. But somewhere (I believe in the UDP stuff), someone is
overwriting an mbuf without calling m_pullup() first. This results in
broad- and multi-cast traffic that is passed through the bridge getting
corrupted.
This should be backed out when there is some assurance that the upper
layers (and I suppose all of the device drivers) are fixed.
Suggested by: archie
2000-09-25 17:24:02 +00:00
alc
63438a4afe
Remove (long) unused fields from struct __aiocb_private.
2000-09-25 17:02:47 +00:00
ache
4de572eae8
Re-add -P option (for POSIX-like command line interface)
2000-09-25 16:24:22 +00:00
bp
c2ae01d2e9
Fix vnode locking bugs in the nullfs.
...
Add correct support for v_object management, so mmap() operation should
work properly.
Add support for extattrctl() routine (submitted by semenu).
At this point nullfs can be considered as functional and much more stable.
In fact, it should behave as a "hard" "symlink" to underlying filesystem.
Reviewed in general by: mckusick, dillon
Parts of logic obtained from: NetBSD
2000-09-25 15:38:32 +00:00
bp
6110b03d24
Add a lock structure to vnode structure. Previously it was either allocated
...
separately (nfs, cd9660 etc) or keept as a first element of structure
referenced by v_data pointer(ffs). Such organization leads to known problems
with stacked filesystems.
From this point vop_no*lock*() functions maintain only interlock lock.
vop_std*lock*() functions maintain built-in v_lock structure using lockmgr().
vop_sharedlock() is compatible with vop_stdunlock(), but maintains a shared
lock on vnode.
If filesystem wishes to export lockmgr compatible lock, it can put an address
of this lock to v_vnlock field. This indicates that the upper filesystem
can take advantage of it and use single lock structure for entire (or part)
of stack of vnodes. This field shouldn't be examined or modified by VFS code
except for initialization purposes.
Reviewed in general by: mckusick
2000-09-25 15:24:04 +00:00
bp
520f100579
Increase pollution of LK_* name space and add flag LK_THISLAYER which
...
limits locking depth in the vnode stack by current layer.
2000-09-25 15:04:15 +00:00
phk
f113db530b
Use "make LINT" to create our LINT config
2000-09-25 12:40:39 +00:00
phk
6da2b22ce5
GC some old no longer supported options.
2000-09-25 12:38:55 +00:00
ru
061b585fd0
Do not call freeaddrinfo(res0) twice.
...
PR: bin/21476
2000-09-25 11:38:28 +00:00
dcs
ee7b6df7c6
Get rid of garbage left on the stack.
2000-09-25 11:36:55 +00:00
markm
b07f6c50af
Huge improvement to the mutex man page.
...
o Document all the mutex calls, not just the entry and exit.
o Fix the mtx_t typedef (now is struct mtx).
2000-09-25 11:21:49 +00:00
markm
6402d3f40e
Remove references to the defunct kern.timecounter.method sysctl variable.
2000-09-25 11:18:51 +00:00
dcs
dddc67f913
What could possibly have possessed me to forget the "0 (arguments)"
...
in two of the three boot words in the "boot" redefinition, I have no
clue. Fix it.
Noticed by: bp
Noticed by: adrian
2000-09-25 11:18:02 +00:00
marko
970af0d044
Fix typo
2000-09-25 10:49:10 +00:00
dcs
ffa3cb1c69
Add definitions of hardware and software.
2000-09-25 10:42:04 +00:00
marko
61a769a285
Make the ``-r'' option actually do something :)
...
Also tidy up it's output.
Approved by: jkh
2000-09-25 07:27:05 +00:00
jkh
74e251e27d
Fix a small bogon with a boolean yes/no question check.
2000-09-25 07:15:19 +00:00
tanimura
25b044e9f1
Allocate memory resource to access the attribute memory of a card.
...
Reviewed by: imp
2000-09-25 06:01:42 +00:00
iwasaki
d375eaba6b
Formatting fix on ACPI options. Sort them, comment out negative options.
...
Suggested by: bde
2000-09-25 02:43:51 +00:00
ume
6070b584b1
- reject numeric address
...
- validate scope in sockaddr comparison logic
patch was originally submitted by itojun and slightly modified by me.
Reviewed by: itojun, kris
2000-09-25 00:41:55 +00:00
jhb
b996fd3a9d
Fix the assmebly mutex macros to handle saving/restoring interrupt state
...
properly. Fix the recursive mutex macros to actually compile. At the
moment we only use MTX_EXIT anyways.
2000-09-24 23:34:21 +00:00
sos
1e62854c84
Fix the breakage that snatched the ioports from the fdc device.
...
Fix promise support.
2000-09-24 18:19:43 +00:00
des
6fe9a920d1
Work around buggy servers such as NCSA httpd which send an incomplete
...
HTTP-Version on the Status-Line (see RFC2616 sections 3.1 and 6.1).
2000-09-24 12:22:12 +00:00
asmodai
771938854f
Do IANA update maintenance: list synched up to the latest version.
...
Document that 254 (divert) is not IANA assigned.
2000-09-24 11:20:27 +00:00
alex
0b637591f8
Add Makefile to build an if_ed kernel module. Works on both, i386 and
...
alpha.
No response from: the world
2000-09-24 09:13:54 +00:00
jkh
02a48c21cc
Add Lithuania.
...
Submitted by: Domas Mituzas <midom@dammit.lt>
2000-09-24 06:53:04 +00:00
jkh
197520a6f5
One small tweak on the security profile code; don't be verbose if
...
setting up default values for an express/custom install. It would
be confusing to see the informational popup completely out of context.
2000-09-24 06:44:00 +00:00
bmilekic
894e597ec7
Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf
...
pointer, when bridging and bridge_ipfw are enabled, and when bdg_forward()
happens to free the packet and make our pointer NULL. There may be
more similar problems like this one with calls to bdg_forward().
PR: Related to kern/19551
Reviewed by: jlemon
2000-09-24 04:08:38 +00:00
wollman
314abdc184
Don't assume ai0->ai_canonname will always be filled in. Print the
...
user-supplied host name if we can't get a canonical name.
Obtained from: contrib/tcp_wrappers/socket.c rev. 1.4 (in spirit)
2000-09-24 01:54:49 +00:00
jhb
98932a243c
Add a KASSERT() to catch instances where the mutex that we pass in to
...
msleep() are recursed.
Suggested by: cp
2000-09-24 00:33:51 +00:00
archie
7280bb2b3d
Use m_dup() instead of m_copypacket() for the time being. Not all
...
of the code in the kernel properly checks for read-onlyness before
writing into an mbuf data area. When that code is fixed, the m_dup()
can go back to being m_copypacket().
Requested by: nsayer
2000-09-23 23:22:27 +00:00
alfred
a4ea0721fb
Add forgotten -n option to SYNOPSIS section
...
Submitted by: Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za>
2000-09-23 22:38:56 +00:00
cg
65ed2208ec
add feeder_fmt.c
2000-09-23 22:21:39 +00:00
cg
3e27c54902
prepare for adding a rate conversion feeder.
...
move format conversion feeders to feeder_fmt.c - no pertinent history so no
repo-copy.
2000-09-23 22:11:32 +00:00
cg
27a6dc9c5a
only probe mandatory channels on known bad codecs
2000-09-23 22:00:09 +00:00