summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailqjhb2005-10-171-1/+0
| | | | | | deletion' example. MFC after: 1 week
* Document that changes to nsswitch.conf might be needed whenbz2005-10-171-1/+3
| | | | | | | | | compiling with NO_NIS. [ also see make.conf(5) and nsswitch.conf(5) ] Reviewed by: ru Requested by: dougb (and bin/87221) MFC: 22 days
* xterm-basic:ache2005-10-171-2/+2
| | | | | 1) use standard vt100 as/ae instead of ^N/^O which not works in real xterm 2) Remove ^O from me, it not belongs there
* Remove redundant (in FreeBSD) include.ru2005-10-141-3/+0
|
* Add support for ATI IXP[234]00.joel2005-10-131-1/+3
|
* Mention that hptmv(4) actually works for the amd64 platform as well.delphij2005-10-131-3/+3
| | | | | | Suggested by: Mikhail Teterin [mi+mx aldan algebra com] Submitted by: me PR: docs/87302
* - Clarify when the softc is allocated. It is allocated when a device isjhb2005-10-131-3/+7
| | | | | | | | | | | probed and attached, not on the first call to device_get_softc(). - Add a cross reference to DEVICE_PROBE regarding the caveats of using the softc in a driver's probe routine. - Fix a grammar bogon. PR: docs/87176 (1) Submitted by: Devon H. O'Dell dodell at offmyserver dot com (1) MFC after: 3 days
* - When bintime was added to this manpage, standalone .Nm changed fromjhb2005-10-131-2/+2
| | | | | | | | | | | microtime to bintime. However, one standaline .Nm wasn't changed, and as a result, the manpage claimed that bintime was added in both 5.0 and 3.0. Fix by listing microtime explicitly. - Fix a grammar bogon. PR: docs/87147 (1) Submitted by: Matthew Luckie (1) MFC after: 3 days
* Document that changes to nsswitch.conf might be needed whenbz2005-10-121-1/+6
| | | | | | | | compiling with NO_NIS. PR: bin/87221 Reviewed by: simon MFC after: 4 weeks
* Record sk(4) as having native support for extended VLAN frames.yar2005-10-111-0/+4
| | | | | PR: kern/79998 MFC after: 1 month
* Fix a syntax nit (superfluous 'a').keramida2005-10-111-1/+1
| | | | Submitted by: Anders Hanssen <anders@rethink.no>
* - Xref snd_mss(4).joel2005-10-101-9/+2
| | | | | - Remove a few items from the HARDWARE list. This support is already described in the snd_mss(4) manual page.
* Add manual page for snd_mss(4) and hook it up to the build.joel2005-10-102-0/+101
| | | | Reviewed by: brueffer
* Correct typo.ceri2005-10-101-1/+1
| | | | Discussed with: glebius
* - Note that ng_iface(4) now supports ALTQ.glebius2005-10-102-5/+23
| | | | - Explain when ALTQ should be used on ng_iface(4) and when not.
* Replace "/etc/make.conf" with references to make.conf(5)yar2005-10-105-7/+8
| | | | | | | | | where applicable. The main reason for this change is that the location of make.conf is not constant and can be modified via __MAKE_CONF. This change also improves hyper-text linkage in our manpages. MFC after: 2 weeks
* Clarify the usage and effects of sys.mk, make.conf(5), and __MAKE_CONF.yar2005-10-101-31/+63
| | | | MFC after: 2 weeks
* Now that bridge(4) has been removed, link bridge.4 to if_bridge.4thompsa2005-10-081-0/+1
| | | | Reviewed by: mlaier
* o Mention the fact dcons(4) depends on "options GDB".maxim2005-10-071-5/+18
| | | | | Reviewed by: simokawa, ru (mdoc markup) MFC after: 1 week
* Work around an apparent mdoc(7) bug.trhodes2005-10-0760-362/+242
| | | | | Spotted by: marius Discussed with: ru
* Document recently added security.mac.seeotheruids.suser_privileged sysctl.trhodes2005-10-071-1/+5
|
* Update this manpage:jhb2005-10-052-49/+9
| | | | | | | | | | | - Remove references to cpu_critical_*() as they no longer exist. - Explain that any preemptions that occur during a critical section are deferred until the current thread exits the section. - Remove a bogus example usage of a critical section. - Note that one can interlock critical sections with spin mutexes in certain situations. MFC after: 3 days
* Note added support for Tamarack TC5229J, Axiom and Dlink parts. Bump date.imp2005-10-051-2/+11
|
* Add the lmcconfig tool for controlling the lmc driver. Add man pages andscottl2005-10-032-0/+1486
| | | | | | glue. Submitted by: David Boggs
* Add an rc.d script to start pfsync at the right moment of theyar2005-10-021-0/+33
| | | | | | | | | | | | | system boot, and hook it up in the system. The separate script is needed because in the presence of various interface lists in rc.conf ($network_interfaces, $cloned_interfaces, $sppp_interfaces, $gif_interfaces, more to come) it is hard to start them orderly, so that pfsync is brought up after its syncdev, which is required for the proper startup of pfsync. Discussed with: mlaier on -pf MFC after: 5 days
* Two fixes for the last commit.glebius2005-10-021-3/+2
| | | | Submitted by: ru
* Add firewall-related xrefs to SEE ALSO.yar2005-10-021-0/+13
|
* - Catch up with the fact that HZ is 1000 now by default.glebius2005-10-011-22/+21
| | | | | | | | | | - Remove description of poll in trap feature. - Tell that polling should be turned on and off with ifconfig. - Move description of kern.polling.enable to the end and say that this a deprecated way of turning polling on. - Remove note that idle poll has some problems in CURRENT. I failed to find them, while Sam and Luigi failed to remember what the problem actually were there.
* Dcoument typical debugging options, plus the new CIS device for pccard.imp2005-09-293-2/+60
|
* o Follow the trend and update a host-based wireless bridge example.maxim2005-09-282-6/+6
|
* Note the requirement for 'device apic' on i386 systems. [1]jkoshy2005-09-281-4/+7
| | | | | | | Consistently use 'x86' when referring to behaviour common to the i386 and amd64. Submitted by: Niklas Sorensson <nik@cs.chalmers.se> [1]
* Minor clarifications and fixes to wording, grammar, and markupyar2005-09-281-16/+27
| | | | around ${network_interfaces}.
* We bootstrap make(1) if necessary during an upgrade, so checkingru2005-09-281-7/+0
| | | | if MACHINE_ARCH is defined is no longer needed.
* Sort LOCALES.ru2005-09-281-4/+4
|
* Sort MLINKS.ru2005-09-281-17/+17
|
* Sort MAN.ru2005-09-282-4/+4
|
* Correct a typo.jkoshy2005-09-281-1/+1
| | | | MFC after: 3 days
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-276-263/+7
| | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
* - Document atomic_fetchadd(9) and add a MLINK.jhb2005-09-272-8/+39
| | | | | | | | | - Add arm and ppc to the list of archs not supporting operations on 64-bit integers. - Update the sample code for acquiring a mutex to be more recent and to take into account the recent atomic_foo_ptr() changes. MFC after: 1 week
* Document the IP_DONTFRAG IP socket option.andre2005-09-261-1/+15
| | | | Sponsored by: TCP/IP Optimization Fundraise 2005
* Note Hawking PN652TX supportimp2005-09-221-0/+2
|
* Clarify supported cardsimp2005-09-221-2/+3
|
* Remove the OPTIONS section, since it only documents FE_DEBUG and wronglykeramida2005-09-221-54/+0
| | | | | | | | | | so. If the full list of fe(4) options is documented we can revive the entire section. PR: docs/86228 Submitted by: n-kogane@syd.odn.ne.jp Helped by: Masahiro Sekiguchi <seki@jp.fujitsu.com> MFC after: 1 week
* Add discussion of Giant, the MPSAFE flag, and NDHASGIANT() to namei(9).rwatson2005-09-213-1/+124
| | | | | | | Add a VFS_LOCK_GIANT(9)/VFS_UNLOCK_GIANT(9) man page. Discussed with: jeff MFC after: 3 days
* Add a new rc.conf entry, kerberos5_server_flags, which allows therwatson2005-09-201-0/+5
| | | | | | | administrator to specify additional start-up flags to the Kerberos 5 Authentication Server. MFC after: 3 days
* Sprinkle a few stars where they belong.imp2005-09-201-4/+4
|
* Update the list of supported hardware.damien2005-09-191-3/+13
| | | | MFC after: 5 days
* A single `*' character doesn't disable *ANY* form of authentication.keramida2005-09-191-1/+5
| | | | | | Make sure that this is clearly stated. Prodded by: simon, Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
* Restore the ability to detach from a tty via SIOCSTTY and documentru2005-09-191-5/+8
| | | | | | recent changes in a manpage. Reviewed by: cognet
* Change the DESCRIPTION section into HARDWARE, since it already listsbrueffer2005-09-181-2/+2
| | | | | | the supported hardware. MFC after: 3 days
OpenPOWER on IntegriCloud