summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Make the directory mapping functionality, which was previously onlydes2013-09-211-77/+73
| | | | | | | | | available in 32-bit compatibility mode, unconditional. Overhaul the man page, which had evolved more by accretion than by design. Approved by: re (gjb) MFC after: 3 weeks
* Substantial rewrite of bxe(4) to add support for the BCM57712 anddavidch2013-09-203-75/+249
| | | | | | | BCM578XX controllers. Approved by: re MFC after: 4 weeks
* Regenerate after addition of WITH_LLDBemaste2013-09-201-1/+16
| | | | Approved by: re (blanket)
* Add LLDB bmake infrastructureemaste2013-09-201-0/+5
| | | | | | | | | | | This connects LLDB to the build, but it is disabled by default. Add WITH_LLDB= to src.conf to build it. Note that LLDB requires a C++11 compiler so is disabled on platforms using GCC. Approved by: re (gjb) Sponsored by: DARPA, AFRL
* cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2)bdrewery2013-09-191-4/+4
| | | | | | | | and cap_rights_get(2) in r247602 Reviewed by: pjd Approved by: gjb Approved by: re (rodrigc)
* mdoc: sort SEE ALSO.joel2013-09-181-1/+1
| | | | Approved by: re (blanket)
* Add EXAMPLES section to explain the format of fstab(5).hrs2013-09-171-1/+36
| | | | | Approved by: re (marius) Reviewed by: wblock
* Remove description "ifconfig_IF_aliasN is deprecated". While thishrs2013-09-171-5/+3
| | | | | | | sentence was added in 2005, many users still need it. Approved by: re (gjb) PR: docs/162354
* share/i18n: Fix installworld with read-only obj.jilles2013-09-172-16/+20
| | | | | | | | | | | | | Since iconv was enabled (r254273, August 13), it has been impossible to installworld using a read-only obj tree. This is common with NFS. Parts of share/i18n unconditionally rebuild files like mapper.dir during installation. This patch ensures the files like mapper.dir are not rewritten with the same contents. Tested by: joel Approved by: re (hrs)
* psm: Update "struct synapticshw" in psm(4) man pagedumbbell2013-09-171-1/+4
| | | | | | | This structure was updated in r255153 and r255154. PR: kern/170834 Approved by: re (hrs)
* Set the correct path for LIBUNBOUND.des2013-09-171-1/+1
| | | | Approved by: re (blanket)
* Regnerate.des2013-09-151-3/+10
| | | | Approved by: re (blanket)
* Build and install the Unbound caching DNS resolver daemon.des2013-09-152-0/+5
| | | | Approved by: re (blanket)
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+3
| | | | | | Reviewed by: ken (parts) Approved by: re (delphij) Sponsored by: FreeBSD Foundation
* Correct my inability to do math and provide a GOOD example.sbruno2013-09-131-1/+1
| | | | Approved by: re (implicit)
* Add gpio(4) man page to attempt to document the current hints based setup ofsbruno2013-09-132-0/+177
| | | | | | | | | | | | | | | | pin outputs, functions and setup. Add cross reference in gpioctl(8) for people to find. This is by no means complete and really only covers gpioled(4) and the Atheros based systems who expose a few extra hints at boot time. This should be updated by developers who know more about this system than I and viewed as the beginning of documentation, not the end. Reviewed by: adrian Approved by: re (joel) MFC after: 2 weeks
* mdoc: fix list width.joel2013-09-131-1/+1
| | | | Approved by: re (blanket)
* Do not install freebsd-update.conf.5 manual if WITHOUT_FREEBSD_UPDATE isgjb2013-09-131-1/+4
| | | | | | | | set. MFC after: 3 days Approved by: re (delphij) Sponsored by: The FreeBSD Foundation
* - Document the UQUAD sysctl variants.jhb2013-09-123-12/+32
| | | | | | | | | | - Clarify that exactly one of the "access" flags is required and list the optional flags in a separate list. Prefer bundling CTLFLAG_TUN into the access flag by not documenting it as an optional flag to set. Approved by: re (glebius) MFC after: 1 week
* Document several recent changes to vm_map_find(9):jhb2013-09-121-22/+56
| | | | | | | | | | | - Document the max_addr parameter that restricts mappings to a subset of the map's address space. - Document VMFS_ALIGNED_SPACE and update for the rename of VMFS_SUPER_SPACE. In addition, use a table that describes the different find space strategies in more detail. Reviewed by: alc Approved by: re (kib)
* Remove documentation describing functionality which geom(4) does not,cperciva2013-09-101-19/+1
| | | | | | | | in fact, provide. Reviewed by: phk MFC after: 3 days Approved by: re (gjb)
* Clean up the Kerberos build by turning libheimipcc and libheimipcs intodes2013-09-101-0/+2
| | | | | | | | private shared libraries, instead of hacked-together archives of PIC objects. This makes it possible to build a static libkrb5 that works. Reviewed by: stas Approved by: re (gjb)
* Emit the correct standard library dependency line for C++ programs. Indes2013-09-091-1/+1
| | | | | | | | the CLANG_IS_CC case, the default is now libc++. Only use libstdc++ if !CLANG_IS_CC or it was explicitly requested in CXXFLAGS. Submitted by: theraven Approved by: re (gjb)
* Make libldns and libssh private.des2013-09-081-2/+2
| | | | Approved by: re (blanket)
* Create a private library directory (LIBPRIVATEDIR) for libraries whichdes2013-09-083-20/+39
| | | | | | | | | | | | | | we don't want to expose but which can't or shouldn't be static. To mark a library as private, define PRIVATELIB in its Makefile. It will be installed in LIBPRIVATEDIR, which is normally /usr/lib/private (or /usr/lib32/private for 32-bit libraries on 64-bit platforms). To indicate that a program or library depends on a private library, define USEPRIVATELIB in its Makefile. The correct version of LIBPRIVATEDIR will be added to its run-time library search path. Approved by: re (blanket)
* MFCmarkm2013-09-072-8/+56
|\
| * Regenerate after unhooking gcc/g++ from the default build for some arches.zeising2013-09-061-7/+26
| |
| * Only set -Wno-c++11-extensions if we're building with clang, so bootstrappingtheraven2013-09-061-0/+3
| | | | | | | | clang with gcc doesn't fail.
| * Fix use of MACHINE_ARCH where MACHINE was intended for pc98 detection.theraven2013-09-061-1/+1
| | | | | | | | Reported by: nwhitehorn
| * On platforms where clang is the default compiler, don't build gcc or libstdc++.theraven2013-09-061-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To enable them, set WITH_GCC and WITH_GNUCXX in src.conf. Make clang default to using libc++ on FreeBSD 10. Bumped __FreeBSD_version for the change. GCC is still enabled on PC98, because the PC98 bootloader requires GCC to build (or, at least, hard-codes the use of gcc into its build). Thanks to everyone who helped make the ports tree ready for this (and bapt for coordinating them all). Also to imp for reviewing this and working on the forward-porting of the changes in our gcc so that we're getting to a much better place with regard to external toolchains. Sorry to all of the people who helped who I forgot to mention by name. Reviewed by: bapt, imp, dim, ...
* | MFCmarkm2013-09-069-212/+259
|\ \ | |/
| * Fix a typo.carl2013-09-051-1/+1
| | | | | | | | | | Approved by: jimharris Sponsored by: Intel
| * Add more references.mav2013-09-051-1/+5
| | | | | | | | | | Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 1 week
| * Add missing '2'.pjd2013-09-051-1/+1
| |
| * Remove trailing comma.pjd2013-09-051-1/+1
| |
| * Add myself as a new committer and cognet as my mentor.zbb2013-09-041-0/+2
| | | | | | | | Approved by: cognet (mentor)
| * Add myself to the list of ports committers.gnn2013-09-041-0/+3
| | | | | | | | Approved by: skreuzer (mentor)
| * add links for the various vmem functions...jmg2013-09-041-0/+7
| |
| * - Add myself as a src committerbr2013-09-041-0/+2
| | | | | | | | | | | | - Note cognet is my mentor Approved by: cognet (mentor)
| * Connect libexecinfo to the buildemaste2013-09-031-0/+1
| | | | | | | | Sponsored by: DARPA, AFRL
| * Since r254974, periodic scripts' period can be configuredjlh2013-09-031-208/+236
| | | | | | | | | | independently. There is no reason to leave their options with the daily ones, so move them to their own section.
* | MFCmarkm2013-09-012-4/+20
|\ \ | |/
| * Bring legacy CAM target implementation back into API/KPI-coherent and evenmav2013-09-011-4/+4
| | | | | | | | | | | | | | | | | | functional state. While CTL is much more superior target from all points, there is no reason why this code should not work. Tested with ahc(4) as target side HBA. MFC after: 2 weeks
| * Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branchbryanv2013-09-011-0/+16
| | | | | | | | | | | | This is a significant rewrite of much of the previous driver; lots of misc. cleanup was also performed, and support for a few other minor features was also added.
* | MFCmarkm2013-08-311-0/+1
|\ \ | |/
| * mdoc: add missing El.joel2013-08-301-0/+1
| |
* | Remove short-lived idea; thread to harvest (eg) RDRAND enropy into the usual ↵markm2013-08-301-19/+1
| | | | | | | | | | | | harvest queues. It was a nifty idea, but too heavyweight. Submitted by: Arthur Mesh <arthurmesh@gmail.com>
* | MFCmarkm2013-08-3010-121/+298
|\ \ | |/
| * Few more minor if_vmx tweaksbryanv2013-08-301-1/+20
| | | | | | | | | | | | | | - Allow the Rx/Tx queue sizes to be configured by tunables - Bail out earlier if the Tx queue unlikely has enough free descriptors to hold the frame - Cleanup some of the offloading capabilities handling
| * Fix after r255014antoine2013-08-291-4/+1
| |
OpenPOWER on IntegriCloud