summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Yield to ru's ninja-like manpage skills and update watchdog(4) tosmkelly2004-06-191-29/+38
| | | | | | | look more like other manpages. Move some content around, use an EXAMPLES section, etc. Submitted by: ru
* The 3C3SH573BT looks like the Xircom RealPort cards to the naked eye,imp2004-06-191-1/+1
| | | | | | but it appears to have a 3CxFE575BT under the hood (and is identified as such by the xl driver). Add it to the list of supported cards. No driver changes are required or necessary to support this card.
* Document rc.conf's "keyboard" directive.green2004-06-191-0/+4
| | | | Reminded by: dougb
* Check if ${_dir}/kern exists as well, because if it doesn't existspjd2004-06-181-1/+1
| | | | | | | we will fail later and we can miss good kernel source tree directory. I found this trying to compile kld module and it finds 'conf/kmod.mk' in '../..', but it fails later, because there is no 'kern' directory, but there is valid kernel source tree still in /usr/src/sys/.
* Update the description of struct ifreq, and document SIOC[SG]IFCAP.des2004-06-181-0/+20
|
* Add an example to rc.conf(5) about how to use the static_routes variable.bms2004-06-181-0/+6
| | | | | | We already do this for jails and their various control variables. PR: conf/62772
* Assorted markup, spelling, and grammar fixes.ru2004-06-1710-84/+93
|
* Fixed markup bugs.ru2004-06-174-54/+51
|
* Fixed markup bugs.ru2004-06-172-23/+26
| | | | Spell function correctly when talking about restarting after a signal.
* Change remaining references to "arlconfig" to "arlcontrol".fjoe2004-06-161-4/+4
| | | | MFC after: 0 days
* Markup fixes.ru2004-06-161-6/+8
|
* Tiny markup fixes.ru2004-06-161-6/+6
|
* Assorted markup, spelling, and grammar fixes.ru2004-06-1657-329/+426
|
* Add descriptions for new path, info, maint, cat, bdeps, andkrion2004-06-161-5/+48
| | | | | | | rdeps variables and some new examples for "make search". Approved by: josef (mentor) MFC after: 2 days
* Document the behaviour of IP_ADD_MEMBERSHIP as per RFC 1724.bms2004-06-161-2/+10
| | | | PR: bin/51927
* Overhaul the markup.ru2004-06-151-98/+49
|
* mdoc(7) policebms2004-06-151-6/+14
| | | | Submitted by: ru
* Overhaul the markup.ru2004-06-151-269/+538
|
* Add an MLINKS entry, rawip, to make the raw socket userland documentationbms2004-06-151-0/+1
| | | | | | | somewhat easier to find. PR: docs/30873 Requested by: Douglas De Couto
* Add a paragraph about the importance of byte order when using rawbms2004-06-151-1/+23
| | | | | | | | | | sockets with the IP_HDRINCL option. Add a list entry about the errors which IP_HDRINCL can return. Bump .Dd. PR: docs/30873 Submitted by: Douglas De Couto Obtained from: BSD/OS (byte order), some old libnet stuff I did years ago.
* Add Device ID for: TI 802.11b/g Wireless Cardbus/PCI Adapterbms2004-06-151-0/+1
| | | | | | PR: conf/67700 Submitted by: Jukka A. Ukkonen Reviewed by: http://www.pcidatabase.com/
* Add Device ID for: Radeon 9200 Series - Secondary.bms2004-06-151-0/+1
| | | | | | PR: conf/67700 Submitted by: Jukka A. Ukkonen Reviewed by: http://www.pcidatabase.com/
* Add HP Smart Array 6422 and V100 to the list of supported controllers.simon2004-06-141-0/+4
|
* Update the .Dd date for previous commit.jdp2004-06-141-1/+1
| | | | Gently nudged by: krion
* Change the return value of sema_timedwait() so it returns 0 onjdp2004-06-141-4/+17
| | | | | | | | | | | success and a proper errno value on failure. This makes it consistent with cv_timedwait(), and paves the way for the introduction of functions such as sema_timedwait_sig() which can fail in multiple ways. Bump __FreeBSD_version and add a note to UPDATING. Approved by: scottl (ips driver), arch
* Fixes from the mdoc(7) police.dfr2004-06-141-1/+2
| | | | Submitted by: ru
* Fix formatting of AUTHORS section.dfr2004-06-141-0/+1
|
* Add manpage for fwip driver.dfr2004-06-142-0/+87
|
* Update for newsletter V-9 (which brings with it an orthographywollman2004-06-141-0/+13
| | | | problem) and V-10 (which does not affect us at all).
* Note when this driver 1st appeared in FreeBSD besides NetBSD.obrien2004-06-131-0/+2
|
* What world have we come to when even style(9) isn't unfailable:le2004-06-131-1/+1
| | | | correct style nit in an example.
* Update for include/altqmlaier2004-06-131-1/+3
| | | | Reminded-by: ru
* Add the capacity for the rfc1490 node to handle cisco style encasulationjulian2004-06-131-2/+23
| | | | | | which is often used alongside rfc1490 in frame relay links. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
* s/mbps/Mbps/cperciva2004-06-127-9/+9
| | | | | | | | We don't support any 10 millibit-per-second network cards. PR: docs/67719 Submitted by: Linh Pham MFC after: 1 week
* Style.maxim2004-06-091-5/+4
|
* Remove duplicate #include.le2004-06-091-1/+0
| | | | | PR: misc/67748 Submitted by: bugghy <bugghy@phenix.rootshell.be>
* Fix typobrueffer2004-06-081-1/+1
| | | | | Obtained from: DragonFly BSD MFC after: 3 days
* Touch .Dd (date) since new functionality has been documented.yar2004-06-081-1/+1
| | | | Reminded by: ru
* Make the legend to the table of interface flags compactyar2004-06-081-8/+10
| | | | | | for the reader's convenience. Suggested by: ru
* Describe how polling(4) applies to network interfaces.yar2004-06-081-2/+55
| | | | Reviewed by: ru
* 1. There are interface capabilities to be used by "lower" kernelyar2004-06-071-2/+18
| | | | | | | | components as well, i.e., polling. 2. Stress that if_capenable should be modified only from within the interface driver because it solely knows about how to control the capabilities.
* Add missing link.pjd2004-06-061-1/+2
|
* s/disklabel/bsdlabel/gschweikh2004-06-061-16/+4
| | | | | | | | | Removed paragraph about "new experimental feature" the hw.ata.tags which sysctl -a knows nothing about. Fix typos while I'm here. PR: docs/66493 Submitted by: Julien Gabel <jpeg@thilelli.net>
* Cross-reference fenv(3).das2004-06-061-0/+5
|
* It's been years since Berkeley maintained termcap.murray2004-06-051-1/+12
| | | | | | | | | | Remove references to termcap@berkeley.edu and uunet!ucbvax!termcap in favor of send-pr(1). Add comment about how to use cap_mkdb to build a new termcap db. Submitted by: Ted Mittelstaedt <tedm@toybox.placo.com> MFC After: 2 weeks
* Rework acpi_cpu_idle() to select the next idle state before sleeping, notnjl2004-06-051-5/+4
| | | | | | | | | | | | | | after. Unify the paths for all Cx states. Remove cpu_idle_busy and instead do the little profiling we need before re-enabling interrupts. Use 1 quantum as estimate for C1 sleep duration since the timer interrupt is the main reason we wake. While here, change the cx_history sysctl to cx_usage and report statistics for which idle states were used in terms of percent. This seems more intuitive than counters. Remove the cx_stats structure since it's no longer used. Update the man page. Change various types which do not need explicit size.
* Spelling and grammar fixups.ceri2004-06-051-2/+2
|
* Correct a spelling error.ceri2004-06-051-1/+1
|
* Fix a grammatical mistake: the PC3 character sequences *are* also supported.roam2004-06-041-1/+1
| | | | | Submitted by: Warren Block <wblock@wonkity.com> MFC after: 1 week
* Add missing links.pjd2004-06-041-0/+5
|
OpenPOWER on IntegriCloud