| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: kib (mentor)
|
| |
|
|
|
|
|
|
|
| |
loaded via loader.conf.
Submitted by: jwd@
MFC after: 3 days
|
|
|
|
| |
Approved by: luigi@
|
|
|
|
| |
Approved by: bcr, gjb (mentors)
|
|
|
|
|
| |
MFC after: 1 month
X-MFC-With: r251084, r251085
|
| |
|
| |
|
|
|
|
|
|
| |
The build system is really intricate and I had a hard time to remind the
whole picture even when reading my own words. This one will hopefully
be better.
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
| |
Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the 'aac' driver.
Approved by: scottl (mentor)
|
|
|
|
| |
We can simply create an empty file by doing a no-op and redirecting stdout.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
If someone explicitly builds usr.bin/make while MK_BMAKE==yes,
install it as 'fmake'.
Reviewed by: brooks
|
|
|
|
|
|
|
| |
QLogic 8300 Series Adapters
Submitted by: David C Somayajulu (davidcs@freebsd.org) QLogic Corporation
Approved by: George Neville-Neil (gnn@freebsd.org)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
checking our kernel printf extensions. This is useful to allow
compilers without these extensions to build kernels.
Sponsored by: DARPA, AFRL
|
| |
|
| |
|
|
|
|
|
|
| |
PR: kern/176054
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
MFC after: 3 days
|
|
|
|
|
|
| |
PR: 169797
Submitted by: Takefu <takefu@airport.fm>
MFC after: 3 days
|
|
|
|
|
| |
PR: misc/174625
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
|
|
|
|
|
|
|
| |
PR: 72585
PR: 169797
Submitted by: Takefu <takefu@airport.fm>
Submitted by: Satoshi KImura <satosi.kimura@nifty.ne.jp>
|
| |
|
| |
|
|
|
|
| |
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
----
> 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
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
| |
Obtained from: NetBSD
|
| |
|
|
|
|
|
|
| |
PR: docs/175349
Submitted by: Lars Eggert <lars@netapp.com>
Discussed with: jfv
|
|
|
|
| |
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
| |
|
|
|
|
|
|
|
| |
Thanks to Florian Smeets for pointing this out and providing a patch.
Submitted by: Florian Smeets <flo@smeets.im>
Approved by: jimharris (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
PR: docs/38556
Submitted by: Rahul Siddharthan <rsidd@online.fr>
Submitted on: 25 May 2002 22:49:56 -0000
MFC After: 2 weeks
|
| |
|
|
|
|
|
|
| |
Submitted by: Thomas Skibo <ThomasSkibo (at) sbcglobal.net>
Tested by: wkoszek (ZedBoard)
Reviewed by: wkoszek, freebsd-arm@ (no objections raised)
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
'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
|
|
|
|
| |
Submitted by: pluknet
|
|
|
|
| |
include systm.h.
|
|
|
|
| |
Approved by: ken (mentor)
|
| |
|