summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Update list of controllers ciss(4) driverrse2005-11-031-3/+5
| | | | | | | actually supports according to implementation. Submitted by: Christoph Schug <chris@schug.net> MFC after: 1 week
* Serialize access to the info/dir file; needed for parallel installs.ru2005-11-031-0/+1
| | | | | | | | | Reported by: scottl I'm not very fond of using the non-standard lockf(1) here, but I have no better idea at the moment. NetBSD uses ln(1) to create a lock file, but this approach can result in a deadlock if make is interrupted, leaving an orphaned lock file.
* o NetBSD 2.0.3 and NetBSD 2.1 added.maxim2005-11-031-9/+12
| | | | | Obtained from: NetBSD MFC after: 3 days
* Merge from RELENG_6: FreeBSD 6.0. Not sure the release date is correctmaxim2005-11-031-2/+6
| | | | because no release announce yet.
* Fix .Dd argument.ru2005-11-031-1/+1
|
* o OpenBSD 3.8 added.maxim2005-11-011-0/+2
|
* Document NGM_IFACE_GET_IFINDEX.ru2005-10-281-1/+3
|
* Belatedly document the NGM_KSOCKET_ACCEPT ("accept") control message.ru2005-10-281-2/+16
|
* Update example libmap.conf file:jhb2005-10-271-10/+3
| | | | | | | | - Remove pointless examples that map libpthread to itself. - Update shared libraries for 6.0 bumps. Reported by: rwatson MFC after: 1 day
* Spell 'argument' correctly.jhb2005-10-261-1/+1
| | | | Submitted by: Andre Guibert de Bruet andy at siliconlandmark dot com
* Use consistent punctuation and vertical indenting around .Dl's.yar2005-10-261-8/+10
| | | | Wrap a too long line.
* Document that `reload' is not provided by defaultyar2005-10-261-1/+11
| | | | yet it can be enabled when applicable.
* Xref polling(4).brueffer2005-10-251-1/+2
|
* s/RADUIS/RADIUS/maxim2005-10-231-1/+1
| | | | | Submitted by: jisakiel@yahoo.es MFC after: 1 week
* Fix typo from last commit.glebius2005-10-221-1/+1
| | | | Submitted by: simon
* Add bge(4) to the list of supported devices.glebius2005-10-221-1/+2
|
* A better, more correct explination of NO_SHARED. This could probablytrhodes2005-10-222-3/+6
| | | | | | use a quick touch up, but at least it's correct. Requested by: ru
* sync with KAME regarding NDPsuz2005-10-211-83/+157
| | | | | | | | | | | | - introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners - supports Router-Preference <draft-ietf-ipv6-router-selection-07.txt> - better prefix lifetime management - more spec-comformant DAD advertisement - updated RFC/internet-draft revisions Obtained from: KAME Reviewed by: ume, gnn MFC after: 2 month
* xterm-basic: add AX flagache2005-10-181-1/+1
| | | | (the same in xterm-supplied termcap)
* 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]
OpenPOWER on IntegriCloud