Commit Graph

9493 Commits

Author SHA1 Message Date
jruoho
576b6331fa Xref odcm(4). 2011-03-04 05:58:07 +00:00
jruoho
d29ee42207 Add odcm(4). 2011-03-04 05:56:49 +00:00
jruoho
52af638039 Xref est(4). 2011-03-01 19:41:05 +00:00
jruoho
eef758e412 Update compatibility notes. 2011-03-01 04:45:52 +00:00
wiz
839b4739f5 Add comma in enumeration. 2011-02-27 06:25:07 +00:00
wiz
d55f0816c1 Sort macros, add comma in enumeration. 2011-02-27 06:24:27 +00:00
ahoka
2b6ee22130 Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
 - Flash layer, which gives a common API to access flash devices
 - NAND controller subsystem for the flash layer
 - An example OMAP driver which is used on BeagleBoard or alike ARM boards
2011-02-26 18:07:13 +00:00
wiz
20ee1a50dd Bump date for new crypto types. 2011-02-25 21:10:33 +00:00
drochner
b4da53f1e6 make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards:
-RFC2104 says that the block size of the hash algorithm must be used
 for key/ipad/opad calculations. While formerly all ciphers used a block
 length of 64, SHA384 and SHA512 use 128 bytes. So we can't use the
 HMAC_BLOCK_LEN constant anymore. Add a new field to "struct auth_hash"
 for the per-cipher blocksize.
-Due to this, there can't be a single "CRYPTO_SHA2_HMAC" external name
 anymore. Replace this by 3 for the 3 different keysizes.
 This was done by Open/FreeBSD before.
-Also fix the number of authenticator bits used tor ESP and AH to
 conform to RFC4868, and remove uses of AH_HMAC_HASHLEN which did
 assume a fixed authenticator size of 12 bytes.

FAST_IPSEC will not interoperate with KAME IPSEC anymore if sha2 is used,
because the latter doesn't implement these standards. It should
interoperate with at least modern Free/OpenBSD now.
(I've only tested with NetBSD-current/FAST_IPSEC on both ends.)
2011-02-25 20:13:10 +00:00
njoly
486cd08890 Fix powernow section in xref. 2011-02-25 18:48:26 +00:00
jruoho
e05a11c6ab Remove the last reference to #ifdef a.k.a. options(4) POWERNOW_K8. 2011-02-25 12:41:51 +00:00
jruoho
bddaaa8cda Add viac7temp(4). 2011-02-24 14:20:28 +00:00
jruoho
58723282b7 Update. 2011-02-24 11:33:41 +00:00
jruoho
dd9ae14c20 Xref powernow(4). 2011-02-24 11:31:06 +00:00
jruoho
4fcecccfb5 Add powernow(4). 2011-02-24 11:29:45 +00:00
hannken
05e91bfee8 fss(4): Allow FSSIOCSET to set the initial flags. Add a new flag
"FSS_UNLINK_ON_CREATE" to unlink the backing store before
        the snapshot gets created.

With this change dump(8) no longer dumps the zero-sized, but named
snapshot it is working on.  Same applies to fsck_ffs(8).
2011-02-24 09:38:57 +00:00
jruoho
53288e678f Update compatibility notes. 2011-02-23 12:38:47 +00:00
jruoho
99b95e55c0 Add est(4). 2011-02-23 11:50:03 +00:00
jmcneill
474234beba remove ukphy xref 2011-02-23 11:48:05 +00:00
jruoho
d072795ee9 Move coretemp(4) to man4.x86. 2011-02-23 08:52:16 +00:00
jmcneill
e8395e22a2 add alc(4) man page 2011-02-23 02:47:45 +00:00
njoly
48553d3a03 Typo in macro. 2011-02-21 18:12:26 +00:00
cegger
9aa13d102d add AR9285 support 2011-02-21 11:06:37 +00:00
itohy
ed461fc193 Cleanup my copyright notice. 2011-02-21 02:31:57 +00:00
jruoho
bcbacf0ee0 Add one white paper. (Prompted by the comment of "undocumented MSR".) 2011-02-20 21:03:15 +00:00
jruoho
b6f1140770 Update the table of sensors. 2011-02-20 19:49:28 +00:00
jruoho
53ffcb10ff Adjust SYNOPSIS. 2011-02-20 14:36:38 +00:00
jmcneill
30dbe043ba add AR9280 support 2011-02-20 11:22:34 +00:00
jruoho
0aef142598 Split fujbp(4) and fujhk(4) to separate instances from fujitsu(4). Allows
modularization and takes care of tsutsui@'s justified concern over the too
generic name "fujitsu". Ok gsutre@.
2011-02-20 08:31:46 +00:00
jmcneill
ea4daf2fa5 add Adaptec RAID 3405 2011-02-19 10:54:31 +00:00
jruoho
7e0b5b7921 Add a skeleton driver for Asus EeePC acpiwmi(4) mappings. 2011-02-16 07:30:26 +00:00
pooka
1faeae7181 MSFT assigned the copyright to these files to TNF, so fix license.
Also, make rcsid placement match man.template.
2011-02-14 21:13:17 +00:00
pooka
d6b3a51109 fix nic name in diagnostic. from sandrof 2011-02-14 21:00:17 +00:00
wiz
58edadba15 Fix a typo, add a serial comma. 2011-02-14 09:21:33 +00:00
hannken
48c7d44313 Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk
on-board Integrated Systems Management Processor found on some eServers.

Tested on an IBM eServer x335.
2011-02-14 08:50:38 +00:00
jym
b7e3c0fc0b Notify that the file system has to be mounted first before modules can
be loaded from it.

ok pgoyette@
2011-02-13 16:50:16 +00:00
wiz
38a2368cfa Explain "Cannot dlopen non-loadable /usr/lib/libpthread.so.1".
Bump date.
2011-02-13 16:01:39 +00:00
tsutsui
674f943685 Don't forget to build and install MI HIL man pages. 2011-02-09 15:31:30 +00:00
tsutsui
d57520da96 - pull MI HIL device man pages from OpenBSD
- remove obsolete hp300 ite, grf, and hil devices
2011-02-09 15:12:40 +00:00
wiz
e033a66ef0 New sentence, new line. Sort SEE ALSO. Use Dq. Noun is "setup". Fix a Dd. 2011-02-09 14:37:55 +00:00
tsutsui
33fa7ec7aa - update SYNOPSIS and SEE ALSO for wscons support
- remove descriptions about obsolete ioctl
2011-02-09 14:13:09 +00:00
wiz
ce2e52a4f1 New sentence, new line. Bump date for previous. 2011-02-08 09:35:32 +00:00
haad
83425a0f36 Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like

	dm-multipath device target
	dm-crypt     device target
	dm-ccd 	     compatibility layer

With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.

With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.

Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@
2011-02-08 03:20:13 +00:00
wiz
655eafa2a2 Remove trailing whitespace. 2011-02-02 09:07:32 +00:00
christos
8883daf182 prettier markup 2011-02-01 21:06:13 +00:00
christos
9f6dc01c41 merge the two lists. 2011-02-01 21:03:53 +00:00
christos
08dbb1aa2d Document the remaining vfs.generic sysctls. 2011-02-01 20:43:48 +00:00
pooka
25aec81bb9 expand one sentence a bit 2011-02-01 18:08:38 +00:00
wiz
e2ae63a0ab New sentence, new line; remove trailing whitespace. 2011-02-01 18:01:06 +00:00
dyoung
fac3c48a09 Describe TIOCEXT. Improve description of TIOCPKT_IOCTL. Tell the
width of some TIOCxxx parameters.
2011-02-01 15:53:31 +00:00