Maksim Yevmenkin
8c975889a8
Change message severity level from WARN to INFO. This should reduce
...
amount of messages sent to syslog
MFC after: 1 week
2008-12-24 00:00:52 +00:00
Robert Noland
b2dc68697e
Only set registers if irqs are enabled
...
Approved by: kib
Obtained from: drm git
2008-12-23 22:53:57 +00:00
Doug Barton
125f2ee5e9
Update bmake glue for changes in 9.4.3
2008-12-23 22:51:10 +00:00
Doug Barton
d851678b62
Updates for version 9.4.3
2008-12-23 22:50:39 +00:00
Doug Barton
514216e8d6
Merge from vendor/bind9/dist as of the 9.4.3 import
2008-12-23 22:47:56 +00:00
Marcel Moolenaar
74aed9855d
Add support for the FPA floating-point format on ARM. The
...
FPA floating-point format is identical to the VFP format,
but is always stored in big-endian.
Introduce _IEEE_WORD_ORDER to describe the byte-order of
the FP representation.
Obtained from: Juniper Networks, Inc
2008-12-23 22:20:59 +00:00
Joe Marcus Clarke
4769218f4b
Do not KASSERT when vp->v_dd is NULL. Only directories which have had ".."
...
looked up would have v_dd set to a non-NULL value. This fixes a panic
seen when running installworld on a diskless system with a separate /usr
file system.
Submitted by: cracauer
Approved by: kib
2008-12-23 20:43:42 +00:00
George V. Neville-Neil
e39eeac77b
Add a new program, ether_reflect, which is useful in testing ethernet
...
devices and switches.
2008-12-23 20:25:04 +00:00
George V. Neville-Neil
d541033521
Fix a bug in the man page where we were not showing the correct flags
...
in the explanation. Several of the flags were -i, since it was a copy/paste
operation.
2008-12-23 20:07:51 +00:00
Konstantin Belousov
86dcb537c9
Keep the hold on the vnode during VOP_VPTOCNP() call, allowing the vop
...
implementation to drop vnode lock, if needed.
Reported and tested by: pho
2008-12-23 20:04:31 +00:00
Andrew Thompson
ac4b4c24ac
Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them to
...
drop the lock for us.
2008-12-23 19:59:21 +00:00
George V. Neville-Neil
b638482b2c
Add the mctest program and description to the README.
2008-12-23 19:46:12 +00:00
Doug Barton
7e21e83320
The lib/bind directory has its own configure script. Update accordingly.
2008-12-23 19:19:45 +00:00
Doug Barton
a5ab4ac13e
Vendor import of BIND 9.4.3
2008-12-23 19:18:41 +00:00
Doug Barton
387c038fad
Update copyrights and comments as of 9.4.3 (no functional changes)
2008-12-23 19:15:04 +00:00
Doug Barton
2fabdf5789
Vendor import of BIND 9.4.3
2008-12-23 18:35:21 +00:00
Doug Barton
e086bf114f
Minor tweak to reflect my actual process.
2008-12-23 18:31:38 +00:00
Doug Barton
b24bc820c2
This directory was added to src/contrib/bind9 prior to the svn move so
...
that BIND 9.4.1 could compile and run on the ARM platform, but is not
part of the vendor source. It will remain in src/contrib/bind9 since
it is a local modification.
2008-12-23 18:30:32 +00:00
Tom Rhodes
d194e583b6
Netgroup database can be centralized via NIS, list it.
...
Add a missing comma and bump doc date.
PR: 127602
Submitted by: Dmitry Sivachenko <mitya@yandex-team.ru>
2008-12-23 18:00:33 +00:00
David E. O'Brien
11a2f37eed
Make signal handler safer.
...
Submitted by: Jaakko Heinonen <jh@saunalahti.fi>
2008-12-23 17:57:17 +00:00
Sam Leffler
cd5c694a56
move IXP4XX EHCI bus shim to the usb directory and rename
2008-12-23 17:40:02 +00:00
Tom Rhodes
5b34e7083c
Add "crit" to the list of keywords.
...
PR: 126934
2008-12-23 17:39:24 +00:00
Andrew Thompson
cf4d7cfcc5
Name the bus mutex by the controller name, this allows each bus to be
...
distinguished in lock profiling, etc.
2008-12-23 17:36:25 +00:00
Bjoern A. Zeeb
8c639779f4
pr_pfh has been gone from protosw since r120386 (more than 5 years ago).
...
MFC after: 4 weeks
2008-12-23 16:54:00 +00:00
Bjoern A. Zeeb
f3b28b6bfb
Remove long unused netinet/ipprotosw.h (basically since r82884).
...
Discussed with: rwatson
MFC after: 4 weeks
2008-12-23 16:52:03 +00:00
Bjoern A. Zeeb
a08812c2f9
Check for ipprotosw.h more precisely.
...
It hasn't been needed for more than 5 years, since r120386.
MFC after: 4 weeks
2008-12-23 16:49:07 +00:00
Ivan Voras
59d9578919
Add missing newlines to flags tags of CPU topology, for prettier
...
output.
Reviewed by: jeff (original version)
Approved by: gnn (mentor) (original version)
2008-12-23 16:19:59 +00:00
Robert Noland
fc25498ad9
Fix up handling of Intel G4X chips some more.
...
Note that you need at least xf86-video-intel 2.4.3 for this to work.
The G4X doesn't put the GATT into the same area of stolen memory
as all the other chips and older versions of the driver didn't
handle that properly.
Tested by: ganbold
Approved by: kib
MFC after: 2 weeks
2008-12-23 16:16:30 +00:00
Konstantin Belousov
fc72031c5d
Clear busy state on the pages which are after the one that failed the bind
...
attempt.
Reported and tested by: ganbold
Reviewed by: rnoland
MFC after: 2 weeks
2008-12-23 16:04:33 +00:00
Andrew Thompson
8c2b8f8d49
Move another block of ASUS events to devd/asus.conf that were missed in r186249
2008-12-23 15:47:31 +00:00
Tom Rhodes
1aa26f525e
Note that when shutdown is run without options, it will place
...
the system into single user mode at the time specified.
PR: 129765
2008-12-23 15:00:03 +00:00
Alexander Motin
51a8e5f0c3
Organize Conexant codecs.
...
Add CX20561 (Hermosa) codec ID.
2008-12-23 14:58:08 +00:00
Tom Rhodes
9ffd02d312
Document the "-o large" option.
...
PR: 129792
2008-12-23 13:35:26 +00:00
Remko Lodder
05534ba77d
Add support for the HP 4470C scanner.
...
Note that there is no working backend (or at least
that is mentioned in the PR ticket) but the device
is now supported on our end.
PR: 117205
Submitted by: Artem Naluzhnyy <tut at nhamon dot com dot ua>
MFC after: 1 week
2008-12-23 13:09:17 +00:00
Remko Lodder
e39a1e71cd
Add support for the MaxSream USB test carrier.
...
PR: 117546
Submitted by: Daniel J. O'Connor <darius at midget dot dons dot net
dot au>
MFC after: 1 week
2008-12-23 12:44:18 +00:00
Remko Lodder
12ca024e73
Add support for 2 EVDO devices.
...
PR: 119150
Submitted by: lioux
MFC after: 1 week
2008-12-23 12:15:21 +00:00
Joseph Koshy
8cfb4353c2
Close the read side of the pipe to self when exiting.
2008-12-23 12:08:06 +00:00
Remko Lodder
6333256401
Add quirk for the Storcase InfoStation 12bay
...
SATA to FC SAN.
PR: 129858
Submitted by: Nick Triantos <nick-freebsd at triantos dot com>
MFC after: 1 week
2008-12-23 09:11:05 +00:00
Tim Kientzle
929b60ba42
If conversion from UTF8 fails, don't mark Unicode text as available.
...
Submitted by: Michihiro NAKAJIMA
MFC after: 30 days
2008-12-23 05:01:43 +00:00
Sam Leffler
bb3f721b2b
NPE cleanups needed for ancillary drivers (e.g. crypto acceleration):
...
o check feature bits when probing NPE ethernet support
o move firmware loading logic from if_npe to core npe support
o allow multiple refs to core NPE driver
o while here fix hw.npe.debug tunable path
2008-12-23 04:51:46 +00:00
Sam Leffler
cb52ddf021
kill NPE_PORTS_MAX, it's not used and likely will not be
2008-12-23 04:49:01 +00:00
Sam Leffler
d463fa5387
Fill in feature control support:
...
o add definitions for more bits, for masking out IXP465-specific bits,
and %b format string
o add ixp4xx_read_feature_bits to retrieve the mask of valid features
(aka fuse bits)
o add cpu_is_ixp42x() macro
o print feature bits at boot
2008-12-23 04:48:27 +00:00
Sam Leffler
b74f293f33
add IXP465 and generic IXP425 definition
2008-12-23 04:46:13 +00:00
Sam Leffler
4a301c1df8
o enable TT and big-endian MMIO
...
o force a reset before ehci_init to get byte-select setup
LS, FS, and HS devices now work on the Cambria board
2008-12-23 04:44:23 +00:00
Sam Leffler
405fc730ef
o add Transaction Translator support (still missing ISOC xfers)
...
o add EHCI_SCFLG_BIGEMMIO flag to force big-endian byte-select to be
set in USBMODE
o split reset work into new public routine ehci_reset so bus shim drivers
can force big-endian byte-select before ehci_init
2008-12-23 04:42:10 +00:00
Qing Li
ce9122fd3e
Don't create a bogus ARP entry for 0.0.0.0.
2008-12-23 03:33:32 +00:00
Colin Percival
f0b40b1c97
Prevent cross-site forgery attacks on ftpd(8) due to splitting
...
long commands into multiple requests. [08:12]
Avoid calling uninitialized function pointers in protocol switch
code. [08:13]
Merry Christmas everybody...
Approved by: so (cperciva)
Approved by: re (kensmith)
Security: FreeBSD-SA-08:12.ftpd, FreeBSD-SA-08:13.protosw
2008-12-23 01:23:09 +00:00
Tom Rhodes
d31572b0b8
Add a basic manual page for elf2aout.
...
Alter Makefile and remove NO_MAN.
PR: 109975
2008-12-23 01:22:57 +00:00
Alexander Motin
fd9c95bdab
Add 9 more Analog Devices codec names.
2008-12-22 22:40:17 +00:00
Alfred Perlstein
a4b31351eb
Fix typo for udav include.
...
Add link to the u3g2 driver.
2008-12-22 21:37:06 +00:00