Commit Graph

8842 Commits

Author SHA1 Message Date
rpaulo
bcc8ea407a Remove BIOC[GS]RSIG and fix BIOC[GS]HDRCMPLT typo. 2005-12-14 22:50:07 +00:00
peter
3c194e239e Add an extra argument to "setvar" to indicate whether a keyboard,
display or mouse variable should be changed. This is backwards compatible
with the old setvar style: if the argument is not specified, it defaults
to `keyboard'.
2005-12-13 21:46:47 +00:00
christos
51f1d9a81b Man page for the new laptop driver. 2005-12-13 18:20:56 +00:00
explorer
3bf671ed3b 'the the' => 'the' and change DLT type from IEEE_80211_RADIO to the correct IEEE802_11_RADIO name 2005-12-13 16:15:10 +00:00
wiz
4da531101e Bump date for previous. 2005-12-12 22:47:36 +00:00
wiz
34c28a6af4 Bump date for more hardware, remove extra whitespace. 2005-12-12 22:46:49 +00:00
wiz
da4df4f01d Install nologin(5). 2005-12-12 22:26:53 +00:00
elad
a9505be892 Add and document a "query" keyword to veriexecctl. Usage:
/sbin/veriexecctl query /path/to/file

will print out filename, device, inode, evaluation status, entry flags,
fingerprint, and fingerprinting algorithm.
2005-12-12 21:47:58 +00:00
tron
6dabed7d5a Add a huge number of missing airports taken from a list provided
by Bernhard Moellemann.
2005-12-12 11:40:04 +00:00
dyoung
398ad9e78a Correct manual section in cross-reference to if_nametoindex. 2005-12-12 07:22:17 +00:00
dyoung
a012374f4d Document alternative calling convention for IP_MULTICAST_IF. 2005-12-12 07:20:38 +00:00
jonathan
7871d4095b Add pcidevs entries and support to amr(4) for newer LSI MegaRAID devices,
including the LSI MegaRAID SCSI 320-0x, 320-2x, 320-4x, 320-1E, 320-2E,
the LSI MegaRAID SATA 300-6x and 300-8x.

Tested on an LSI MegaRAID SATA 300-8x, which confirms private advice
that after PCI-IDs to our amr(4) driver, the newer LSI MegaRAID cards
will Just Work

The Linux megaraid2 driver accepts various Intel cards with the same
pci-device IDs as the LSI MegaRAID cards, treating them exaclty as the
above-listed LSI cards. Rework our amr(4) driver to also match and
attach those device-ID if seen with an Intel vendor-ID. Add the
Intel-vendor PCI decice-ids to pcidevs, so that PCI_VERBOSE will
correctly identify the Intel cards.

Update src/share/man/man4/amr.4 to list the newly-supported cards.

(NB: I don't have the LSI SCSI or any Intel cards to test, just the
LSI SATA, which works fine for me.)
2005-12-11 19:34:47 +00:00
elad
f39afe3e47 Add and document a VERIEXEC_DELETE operation for Veriexec.
We can now delete an entry from the tables using

	veriexecctl delete /path/to/file

or remove an entire table using

	veriexecctl delete /mount_point

(any directory will work for the mount point it's on)
2005-12-10 02:10:00 +00:00
ginsbach
ae50fb06a3 Add a nologin(5) man page. 2005-12-09 17:02:53 +00:00
tsutsui
c91f73110a options VNODE_OP_NOINLINE is gone. 2005-12-07 12:46:32 +00:00
tsutsui
e8946f3801 Mention options FFS_NO_SNAPSHOT. Maybe incomplete, but better than nothing... 2005-12-07 12:08:37 +00:00
wiz
0d0e7c8ea3 Mention TerraTec TValue cards. Bump date. Copyright maintenance. 2005-12-06 23:45:48 +00:00
wiz
9b410b0b20 Use more displays (.Bd) instead of lots of line breaks (.Pp). 2005-12-06 22:06:27 +00:00
wiz
519298998f Mark up functions with .Fn. 2005-12-06 21:58:49 +00:00
wiz
64d99d06ac First part of cleanup:
. replace .br (roff) with .Pp (mdoc)
. remove dot and end of some enumerations (SEE ALSO, AUTHORS)
. use standard headers
. fix tcpdump xref
. fix a typo (KENEL)
. mark up paths with .Pa, not .Ic.
2005-12-06 21:57:09 +00:00
wiz
b3826d01bf Drop trailing whitespace. 2005-12-06 21:39:13 +00:00
wiz
1eabf25320 Bump date for previous. 2005-12-06 17:23:21 +00:00
christos
34a6e05323 update to the man page for the new driver from David Boggs 2005-12-06 03:02:35 +00:00
wiz
187c950940 Comma fix. 2005-12-04 12:36:18 +00:00
wiz
bfd334e39b Remove leading zero in Dd argument. 2005-12-04 12:35:44 +00:00
xtraeme
c60f14706f Intel ICH7 and 6300ESB are supported by this driver. Bump date. 2005-12-04 12:31:27 +00:00
cube
06267a35ab ACPI_ACTIVATE_DEV is a defflag, hence doesn't take a value. Pointed out
by Nicolas Joly in misc/32235.
2005-12-04 11:25:40 +00:00
christos
48d8900cac For now, s/c99/gnu99/ for WARNS=4. This is so that alloca() is defined (and
possibly other built-in functions). Another solution would be to add:

    #ifdef __GNUC__
    #define alloca(a) __builtin_alloca(a)
    #else
    void *alloca(size_t);
    #endif

in stdlib.h, since we have assembly support for some architectures on
non-gcc environments, and we can add the rest.
2005-12-02 21:34:50 +00:00
hubertf
a7477788d0 bump date for previous (PIM) 2005-12-02 21:06:22 +00:00
hubertf
0ae416724f Add a bit more data on where to go with option PIM 2005-12-02 21:03:44 +00:00
wiz
00eff9c058 Remove superfluous quoting. Use Aq macro instead of \*[Lt]\*[Gt]. 2005-12-01 18:07:18 +00:00
yamt
288ca6911b document "show all pools". 2005-12-01 14:20:47 +00:00
yamt
0de2ab9787 reflect yamt-readahead changes. 2005-12-01 13:01:39 +00:00
kleink
51fa053644 Import tzdata2005o. 2005-12-01 08:39:58 +00:00
yamt
09073ec514 fix bread prototype. reminded by adam at albedo.art.pl 2005-11-30 16:01:26 +00:00
wiz
de29fc3303 Sort SEE ALSO. Fix typo. 2005-11-28 20:05:49 +00:00
sketch
5fee310ead Fix typo: ammount -> amount. 2005-11-27 14:11:44 +00:00
is
39a2b46a40 This year's EuroBSDCon is in Basel. 2005-11-27 09:26:35 +00:00
yamt
5ac8f2eb47 document DDB_COMMANDONENTER. 2005-11-26 12:17:08 +00:00
jdolecek
980a85a52a mention the AAC family contains SATA controllers too 2005-11-26 11:38:47 +00:00
wiz
80e8ea1ea5 Use Fa for a structure member. 2005-11-24 22:18:03 +00:00
wiz
b0e357e4fe Article improvements. 2005-11-24 19:40:16 +00:00
wiz
c460143353 Article improvements. Use more macros. Sort SEE ALSO. 2005-11-24 19:39:56 +00:00
wiz
abb7e1e8ca Grammar fix, HTML quoting, sort SEE ALSO. 2005-11-24 19:36:43 +00:00
wiz
4b2675b81a Drop trailing whitespace. 2005-11-24 19:32:35 +00:00
rpaulo
7acb962baa RFC 3879 deprecated the IPv6 site-local prefix (fec0::/10):
* remove all references to $ip6sitelocal and output a warning
    message if the variable is defined.
    * introduce $ip6uniquelocal (defaults to 'NO') that will control the
    behaviour of the system when $ip6mode is ``router'' (i.e. fc00::/7
    will not be routed if the variable is ``NO'') as per RFC 4193.

Thanks to Jonathan A. Kollasch for pointing this out in PR 32152.
2005-11-24 17:28:45 +00:00
yamt
48b26c0311 .Xr kcont and workqueue each other. 2005-11-24 08:24:01 +00:00
yamt
224db8bcf4 document workqueue. 2005-11-24 08:20:51 +00:00
yamt
2c4cbc68d8 document RUN_ONCE. 2005-11-24 08:14:13 +00:00
augustss
9aedcdc8a5 Document "flags 1" that forces the driver to attach with a high priority. 2005-11-23 08:56:08 +00:00