summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Back in 2003, get_cyclecount() was changed to use binuptime() insteadru2009-10-291-10/+4
| | | | | | of nanotime(). Reflect this change in a manpage. Reviewed by: phk, markm
* Fix date (1) and SEE ALSO section.brueffer2009-10-281-3/+3
| | | | | Submitted by: Ulrich Spoerlein (1) MFC after: 1 week
* Fix typos and mdoc style.brueffer2009-10-271-2/+3
|
* Add link for callout_schedule(9).emaste2009-10-271-0/+1
|
* MFV of tzdata2009pedwin2009-10-271-40/+52
| | | | | | Merge of r198513 - Argentina does not go to DST this year.
* - Add support for Marvell Yukon 88E8042 device.lulf2009-10-251-0/+2
| | | | | Submitted by: Mario Lobo <mlobo -at- digiart.art.br> Approved by: yongari
* Spell out the name of the month.brueffer2009-10-251-1/+1
|
* Update according to the latest iwn(4) driver import.rpaulo2009-10-252-7/+34
|
* Replace ocurrences of FreeBSD CURRENT by FreeBSD 8.0.rpaulo2009-10-242-3/+3
| | | | MFC after: 2 days
* Move comments to the beginning of the line to make it look better.edwin2009-10-221-5/+5
| | | | | | Thank to ru@ for his noticing of it. MFC after: 1 week
* Unbreak NO_WARNS, keeping CSTD effect on CFLAGS out of its control.ru2009-10-221-1/+3
| | | | Unbreak compiles with icc.
* List more dependencies for these drivers. While here, convertbrueffer2009-10-222-2/+20
| | | | | | | | atapicam(4) to use our standard section 4 SYNOPSIS layout. PR: 132525 Submitted by: gcooper MFC after: 3 days
* Remove self-reference.pjd2009-10-221-1/+0
|
* After the installation of the /usr/share/zoneinfo, run tzsetup ifedwin2009-10-211-0/+20
| | | | | | /var/db/zoneinfo exists. MFC after: 1 week
* Set CSTD in all cases except when CC=icc and NO_WARNS is set. Thisrdivacky2009-10-211-1/+1
| | | | | | | | way we can set desired C standard even for cross tools etc. Tested by: make universe Approved by: ed (maintainer) OK by: das
* Improve the description of the malofw kernel module installation.brueffer2009-10-211-5/+10
| | | | | | | PR: 132193 Submitted by: Frank Staals <frank@fstaals.net> Based on a patch by: gavin MFC after: 3 days
* ichwd.4: fix r198272, restore watchdogd(8) referenceavg2009-10-201-0/+1
| | | | | | | | | In r198272 I didn't notice that watchdog(8) and watchdogd(8) are different things and instead of fixing watchdogd markup I simply nuked the line. Noticed by: emaste Pointy hat to: avg
* minor: fix sorting of some amd* entries in some makefilesavg2009-10-201-1/+1
| | | | MFC after: 1 week
* ichwd.4: remove a stray lineavg2009-10-201-1/+0
| | | | | Nod from: des MFC after: 3 days
* MFV of tzdata2009o:edwin2009-10-202-11/+102
| | | | | | | | - Somoa has not moved to DST this year (comment only) - Bangladesh stays on DST for now. - Pakistan went back to standard time in 1 October 2009 MFC after: 1 week
* Powercrypt and NetSec seem to be defunct (webpages point to link farmsbrueffer2009-10-191-7/+1
| | | | | | | | | and a google search yields no alternative). Remove the links but keep the entries around for reference. PR: 139756 Submitted by: Patrick Oonk <patrick@pine.nl> MFC after: 3 days
* o OpenBSD 4.6 added.maxim2009-10-181-1/+2
|
* adds devices supportted by urtw(4) and bumps date.weongyo2009-10-181-1/+7
|
* Add myself.neel2009-10-171-0/+2
| | | | Approved by: imp (mentor)
* Sort SEE ALSO.brueffer2009-10-161-3/+3
|
* Add a facility for associating optional descriptions with active interruptjhb2009-10-152-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | handlers. This is primarily intended as a way to allow devices that use multiple interrupts (e.g. MSI) to meaningfully distinguish the various interrupt handlers. - Add a new BUS_DESCRIBE_INTR() method to the bus interface to associate a description with an active interrupt handler setup by BUS_SETUP_INTR. It has a default method (bus_generic_describe_intr()) which simply passes the request up to the parent device. - Add a bus_describe_intr() wrapper around BUS_DESCRIBE_INTR() that supports printf(9) style formatting using var args. - Reserve MAXCOMLEN bytes in the intr_handler structure to hold the name of an interrupt handler and copy the name passed to intr_event_add_handler() into that buffer instead of just saving the pointer to the name. - Add a new intr_event_describe_handler() which appends a description string to an interrupt handler's name. - Implement support for interrupt descriptions on amd64 and i386 by having the nexus(4) driver supply a custom bus_describe_intr method that invokes a new intr_describe() MD routine which in turn looks up the associated interrupt event and invokes intr_event_describe_handler(). Requested by: many Reviewed by: scottl MFC after: 2 weeks
* Use our standard section 4 SYNOPSIS.brueffer2009-10-152-7/+20
| | | | MFC after: 3 days
* Oops, add a return values section to note that these routines return an errorjhb2009-10-141-0/+2
| | | | on failure or zero on success.
* Add a manual page for BUS_BIND_INTR() and bus_bind_intr().jhb2009-10-142-0/+98
| | | | MFC after: 1 week
* Improved one-line description of this module (taken from NOTES).brueffer2009-10-091-1/+1
|
* - Document that 'Dell PowerEdge R710' has bce(4) supported NIC.simon2009-10-071-1/+3
| | | | | | - Bump document date. MFC after: 3 days
* - Document new revisions of chips supported.stas2009-10-071-4/+4
|
* o Fix typo: "an in particular" -> "and in particular".maxim2009-10-061-1/+1
| | | | | | PR: docs/139370 Submitted by: Kenyon Ralph MFC after: 1 week
* Make fetch(9) and store(9) manual pages closer to reality.trasz2009-10-053-27/+52
|
* Bump unix(4) man page date for SOCK_SEQPACKET.rwatson2009-10-051-1/+1
| | | | | Suggested by: bz MFC after: 3 months
* SOCK_SEQPACKET is now supported on UNIX domain sockets.rwatson2009-10-051-4/+9
| | | | | Sponsored by: Google MFC after: 3 months
* Add myself.jh2009-10-051-0/+4
| | | | Approved by: trasz (mentor)
* TRENDnet TEW-424UB has multiple revisions so clarify zyd(4) man page andweongyo2009-10-032-3/+4
| | | | | | | | | | | | | | adds a device to urtw(4). The revision informations are as follows: rev A ZD1211 V2 SiS163U V2.1R SiS163U V3.xR RTL8187B and bump date. Obtained from: OpenBSD Reported by: Albert Shih <Albert.Shih at obspm.fr>
* Fixed markup bugs.ru2009-09-291-7/+12
|
* MFV of tzdata2009nedwin2009-09-282-5/+42
| | | | | Pakistan will go out DST on 1 October. Headsup for changes in Argentina.
* DGE-560SX is now supported.yongari2009-09-281-1/+3
|
* Fixed a markup bug.ru2009-09-281-1/+1
|
* Fix several logic bugs in the previous IPv6 variable change andhrs2009-09-261-15/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | re-add $ipv6_enable support for backward compatibility. From UPDATING: 1. To use IPv6, simply define $ifconfig_IF_ipv6 like $ifconfig_IF for IPv4. For aliases, $ifconfig_IF_aliasN should be used. Note that both variables need the "inet6" keyword at the head. Do not set $ipv6_network_interfaces manually if you do not understand what you are doing. It is not needed in most cases. $ipv6_ifconfig_IF and $ipv6_ifconfig_IF_aliasN still work, but they are obsolete. 2. $ipv6_enable is obsolete. Use $ipv6_prefer and/or "inet6 accept_rtadv" keyword in ifconfig(8) instead. If you define $ipv6_enable=YES, it means $ipv6_prefer=YES and all configured interfaces have "inet6 accept_rtadv" in the $ifconfig_IF_ipv6. These are for backward compatibility. 3. A new variable $ipv6_prefer has been added. If NO, IPv6 functionality of interfaces with no corresponding $ifconfig_IF_ipv6 is disabled by using "inet6 ifdisabled" flag, and the default address selection policy of ip6addrctl(8) is the IPv4-preferred one (see rc.d/ip6addrctl for more details). Note that if you want to configure IPv6 functionality on the disabled interfaces after boot, first you need to clear the flag by using ifconfig(8) like: ifconfig em0 inet6 -ifdisabled If YES, the default address selection policy is set as IPv6-preferred. The default value of $ipv6_prefer is NO. 4. If your system need to receive Router Advertisement messages, define "inet6 accept_rtadv" in $ifconfig_IF_ipv6. The rc(8) scripts automatically invoke rtsol(8) when the interface becomes UP. The Router Advertisement messages are used for SLAAC (State-Less Address AutoConfiguration).
* lindev(4) [1] is supposed to be a collection of linux-specific pseudobz2009-09-262-0/+77
| | | | | | | | | | | | | | | | | | | devices that we also support, just not by default (thus only LINT or module builds by default). While currently there is only "/dev/full" [2], we are planning to see more in the future. We may decide to change the module/dependency logic in the future should the list grow too long. This is not part of linux.ko as also non-linux binaries like kFreeBSD userland or ports can make use of this as well. Suggested by: rwatson [1] (name) Submitted by: ed [2] Discussed with: markm, ed, rwatson, kib (weeks ago) Reviewed by: rwatson, brueffer (prev. version) PR: kern/68961 MFC after: 6 weeks
* Document osrel node for procfs.kib2009-09-231-1/+9
| | | | | Approved by: des (procfs maintainer) MFC after: 3 weeks
* Add pieces of infrastructure required for NFSv4 ACL support in UFS.trasz2009-09-225-3/+136
| | | | Reviewed by: rwatson
* - List newsletters VI-2, VI-3 and VI-4 that were already applied.ru2009-09-211-2/+18
| | | | - Apply newsletters VI-5 (BO's name change) and VI-6 (VE's name change).
* Tell about the full name we opened, not the unit.mjacob2009-09-191-1/+1
| | | | | Obtained from: Sean Bruno MFC after: 1 month
* Fix mdoc, typos, contractions.brueffer2009-09-181-17/+13
| | | | | | | | This includes: PR: 135520 Submitted by: Nobuyuki Koganemaru Patch by: gavin MFC after: 3 days
* o DragonflyBSD 2.4.0 added.maxim2009-09-181-0/+2
|
OpenPOWER on IntegriCloud