summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* xtend rc.conf variables are gone.imp2003-05-011-16/+0
| | | | Noticed by: bde
* More factual updates for kerberos 5.markm2003-04-302-16/+19
|
* IP_RECVTTL socket option.mdodd2003-04-291-0/+22
| | | | Reviewed by: Stuart Cheshire <cheshire@apple.com>
* debug.acpi.disable="processor" is incorrect. Use debug.acpi.disable="cpu" astrhodes2003-04-291-2/+2
| | | | | | found on line 126 of sys/dev/acpica/acpi_cpu.c. PR: 51523
* Document the IP_RECVIF socket option.mdodd2003-04-291-0/+16
| | | | Submitted by: Bruce M Simpson
* It was a misunderstanding on my part; all DEC variantsru2003-04-271-6/+3
| | | | | | | are based off of the same SmartRAID V Millennium board. Requested by: obrien Reviewed by: scottl
* Update to reflect removal of tw.imp2003-04-272-108/+1
| | | | Approved by: re@ (scottl)
* Add .Xr's to mdmfs(8).dougb2003-04-271-0/+1
| | | | Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Xref sytle.Makefile(5).trhodes2003-04-261-1/+2
| | | | PR: 51183
* Mbits -> Mbits/sbrueffer2003-04-261-4/+4
| | | | | | | | band width -> bandwidth PR: 39822 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 3 days
* Fix a misspelled word introduced by my last commitbrueffer2003-04-251-1/+1
| | | | MFC with the rest of the changes
* Remove a stray sentence.jake2003-04-251-3/+0
|
* device s/acpica/acpi/hmp2003-04-241-1/+1
| | | | | Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Approved by: des (mentor)
* Use .Pa for the pccard_ether file.trhodes2003-04-221-3/+3
| | | | | | s/spppconfig/spppcontrol/ Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
* Catch this file up with ufs/ffs/fs.h.trhodes2003-04-221-95/+104
| | | | | PR: 51189 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Bump document date for previous revision.ru2003-04-221-16/+36
| | | | Fix list type.
* FreeBSD has no systrace(1), and our rc.subr does not support it.dougb2003-04-221-12/+0
| | | | Submitted by: Simon L. Nielsen <simon@nitro.dk>
* Document device_set_driver(9)imp2003-04-222-1/+57
| | | | | # now all driver_* functions used outside of subr_bus.o in my kernel # are documented.
* Document device_printf(9).imp2003-04-222-1/+59
|
* Document device_set_ivars(9) as well.imp2003-04-222-2/+20
|
* man page for device_get_parent.imp2003-04-222-1/+50
|
* device_is_alive already was documented in device_get_state, so remove theimp2003-04-224-102/+12
| | | | | | | | | | separate man page. Document new device_is_attached there and remove that new man page too. Connect device_get_name to build, and install a link for device_get_nameunit. strangely nobody noticed this yet...
* Add man page for device_get_name and device_get_nameunit.imp2003-04-221-0/+55
|
* - Don't highlight options APIC_IO at the top since it only applies to i386jhb2003-04-211-3/+15
| | | | | | | | | | | | and this manpage is somewhat machine independent. - Don't redundantly say that SMP support is present for all supported architectures. Instead, say that it is present for all Tier-1 architectures. - Note that an SMP kernel not booting on a UP machine is an i386-only exception. - Add a paragraph about hyperthreading support including some docco on the machdep.hlt_logical_cpus sysctl ps@ recently added. - Note that SMP support for alpha, ia64, and sparc64 debuted in 5.0.
* Grammar and spelling fixes, improved the wording a bitbrueffer2003-04-211-37/+38
| | | | | | | | A slightly different patch than the one from the PR was applied PR: 38815 Submitted by: Chris Pepper <pepper@guest.reppep.com> MFC after: 3 days
* Xref these two functions, since they are similar enough to cause confusion.imp2003-04-212-0/+2
|
* Simple man page for new device_is_attached.imp2003-04-212-1/+50
|
* Add a man page for device_is_alive.imp2003-04-212-1/+50
|
* Note that KZPSC have ancient, non-upgradable firmware and that affectsobrien2003-04-201-0/+2
| | | | | | the driver. Submitted by: wilko
* Document the KZPCA-AA.obrien2003-04-201-0/+2
|
* Note the Qlogic 1040 is a KZPBA in DEC-speak.obrien2003-04-201-0/+1
| | | | Reviewed by: wilko
* Document the DEC variants.obrien2003-04-201-4/+9
| | | | | | Also note the model numbers for the AcceleRAID and eXtremeRAID variants. Reviewed by: wilko
* Document the DEC variants.obrien2003-04-201-1/+3
|
* The i386-specific asr manpage has been repo copied to the MI section.obrien2003-04-203-100/+2
|
* Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-basedwpaul2003-04-201-1/+10
| | | | devices).
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-202-0/+145
| | | | | | | | | | | ethernet controller. The driver has been tested with the LinkSys USB200M adapter. I know for a fact that there are other devices out there with this chip but don't have all the USB vendor/device IDs. Note: I'm not sure if this will force the driver to end up in the install kernel image or not. Special magic needs to be done to exclude it to keep the boot floppies from bloating again, someone please advise.
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-201-0/+107
| | | | | | | | | libthr. No changes were made to libpthread by request of deischen, who will soon commit a real implementation for that library. PR: standards/50848 Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> MFC after: 1 week
* We don't need "device fwohci" in the kernel config file.simokawa2003-04-172-2/+0
|
* Add new knobs for controlling jails in rc.d and document them.mtm2003-04-161-1/+40
| | | | Approved by: makrm (mentor)
* There is no format(8) manual page available, but it would be reallyru2003-04-161-5/+5
| | | | | nice to have, now that we have different semantics of initializing disks on systems with BSD labels, SUN labels, and GPT partitions.
* Create the whatis(1) database in /usr/share/openssl/man.ru2003-04-161-0/+1
|
* Catch this file up with rc.conf(5).trhodes2003-04-151-17/+407
| | | | Submitted by: Simon L. Nielsen <simon@nitro.dk> (original version)
* Add a note about the work I did for fxp(4) here.mux2003-04-151-0/+2
|
* Add a description of m_defragrandomfailures.silby2003-04-151-0/+4
|
* Update the list of devices supported to match the driver.silby2003-04-131-5/+7
| | | | MFC after: 2 days
* Add info on how to use the MBUF_STRESS_TEST options. (Only 1 optionsilby2003-04-131-0/+11
| | | | at present.)
* Driver for Granch SBNI16 SHDSL modemfjoe2003-04-132-0/+85
| | | | | Submitted by: Denis I. Timofeev <timofeev@granch.ru> MFC after: 1 week
* manual page for Granch SBNI12-xx network interface driverfjoe2003-04-132-1/+102
|
* Add terse descriptions for NLSPATH and LC_*.tjr2003-04-121-2/+33
|
* NEC PK-WL001 is Lucent, not Prism-II.shiba2003-04-101-1/+1
|
OpenPOWER on IntegriCloud