Bernhard Schmidt
8202a0afe4
OLDCARD is long gone.
...
Discussed with: imp
2011-01-04 19:26:11 +00:00
Gavin Atkinson
01863a28b5
Add nodes for current and past committers that are already referenced in
...
relationships, so they are rendered as more than just a username.
Add a couple of relationships between committers who already have existing
nodes to help with the rendered output.
2011-01-01 20:17:29 +00:00
Pyun YongHyeon
f95308351b
Remove duplicated "perfect"
...
Pointed out by: pluknet
2010-12-31 21:52:51 +00:00
Gavin Atkinson
58ffb73ca3
Move alumni committers from the active section.
2010-12-31 13:07:21 +00:00
Gavin Atkinson
dc8a809989
For committers listed as alumni, add the date that their commit bit was
...
returned where this information is missing and easy to determine. Move
adrian@ back to the "Active committers" section.
2010-12-31 11:55:39 +00:00
Pyun YongHyeon
bb0667afa1
Add vte(4) man page and hook up vte(4) to the build.
...
Also add Xr to appropriate man pages.
2010-12-31 00:46:30 +00:00
Marius Strobl
aab88d9da4
- Add CPUTYPE support for sparc64. The net result is that it's now possible
...
to let the compiler optimize for the famility of UltraSPARC-III CPUs as the
default already was to optimize for UltraSPARC-I/II and generating generic
64-bit V9 is mainly for reference purposes. At least for SPARC64-V CPUs
code optimized for UltraSPARC-I/II still is the most performant one.
Thanks go to Michael Moll for testing SPARC64-V.
- Move a booke MACHINE_CPU bit into the right section.
2010-12-30 15:58:23 +00:00
Edward Tomasz Napierala
baf7e5ea7b
Fix date, broken in r216667.
...
Submitted by: stefanf@
2010-12-22 17:12:58 +00:00
Edward Tomasz Napierala
07d6dffa57
The 'kern.corefile="whatever"' syntax won't work with sysctl.conf; remove
...
the quotes to not mislead people.
MFC after: 1 month
2010-12-22 17:02:01 +00:00
Nathan Whitehorn
47033eb24d
Enable build of FDT components by default. dtc is a required build tool
...
for all FDT-enabled kernels, and having it off by default means that
building these kernels fails by default. This fixes FDT-related build
failures in make universe on ARM and PowerPC.
Reviewed by: imp
2010-12-22 14:59:22 +00:00
Jilles Tjoelker
0a62a9caa9
sh: Add kill builtin.
...
This allows specifying a %job (which is equivalent to the corresponding
process group).
Additionally, it improves reliability of kill from sh in high-load
situations and ensures "kill" finds the correct utility regardless of PATH,
as required by POSIX (unless the undocumented %builtin mechanism is used).
Side effect: fatal errors (any error other than kill(2) failure) now return
exit status 2 instead of 1. (This is consistent with other sh builtins, but
not in NetBSD.)
Code size increases about 1K on i386.
Obtained from: NetBSD
2010-12-21 22:47:34 +00:00
Pyun YongHyeon
d67a08c33f
Document limitation of station address reprogramming.
2010-12-20 17:39:39 +00:00
Pyun YongHyeon
954d783c0e
Oops, fwe(4) listed twice.
2010-12-20 00:27:40 +00:00
Pyun YongHyeon
f25407fd6b
Add ae(4) to the list of drivers use the miibus interface.
2010-12-20 00:23:47 +00:00
Pyun YongHyeon
1f253c5de4
igb(4), ixgbe(4), mxge(4) and nxge(4) support VLAN hardware tag
...
insertion/stripping.
et(4) and fwe(4) support VLAN oversized frames.
2010-12-20 00:10:53 +00:00
Pyun YongHyeon
cda25af317
Add .Xr to altq(4).
2010-12-19 23:54:31 +00:00
Pyun YongHyeon
68abd5a824
Add .Xr to altq(4).
2010-12-19 23:53:23 +00:00
Pyun YongHyeon
78b815ac74
ae(4), igb(4), ixgb(4) and ixgbe(4) supports altq(4).
2010-12-19 23:50:36 +00:00
Pawel Jakub Dawidek
24e75069cd
Correct cookie type to match reality.
2010-12-19 18:07:10 +00:00
Pyun YongHyeon
49981fba51
Document JMC251/JMC261 support.
2010-12-19 00:00:29 +00:00
Robert Watson
e956db1e11
Simply refer to all Xen drivers as para-virtualized, as this appears to
...
be the preferred Xen parlance.
Discussed with: Steve Hand <steven.hand at cl.cam.ac.uk>
MFC after: 1 day
2010-12-17 22:09:55 +00:00
Robert Watson
63f34ca026
Correct some misundertandings on my part about PV vs HVM kernel
...
configuration options.
MFC after: 1 day
2010-12-17 11:25:37 +00:00
Robert Watson
055dac5c25
Fix spelling nits.
...
MFC after: 3 days
Submitted by: bcr
2010-12-17 10:05:21 +00:00
Robert Watson
cd66b53aee
Clarifications of a number of points in xen.4, and some additional device
...
driver information from gibbs@.
MFC after: 3 days
2010-12-17 01:30:56 +00:00
Robert Watson
0b484c698d
Slightly different formatting for options list.
...
MFC after: 3 days
2010-12-14 10:06:28 +00:00
Robert Watson
3b56015b22
Further refinements to the xen.4 man page: fix typos, add material on
...
para-virtualized drivers, clarify how to configure XENHVM on amd64.
MFC after: 3 days
2010-12-14 09:32:37 +00:00
Robert Watson
7c472105ac
Add a rudimentary Xen man page summarising the state of Xen on amd64 and
...
i386, how to configure the kernel, and some known issues. Further
refinement almost certainly required. This is not a Xen installation
manual.
MFC after: 3 days
Sponsored by: DARPA, AFRL
2010-12-13 23:30:56 +00:00
Robert Watson
f37972a945
Add a rudimentary Xen man page summarising the state of Xen on amd64 and
...
i386, how to configure the kernel, and some known issues. Further
refinement almost certainly required. This is not a Xen installation
manual.
MFC after: 3 days
Sponsored by: DARPA, AFRL
2010-12-13 23:26:31 +00:00
Wen Heping
f3143b5c2f
- Add myself to committers-ports.dot
2010-12-13 08:56:30 +00:00
Ruslan Ermilov
fd45cfd6aa
Document this driver supports the converter I just bought.
2010-12-10 07:55:38 +00:00
Hiroki Sato
46f6a6edba
Fix a typo.
...
Submitted by: Garrett Cooper
2010-12-08 07:10:25 +00:00
Florian Smeets
f9cd2d0a8d
Add myself to calendar.freebsd and committers-ports.dot
...
Approved by: fjoe (mentor)
2010-12-07 23:56:51 +00:00
John Baldwin
c529e287e5
Add a manpage for SYSINIT() and SYSUNINIT().
...
PR: docs/132884
Submitted by: pluknet, hmp
2010-12-06 15:19:03 +00:00
Ulrich Spörlein
cded07a878
Move most of the remaining USD/PSD/SMM papers into share/doc
2010-12-04 10:11:20 +00:00
Rebecca Cran
01688065e7
Document the fact that passing in a count of zero to the bus_space functions
...
will result in undefined behaviour.
Taken from NetBSD's bus_space(9).
2010-12-03 18:30:55 +00:00
Rebecca Cran
c90f7d9b44
Revert r216134. This checkin broke platforms where bus_space are macros:
...
they need to be a single statement, and do { } while (0) doesn't work in this
situation so revert until a solution can be devised.
2010-12-03 07:09:23 +00:00
David Schultz
549f28a438
Explain some of the reasons that fpsetprec() is unlikely to work as
...
one might expect. (These functions have already been deprecated for
many years.)
PR: 133583
2010-12-03 07:01:07 +00:00
Rebecca Cran
15b4888a24
Disallow passing in a count of zero bytes to the bus_space(9) functions.
...
Passing a count of zero on i386 and amd64 for [I386|AMD64]_BUS_SPACE_MEM
causes a crash/hang since the 'loop' instruction decrements the counter
before checking if it's zero.
PR: kern/80980
Discussed with: jhb
2010-12-02 22:19:30 +00:00
Pyun YongHyeon
239169b1e7
Document loader tunable hw.re.prefer_iomap.
2010-12-02 18:37:34 +00:00
Nick Hibma
9c7b2cd088
Fix two errors in the man page
...
Submitted by: ruslan
MFC after: 1 day
2010-11-30 09:34:47 +00:00
Doug Barton
3e9a7e408f
Update the description of green_saver.ko
...
Improvements to my suggested text from: jhb
2010-11-29 21:31:25 +00:00
MIHIRA Sanpei Yoshiro
54de08a963
Add new device ids.
...
Buffalo (Melco Inc.) WLI-UC-G
PR: 141777
2010-11-29 15:08:18 +00:00
Xin LI
13ccc60993
Make German formal clause to be consistent with the keymap counterpart.
...
Submitted by: arundel
MFC after: 1 week
2010-11-29 05:50:20 +00:00
John-Mark Gurney
7ea6a15d9f
document that most of ioctl requests in cd(4) are implemented by acd(4)..
2010-11-28 23:34:20 +00:00
Xin LI
a0db37b5f6
Add a manual shrinked version of swiss-8x16 as swiss-8x14.
...
MFC after: 2 months
2010-11-28 09:35:56 +00:00
Marius Strobl
e30064032c
Remove the description of the dev.fxp.%d.noflow tunable as it was removed
...
in r215906 and the flowcontrol media option now should be set as desired
via ifconfig(8) instead.
2010-11-26 21:57:01 +00:00
Xin LI
e8222ab044
Update manual page with respect to latest driver.
...
While I'm there remove ARC-1180 which doesn't seem to exist.
2010-11-25 19:33:39 +00:00
Xin LI
85edfab5ce
Add a HARDWARE section.
...
MFC after: 2 weeks
2010-11-25 19:05:17 +00:00
Pawel Jakub Dawidek
24b7ca3412
Add gptboot_enable rc variable, which allows to turn gptboot reporting off in
...
case user wants to implement his own actions and doesn't want the attributes to
vanish.
Obtained from: Wheel Systems Sp. z o.o. http://www.wheelsystems.com
MFC after: 3 days
2010-11-24 15:25:17 +00:00
Konstantin Belousov
2e88da356c
Remove the note about possible unlocking during vunref(9). It might
...
only happen if VOP_INACTIVATE() drops the vnode lock, which is quite
unreasonable behaviour for filesystem, and should not be mentioned
in the description of VFS primitives.
MFC after: 1 week
2010-11-24 12:34:25 +00:00