Commit Graph

10595 Commits

Author SHA1 Message Date
ambrisko
b7dae28d4a Add an OpenIPMI mostly compatible driver. This driver was developed
to work with ipmitools.  It works with other tools that have an OpenIPMI
driver interface.  The port will need to get updated to used this.
I have not implemented the IPMB mode yet so ioctl's for that don't
really do much otherwise it should work like the OpenIPMI version.
The ipmi.h definitions was derived from the ipmitool header file.
The bus attachments are done for smbios and pci/smbios.  Differences
in bus probe order for modules/static are delt with.  ACPI attachment
should be done.

This drivers registers with the watchdod(4) interface

Work to do:
     - BT interface
     - IPMB mode

This has been tested on Dell PE2850, PE2650 & PE850 with i386 & amd64
kernel.

I will link this into the build on next week.

Tom Rhodes, helped me with the man page.

Sponsored by:   IronPort Systems Inc.
Inspired from:  ipmitool & Linux
2006-02-10 20:51:35 +00:00
brueffer
ad4bab46b0 Correct references to ipnat(8).
MFC after:	3 days
2006-02-10 15:23:07 +00:00
brueffer
3b21aaa91b Correct the meaning of the NO_SHARED knob.
MFC after:	3 days
2006-02-10 14:19:07 +00:00
marcel
ff35559ced ".Pp before .Sh is redundant, the latter asserts for a vertical space
already."
	-- ru@
2006-02-08 00:11:41 +00:00
marcel
05210d6015 Add a HARDWARE section, required for autogeneration of the release
notes.

MFC after: 3 days
2006-02-07 03:27:06 +00:00
rwatson
652ce929ec Clarify and expand on some of the points about audit pipe devices.
Discussed with:	remko
2006-02-06 20:27:00 +00:00
mjacob
28413db329 Update man page for some booting and settings stuff.
Remove a bunch of cards from vendors who are long since defunct.
Add a note about 2322 support.

Obtained from:	Marcus
2006-02-06 19:28:46 +00:00
brueffer
0bced5b0ec Add a missing word and use the .Qq macro for quotes. 2006-02-06 19:28:02 +00:00
rwatson
99154347cd Add information on audit pipe special devices, which allow user processes
to "tee" the BSM record stream for the purposes of live monitoring,
intrusion detection, etc.  Support for audit pipes will be committed in
the near future.

Obtained from:	TrustedBSD Project
2006-02-06 18:41:00 +00:00
brueffer
c82aa9751f Remove reference to non-existant manpage.
Confirmed by:	rwatson
2006-02-04 21:10:48 +00:00
ru
19edb751d7 Handle NO_INCS solely inside bsd.incs.mk. 2006-02-03 16:50:32 +00:00
brueffer
cec618bfac Fix a sentence. 2006-02-03 11:10:50 +00:00
flz
06bbcb2dd7 - Add a startup script for hostapd.
- Document associated variable in rc.conf(5).

Approved by:	dougb
MFC after:	1 week
2006-02-03 01:35:36 +00:00
marius
8e3e7864a8 Correct and improve the description of le(4) vs. pcn(4); apparently I
was thinking from the pcn(4) perspective instead of the le(4) one when
writing the former version as le(4) supports a superset of the chips
supported by pcn(4) and not the other way round.
2006-02-02 14:57:00 +00:00
rwatson
53c68f87c6 Add audit.4 man page, providing basic documentation for configuring the
kernel audit facility, warnings about the experimental nature of this
implementation, and pointers at a large number of other audit related
man pages.

Obtained from:	TrustedBSD Project
2006-02-02 10:32:27 +00:00
rwatson
b746c9994c Define $LIBBSM.
Obtained from:	TrustedBSD Project
2006-02-02 10:04:32 +00:00
glebius
bd3f3fcc08 Xref rwlock(9).
Reviewed by:	ru
2006-02-01 20:30:55 +00:00
glebius
70f2cce3e4 Document read/write locks.
Reviewed by:	jhb, ru
2006-02-01 19:39:25 +00:00
joel
87dcb0582d Expand contractions. 2006-02-01 14:33:14 +00:00
nyan
959de6987c Remove unsupported hardware.
X-MFC after:	soon
2006-02-01 11:10:38 +00:00
rik
34e5ca5b02 Attach ce(4) to the build.
MFC after:	3 days
2006-01-31 23:11:35 +00:00
rik
241f2e9332 Remove duplicate model entry. 2006-01-31 23:06:54 +00:00
marius
1a45ee01c1 - Sync the list of supported chips with pcn_probe() as of sys/pci/if_pcn.c
rev. 1.77, i.e. remove Am53C974/Am79C970/Am79C974 PCnet-PCI and Am79C970A
  PCnet-PCI II.
- Change the entry of the PCnet-Home in the list of supported chips to
  match the other ones, i.e. s,PCnet/Home HomePNA,Am79C978 PCnet-Home,.
- s,familly,family

MFC after:	1 day
2006-01-31 23:04:55 +00:00
marius
6797201066 Add a reference to le(4) as the SBus-based Ultra 1 have on-board LANCE. 2006-01-31 22:45:51 +00:00
marius
d3ad463bb9 Add le(4) to the list of devices supporting VLAN-sized frames natively. 2006-01-31 22:41:59 +00:00
marius
177f11c7b4 Add a man page for le(4), based on the NetBSD one. 2006-01-31 22:40:25 +00:00
luigi
7fe6d13c28 some updates to the manpage.
remove references to mdconfig/vnconfig, and remove
some of the references to floppies since they are rarely
used at all now.
2006-01-31 21:21:02 +00:00
brueffer
988bba445a Document the daily_status_ata_raid_enable and daily_status_gmirror_enable
variables.
2006-01-31 19:14:28 +00:00
brueffer
585a617b8e The newly added le(4) driver is altq capable. 2006-01-31 18:46:17 +00:00
brueffer
3f47371bc4 Xref redzone(9) 2006-01-31 17:29:27 +00:00
mlaier
7c376f7072 sys/linker.h needs sys/systm.h as a requirement.
Submitted by:	 gallatin
2006-01-31 16:59:52 +00:00
pjd
645dd7b662 Add buffer corruption protection (RedZone) for kernel's malloc(9).
It detects both: buffer underflows and buffer overflows bugs at runtime
(on free(9) and realloc(9)) and prints backtraces from where memory was
allocated and from where it was freed.

Tested by:	kris
2006-01-31 11:09:21 +00:00
trhodes
d31b2462da Does not return EBUSY, the mutex will keep blocking until it's unlocked. 2006-01-31 01:47:16 +00:00
rik
34fbddc052 Add manual page for Cronyx Tau-PCI/32 ce(4) driver. 2006-01-30 21:33:22 +00:00
keramida
b8c24d8196 Add more details about enabling a custom ruleset for /dev in `rc.conf',
and add ruleset labels/numbering to the custom ruleset example.

PR:		docs/90362
Submitted by:	Roland Smith <rsmith@xs4all.nl>
MFC after:	3 days
2006-01-30 13:28:28 +00:00
brueffer
4eae100a42 Note support for the A4D and A6VM models. 2006-01-30 05:29:41 +00:00
yar
b4749ec0ca Add a couple of obviously missing xrefs to SEE ALSO:
ftpd(8), geli(8).
2006-01-29 13:35:35 +00:00
damien
24e8f80402 Fix WEP examples.
Improve rate control algorithm description.
Bump copyright year.
2006-01-29 13:12:09 +00:00
damien
178d92eed0 Fix WEP examples.
Bump copyright year.
2006-01-29 13:09:45 +00:00
damien
cc7e8e2312 Fix WEP examples.
Remove man page references to ipwcontrol and wicontrol.
Bump copyright year.
2006-01-29 13:08:21 +00:00
mlaier
719dd1ebed firmware(9) is a subsystem to load binary data into the kernel via a
specially crafted module.  There are several handrolled sollutions to this
problem in the tree already which will be replaced with this.  They include
iwi(4), ipw(4), ispfw(4) and digi(4).

No objection from:	arch
MFC after:		2 weeks
X-MFC after:		some drivers have been converted
2006-01-29 02:52:42 +00:00
pav
9a16f30d45 - Add ports-net-p2p collection 2006-01-28 11:08:47 +00:00
glebius
f0f163f63f Make an example command correct and copyable to terminal.
Submitted by:	ru
2006-01-27 11:56:59 +00:00
glebius
3e2163d390 Update NGM_PPPOE_GETMODE and NGM_PPPOE_SETMODE descriptions, since
new D-Link compat mode is introduced.
2006-01-27 11:28:32 +00:00
jkoshy
6ddca50174 Note that options are set using sh(1) syntax.
MFC after:	3 days
2006-01-27 02:46:08 +00:00
brueffer
e30fec2879 Document JMicron JMB360. 2006-01-26 05:31:19 +00:00
cognet
bce3c351bf Document a bit pts. 2006-01-26 01:34:49 +00:00
joel
bed55e1cdb - Remove the comment about WSS/MSS cards being the best supported
cards on the market.
-  Remove the entire HARDWARE section.  It's superfluous since all
   snd_* manual pages have their own HARDWARE sections these days.

Reviewed by:	brueffer
2006-01-25 21:14:46 +00:00
yar
e9ad335f2d Add an rc.d script for stand-alone ftpd.
Document the script's controls on the rc.conf(5)
manpage and touch its Dd.

PR:		conf/90893
MFC after:	5 days
2006-01-21 18:08:16 +00:00
netchild
7df3db40d2 Fix the bug in my last commit: ++Year... 8-/ 2006-01-21 14:58:25 +00:00