aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't suggest using bwn for the bcm4306 cards in the list. TheWarner Losh2010-09-151-4/+0
| | | | | | | | | bcm4306 cards are ambiguous. BCM4306 rev 2 requires bwi. BCM4306 rev 3 will work with either. Since we can't easily determine which is which, just remove them. Notes: svn path=/head/; revision=212692
* MFp4 (//depot/projects/mps/...)Kenneth D. Merry2010-09-151-1/+1
| | | | | | | | | Fix a typo. Submitted by: pluknet at gmail dot com Notes: svn path=/head/; revision=212669
* Change licenses of my manual pages to the recommended 2-clause form.Alexander Motin2010-09-154-49/+45
| | | | | | | Suggested by: joel Notes: svn path=/head/; revision=212636
* Add eventtimers(7) man page, briefly describing event timers subsystemAlexander Motin2010-09-154-1/+134
| | | | | | | functionality and configuration options. Notes: svn path=/head/; revision=212635
* Add hpet(4) man page.Alexander Motin2010-09-152-0/+107
| | | | Notes: svn path=/head/; revision=212631
* Fixes spellings and uses the better sentence. While I'm here bumpsWeongyo Jeong2010-09-141-6/+5
| | | | | | | | | date. Pointed by: imp, Ruslan Mahmatkhanov <cvs-src at yandex dot ru> Notes: svn path=/head/; revision=212625
* MFp4 (//depot/projects/mps/...)Kenneth D. Merry2010-09-143-0/+161
| | | | | | | | | | Add a man page for the mps(4) driver, and reference it in the mpt(4) driver man page. Sponsored by: Spectra Logic Corporation Notes: svn path=/head/; revision=212624
* Split $ipv6_prefer into $ip6addrctl_policy and $ipv6_activate_all_interfaces.Hiroki Sato2010-09-131-24/+64
| | | | | | | | | | | | | | | | | | | | | | The $ip6addrctl_policy is a variable to choose a pre-defined address selection policy set by ip6addrctl(8). The keyword "ipv4_prefer" sets IPv4-preferred one described in Section 10.3, the keyword "ipv6_prefer" sets IPv6-preferred one in Section 2.1 in RFC 3484, respectively. When "AUTO" is specified, it attempts to read /etc/ip6addrctl.conf first. If it is found, it reads and installs it as a policy table. If not, either of the two pre-defined policy tables is chosen automatically according to $ipv6_activate_all_interfaces. When $ipv6_activate_all_interfaces=NO, interfaces which have no corresponding $ifconfig_IF_ipv6 is marked as IFDISABLED for security reason. The default values are ip6addrctl_policy=AUTO and ipv6_activate_all_interfaces=NO. Discussed with: ume and bz Notes: svn path=/head/; revision=212579
* Add $ipv6_privacy to support net.inet6.ip6.use_tempaddr. Note that thisHiroki Sato2010-09-131-0/+6
| | | | | | | | | will be replaced with a per-IF version later. Based on: changes in r206408 by dougb Notes: svn path=/head/; revision=212576
* Revert changes in r206408.Hiroki Sato2010-09-131-81/+55
| | | | | | | Discussed with: dougb, core.5, and core.6 Notes: svn path=/head/; revision=212574
* Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason...Warner Losh2010-09-131-18/+18
| | | | Notes: svn path=/head/; revision=212540
* I believe the majority of Gregorian calendars would agree the currentGlen Barber2010-09-121-1/+1
| | | | | | | | | | | year is 2010, not 2005. Approved by: keramida (mentor) Pointy hat to: gjb MFC after: 1 week Notes: svn path=/head/; revision=212500
* Bump date from r212440.Glen Barber2010-09-121-1/+1
| | | | | | | | Approved by: keramida (mentor) MFC after: 1 week Notes: svn path=/head/; revision=212493
* Mentions cases when bwi(4) driver should be used that it only wroteWeongyo Jeong2010-09-111-1/+8
| | | | | | | | | | about chipset type instead of card names because it's not easy to sort names what cards use these chipsets. Pointed by: imp Notes: svn path=/head/; revision=212480
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-112-2/+2
| | | | | | | Approved by: rrs (mentor) Notes: svn path=/head/; revision=212463
* Add a comment describing where to include bsd.dtrace.mk.Rui Paulo2010-09-111-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=212461
* Make a link for pthread_timedjoin_np.David Xu2010-09-111-0/+1
| | | | Notes: svn path=/head/; revision=212459
* kill() does queue signal now.David Xu2010-09-111-4/+0
| | | | Notes: svn path=/head/; revision=212458
* Add RETURN VALUES section to devclass_get_maxunit(9).Glen Barber2010-09-101-0/+13
| | | | | | | | | | | PR: 149979 Submitted by: gcooper Patch by: gcooper Approved by: keramida (mentor) MFC after: 1 week Notes: svn path=/head/; revision=212440
* Fix bugs introduced in the previous rev:Rui Paulo2010-09-101-5/+9
| | | | | | | | | | * add a phatom target for the DTRACEOBJS * when invoking DTrace, don't add DTRACEOBJS to the command line. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=212428
* Fix typo in previous commit.Rui Paulo2010-09-101-1/+1
| | | | Notes: svn path=/head/; revision=212426
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-102-8/+13
| | | | | | | | | code associated with overflow or with the drain function. While this function is not expected to be used often, it produces more information in the form of an errno that sbuf_overflowed() did. Notes: svn path=/head/; revision=212425
* Add bsd.dtrace.mk. This allows userland programs and libraries toRui Paulo2010-09-102-1/+57
| | | | | | | | | | | | define USDT probes on a provider.d file and then use this new make infrastructure to build the corresponding header file and object file. This will only take effect when the user defines WITH_DTRACE when building. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=212424
* Check the existence of a 'beforelinking' target and make the resultingRui Paulo2010-09-102-1/+13
| | | | | | | | | | program or library depend on that before doing the final linking. This will be needed by DTrace. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=212423
* Add the DTRACE variable that points to the executable.Rui Paulo2010-09-101-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=212422
* Add Planex UE-200TX-G to list of supported devices.MIHIRA Sanpei Yoshiro2010-09-101-0/+2
| | | | | | | | | | (http://lists.freebsd.org/pipermail/freebsd-current/2008-December/001756.html) Submitted by: nork MFC after: 3 days Notes: svn path=/head/; revision=212412
* Xref aesni(4).Christian Brueffer2010-09-091-1/+2
| | | | Notes: svn path=/head/; revision=212389
* Some more grammar, wording and mdoc fixes.Christian Brueffer2010-09-091-4/+8
| | | | Notes: svn path=/head/; revision=212388
* Add drain functionality to sbufs. The drain is a function that isMatthew D Fleming2010-09-092-7/+100
| | | | | | | | | | | | | | | | | | | | called when the sbuf internal buffer is filled. For kernel sbufs with a drain, the internal buffer will never be expanded. For userland sbufs with a drain, the internal buffer may still be expanded by sbuf_[v]printf(3). Sbufs now have three basic uses: 1) static string manipulation. Overflow is marked. 2) dynamic string manipulation. Overflow triggers string growth. 3) drained string manipulation. Overflow triggers draining. In all cases the manipulation is 'safe' in that overflow is detected and managed. Reviewed by: phk (the previous version) Notes: svn path=/head/; revision=212367
* Fix small errors in the sbuf(9) man page.Matthew D Fleming2010-09-091-4/+9
| | | | Notes: svn path=/head/; revision=212364
* Add Buffalo (Melco Inc.) LUA3-U2-ATX to list of supported devices.MIHIRA Sanpei Yoshiro2010-09-081-0/+2
| | | | | | | | Submitted by: nork at FreeBSD.org MFC after: 3 days Notes: svn path=/head/; revision=212317
* Adds LOADER TUNABLES section to mention knobs which could be controlledWeongyo Jeong2010-09-061-0/+14
| | | | | | | by loader(8) interface. Notes: svn path=/head/; revision=212272
* Adds a CAVEATS section to mention DMA issues that currently onlyWeongyo Jeong2010-09-061-0/+3
| | | | | | | | | | | a solution is using PIO mode. As fas as I know all open source based broadcom drivers for specially LP PHY has this issue because it's a reverse engineered driver from wl(4). Pointed by: Warren Block <wblock at wonkity.com> Notes: svn path=/head/; revision=212271
* Adds bwi(4) at SEE ALSO section because some old devices aren'tWeongyo Jeong2010-09-061-1/+2
| | | | | | | | supported by the bwn(4) firmware that as fas as I know the vendor dropped its support. Bumps date also. Notes: svn path=/head/; revision=212270
* Grammar fixes.Konstantin Belousov2010-09-061-8/+7
| | | | | | | Submitted by: Ben Kaduk <minimarmot gmail com>, Valentin Nechaev Notes: svn path=/head/; revision=212268
* Add aesni(4) manpage.Konstantin Belousov2010-09-062-0/+93
| | | | Notes: svn path=/head/; revision=212262
* Point out who is my mentor.Andreas Tobler2010-09-061-0/+2
| | | | | | | Approved by: nwhitehorn (mentor) Notes: svn path=/head/; revision=212261
* Add myself to calendar.freebsd and committers-src.dot.Andreas Tobler2010-09-061-0/+1
| | | | | | | Approved by: nwhitehorn (mentor) Notes: svn path=/head/; revision=212260
* Note in rc.conf(5) that jail_list should contain only alphanumericGlen Barber2010-09-051-2/+3
| | | | | | | | | | | | characters. PR: 150098 Submitted by: cc (cpt_complain at yahoo dot com) Approved by: keramida (mentor) MFC after: 1 week Notes: svn path=/head/; revision=212241
* Add support for the Sharp/Micron flash chips to powermac_mvram(4).Alexander Motin2010-09-051-6/+1
| | | | | | | | | Tested on PowerMac G4 AGP. Reviewed by: nwhitehorn Notes: svn path=/head/; revision=212240
* Document "show cdev" command.Konstantin Belousov2010-09-051-1/+7
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=212234
* Document MAKEDEV_ETERNAL.Konstantin Belousov2010-09-051-1/+14
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=212233
* Add myself to commiters-ports.dotSteve Wills2010-09-051-0/+4
| | | | | | | Approved By: pgollucci (co-mentor) Notes: svn path=/head/; revision=212219
* Better wording.Pyun YongHyeon2010-09-021-3/+3
| | | | | | | Submitted by: jkim Notes: svn path=/head/; revision=212161
* Document tunable dev.sis.%unit.manual_padPyun YongHyeon2010-09-021-1/+18
| | | | | | | | While I'm here Xref vlan(4) as sis(4) supports VLAN oversized frames. Notes: svn path=/head/; revision=212159
* o csup(1) does not have -g flag. Remove it from the example.Maxim Konovalov2010-09-021-1/+1
| | | | | | | | | PR: conf/150214 Submitted by: Li MFC after: 1 week Notes: svn path=/head/; revision=212138
* rmlock(9) two additions and one change/fix:Max Laier2010-09-013-3/+37
| | | | | | | | | | | | | | | - add rm_try_rlock(). - add RM_SLEEPABLE to use sx(9) as the back-end lock in order to sleep while holding the write lock. - change rm_noreadtoken to a cpu bitmask to indicate which CPUs need to go through the lock/unlock in order to synchronize. As a side effect, this also avoids IPI to CPUs without any readers during rm_wlock. Discussed with: ups@, rwatson@ on arch@ Sponsored by: Isilon Systems, Inc. Notes: svn path=/head/; revision=212112
* o Sync the man page with the reality: nfs/ includesMaxim Konovalov2010-09-011-1/+3
| | | | | | | | | | | are under include/ and include/fs/. PR: docs/139153 Submitted by: gjb MFC after: 1 week Notes: svn path=/head/; revision=212094
* Remove reference to device minor numbers in psm(4) man page.Ed Schouten2010-09-011-18/+1
| | | | | | | | | | The number returned by stat(2) is generated automatically, so it is not possible to deduce whether the device is blocking or not. MFC after: 1 week Notes: svn path=/head/; revision=212087
* Add myself to committers-src.dot.Dimitry Andric2010-08-301-0/+3
| | | | | | | Approved by: rpaulo (mentor) Notes: svn path=/head/; revision=212025