Yaroslav Tykhiy
16f2e711b8
Regen from src/tools/build/options.
2006-07-31 13:15:04 +00:00
Nate Lawson
93870c0550
Document many of the sysctls in acpi. Bump the date on acpi_thermal.4
...
because I forgot to on the last change.
MFC after: 1 day
2006-07-29 21:47:24 +00:00
Simon L. B. Nielsen
31c9ecbf46
Add /usr/lib/engines for OpenSSL engines.
2006-07-29 19:47:09 +00:00
Simon L. B. Nielsen
b5ba473ca0
Add missing .El to close list.
...
This confused the manual page -> hardware notes perl script somewhat and
resulted in part of the output for the stge(4) entry not to be present
in the hardware notes.
Noticed by: brueffer
2006-07-28 20:14:43 +00:00
Pawel Jakub Dawidek
909d8c4019
Update manual page.
2006-07-28 13:56:17 +00:00
Christian Brueffer
137048858f
Mention the dependency on firmware(4).
2006-07-28 08:43:49 +00:00
Joseph Koshy
d1d56560e8
- Use SWIDTH0 for combining characters. [1]
...
- Unicode 4.1 related changes:
- Add definitions for a new range of code points
U+1DC0..U+1DFF "Combining Diacritical Marks Supplement".
- Add U+04F6 and U+04F7 to the Cyrillic range.
- Mark U+034F "Combining Grapheme Joiner" as non-printable.
- Add new combining characters in the range U+0350..U+035F
to the section "Combining Diacritical Marks".
PR: misc/100212 [1]
Submitted by: "J.R. Oldroyd" <<fbsd AT opal.com>>
Reviewed by: "J.R. Oldroyd" <<fbsd AT opal.com>> (revised patch)
2006-07-28 06:10:33 +00:00
Maxim Konovalov
4ad84ddbd5
o Add NetBSD 3.0.1 and DragonFlyBSD 1.6.0.
2006-07-25 13:31:00 +00:00
Christian Brueffer
3e1e998fac
singular -> plural and a typo fix.
2006-07-25 05:20:06 +00:00
Nate Lawson
cf90f178b9
Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl.
...
Prevent casual modification by requiring hw.acpi.thermal.user_override to
be set first. Fix printing of negative temperatures in the K->C conversion.
Document the remaining thermal sysctls.
MFC after: 3 days
2006-07-25 02:27:38 +00:00
Pyun YongHyeon
788b409578
Add stge(4) to the list of device drivers use the miibus interface.
2006-07-25 00:59:39 +00:00
Pyun YongHyeon
5d44cffc71
Add stge(4) to the list of drivers supporting ALTQ.
2006-07-25 00:58:00 +00:00
Pyun YongHyeon
97fe1b0932
Add stge(4) to the list of devices supporting full VLAN processing
...
in the hardware.
2006-07-25 00:56:47 +00:00
Pyun YongHyeon
dba53116ec
Add stge(4) to the list of devices supporting polling.
2006-07-25 00:54:58 +00:00
Pyun YongHyeon
f99b1927db
Hook up state(4) to the build.
2006-07-25 00:53:14 +00:00
Pyun YongHyeon
2627a07e9c
Add a man page for stge(4).
2006-07-25 00:51:38 +00:00
Yaroslav Tykhiy
016c675db6
Improve mark-up: References to "start" as an rc.d method
...
should be tagged with ".Cm". (Refs to "stop" are OK already.)
MFC after: 3 days
2006-07-24 10:07:27 +00:00
Maxim Konovalov
1cb58a0783
o GC MT_FTABLE removed in rev. 1.192 mbuf.h.
...
o Correct MT_HEADER define.
2006-07-24 07:32:23 +00:00
Yaroslav Tykhiy
525388396e
The month name in .Dd should be spelled in full.
...
Pointed out by: ru
2006-07-22 07:23:46 +00:00
Yaroslav Tykhiy
05a7329cba
Touch document date (Dd).
2006-07-21 15:57:12 +00:00
Yaroslav Tykhiy
9f8b57f078
Since Alpha support isn't in HEAD anymore, remove Alpha-specific
...
rc.conf(5) knobs, too: osf1_enable, unaligned_print.
2006-07-21 15:55:18 +00:00
Olivier Houchard
838ab6b670
Grr we also need to set -mbig-endian to LDFLAGS. Now I can build a
...
big-endian arm world.
2006-07-21 14:07:48 +00:00
Warner Losh
35ef2e4849
Remove ALPHA optimization pointer for gcc flags.
...
Add ARM optimization pointer for gcc flags.
2006-07-20 22:42:48 +00:00
Olivier Houchard
220e6313cb
Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}.
2006-07-20 22:13:59 +00:00
Olivier Houchard
b72f5c0f35
Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS if
...
it is defined.
2006-07-20 21:28:07 +00:00
Florent Thoumie
ca3a4056ad
- Remove hardcoded /etc/ntp.conf configuration file from ntpdate rc.d script
...
and replace it with a new ntpdate_config variable.
- Document it in defaults/rc.conf and rc.conf.5.
- Document ntpdate_hosts in defaults/rc.conf.
Requested by: Chris Timmons <cwt@networks.cwu.edu>
Approved by: cperciva (mentor, implicit)
MFC after: 1 week
2006-07-20 10:07:34 +00:00
Michael Reifenberger
93a73e5a00
Reflect the additional support of C7 CPU's in padlock(4).
...
Submitted by: brueffer
MFC after: 1 day
2006-07-19 16:31:09 +00:00
Yoshihiro Takahashi
adb4f1aa0f
The pcn does not work on NEC SV-98/2-B05 and B06.
...
Submitted by: Chiharu Shibata
MFC after: 3 days
2006-07-19 11:49:22 +00:00
Dag-Erling Smørgrav
7fa5ba9e34
Add CPUTYPE support for Via C3 and C3-2 processors.
...
MFC after: 2 weeks
2006-07-19 11:27:19 +00:00
Christian Brueffer
961ed9347e
- Bring kern.random output closer to reality
...
- Remove kern.random.sys.burst, it's no longer available
- Document kern.random.sys.harvest.swi (1)
PR: 100167 (1)
MFC after: 3 days
2006-07-19 10:49:43 +00:00
Marcus Alves Grando
044f8af1a4
- Add dependency of firmware(9). "MODULE_DEPEND(iwi, firmware, 1, 1, 1);"
...
Approved by: brueffer
MFC after: 1 week
2006-07-17 18:56:27 +00:00
Florent Thoumie
f1acac210b
Fix typo (s/writeer/writer/).
2006-07-17 10:39:20 +00:00
Christian Brueffer
80da51effc
General cleanup, not quite finished yet.
2006-07-16 20:43:12 +00:00
Alexander Leidinger
bef800b384
Add a man-page for snd_emu10kx. Someone with man-fu should have a look
...
and improve it.
Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru> (minor mods by me)
2006-07-15 20:31:26 +00:00
Maxim Konovalov
533baf579b
o Sort sx(9) MLINKS.
2006-07-12 19:12:16 +00:00
Giorgos Keramidas
ff8a6926d9
When securelevel is >= 1, /dev/io may not be opened at all (not just for
...
write). Update the securelevel description to match this.
Reported by: Alexandros Kosiaris <akosiaris@gmail.com>
MFC after: 3 days
2006-07-12 18:12:11 +00:00
Christian Brueffer
7f5932be3e
Correct path to the firmware ports.
2006-07-12 15:55:48 +00:00
Pawel Jakub Dawidek
d8e7058159
Document sx_xlocked(9).
...
Submitted by: ssouhlal
2006-07-12 15:40:35 +00:00
Joel Dahl
b4b4e2e0fe
Gah. Replace another instance of "Developer's Handbook" with
...
"Architecture Handbook".
2006-07-11 16:26:40 +00:00
Joel Dahl
ca5195cb7a
The TrustedBSD MAC Framework is documented in the Architecture handbook,
...
not in the Developers handbook.
Submitted by: Samy Al Bahra
2006-07-10 20:51:30 +00:00
Maxim Konovalov
88fd7e1d61
o Fix MTX_SYSINIT prototype.
...
PR: kern/99956
Submitted by: Arne Woerner
MFC after: 1 week
2006-07-09 09:46:43 +00:00
Pav Lucistnik
1f568fb20b
- Document RANDOMIZE_MASTER_SITES, MASTER_SORT
...
- Remove OPTIONS, it's no user settable variable
2006-07-05 20:38:54 +00:00
Pav Lucistnik
c8ff7e9e42
- Document new missing target
2006-07-05 20:07:59 +00:00
Christian Brueffer
ac4312607d
Document ServerWorks HT1000 support.
2006-07-05 08:26:50 +00:00
Ruslan Ermilov
5ca2b383e7
Grammar nit.
2006-07-01 17:59:13 +00:00
Ruslan Ermilov
3265e741f9
Gleb committed an intermediary version, commit the right one now.
...
Submitted by: Vadim Goncharov
2006-06-30 11:35:35 +00:00
Xin LI
8709e75efb
- Reflect recent sched_core(4) changes.
...
- Some typo fixes.
2006-06-30 07:45:38 +00:00
Takanori Watanabe
a42cdc22c0
Update man page.
...
Pointed out by: netchild
MFC after: 3 days
2006-06-29 08:28:18 +00:00
Christian Brueffer
fe0e43d648
- s/nve/nfe/ in the SYNOPSIS (1)
...
- bump date
PR: 99575
Submitted by: thierry herbelot <thierry@herbelot.com> (1)
2006-06-28 10:19:16 +00:00
Christian Brueffer
904887e254
- Convert to our new SYNOPSIS style
...
- Correct tcpdump reference
2006-06-27 12:48:15 +00:00