summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* NetBSD 6.1 added.maxim2013-05-201-1/+2
|
* Build bmake by default.sjg2013-05-161-1/+1
| | | | | | | If someone explicitly builds usr.bin/make while MK_BMAKE==yes, install it as 'fmake'. Reviewed by: brooks
* Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 fordavidcs2013-05-152-0/+94
| | | | | | | QLogic 8300 Series Adapters Submitted by: David C Somayajulu (davidcs@freebsd.org) QLogic Corporation Approved by: George Neville-Neil (gnn@freebsd.org)
* Document WITHOUT_CROSS_COMPILER and WITHOUT_FORMAT_EXTENSIONS.brooks2013-05-151-0/+10
|
* Add support for an external cross compiler. The cross compiler isbrooks2013-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | specified by passing the XCC, XCXX, and XCPP variables (corresponding to CC, CXX, and CPP) to buildworld/buildkernel. The compiler must be clang or be configured to target the appropriate architecture. To speed build times, if XCC is an absolute path or WITHOUT_CROSS_COMPILER is defined then no cross compiler will be built during the cross-tools stage. Limited documentation of this feature can currently be found at: https://wiki.freebsd.org/ExternalToolchain This functionality should be considered experimental and is subject to change without notice. Sponsored by: DARPA, AFRL Discussed with: imp, sjg
* Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related tobrooks2013-05-151-0/+1
| | | | | | | checking our kernel printf extensions. This is useful to allow compilers without these extensions to build kernels. Sponsored by: DARPA, AFRL
* mdoc sweepjoel2013-05-133-19/+45
|
* mdoc sweep.joel2013-05-123-3/+5
|
* Fix several typoseadler2013-05-121-1/+1
| | | | | | PR: kern/176054 Submitted by: Christoph Mallon <christoph.mallon@gmx.de> MFC after: 3 days
* Add the letter 'x' to the font iso05-8x16.fnteadler2013-05-121-1/+1
| | | | | | PR: 169797 Submitted by: Takefu <takefu@airport.fm> MFC after: 3 days
* Fxi a bunch of typos.eadler2013-05-102-2/+2
| | | | | PR: misc/174625 Submitted by: Jeremy Chadwick <jdc@koitsu.org>
* Add the letter 'q' to the font iso05-8x16.fnteadler2013-05-101-1/+1
| | | | | | | PR: 72585 PR: 169797 Submitted by: Takefu <takefu@airport.fm> Submitted by: Satoshi KImura <satosi.kimura@nifty.ne.jp>
* Start sentences on new lines.eadler2013-05-091-2/+4
|
* Minor improvements.joel2013-05-081-4/+6
|
* s/Numer/Number/sbruno2013-05-081-1/+1
| | | | Submitted by: Jeremy Chadwick <jdc@koitsu.org>
* Manual page for acpi_rapidstart(4) driver.takawata2013-05-081-0/+82
| | | | | | | | | | | | | | | ---- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. AM acpi_rapidstart.4
* By request, add an arrow from NetBSD-0.8 to FreeBSD-1.0.eadler2013-05-071-17/+17
| | | | | | | While here, add a few more NetBSD versions to the tree itself. Submitted by: Alan Barrett <apb@cequrux.com> Submitted by: Thomas Klausner <wiz@netbsd.org>
* I miscopied the previous date. Also add another NetBSD release.eadler2013-05-071-1/+2
| | | | Obtained from: NetBSD
* Add two missing NetBSD releaseseadler2013-05-071-0/+2
| | | | Obtained from: NetBSD
* Kill yet another reference to UserConfiggavin2013-05-041-1/+1
|
* Update Intel email address.eadler2013-05-024-8/+8
| | | | | | PR: docs/175349 Submitted by: Lars Eggert <lars@netapp.com> Discussed with: jfv
* Add DragonFly BSD 3.4.1, released April 29 2013.zeising2013-05-011-1/+2
| | | | Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
* Add OpenBSD 5.3, released today, May 1 2013.zeising2013-05-011-0/+5
|
* Fix the man page installation broken in r250079. Pointy hat to me.carl2013-04-301-1/+2
| | | | | | | Thanks to Florian Smeets for pointing this out and providing a patch. Submitted by: Florian Smeets <flo@smeets.im> Approved by: jimharris (mentor)
* Add a new driver to support the Intel Non-Transparent Bridge(NTB).carl2013-04-292-0/+119
| | | | | | | | | | | | | | | | | | | | The NTB allows you to connect two systems with this device using a PCI-e link. The driver is made of two modules: - ntb_hw which is a basic hardware abstraction layer for the device. - if_ntb which implements the ntb network device and the communication protocol. The driver is limited at the moment to CPU memcpy instead of using DMA, and only Back-to-Back mode is supported. Also the network device isn't full featured yet. These changes will be coming soon. The DMA change will also bring in the ioat driver from the project branch it is on now. This is an initial port of the GPL/BSD Linux driver contributed by Jon Mason from Intel. Any bugs are my contributions. Sponsored by: Intel Reviewed by: jimharris, joel (man page only) Approved by: jimharris (mentor)
* mdoc improvementsjoel2013-04-281-8/+16
|
* Add an alternate version of beastie to the examples directory.eadler2013-04-282-0/+2474
| | | | | | | PR: docs/38556 Submitted by: Rahul Siddharthan <rsidd@online.fr> Submitted on: 25 May 2002 22:49:56 -0000 MFC After: 2 weeks
* Polish devcfg(4) slightly: add \n after the end of every sentence.wkoszek2013-04-271-13/+16
|
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-272-1/+85
| | | | | | Submitted by: Thomas Skibo <ThomasSkibo (at) sbcglobal.net> Tested by: wkoszek (ZedBoard) Reviewed by: wkoszek, freebsd-arm@ (no objections raised)
* Remove the WITH_IDEA option and build it unconditionally.eadler2013-04-261-4/+0
| | | | | | | | The European version of the patent expired in 2011. The US version of the patent expired in 2012 or prior. Reviewed by: des No objection from: cperciva, ehaupt
* Fix examples for overriding INSTALL to not suggest hardcodingbdrewery2013-04-262-3/+3
| | | | | | | | | | 'install' since it breaks buildworld after the introduction and use of 'install -l' in r245752. Overriding INSTALL causes /usr/bin/install to be used instead of the proper /usr/src/tools/install.sh which handles the new flag. Approved by: bapt MFC after: 2 weeks
* Document constantness of dst argument to if_output.glebius2013-04-261-2/+2
| | | | Submitted by: pluknet
* On those machines that use critical(9) for counter(9) we need toglebius2013-04-261-0/+1
| | | | include systm.h.
* Add myself as a src committerasomers2013-04-241-0/+3
| | | | Approved by: ken (mentor)
* Add myself to the committers list.ken2013-04-241-0/+1
|
* Fix the Dvorak Programmer Keymapeadler2013-04-241-2/+1
| | | | | PR: conf/177572 Submitted by: Sean DuBois <sean@siobud.com>
* iso639: Add Standard Moroccan Tamazight.eadler2013-04-241-0/+1
| | | | | | See http://www.loc.gov/standards/iso639-2/php/code_changes.php Obtained from: DragonflyBSD (commit 2d64ea1d0ec1beacc8f4e22353b7eb84c6f2b3f0)
* Update description of process status output.joel2013-04-221-3/+4
| | | | | PR: 143850 Submitted by: Slaven Rezic <slaven@rezic.de>
* Pass more variables to bsd.prog.mk andsjg2013-04-221-2/+5
| | | | | | only append to already defined variables. Submitted by: Garrett Cooper
* Fix manual page.hselasky2013-04-211-2/+2
| | | | | PR: usb/177896 Submitted by: Leif Velcro <velcroleaf@rocketmail.com>
* Remove cross-references to nonexistent CPU_SET(3) manpage.joel2013-04-212-4/+2
| | | | | | | Also fix cpu_getaffinity(2) document title. PR: 176317 Submitted by: brucec
* Add missing Pp. Also remove some minor whitespace.joel2013-04-201-1/+1
| | | | | PR: 177995 Submitted by: olgeni
* Make DELAY(9) reference pause(9).trasz2013-04-201-1/+3
|
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+4
| | | | | | | | | | | | | This compiler flag enforces that that people either mark variables static or use an external declarations for the variable, similar to how -Wmissing-prototypes works for functions. Due to the fact that Yacc/Lex generate code that cannot trivially be changed to not warn because of this (lots of yy* variables), add a NO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off this specific compiler warning. Announced on: toolchain@
* Remove EOL whitespace.joel2013-04-181-2/+2
|
* Document jail_<jname>_parameters option.jlh2013-04-171-0/+36
| | | | | | | | The description explains why we should not configure "path", "host.hostname", "command", "ip4.addr" and ip6.addr" parameters with this, but rather use the historical rc.conf(5) options. MFC after: 3 days
* - Correct spelling in commentsgabor2013-04-172-2/+2
| | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
* - Correct mispellings of word andgabor2013-04-172-2/+2
| | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
* Fixing a typo.hiren2013-04-151-1/+1
| | | | | Submitted by: Benedikt Steinbusch (benedikt.steinbusch@googlemail.com) Approved by: sbruno (mentor)
* Add some more dates and relationships.gavin2013-04-121-2/+6
| | | | Submitted by: jkoshy, gj, dfr
OpenPOWER on IntegriCloud