glebius
c6ffefd106
By default "autosrc" is off.
...
Submitted by: ru
2006-08-04 18:28:57 +00:00
yar
209e4786e7
Commit the results of the typo hunt by Darren Pilgrim.
...
This change affects documentation and comments only,
no real code involved.
PR: misc/101245
Submitted by: Darren Pilgrim <darren pilgrim bitfreak org>
Tested by: md5(1)
MFC after: 1 week
2006-08-04 07:56:35 +00:00
njl
558c576740
Improve quoting of the S1-S5 states. Suggested by yar@.
...
Add a workaround for conflicts between ACPI Cx CPU idling and LAPIC timer.
MFC after: 1 day
2006-08-04 07:19:01 +00:00
jb
df1e6b2a07
Add the DTrace library script directory.
2006-08-03 05:46:32 +00:00
brueffer
a5b3437112
Cleanup and add our standard SYNOPSIS section.
2006-08-02 07:02:19 +00:00
thompsa
f2d57e8e81
Document the log_stp variable.
2006-08-02 04:11:25 +00:00
sobomax
a2e1257dac
Add device to access and modify Open Firmware NVRAM settings in
...
PowerPC-based Apple's machines and small utility to do it from
userland modelled after the similar utility in Darwin/OSX.
Only tested on 1.25GHz G4 Mac Mini.
MFC after: 1 month
2006-08-01 22:19:01 +00:00
maxim
78fb4ee49d
o Reserve space for 3.x releases similar to 2.1.
...
o 3.0.1 is a security/critical release.
Submitted by: rpaulo@netbsd
2006-08-01 15:26:09 +00:00
yar
f262d22153
Regen.
2006-07-31 14:13:25 +00:00
yar
43394dd10c
Regen from src/tools/build/options.
2006-07-31 13:15:04 +00:00
njl
c745eaf315
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
945abe38da
Add /usr/lib/engines for OpenSSL engines.
2006-07-29 19:47:09 +00:00
simon
392d64a02c
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
pjd
2638b17f4b
Update manual page.
2006-07-28 13:56:17 +00:00
brueffer
7b3e2dd659
Mention the dependency on firmware(4).
2006-07-28 08:43:49 +00:00
jkoshy
024eceaae8
- 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
4dc957df41
o Add NetBSD 3.0.1 and DragonFlyBSD 1.6.0.
2006-07-25 13:31:00 +00:00
brueffer
d384bd249f
singular -> plural and a typo fix.
2006-07-25 05:20:06 +00:00
njl
7a331053aa
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
yongari
35c8368f4e
Add stge(4) to the list of device drivers use the miibus interface.
2006-07-25 00:59:39 +00:00
yongari
cd4a7ba282
Add stge(4) to the list of drivers supporting ALTQ.
2006-07-25 00:58:00 +00:00
yongari
f5c019cc67
Add stge(4) to the list of devices supporting full VLAN processing
...
in the hardware.
2006-07-25 00:56:47 +00:00
yongari
2d604e07bc
Add stge(4) to the list of devices supporting polling.
2006-07-25 00:54:58 +00:00
yongari
ccec7061c1
Hook up state(4) to the build.
2006-07-25 00:53:14 +00:00
yongari
4d78501bba
Add a man page for stge(4).
2006-07-25 00:51:38 +00:00
yar
0608345395
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
06359e9e2a
o GC MT_FTABLE removed in rev. 1.192 mbuf.h.
...
o Correct MT_HEADER define.
2006-07-24 07:32:23 +00:00
yar
1863844779
The month name in .Dd should be spelled in full.
...
Pointed out by: ru
2006-07-22 07:23:46 +00:00
yar
ec82ec19cb
Touch document date (Dd).
2006-07-21 15:57:12 +00:00
yar
ed24981d4f
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
cognet
bdb0150c3a
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
imp
b3351ab1a0
Remove ALPHA optimization pointer for gcc flags.
...
Add ARM optimization pointer for gcc flags.
2006-07-20 22:42:48 +00:00
cognet
ea2d06724d
Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}.
2006-07-20 22:13:59 +00:00
cognet
65c1492ca1
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
flz
146016a7bb
- 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
mr
d4972b28e6
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
nyan
62b2a75f53
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
des
3ba8214f48
Add CPUTYPE support for Via C3 and C3-2 processors.
...
MFC after: 2 weeks
2006-07-19 11:27:19 +00:00
brueffer
f34ac3f2f6
- 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
mnag
04a8e33b37
- 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
flz
7a20d1a680
Fix typo (s/writeer/writer/).
2006-07-17 10:39:20 +00:00
brueffer
3a5f5a844f
General cleanup, not quite finished yet.
2006-07-16 20:43:12 +00:00
netchild
c7054283e2
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
dd90b41682
o Sort sx(9) MLINKS.
2006-07-12 19:12:16 +00:00
keramida
4aa5a765bd
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
brueffer
f82e9588d8
Correct path to the firmware ports.
2006-07-12 15:55:48 +00:00
pjd
07ad858fee
Document sx_xlocked(9).
...
Submitted by: ssouhlal
2006-07-12 15:40:35 +00:00
joel
6b04f8685a
Gah. Replace another instance of "Developer's Handbook" with
...
"Architecture Handbook".
2006-07-11 16:26:40 +00:00
joel
b0039005ce
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
830aad07d2
o Fix MTX_SYSINIT prototype.
...
PR: kern/99956
Submitted by: Arne Woerner
MFC after: 1 week
2006-07-09 09:46:43 +00:00