summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.brueffer2005-04-201-1/+1
| | | | | PR: 80133 Submitted by: Zheyu Shen <free.bsd@gmx.net>
* Cross reference ehci(4).simon2005-04-203-3/+6
| | | | | Suggested by: Flemming Jacobsen MFC after: 3 days
* Add a driver for SMI-based SpeedStep. The hardware supports two frequencynjl2005-04-191-0/+2
| | | | | | | | | | settings and is an older version of the same design used for ICH SpeedStep. It is only known to be available on PIIX4 chipsets. Many thanks to Bruno Ducrot for writing the driver and Jon Noack for testing. Submitted by: Bruno Ducrot
* Bring API documentation for sleepqueue(9) in sync with the codejkoshy2005-04-191-21/+61
| | | | | | in -current. Reviewed by: ru
* Document taskqueue_run_fast(). Markup 'Giant' with ".Va".jkoshy2005-04-191-9/+39
| | | | Reviewed by: ru
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-197-0/+636
| | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-185-0/+498
| | | | | | | | | ipw - Intel PRO/Wireless 2100 iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABG ral - Ralink Technology RT2500 ural - Ralink Technology RT2500USB Approved by: silby (mentor)
* Document bsnmpd related options.glebius2005-04-181-1/+19
| | | | Reminded by: maxim
* Correct a comment about which parallel port pin is used to driveiedowse2005-04-171-1/+1
| | | | | | the RS signal. PR: misc/20139
* Catch up with new naming scheme for USB serial devices: s/ucom/cuaU/.simon2005-04-171-2/+2
| | | | | PR: docs/80027 Submitted by: Rong-En Fan <rafan@infor.org>
* Xref ataraid(4).brueffer2005-04-161-0/+1
|
* Manual page for the ataraid(4) software RAID driver.brueffer2005-04-162-0/+132
| | | | Reviewed by: sos
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherrwatson2005-04-161-2/+15
| | | | | | | | | than defaulting the cmode argument to vn_open() to 0. Supply a default argument of ALQ_DEFAULT_CMODE (0600) in current callers. Discussed with/pointed out by: hmp Reveiwed by: jeff, hmp MFC after: 3 days
* Grr, fix another braino.ru2005-04-161-1/+1
|
* Fix braino in previous revision.ru2005-04-161-2/+2
|
* - Add Dell PERC 4ei to the list of supported devices. It's ansimon2005-04-151-3/+5
| | | | | | | | alias used by Dell sometimes for PERC 4e/Si. [1] - Delete some trailing whitespace. MFC after: 1 day Rapported by: Jon Kuster <kwsn@earthlink.net> [1]
* Add a 'SEE ALSO' section.jkoshy2005-04-151-0/+4
|
* Add missing links.pjd2005-04-151-1/+6
| | | | MFC after: 2 weeks
* Add NO_DICT handle. Saves almost 3.5 MB installed.phk2005-04-133-1/+9
|
* Provide a sysctl (net.link.tap.user_open) to allow unpriviligedmdodd2005-04-131-1/+5
| | | | | | | acces to tap(4) device nodes based on file system permission. Duplicate the 'debug.if_tap_debug' sysctl under the 'net.link.tap' hierarchy.
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.mdodd2005-04-131-0/+50
| | | | | | | | - Add unp_addsockcred() (for LOCAL_CREDS). - Add an argument to unp_connect2() to differentiate between PRU_CONNECT and PRU_CONNECT2. (for LOCAL_CONNWAIT) Obtained from: NetBSD (with some changes)
* Indent structure members.mdodd2005-04-121-3/+3
|
* Document the SUN_LEN macro.mdodd2005-04-121-0/+18
| | | | Obtained from: NetBSD
* Regen:sheldonh2005-04-121-256/+868
| | | | | | | * Hart: rev 517 of pcidevs.txt (2005-03-21) * Boemler: vendors.txt (2005-04-04) Approved by: re (kensmith)
* Avoid using the word "interface" twice in a sentence.trhodes2005-04-111-1/+1
|
* Make sure the only thing that follows .endif or .else is a comment.harti2005-04-118-14/+14
|
* Update for verbose debugging support and add Bruno Ducrot author note.njl2005-04-101-6/+10
|
* o Add DragonFly 1.2.0.maxim2005-04-101-3/+4
| | | | o s/DFD/DFB/g as DragonFly people did.
* Create links to crypto.9 for every crypto(9) function.pjd2005-04-091-0/+14
| | | | | OK'ed by: sam MFC after: 2 weeks
* Document the debug.witness.watch sysctl/tuneable.alfred2005-04-091-0/+10
|
* Fix small spelling error.joel2005-04-091-1/+1
| | | | Approved by: brueffer (mentor)
* o Document net.inet.ip.maxfragpackets and maxfragsperpacket sysctls.maxim2005-04-091-1/+10
| | | | | Reviewed by: ru, silby MFC after: 1 week
* Document FTDI FT2232C support.brueffer2005-04-081-2/+2
|
* Expand contractions.joel2005-04-082-2/+2
| | | | Approved by: brueffer (mentor)
* Backout previous diffs - this functionality is already provided by thesobomax2005-04-071-7/+0
| | | | | | hints to the atkbd(4). Submitted by: jhb
* Add rudimentary man pages for kernel options sched_4bsd and sched_ule,rwatson2005-04-073-0/+157
| | | | | | | | which document some of the sysctls available for configuring 4bsd, some of the bullet features of ule, and that ule is considered experimental still. MFC after: 3 days
* Document the GEOM debug flags.scottl2005-04-071-0/+27
|
* Hook up new man page for devclass_get_drivers() to buildnjl2005-04-071-0/+1
| | | | Reminded by: ru
* Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1sobomax2005-04-071-0/+7
| | | | | | | | | | | | | | | instructs the driver to avoid using Keyboard Interface Test command. This command causes problems with some non-compliant hardware, resulting in machine being abruptly powered down early in the boot process. Particularly it's known that HP ZV5000 and Compaq R3000Z notebooks are affected by this problem. Due to popularity of those models this patch is good MFC5.4 candidate. PR: 67745 Submitted by: Jung-uk Kim jkim at niksun.com MFC after: 1 days
* s/foobar/mekmitasdigoat/gglebius2005-04-071-8/+8
| | | | Requested by: ceri, des
* - Be more informative about advbase and advskew. [1]glebius2005-04-071-17/+26
| | | | | | | | | - Fix ifconfig commands. Replace 'mekmitasdigoat' with 'foobar'. While the former is more cool, the latter makes example lines shorter. Wording by: scottl MFC after: 3 days
* - Update and expand description of node operation.glebius2005-04-051-130/+60
| | | | | | | - Cut section IMPLELEMENTATION NOTES. It doesn't apply to modern FreeBSD. Sponsored by: Rambler
* Document that devclass_get_maxunit(9) returns one greater than the currentnjl2005-04-041-3/+5
| | | | | | | highest unit. Reviewed by: dfr MFC after: 2 weeks
* Add devclass_get_drivers(9) which provides an array of pointers to drivernjl2005-04-041-0/+57
| | | | | | | | instances in a given devclass. This is useful for systems that want to call code in driver static methods, similar to device_identify(). Reviewed by: dfr MFC after: 2 weeks
* Reword the HARDWARE section to include the driver name (important forbrueffer2005-04-011-1/+3
| | | | the hardware notes that are generated from it).
* - new sentence, new linebrueffer2005-03-311-2/+3
| | | | - small language fix
* Add a manual page for the arcmsr driver.scottl2005-03-312-0/+108
|
* Add note about Powernownjl2005-03-311-0/+2
| | | | Submitted by: Bruno Ducrot
* Add note about powerd(8)njl2005-03-311-0/+7
| | | | Submitted by: netchild
* Bump .Dd for the previous commit.brueffer2005-03-281-1/+1
|
OpenPOWER on IntegriCloud