summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add cross-references to casperd(8) and libcapsicum(3).pjd2014-02-071-1/+3
| | | | Suggested by: rwatson
* Add some context for the "kldload sem" command; minor other improvements.brueffer2014-02-071-3/+7
| | | | | | PR: 183650 Submitted by: Bjorn Heidotting MFC after: 1 week
* The atp USB driver is generic and its manual page should be availablehselasky2014-02-071-5/+2
| | | | | | for all platforms. Add wsp manual page to build. MFC after: 1 week
* Update atp driver manual page.hselasky2014-02-071-52/+1
| | | | | | Moused is now started automatically by devd. MFC after: 1 week
* Add manual page for wsp driver.hselasky2014-02-071-0/+96
| | | | MFC after: 1 week
* sysctl_handle_counter_u64() doesn't use arg2 argument, thus simplifyglebius2014-02-071-3/+3
| | | | | | the SYSCTL_COUNTER_U64() macro. Sponsored by: Nginx, Inc.
* Provide macros that allow easily export uma(9) zone limits andglebius2014-02-071-1/+38
| | | | | | | | | | | current usage via sysctl(9): SYSCTL_UMA_MAX() SYSCTL_ADD_UMA_MAX() SYSCTL_UMA_CUR() SYSCTL_ADD_UMA_CUR() Sponsored by: Nginx, Inc.
* In IPv6 code examples, use the correct v6 socket.brueffer2014-02-071-2/+2
| | | | MFC after: 1 week
* Add a manpage for the urndis driver.brueffer2014-02-062-0/+99
| | | | Obtained from: OpenBSD
* - Update a few places to account for va_copy().jhb2014-02-051-14/+23
| | | | | | | | | - Create a separate 'return values' section and move some statements about return values to that section. - Note that each invocation of va_start() and va_copy() must be paired with va_end() in the same function. MFC after: 1 week
* Actually install acpi_rapidstart.4.brueffer2014-02-041-0/+2
| | | | MFC after: 1 week
* Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority andambrisko2014-02-041-0/+11
| | | | | | | | | | | | | | | | | | | | allow mrsas(4) from LSI to attach to newer LSI cards that are support by mrsas(4). If mrsas(4) is not loaded into the system at boot then mfi(4) will always attach. If a modified mrsas(4) is loaded in the system. That modification is return "-30" in it's probe since that is between BUS_PROBE_DEFAULT and BUS_PROBE_LOW_PRIORITY. This option is controller by a new probe flag "MFI_FLAGS_MRSAS" in mfi_ident that denotes cards that should work with mrsas(4). New entries that should have this option. This is the first step to get mrsas(4) checked into FreeBSD and to avoid collision with people that use mrsas(4) from LSI. Since mfi(4) takes priority, then mrsas(4) users need to rebuild GENERIC. Using the .disabled="1" method doesn't work since that blocks attaching and the probe gave it to mfi(4). Discussed with: LSI (Kashyap Desai)
* Add back reference to buf(9) removed in r32223 as buf(9) was addedbdrewery2014-02-021-2/+2
| | | | | | in r42016. Approved by: bapt (mentor)
* MLINK ixgbe.4 to {if_ix.4, ix.4}. An update for ixgbe.4brueffer2014-01-311-0/+2
| | | | | | | | | which deals with the "ix prefix being shared by two drivers" situation is forthcoming. Thanks to dwhite for the ixgbe history lesson. MFC after: 1 week
* Sort Xr's.pluknet2014-01-311-1/+1
|
* [mdoc] Avoid a line break.pluknet2014-01-311-0/+1
|
* o NetBSD 6.1.3 added.maxim2014-01-311-14/+9
|
* add a few missing links...jmg2014-01-311-0/+4
| | | | | Submitted by: J David MFC after: 1 week
* Regenerate for WITHOUT_FMTREE and WITHOUT_NCURSESW.brooks2014-01-301-0/+9
| | | | | MFC after: 4 weeks Sponsored by: DARPA, AFRL
* Merge from CheriBSD:brooks2014-01-301-0/+1
| | | | | | | | | | | commit 2d581e8caf79d7a0f5a24590eccd06da90cccb74 Author: Brooks Davis <brooks@one-eyed-alien.net> Date: Mon Jan 27 22:57:51 2014 +0000 Add WITHOUT_FMTREE to disable building fmtree. MFC after: 4 weeks Sponsored by: DARPA, AFRL
* Merge from CheriBSD:brooks2014-01-302-11/+0
| | | | | | | | | | | | commit 6b569451b92c48ccf1768da32e7e89189e1aa253 Author: Brooks Davis <brooks@one-eyed-alien.net> Date: Mon Jan 27 22:50:46 2014 +0000 Always install nmtree as mtree. For compability, link mtree to nmtree. X-MFC after: never Sponsored by: DARPA, AFRL
* Merge from CheriBSD:brooks2014-01-301-0/+1
| | | | | | | | | | | | | commit c1acf022c533c5ae27e0cd556977eafe3f5959eb Author: Brooks Davis <brooks@one-eyed-alien.net> Date: Fri Jan 17 21:46:44 2014 +0000 Add an option WITHOUT_NCURSESW to suppress building and linking to libncursesw. While wide character support it useful we'd like to only need one ncurses library on embedded systems. MFC after: 4 weeks Sponsored by: DARPA, AFRL
* Revert outdated info related to WITH_LIBCPLUSPLUS that was included inbrooks2014-01-301-4/+4
| | | | r261072. src.conf.5 now matches makeman's output.
* link mbuf to m_append so it can be found...jmg2014-01-281-0/+1
| | | | | Pointed out by: J David MFC after: 1 week
* mdoc: fix several uses of the Fx macro to point to actual releases.uqs2014-01-282-2/+2
| | | | Found by: make manlint
* Add FreeBSD 2.2.9, the April Fools release.uqs2014-01-281-2/+5
| | | | | I decided not to extend the graph to the actual point in time when it was released, that would just look silly.
* Add missing 'n' after '\'skreuzer2014-01-281-1/+1
| | | | | Reported by: gavin Approved by: hrs (mentor)
* Add myself as a developerrodrigo2014-01-271-0/+3
| | | | | | Add bapt@ and kwm@ as mentors Approved by: kwm@ (co-mentor)
* Remove WITHOUT_ATF as it has been replaced by WITH_TESTSskreuzer2014-01-232-14/+4
| | | | | | PR: conf/185326 Reported by: Igor Mozolevsky <igor@hybrid-lab.co.uk> Approved by: hrs (mentor)
* add myself to committers-doc.dotskreuzer2014-01-221-0/+2
| | | | Approved by: hrs (mentor)
* Add myself to the src-committers list.tychon2014-01-211-0/+1
| | | | Approved by: neel (mentor)
* Add grembo as a ports committergrembo2014-01-211-0/+1
| | | | Approved by: flo (mentor)
* add myself to committers-doc.dotjgh2014-01-211-0/+5
| | | | Approved by: bcr (mentor)
* Add 11.0-CURRENT.gjb2014-01-211-1/+4
| | | | Sponsored by: The FreeBSD Foundation
* Add 10.0-RELEASE.gjb2014-01-211-1/+6
| | | | Sponsored by: The FreeBSD Foundation
* Correct value of LIBCOMPILER_RT.ed2014-01-181-1/+1
| | | | Caught by: Luca Bayer
* Replace LIBGCC by LIBCOMPILER_RT.ed2014-01-181-2/+1
| | | | | We now use libcompiler_rt on all platforms now. Instead of referring directly to -lgcc and LIBGCC, use -lcompiler_rt and LIBCOMPILER_RT.
* Add very simple virtio_random(4) driver to harvest entropy from hostbryanv2014-01-182-0/+63
| | | | Reviewed by: markm (random bits only)
* Remove notes about historical mbuf(9) allocator flags from documentation.glebius2014-01-162-24/+2
| | | | Sponsored by: Nginx, Inc.
* Support perl-based TAP-compliant test programs.jmmv2014-01-141-0/+27
| | | | | | | | | | | | | Introduce a TAP_TESTS_PERL primitive to list test programs written in perl. Only do this in tap.test.mk because I only expect perl-based test programs with this interface. This is very similar to TAP_TESTS_SH but the difference is that we record in the Kyuafile that the test program requires a perl interpreter. This in turn makes Kyua mark the test as skipped if the perl package is not yet installed, instead of mysteriously failing to run the program. MFC after: 5 days
* Support defining test program metadata from the Makefiles.jmmv2014-01-141-1/+15
| | | | | | | | | | | | | | | Introduce a new, per-test-program TEST_METADATA.<program> variable that contains a list of key/value paris describing metadata properties for that test program. These properties are later written into the auto-generated Kyuafile when using the KYUAFILE=auto functionality. This is to avoid having to supply hand-crafted Kyuafiles when the needs for metadata overrides are trivial. While doing this, and because I am documenting TEST_METADATA, take the chance to document the TEST_INTERFACE setting as well. MFC after: 5 days
* Move myself from ports alumni to active ports committer section.bmah2014-01-131-1/+2
| | | | | | Add an edge indicating mat as my ports mentor. Approved by: mat (mentor)
* Remove scary comment about this being a test key.bdrewery2014-01-131-1/+0
| | | | | | | | There has been no need to regenerate the signing key. Reported by: mat Approved by: bapt (mentor) MFC after: 3 days
* Fix dmesg(1) -> dmesg(8)bapt2014-01-131-1/+1
| | | | Reported by: trasz
* Update the BUGS section according the recent changes in kldload(8)bapt2014-01-131-3/+3
| | | | | Reviewed by: bdrewery MFC after: 1 week
* Add sglist_append_bio(9) to append a struct bio's data to a sglistbryanv2014-01-132-1/+13
| | | | Reviewed by: jhb, kib (long ago)
* Add myself as a ports committerriggs2014-01-111-0/+3
| | | | Approved by: thierry (mentor)
* Add the manual page for geom_uncompress(4).loos2014-01-102-0/+108
| | | | Approved by: adrian (mentor)
* Allow tests to provide a Kyuafile when they relied on auto-generation.jmmv2014-01-101-9/+14
| | | | | | | | | | | | | | | | | When generating a Kyuafile in the KYUAFILE=auto case, use a filename that is unlikely to clash with the filename used by explicitly-provided Kyuafiles. This allows a Makefile to set KYUAFILE=yes and provide a Kyuafile in the same directory when such Makefile was previously relying on KYUAFILE=auto. Fixes issues with new Kyuafiles not being picked up in NO_CLEAN builds (although manual intervention is required once, unfortunately, as described in UPDATING). Reviewed by: sjg MFC after: 1 week
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-1/+1
| | | | | | | | | | | The origin of WEP comes from IEEE Std 802.11-1997 where it defines whether the frame body of MAC frame has been encrypted using WEP algorithm or not. IEEE Std. 802.11-2007 changes WEP to Protected Frame, indicates whether the frame is protected by a cryptographic encapsulation algorithm. Reviewed by: adrian, rpaulo
OpenPOWER on IntegriCloud