jruoho
703b195ed6
Instead of "int hz", use "extern int hz".
2010-03-04 09:57:12 +00:00
jruoho
2e35a3d99f
Document the counting and rounding macros from <sys/param.h>.
2010-03-04 08:09:51 +00:00
pooka
8a20bde1e6
update description of deffs
2010-03-03 13:57:35 +00:00
skrll
9026066df1
Document new hp700 'frame' command.
2010-03-02 20:49:20 +00:00
darran
61fb3737eb
DTrace: Add CTF generation to the make framework. Only enabled when
...
MKDTRACE=yes.
2010-03-02 20:49:18 +00:00
jruoho
7892d8618e
Catch up with the changes to SSP on x86.
2010-03-02 07:26:47 +00:00
jruoho
2e269a8df5
Remove some /* comments */ in the example so that it will nicely fit into 80
...
columns.
2010-03-02 06:52:53 +00:00
jruoho
bb3d11e472
Reference bitstring(3).
2010-03-02 06:37:11 +00:00
jruoho
e45844d016
As per suggestions from mrg@, improve the lead paragraph and stress that
...
these macros are not recommended. Also remove the example as it feels a
little frivolous and takes too much space.
2010-03-02 06:20:03 +00:00
jruoho
9f37c55e22
Speak about typical instead of possible usage in the example.
2010-03-02 05:59:56 +00:00
joerg
fa1daced3e
Make lintmanpages not depend on MKMANDOC, it is built by default now.
...
Use -Wall to increase usefulness.
2010-03-01 22:00:07 +00:00
wiz
3db7ca64a2
Serial comma.
2010-03-01 21:37:18 +00:00
wiz
80d11c3e98
Uppercase Dt, make HTML-ready.
2010-03-01 21:34:30 +00:00
jruoho
8e87fd3e95
Document the bitmap related macros in <sys/param.h>.
2010-03-01 19:09:41 +00:00
jruoho
a866b2a004
In addition to mstohz(9), document also hztoms.
2010-03-01 17:21:02 +00:00
jruoho
61b1cb6f57
Use buf[BUFSIZE] instead of *buf[BUFSIZE] in the example.
2010-03-01 17:06:18 +00:00
jruoho
1d7a94623f
Remove dead references to sendmail(8).
2010-03-01 16:52:41 +00:00
jruoho
513f4daa7e
Add tgmath(3). From FreeBSD.
...
XXX: Needs proofreading, Matt?
2010-03-01 16:36:15 +00:00
jruoho
cf30579851
Document __arraycount.
2010-03-01 16:02:34 +00:00
wiz
756215cc8a
Sort SEE ALSO. Remove unnecessary Pp.
2010-03-01 15:30:47 +00:00
wiz
77e49598a3
New sentence, new line.
2010-03-01 15:28:42 +00:00
tsutsui
eb639a8ff6
- add more machine dependent ne(4) variants to SYNOPSIS
...
- fix port address of ne0 at isa? and add ne1 at isa? per i386/conf/GENERIC
XXX: port and irq values are port dependent
2010-03-01 14:16:39 +00:00
jruoho
7ba4dfa458
Document __UNCONST and __UNVOLATILE.
...
XXX: If there is anything to add or correct, please do so!
2010-03-01 13:44:09 +00:00
pgoyette
1843b8571b
Update for changes in sensor limit handling
2010-03-01 03:15:16 +00:00
haad
0b46b1b518
As a preparation for zfs sources update disable MKZFS for some time.
2010-02-27 22:42:54 +00:00
wiz
5905514238
Add offsetof(3) man page. From Thomas Pfaff via OpenBSD.
2010-02-27 22:04:37 +00:00
wiz
d6dd0655e0
Fix nroff warnings.
2010-02-27 21:12:58 +00:00
snj
c72be3c3d7
Minor wording improvement.
2010-02-27 20:39:42 +00:00
jruoho
3c7137464b
Add few paragraphs about the idea behind ECs from a hardware angle. Also add
...
a CAVEATS section because of the problematic and difficult nature of ECs.
Update copyright, bump date.
2010-02-27 19:38:39 +00:00
jruoho
f6bcc40eb2
Link acpiecdt to acpiec(4).
2010-02-27 16:12:49 +00:00
wiz
d2a81ca5b2
Uncomment crash(8) reference.
2010-02-25 17:15:55 +00:00
wiz
28980d443d
Apply patch from Martin S. Weber in PR 37958 that adds/fixes references
...
to iic(4).
2010-02-25 17:08:01 +00:00
wiz
0b21d3cb0d
Avoid marking up punctuation.
2010-02-25 12:58:18 +00:00
wiz
0db48f7ae6
Bump date.
2010-02-25 12:56:37 +00:00
pgoyette
534b080729
Update for recent changes to data structures.
2010-02-25 03:11:25 +00:00
pgoyette
d25a895aad
Update sensor list for VID sensor.
...
XXX I don't think this is sufficiently large change to bump the date.
2010-02-25 02:19:28 +00:00
dyoung
36a12fdb8f
Don't mention cardbus_free_tag() and Cardbus_free_tag(), they are no
...
more.
2010-02-25 00:50:52 +00:00
dyoung
7fbd1e3f5b
Update the doco, just in case somebody adds a new CardBus driver
...
before I've finished tucking CardBus under the PCI abstraction,
unlikely though that is.
2010-02-24 23:49:34 +00:00
dyoung
c1b390d493
A pointer typedef entails trading too much flexibility to declare const
...
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
2010-02-24 22:37:54 +00:00
martti
f5c6a0c8fd
Note that the physical interfaces must not have any (IPv4 or IPv6) address
...
before attaching them to agr.
2010-02-23 07:02:23 +00:00
wiz
1672306ed2
Punctuation nit.
2010-02-22 20:13:01 +00:00
wiz
959f293b16
Use standard section headers and mark up author with An.
2010-02-22 20:12:23 +00:00
njoly
e9915f3b1e
Change shared object file extension from .so to .pico, to avoid
...
conflicts with shared libaries names libXX.so; as recently seen with
MKUPDATE=yes builds for libelf and libnvpair.
All now stalled regular .so files need to be manually removed from
object directories.
2010-02-22 12:33:22 +00:00
tsutsui
5897daadc4
- note about support for the large_file option of ext2fs rev 1
...
- 32 bit UID and GID support on ext2fs has been added since 5.0
so remove description about the limitations from BUGS section.
2010-02-22 09:51:11 +00:00
wiz
08ca7edf14
Comment out crash(8) reference, per PR 10708, until a MI one exists.
2010-02-22 08:41:10 +00:00
jnemeth
b7e618d6f3
smcsmon.4 -> smscmon.4
2010-02-22 07:55:32 +00:00
jnemeth
b127a52e41
remove accidentally committed et.4/etphy.4
2010-02-22 07:52:52 +00:00
jnemeth
dca0e547d3
fix build breakage -- add new smscmon.4 man page
2010-02-22 07:48:43 +00:00
ahoka
f77631e1d8
Describe SPLASHSCREEN and SPLASHSCREEN_PROGRESS.
2010-02-22 06:10:30 +00:00
pgoyette
4f7ceb6b4d
Add man page for smscmon(4)
2010-02-22 03:54:24 +00:00