aboutsummaryrefslogtreecommitdiff
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Add gpiobus(4) as a link to gpio(4).Luiz Otavio O Souza2014-04-011-0/+1
| | | | Notes: svn path=/head/; revision=263990
* Update build(7) with LOCAL_* varsBryan Drewery2014-03-271-3/+20
| | | | | | | | | | PR: docs/178286 Submitted by: Garrett Cooper <yaneurabeya@gmail.com> Sponsored by: EMC / Isilon Storage Division MFC after: 1 week Notes: svn path=/head/; revision=263812
* fix up an old email address and drop clause 3 of my copyright...John-Mark Gurney2014-03-262-10/+4
| | | | | | | | | bump date.. MFC after: 1 week Notes: svn path=/head/; revision=263760
* Update userspace users of hw.bus.devctl_disable.Mateusz Guzik2014-03-261-4/+4
| | | | | | | | | | | This fixes breakage resulting from r263754. Reported by: AN <andy@neu.net> Reviewed by: imp Pointy hat to: me Notes: svn path=/head/; revision=263758
* Adds the ADC driver for TI AM3xxx SoC family.Luiz Otavio O Souza2014-03-242-1/+123
| | | | | | | | | | | | | | | | | | | | | | The ADC has a 12bit resolution and its raw output can be read via sysctl(8) interface. The driver allows the setup of ADC clock, samples average and open delay (the number of clock cycles to wait before start the conversion). The TSC_ADC module is set in the general purpose mode (no touchscreen support). Tested on Beaglebone-black. Written based on AM335x TRM. Reviewed by: rpaulo Approved by: adrian (mentor) Tested by: me, Brian J. McGovern, Sulev-Madis Silber (ketas) Notes: svn path=/head/; revision=263693
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-222-6/+6
| | | | | | | | | | | | | | | | | To reduce the diff struct pcu.cnt field was not renamed, so PCPU_OP(cnt.field) is still used. pc_cnt and pcpu are also used in kvm(3) and vmstat(8). The goal was to not affect externally used KPI. Bump __FreeBSD_version_ in case some out-of-tree module/code relies on the the global cnt variable. Exp-run revealed no ports using it directly. No objection from: arch@ Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=263620
* cxgbe(4): man page updates.Navdeep Parhar2014-03-201-13/+48
| | | | Notes: svn path=/head/; revision=263451
* share/man/man7/tests.7Alan Somers2014-03-201-49/+62
| | | | | | | | | | | | | Added a section on test suite configuration, and cleaned up up grammar errors and awkward prose. The config variables were discussed on freebsd-testing. Discussed with: Garrett Cooper, jmmv MFC after: 2 weeks Sponsored by: Spectra Logic Corporation Notes: svn path=/head/; revision=263428
* Switch to standard 2-clause licenseEd Maste2014-03-181-3/+0
| | | | | | | | Approved by: hps@ Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=263308
* Update nvme(4) and nvd(4) man pages to clarify the differences betweenJim Harris2014-03-182-7/+24
| | | | | | | | | | their respective device nodes. Sponsored by: Intel MFC after: 3 days Notes: svn path=/head/; revision=263303
* Use standard FreeBSD license disclaimerEd Maste2014-03-183-34/+34
| | | | | | | | | | The original was accidentally copied from a NetBSD Foundation copyright block. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=263298
* Add missing usfs manual page.Hans Petter Selasky2014-03-182-0/+63
| | | | | | | | Suggested by: Sascha Wildner <swildner@gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=263294
* Add missing umoscom manual page.Hans Petter Selasky2014-03-182-0/+67
| | | | | | | | Suggested by: Sascha Wildner <swildner@gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=263293
* Correctly name USB template manual page and install it by default.Hans Petter Selasky2014-03-182-0/+1
| | | | | | | | Suggested by: Sascha Wildner <swildner@gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=263292
* Update USB template manual page.Hans Petter Selasky2014-03-181-10/+9
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=263291
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-182-14/+0
| | | | | | | | | | | | | | The NetBSD Foundation states "Third parties are encouraged to change the license on any files which have a 4-clause license contributed to the NetBSD Foundation to a 2-clause license." This change removes clauses 3 and 4 from copyright / license blocks that list The NetBSD Foundation as the only copyright holder. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=263289
* share/man/man9/counter.9Alan Somers2014-03-171-1/+1
| | | | | | | | | | | | Fix logic error in the description of counter_u64_alloc: the command may fail only if M_NOWAIT is specified, not M_WAITOK. Reviewed by: glebius MFC after: 2 weeks Sponsored by: Spectra Logic Corporation Notes: svn path=/head/; revision=263271
* Add Tx/Rx multiqueue support to vmx(4)Bryan Venteicher2014-03-171-0/+23
| | | | | | | | | | | | | | As a prerequisite for multiple queues, the guest must have MSIX enabled. Unfortunately, to work around device passthrough bugs, FreeBSD disables MSIX when running as a VMWare guest due to the hw.pci.honor_msi_blacklist tunable; this tunable must be disabled for multiple queues. Also included is various minor changes from the projects/vmxnet branch. MFC after: 1 month Notes: svn path=/head/; revision=263259
* Xref pthread_cancel...John-Mark Gurney2014-03-162-2/+4
| | | | | | | | | | bump Dd, _exit was still dated 1996! yes, it has been modified a few times since then... MFC after: 1 week Notes: svn path=/head/; revision=263216
* Garbage collect long time obsoleted (or never used) stuff from routing API.Gleb Smirnoff2014-03-152-4/+0
| | | | Notes: svn path=/head/; revision=263203
* A miss from r263140.Gleb Smirnoff2014-03-141-1/+0
| | | | Notes: svn path=/head/; revision=263178
* Remove AppleTalk support.Gleb Smirnoff2014-03-145-19/+6
| | | | | | | | | | | | | AppleTalk was a network transport protocol for Apple Macintosh devices in 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk was a legacy protocol and primary networking protocol is TCP/IP. The last Mac OS X release to support AppleTalk happened in 2009. The same year routing equipment vendors (namely Cisco) end their support. Thus, AppleTalk won't be supported in FreeBSD 11.0-RELEASE. Notes: svn path=/head/; revision=263152
* multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-1469-345/+69
| | | | | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste Notes: svn path=/head/; revision=263142
* Remove IPX support.Gleb Smirnoff2014-03-149-166/+4
| | | | | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE. Notes: svn path=/head/; revision=263140
* remove link to the missing AMD Geode LX SB man page... we can add itJohn-Mark Gurney2014-03-131-1/+0
| | | | | | | back once someone cares enough to write one.. Notes: svn path=/head/; revision=263110
* Connect the hyperv drivers to the build.Glen Barber2014-03-132-0/+7
| | | | | | | | | MFC after: 5 days X-MFC-With: r263105 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=263106
* Add hyperv manual pages provided by Microsoft, formattedGlen Barber2014-03-137-0/+632
| | | | | | | | | | | | | for FreeBSD standards. Very little, if any, content was modified. These are not yet linked to the build. Submitted by: Abhishek Gupta (abgupta!microsoft dot com) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=263105
* Merge ^/projects/release-embedded into ^/head.Glen Barber2014-03-051-1/+72
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After several months of testing and fixing (and breaking) various parts of release/release.sh changes, it is now possible to build FreeBSD/arm images as part of the release process. When EMBEDDEDBUILD is set in the release.conf file, release.sh will create the build environment, then run a separate script in release/${XDEV}/release.sh [1]. Currently, only arm is supported. The release/${XDEV}/release.sh configures the build environment specific for the target image, such as installing gcc(1), installing additional third-party software from the ports tree, and fetching external sources. Once the build environment is set up, release/${XDEV}/release.sh runs Crochet, written by Tim Kientzle, which builds the userland and kernel, and creates an image that can be written to an SD card with dd(1). Many thanks to Tim for his work on Crochet. Sample configurations for FreeBSD/arm boards are in the release/arm/ directory, and Crochet configuration files for each board are located in release/tools/arm/. Supported boards at this time are: BEAGLEBONE, PANDABOARD, RPI-B, and WANDBOARD-QUAD. Adding support for additional boards will continue in the projects/release-embedded/ branch, and incrementally merged back to head/. Many thanks to the FreeBSD Foundation for the support and sponsorship of this project. [1] XDEV is used in order to keep the various configurations organized by architecture, but since TARGET and TARGET_ARCH are used to build the chroot, the values of those variables cannot be used. MFC after: 1 month Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=262810
* | - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use counter(9) for rt_pksent (former rt_rmx.rmx_pksent). This removes another cache trashing ++ from packet forwarding path. - Create zini/fini methods for the rtentry UMA zone. Via initialize mutex and counter in them. - Fix reporting of rmx_pksent to routing socket. - Fix netstat(1) to report "Use" both in kvm(3) and sysctl(3) mode. The change is mostly targeted for stable/10 merge. For head, rt_pksent is expected to just disappear. Discussed with: melifaro Sponsored by: Netflix Sponsored by: Nginx, Inc. Notes: svn path=/head/; revision=262763
* | mdoc cleanup.Christian Brueffer2014-02-282-5/+10
| | | | | | | | | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=262603
* | release.sh:Glen Barber2014-02-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a VCSCMD variable that defaults to 'svn checkout', and update places 'svn co' is used directly. - After sourcing a configuration file, prefix SRCBRANCH, PORTBRANCH, and DOCBRANCH with the SVNROOT. - Properly capitalize 'FreeBSD.org' in the default SVNROOT. - Update Copyright. release.conf.sample: - Add an example to use git instead of svn, by nullifying SVNROOT, and setting SRCBRANCH, DOCBRANCH, and PORTBRANCH to the URL fo a git repository. release.7: - Document VCSCMD. Submitted by: Rick Miller (based on) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=262499
* | Update ATP manual page.Hans Petter Selasky2014-02-241-3/+4
| | | | | | | | | | | | | | | | Submitted by: Rohit Grover <rgrover1@gmail.com> MFC after: 2 weeks Notes: svn path=/head/; revision=262455
* | hier(7): Add /usr/lib/privateEitan Adler2014-02-241-0/+3
| | | | | | | | | | | | | | | | Requested by: theraven MFC After: 3 days Notes: svn path=/head/; revision=262451
* | Update ATP driver:Hans Petter Selasky2014-02-231-19/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Support for double-tap and drag. - Support for 2-finger horizontal scrolling which translates to page-back/forward events. - Single finger tap is equivalent to a left-button press. - Two-finger taps are mapped to the right-button click. - Three fingers are mapped to middle button. - Add sysctl to disable single finger tapping. - Fix for multiple open of /dev/atp0 - Enhanced support for the Fountain/Geyser family by adding Geyser4. - Update manual page. Submitted by: Rohit Grover <rgrover1@gmail.com> MFC after: 2 weeks Notes: svn path=/head/; revision=262417
* | Regen after WITHOUT_DMA -> WITHOUT_DMAGENT renamingBaptiste Daroussin2014-02-221-4/+4
| | | | | | | | Notes: svn path=/head/; revision=262336
* | Grammar fixIvan Voras2014-02-221-1/+1
|/ | | | | | | Submitted by: Warren Block wblock AT wonkity.com Notes: svn path=/head/; revision=262332
* Explain how and where kern.cam.ada.write_cache can be set in practicalIvan Voras2014-02-211-3/+8
| | | | | | | | | | situations. Reviewed by: hrs Approved by: mav Notes: svn path=/head/; revision=262294
* Regen after addition of WITHOUT_DMABaptiste Daroussin2014-02-211-1/+6
| | | | Notes: svn path=/head/; revision=262283
* Spelling, grammar and mdoc cleanup.Christian Brueffer2014-02-202-30/+46
| | | | Notes: svn path=/head/; revision=262246
* Fix a cross-reference.Christian Brueffer2014-02-201-1/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=262243
* Spelling, grammar and mdoc cleanup.Christian Brueffer2014-02-191-14/+16
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=262233
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAChristian Brueffer2014-02-165-159/+0
| | | | | | | | | | nForce MCP adapters for a long time. Yays: jhb, remko, yongari Nays: none on the current and stable lists Notes: svn path=/head/; revision=261975
* Add forgotten rc.conf(5) update with r261931Bryan Drewery2014-02-151-1/+21
| | | | | | | | | Reviewed by: trasz Approved by: bapt (mentor) MFC after: 1 week Notes: svn path=/head/; revision=261932
* complete svn 261909 - new netmap version.Luigi Rizzo2014-02-151-90/+193
| | | | | | | | | since i updated the manpage i might as well commit it. MFC after: 3 days Notes: svn path=/head/; revision=261912
* Fix a typo, C_ALSOLUTE -> C_ABSOLUTE.Ian Lepore2014-02-151-1/+1
| | | | Notes: svn path=/head/; revision=261908
* update taskqueue(9) manual pageAndriy Gapon2014-02-142-2/+78
| | | | | | | | | | Many thanks to bjk, gjb and pluknet for improvements and suggestions. MFC after: 5 days Sponsored by: HybridCluster Notes: svn path=/head/; revision=261890
* Add OFW support to the in tree gpio compatible devices: gpioiic(4) andLuiz Otavio O Souza2014-02-132-3/+135
| | | | | | | | | | | | | | | | | | | gpioled(4). Tested on RPi and BBB (using the hardware I2C controller and gpioiic(4) for the I2C tests). It was also verified for regressions on RSPRO (MIPS/ar71xx) used as reference for a non OFW-based system. Update the gpioled(4) and gpioiic(4) man pages with some details and examples about the FDT/OFW support. Some compatibility details pointed out by imp@ will follow in subsequent commits. Approved by: adrian (mentor, implicit) Notes: svn path=/head/; revision=261843
* Add a deprecation notice to nve.4 and Xref nfe.4.Christian Brueffer2014-02-131-1/+10
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=261838
* Bump .Dd forgotten in r261832.Niclas Zeising2014-02-131-1/+1
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=261834
* Add cross references between rc.conf(5) and jail.conf(5).Niclas Zeising2014-02-131-0/+1
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=261832