summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add warning about loading/unloading drivers and identifyimp2004-03-051-0/+7
|
* This interface doesn't return any values.ru2004-03-051-4/+0
| | | | Submitted by: Mark Santcroos
* Fixed indentation of conditionals.bde2004-03-051-5/+5
| | | | Submitted by: Rostislav Krasny <rosti_bsd@yahoo.com>
* Fix a typo.bms2004-03-051-1/+0
|
* Hook ieee80211 manpages up to the build; fix 1 snafu which crept in.bms2004-03-041-2/+9
| | | | | Noticed by: Matthias Schuendehuette Pointy hat to: bms
* Add an MLINKS entry for radiotap(9).bms2004-03-041-0/+1
|
* Initial import of documentation for net80211 interface code.bms2004-03-049-0/+1118
| | | | | | | | Of particular interest here is the ieee80211_radiotap(9) man page. TODO: Flesh out ieee80211_node.9, ieee80211_proto.9. Submitted by: bms (with help from Darron Broad)
* Document the virecover_enable knob.mtm2004-03-041-0/+9
| | | | | | | | | | From the PR: Certain MTA configurations mean that the notifications from virecover keep bouncing; so here's a patch to allow administrators to turn them off. PR: conf/54910 Reminded by: ru
* Add support PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)sanpei2004-03-041-0/+2
|
* Add NetBSD 1.6.2.maxim2004-03-041-1/+3
|
* Add a "quirks" value to disable quirks handling for a given boot.njl2004-03-041-0/+5
| | | | | | Also, disable quirks if booting with a custom DSDT. Add a quirk to disable loading ACPI so known bad systems can be completely blacklisted.
* Add acpi_video(4) man page.njl2004-03-032-0/+79
| | | | | | | | | PR: Submitted by: Mark Santcroos <marks@ripe.net> Reviewed by: Approved by: Obtained from: MFC after:
* 1. Add ct.4 manual page entry.rik2004-03-031-0/+2
| | | | | | 2. Add ctau.4 link to ct.4. Approved by: imp (mentor)
* Add manual page for Cronyx/Tau-ISA device driver.rik2004-03-031-0/+99
| | | | Approved by: imp (mentor)
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-19/+14
| | | | | | Sort acpi debug values. Change "disable" to "disabled" to match rest of the kernel. Remove debugging from acpi_toshiba since it was only used for probe/attach.
* Remove reference to cx.4. A manpage doen't have to reference itself :-)brueffer2004-03-021-1/+0
|
* Fix plural usage and a grammar nitbrueffer2004-03-021-2/+2
|
* o remove stray 'the'brueffer2004-03-021-2/+2
| | | | | | o remove instance of wrong apostrophe usage MFC after: 3 days
* Language cleanupbrueffer2004-03-021-8/+9
|
* - Fix typo.simon2004-03-011-1/+2
| | | | | | | - Use .Fx when I'm here anyway. PR: docs/63622 Submitted by: Andrew Boothman <andrew@mux.org.uk>
* Note that the D-Link 530-TXS also works with the ste(4) driver.simon2004-03-011-1/+1
| | | | | PR: docs/63600 Submitted by: Christopher Nehren <apeiron@comcast.net>
* Restore the sorting broken in rev. 1.256.ru2004-03-011-1/+1
|
* Netgraph node type for IEEE 802.1Q VLAN tagging.ru2004-03-012-0/+144
|
* Add a manual page for the umct(4) driver.scottl2004-03-012-0/+86
|
* add driver for BWCT console management serialsticso2004-03-012-0/+56
|
* Added Xref to env(1).schweikh2004-02-291-0/+1
|
* Add MLINKs for MALLOC_DEFINE and MALLOC_DECLARE.le2004-02-281-1/+3
| | | | Approved by: grog (mentor)
* Rename the WATCHDOG option to SW_WATCHDOG and make it use thephk2004-02-281-28/+40
| | | | | | | | | | | generic watchdoc(9) interface. Make watchdogd(8) perform as watchdog(8) as well, and make it possible to specify a check command to run, timeout and sleep periods. Update watchdog(4) to talk about the generic interface and add new watchdog(8) page.
* Add contents to manualpage for generic watchdog facility.phk2004-02-282-0/+67
| | | | Formatting likely to break several UN resolutions.
* Fix description which seems to have survived intact from more specific code.phk2004-02-281-1/+1
|
* Connect udav.4 to the build and add MLINK to if_udav.4brueffer2004-02-281-0/+2
|
* Add udav(4)brueffer2004-02-281-0/+3
|
* cue(4) doesn't use miibus(4)brueffer2004-02-281-3/+0
| | | | MFC after: 3 days
* Remove reference to miibus.4, cue(4) does not use it.brueffer2004-02-281-1/+0
| | | | MFC after: 3 days
* Add manpage for udav(4)brueffer2004-02-281-0/+84
| | | | Obtained from: NetBSD
* WANT_EXT2FS_MODULE was removed from sys/modules/Makefile in rev 1.366.johan2004-02-271-4/+0
| | | | Hence, remove it here as well.
* mtod() returns pointer to the specified type, not necessarily "void *".ru2004-02-271-1/+0
|
* Document sysctl_move_oid().des2004-02-272-0/+15
|
* NetBSD rev. 1.10mtm2004-02-271-16/+51
| | | | | | | | | | | | | | successful [is spelled] with only one l NetBSD rev. 1.12 Implement ``one'' prefix to allow a "one shot" operation as if ${rcvar}=yes yet all the other prerequisite tests are still performed. The existing ``force'' prefix is a sledgehammer that ignores all the prerequisite checks and always returns a zero exit status; this is a more gentle approach to the problem of "manipulate this disabled service without editing rc.conf(5)". Obtained From: NetBSD
* Rremoved bogus -static from CFLAGS. Makeworld will add -static in thebde2004-02-261-1/+1
| | | | | correct place if needed and possible. Self-hosted builds can just use the system default.
* Update copyright on mac.9 for 2004. Use "-" for copyright yearrwatson2004-02-261-3/+9
| | | | | | | | | ranges. Add additional credits for contributions to the MAC Framework. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research
* Add FreeBSD 5.2.1wosch2004-02-251-1/+4
|
* Add SiI3512.brueffer2004-02-251-1/+1
|
* o Use `I-O DATA' instead of `IO DATA' as the vendor uses the formernon2004-02-251-2/+2
| | | | | | | on its own site (http://www.iodata.jp/). o Add a missing cross reference to cardbus(4). Submitted by: rushani
* - Clarify ambiguous statement about not being able to both slock and xlockjhb2004-02-241-4/+7
| | | | | | | | | a single lock at the same time. - Avoid using "own" to refer to holding either a shared or exclusive lock as it is only really correct for exclusive locks. - Reword the sentence about sleep-ability to read easier. Requested by: truckman (1)
* Wordsmithingbrueffer2004-02-241-1/+1
|
* PAO's work has been merged into FreeBSD not removed.non2004-02-231-4/+2
| | | | | | So remove the line. Reviewed by: trhodes
* Fix typo.phk2004-02-231-1/+1
| | | | Found by: imp
* Add ports-net-mgmt to the relevant supfiles.marcus2004-02-232-0/+2
| | | | MFC after: 4 days
* Some markup fixes, change some devices to a feature.njl2004-02-221-4/+3
|
OpenPOWER on IntegriCloud