Poul-Henning Kamp
2df20601a8
Another good day for historical quotes, Oliver Wendell Holmes brought to
...
you by Thomas L. Friedman.
(http://www.nytimes.com/2008/10/08/opinion/08friedman.html?ref=opinion )
2008-10-08 19:39:22 +00:00
Alexander Motin
688e18b20f
Remove stale BUGS.
2008-10-08 18:27:54 +00:00
Alexander Motin
07492efe64
Fix bit offset in mmc_sd_switch().
2008-10-08 18:13:14 +00:00
Alexander Motin
c18f1e2627
Set of mmc layer improvements:
...
- add MMC support.
- add SDHC support.
- add 4 and 8 bit bus width support.
- add High Speed bus timing support.
2008-10-08 17:35:41 +00:00
Hiroki Sato
8389b646b1
OpenSSH has been upgraded to 5.1p1.
2008-10-08 16:46:36 +00:00
Dag-Erling Smørgrav
c398efb8ec
These directories have been empty since 2001, and are not present in the
...
vendor tree.
MFC after: 1 week
2008-10-08 14:45:07 +00:00
Dag-Erling Smørgrav
de08d41ede
This directory has been empty since 1997.
...
MFC after: 1 week
2008-10-08 13:59:22 +00:00
Poul-Henning Kamp
0072533acb
Quirks for SDS-infrared.com "Hotfind-D" camera.
...
PR: 127943
2008-10-08 13:53:47 +00:00
Dag-Erling Smørgrav
0a25b2e007
Create separate cat directories for en.UTF-8. This, together with r183697,
...
allows users in en.UTF-8 locales to see non-ascii characters in man pages.
MFC after: 1 week
2008-10-08 13:28:02 +00:00
Dag-Erling Smørgrav
856ae5b2b9
Whitespace nit
...
MFC after: 1 week
2008-10-08 13:20:02 +00:00
Dag-Erling Smørgrav
ba377f119f
Enable UTF-8.
...
MFC after: 1 week
2008-10-08 13:16:20 +00:00
Alexander Motin
c31f137e08
Document new NGM_NETFLOW_SETCONFIG control message.
2008-10-08 11:19:16 +00:00
Konstantin Belousov
387ad99800
If the ABI-overriden interpreter was not loaded, do not set
...
have_interp to TRUE. This allows the code in image activator to try
/libexec/ld-elf.so.1 as interpreter when newinterp is not found to
execute.
Reviewed by: peter
MFC after: 2 weeks (together with r175105)
2008-10-08 11:11:36 +00:00
Alexander Motin
1a6dd09529
Add ability to generate egress netflow instead or in addition to ingress.
...
Use mbuf tagging for accounted packets to not account packets twice when
both ingress and egress netflow enabled.
To keep compatibility new "setconfig" message added to control new
functionality. By default node works as before, doing only ingress
accounting without using mbuf tags.
Reviewed by: glebius
2008-10-08 10:37:07 +00:00
Warner Losh
e21f22596b
Add a note about a bug in how sio manages its softc. This was
...
discovered by Dorr H. Clark. I'm not at all sure how to fix it, but
wanted to document it at the very least...
2008-10-08 08:08:03 +00:00
Poul-Henning Kamp
7fd08dc0f9
A Wittgenstein quote according to David Ignatius
...
http://voices.washingtonpost.com/postpartisan/2008/10/the_town_hall_debate_in_praise.html
2008-10-08 06:39:05 +00:00
Robert Watson
e298cf5902
Remove stale comment (and XXX saying so) about why we zero the file
...
descriptor pointer in unp_freerights: we can no longer recurse into
unp_gc due to unp_gc being invoked in a deferred way, but it's still
a good idea.
MFC after: 3 days
2008-10-08 06:26:51 +00:00
Robert Watson
fa9402f28a
Differentiate pr_usrreqs for stream and datagram UNIX domain sockets, and
...
employ soreceive_dgram for the datagram case.
MFC after: 3 months
2008-10-08 06:19:49 +00:00
Xin LI
737d990ae4
Don't mention lib/compat, it has gone long ago. Use ports/misc/compat*
...
instead.
2008-10-08 01:31:00 +00:00
Warner Losh
81ea17f095
Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag()
...
rather than NULL.
2008-10-07 23:55:32 +00:00
Robert Watson
a848550a77
Update udpzerobyte to understand that passing 0 as a length to recv(2)
...
will cause it to return 0, not EAGAIN.
Add UNIX domain socket support to udpzerobyte, which suggests this
regression test should be moved to the general sockets test area rather
than netinet.
2008-10-07 21:01:23 +00:00
Robert Watson
ff601c3645
In soreceive_dgram, when a 0-length buffer is passed into recv(2) and
...
no data is ready, return 0 rather than blocking or returning EAGAIN.
This is consistent with the behavior of soreceive_generic (soreceive)
in earlier versions of FreeBSD, and restores this behavior for UDP.
Discussed with: jhb, sam
MFC after: 3 days
2008-10-07 20:57:55 +00:00
Sam Leffler
77a62bf55d
the 3945 firmware license does not require acknowledging the EULA,
...
remove the sysctl ack requirement
Pointed out by: Joerg Sonnenberger
Reviewed by: thompsa
Approved by: core
2008-10-07 19:42:56 +00:00
Warner Losh
63b90047fc
More diff reductions against ixp425/boot2/boot2.c. This time, we
...
bring in FIXUP_BOOT_DRV functionality as an #ifdef. This is not
enabled at this time, and the md5 remains constant with this change.
Apart from the 'accept any partitioning scheme on the device' changes,
this was the biggest delta...
# and yes, we'll merge these into one source file if we can do that in a
# way that makes sense.
Obtained from: sys/boot/arm/ixp425/boot2/boot2.c
2008-10-07 17:44:04 +00:00
Joseph Koshy
5477328d81
- Avoid a spurious error when a command line is specified without
...
any process scope PMCs.
- Change the -c '*' option to denote non-halted CPUs.
2008-10-07 17:28:52 +00:00
Warner Losh
d7798997d7
Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statement
...
correctly.
2008-10-07 17:27:37 +00:00
Warner Losh
2bfca5e908
Use bus_get_dma_tag() instead of NULL here. Not really needed for atmel
...
at the moment, but it is more correct.
2008-10-07 17:23:16 +00:00
Sam Leffler
6497012386
don't hardcode cc
...
Submitted by: Andrey Eltsov
2008-10-07 16:39:17 +00:00
Robert Watson
dba96bd99f
Add IPv6 support to zero-size UDP transmit/receive test.
2008-10-07 14:13:59 +00:00
John Baldwin
f252d86740
Use CPUID to see if the current CPU supports long mode when attemping to
...
boot an amd64 kernel. If not, then fail the boot request with an error
message. Otherwise, the boot attempt will fail with a BTX fault when
trying to read the EFER MSR.
MFC after: 3 days
2008-10-07 14:05:42 +00:00
Robert Watson
8c3bc1af40
Regression test for the loopback handling of zero-length UDP packets, which
...
should be delivered but without payload.
2008-10-07 10:31:55 +00:00
Ulf Lilleengen
a0312e48c1
- Allow gstat to print values to different kind of outputs.
...
- Introduce batch mode, where gstat will collect the numbers, print them, and
exit.
- Document batch mode in the gstat man page.
Submitted by: anders
2008-10-07 10:25:27 +00:00
Robert Watson
ffe72750d9
Remove temporary debugging KASSERT's introduced to detect protocols
...
improperly invoking sosend(), soreceive(), and sopoll() instead of
attach either specialized or _generic() versions of those functions
to their pru_sosend, pru_soreceive, and pru_sopoll protosw methods.
MFC after: 3 days
2008-10-07 09:57:03 +00:00
Robert Watson
7978014d3a
Rewrite sbreserve_locked()'s comment on NULL thread pointers, eliminating
...
an XXXRW about the comment being stale.
MFC after: 3 days
2008-10-07 09:51:39 +00:00
Robert Watson
6c8286e42d
Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as the
...
netisr or ithread's socket buffer size limit is not the right limit to
use. Instead, pass NULL as the other two calls to sbreserve_locked()
in the TCP input path (tcp_mss()) do.
In practice, this is a no-op, as ithreads and the netisr run without a
process limit on socket buffer use, and a NULL thread pointer leads to
not using the process's limit, if any. However, if tcp_input() is
called in other contexts that do have limits, this may prevent the
incorrect limit from being used.
MFC after: 3 days
2008-10-07 09:41:07 +00:00
Robert Watson
58f7ce962c
Lock receive socket buffer in soo_stat() rather than commenting that we
...
should lock it, which may marginally improve the consistency of the
results. Remove comment.
MFC after: 3 days
2008-10-07 07:10:28 +00:00
Xin LI
c94526e26d
Limit DMA memory to lower addressable 4GB, without this patch, we
...
can reliably provoke data corruption on systems equipped with a
plenty of memory during high load.
Reported by: gnn via iXsystems
MFC candidate: RELENG_7_1, RELENG_7
2008-10-06 22:34:17 +00:00
Simon L. B. Nielsen
f78d85eb96
Reference igb(4) i SEE ALSO.
...
MFC after: 1 week
2008-10-06 21:55:53 +00:00
Simon L. B. Nielsen
08457bc2c9
Add igb(4).
...
MFC after: 1 week
2008-10-06 21:52:11 +00:00
Simon L. B. Nielsen
ed344a8a76
Only a few of the loader tunables / sysctl variables are documented,
...
as I'm not really sure what the rest do.
The list of adaptors was found at
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&Inst=Yes&DwnldID=15815
MFC after: 1 week
2008-10-06 21:38:55 +00:00
Simon L. B. Nielsen
e0578797fc
- Add 82574 to list of supported controller chips.
...
- Add Intel PRO/1000 PF and Intel PRO/1000 PT adaptors to list of
supported adaptors.
The list of adaptors was found at
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&Inst=Yes&DwnldID=10957
MFC after: 1 week
2008-10-06 20:45:08 +00:00
Robert Watson
cb824561e6
Add very simple regression test for fstat(2) on sockets: make sure it
...
returns success for various socket types. It's easy to imagine this
being enhanced to validate the returned data, but...
2008-10-06 19:42:03 +00:00
John Hay
563db8c39c
Add a boot loader for ixp425 based boards like the Gateworks Avila
...
and ADI Pronghorn Metro with Redboot on them.
2008-10-06 19:38:10 +00:00
Robert Watson
2c8995842c
Now that portalfs doesn't directly invoke uipc_connect2(), make it a
...
static symbol.
MFC after: 3 days
2008-10-06 18:43:11 +00:00
Robert Watson
4759ebf015
Use soconnect2() rather than directly invoking uipc_connect2() to
...
interconnect two UNIX domain sockets.
MFC after: 3 days
2008-10-06 18:38:50 +00:00
Simon L. B. Nielsen
eb43d80055
Document that the bce(4) driver works with Dell PowerEdge 1950/2950
...
NIC's.
MFC after: 3 days
2008-10-06 18:07:07 +00:00
Simon L. B. Nielsen
4a9794f4e4
- Add jme(4).
...
Suggested by: yongari
MFC after: 3 days
2008-10-06 17:51:44 +00:00
Simon L. B. Nielsen
cf754f452f
Add a HARDWARE section. It doesn't contain any information not
...
already in the DESCRIPTION section, but this allows for the manual
page to be used in the automatic hardware notes generation.
MFC after: 3 days
2008-10-06 17:49:24 +00:00
Lawrence Stewart
23c1bd91c8
Add myself as requested by the committers-guide
...
Approved by: gnn (mentor)
2008-10-06 14:20:03 +00:00
Joseph Koshy
8fb796642a
Correct a typo.
2008-10-06 10:34:44 +00:00