summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* - Add manual page for snd_neomagic(4).simon2005-02-262-0/+62
| | | | | | PR: docs/78127 Submitted by: Joel Dahl <joel@automatvapen.se> MFC after: 3 days
* Change the definition of struct if_data's member ifi_epoch from wallbrooks2005-02-251-1/+1
| | | | | | | | | | | | | | | | | clock time to uptime because wall clock time may go backwards. This is a change in the API which will impact SNMP agents who are using ifi_epoch to set RFC2233's ifCounterDiscontinuityTime. None are know to exist today. This will not impact applications that are using the <index, epoch> tuple to verify interface uniqueness except that it eliminates a race which could lead to a false assumption of uniqueness. Because this is a behavior change, bump __FreeBSD_version. Discussed with: re (jhb, scottl) MFC after: 3 days Pointed out by: pkh (way back at EuroBSDCon) Pointy hat: brooks
* Resort the CPU list with regards to recently added CPUs.trhodes2005-02-251-4/+4
| | | | Prodded by: glewis
* Fix prototype for bpf_mtap2().glebius2005-02-251-1/+1
| | | | MFC after: 3 days
* Update description of net.inet.carp.logglebius2005-02-251-3/+7
|
* Fix a few markup nits in previous commit.trhodes2005-02-251-2/+2
| | | | Noticed by: ru, who else? :)
* Handle endianness for arm.cognet2005-02-251-2/+4
|
* Note the ACPI clock and its characteristics.njl2005-02-241-1/+8
|
* mdoc(7) cleanupglebius2005-02-241-38/+47
| | | | Submitted by: ru
* Add IOGEAR GUF320.trhodes2005-02-241-1/+3
| | | | PR: 73825
* To be more complete, discuss 'make kernel' since we do cover buildkernel.trhodes2005-02-241-1/+7
| | | | | Xref config.8. Bump doc date.
* - move information about supported hardware into a HARDWARE sectionbrueffer2005-02-231-10/+17
| | | | | | - bump .Dd MFC after: 3 days
* Tweak description and add Belkin F5D5020imp2005-02-231-2/+6
|
* Sort the list of devices in the HARDWARE section. Also move the sectionbrueffer2005-02-231-17/+17
| | | | | | below the DESCRIPTION section for consistency with the other manpages. MFC after: 3 days
* Update list of utilitys which are implemented externally, Xref info.1,trhodes2005-02-231-16/+25
| | | | | | | clean up some text, bump doc date. PR: 47690 Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
* Reword the HARDWARE section, so it can be used in the autogeneratedbrueffer2005-02-231-1/+3
| | | | hardware notes.
* - make the hardware list look like that of other manpagesbrueffer2005-02-231-2/+2
| | | | | | - fix typo MFC after: 3 days
* Manpage for CARP from .Ox, with minor modifications.glebius2005-02-232-0/+215
| | | | Obtained from: OpenBSD
* Note that debug.acpi.disabled can also disable the video.trhodes2005-02-231-0/+3
| | | | | | PR: 77693 Tested/submitted by: John Prather <jprather@axon.cdc.uci.edu> MFC: 1 day
* They key combinations for Left window and Right window seem reversed, fix.trhodes2005-02-231-2/+2
| | | | PR: 48767
* Fix up previous commit by adding prescott and itanium2 CPUs.trhodes2005-02-231-2/+2
| | | | Submitted by: marcel
* Add 'nocona' to the list of Intel ia64 CPUs and k8 to the AMD CPUs.trhodes2005-02-231-3/+3
| | | | | | | | | | | Replace -fmemoize-lookups -fsave-memoized with a working example, -fconserve-space. To quote part of the GCC docs on this option: "Put uninitialized or runtime-initialized global variables into the common segment, as C does." MFC after: 2 days Submitted by: Daniel Gerzo <danger@rulez.sk> (original version)
* Add endianness support to cap_mkdb(1), useful for cross builds.ru2005-02-223-3/+23
|
* Connect memguard(9) to the build.brueffer2005-02-221-0/+1
|
* Xref memguard(9)brueffer2005-02-222-1/+3
|
* First cut at a manpage for the MemGuard debugging allocator.brueffer2005-02-221-0/+116
| | | | | most content from: bmilekic mdoc lessons by: ru
* Note addition of est(4)njl2005-02-201-1/+3
|
* Remove the note about em(4) not working with bridge(4) when hardwarebrueffer2005-02-201-5/+1
| | | | | assisted VLAN processing is enabled from the BUGS section. This is expected to work now.
* Document the cpufreq_drv_type() method and info-only flag.njl2005-02-181-6/+15
|
* Remove dublicated device entry from the synopsis.brueffer2005-02-171-1/+0
| | | | | Submitted by: Ulrich Spoerlein <q@uni.de> MFC after: 3 days
* Copyright year update.pjd2005-02-161-1/+1
|
* Don't say that mtx_lock() will "sleep" if another kernel thread isru2005-02-151-2/+2
| | | | | | | | holding the mutex, say it will "block". Later in this manual page we say that sleeping while holding a mutex isn't allowed, and this can be confusing. Submitted by: jhb
* Expand contractions.ru2005-02-153-3/+3
|
* Adapt for new KDB world order.brueffer2005-02-141-4/+4
| | | | | | PR: 77528 Submitted by: Jamin Brown <alec@gwi.net> MFC after: 3 days
* Fix English grammar.glebius2005-02-141-1/+1
| | | | Submitted by: ru
* Update information now that support for priorities has been added.njl2005-02-141-4/+9
|
* Document NGM_ETHER_DETACH functionality.glebius2005-02-141-5/+6
|
* Add a SUBDIR_TARGETS variable which can be set to a list ofru2005-02-141-1/+2
| | | | | | | | | | | | additional targets that will cause descending into subdirs. Example: cd /sys/modules; make load SUBDIR_TARGETS=load (But don't try it with your pet.) Submitted by: Alexey Klimov PR: 47601
* Expand contractions.ru2005-02-1319-29/+29
|
* who's -> whoseru2005-02-131-1/+1
|
* Expand *n't contractions.ru2005-02-1360-118/+118
|
* mdoc(7) review.ru2005-02-131-62/+48
| | | | (I thought Nate has committed it long ago, apparently not.)
* Bump date. Reminded by: runjl2005-02-131-1/+1
|
* Update documentation of tunables.njl2005-02-131-7/+4
|
* Document multicast membership control messages.glebius2005-02-121-1/+13
|
* No one cares about when the manpage first appeared. Mention when the driverbrueffer2005-02-121-2/+2
| | | | | | appeared instead. MFC after: 3 days
* Add a bit more caveat text about MUTEX_PROFILING -- try to avoid using itrwatson2005-02-111-0/+23
| | | | | | with other profiling and debugging options, such as INVARIANTS, WITNESS, kernel profiling, etc. They all interfere with each other nastily and will generate fairly useless results.
* Expand BSS.obrien2005-02-111-0/+1
|
* Fully document (no)?(device|option)s?.des2005-02-101-17/+23
| | | | This page should probably be repocopied to src/usr.sbin/config/.
* Note that the ICH6 controller is supported.jkoshy2005-02-101-1/+1
| | | | Reviewed by: sos
OpenPOWER on IntegriCloud