Tom Rhodes
eaca7c7bc4
Document that kldunloadf can return EINVAL.
...
PR: 125639
2008-12-25 09:15:31 +00:00
Julian Elischer
f664dcde7c
shave about 7% off the overhead of ng_ether by using per-hook
...
receive data methods.
2008-12-25 09:02:55 +00:00
Tom Rhodes
0d186272b4
Remove reference to unimplemented "-c" option.
...
PR: 119338
2008-12-25 08:48:08 +00:00
Julian Elischer
1018c6cbf9
Hook up the ether_echo node and fix the man page
2008-12-25 07:34:14 +00:00
Tom Rhodes
2293dac2ac
Print a warning when blackhole and reject are used together.
...
Update arp.8 manual page syntax.
PR: 125896
Submitted by: Marc Olzheim <marcolz@stack.nl>
Approved by: sam
2008-12-25 06:44:19 +00:00
Weongyo Jeong
46e6dd8ffb
fix a silly bug that I missed a for-loop to initialize AL2230S PHY.
...
Reported by: Hans Petter Selasky <hselasky_at_c2i.net>
2008-12-25 04:29:40 +00:00
Kip Macy
a76e397b3b
- Close a race during which the open flag could be cleared but the tun_softc would still be referenced
...
by adding a separate TUN_CLOSED flag that is set after tunclose is done referencing it.
- drop the tun_mtx after the flag check to avoid holding it across if_detach which can recurse in to
if_tun.c
2008-12-25 02:14:25 +00:00
Julian Elischer
a0b5197620
Add a trivial node to reflect ethernet frames to whence they came.
...
MFC after: 1 month
2008-12-25 00:01:29 +00:00
Robert Watson
a8879d0d7d
In ugidfw(8), print the rule number and rule contents (as parsed and then
...
regenerated in libugidfw) rather than simply printing that the rule was
added with only the number. This makes ugidfw(8) behave a bit more like
ipfw(8), and also means that the administrator sees how the rule was
interpreted once uids/gids/etc were processed.
Obtained from: TrustedBSD Project
2008-12-24 22:40:13 +00:00
Bruce M Simpson
c494cd1e77
Add macro RB_FOREACH_SAFE(), which accepts an additional argument
...
specifying a temporary tree node pointer. It may be used in a
similar way to the *_SAFE() macros in <sys/queue.h>.
2008-12-24 19:57:22 +00:00
Tom Rhodes
138f7e4b30
Apply various fixes:
...
Silence mdoc(7) warnings;
Xref correct manual pages;
Point user to the ddb.8 manual page.
PR: 129398
Submitted by: gavin
2008-12-24 11:12:21 +00:00
Tom Rhodes
c92f699693
Update the description of -k, output files appear to
...
be left regardless of an error, signal, or complete
run.
PR: 69861
Submitted by: vlad902@gmail.com
2008-12-24 10:08:39 +00:00
Tom Rhodes
5d8e279e37
Fix a typo higter->higher.
...
Spotted by: ganbold
2008-12-24 09:17:30 +00:00
Sam Leffler
370e677c29
must pack structures for architectures like arm
...
Reviewed by: thompsa
2008-12-24 06:59:07 +00:00
Kip Macy
5e96c0a13e
Fix missed unlock and reference drop of lle
...
Found by: pho
2008-12-24 05:31:26 +00:00
David E. O'Brien
defc9d504b
Garbage collect 'fflags'.
2008-12-24 03:07:19 +00:00
Kip Macy
ee6326a30b
avoid lock recursion by deferring the link check until after LLE lock is dropped
2008-12-24 01:08:18 +00:00
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