aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a method to get the PCI RID for a device.Ryan Stone2014-04-019-0/+115
* Revert PCI RID changes.Ryan Stone2014-04-0120-428/+95
* Re-write bhyve's I/O MMU handling in terms of PCI RIDsRyan Stone2014-04-015-33/+30
* Re-implement the DMAR I/O MMU code in terms of PCI RIDsRyan Stone2014-04-016-47/+64
* Add a method to get the PCI Routing ID for a deviceRyan Stone2014-04-019-15/+334
* Add the svn revision number to the IPX note.Glen Barber2014-04-011-3/+3
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-0111-12/+12
* Don't test WITHOUT_FOO in program makefiles, test MK_FOO instead.Warner Losh2014-04-012-4/+6
* Remove support for legacy mips*eb names. Remove tests forWarner Losh2014-04-011-14/+0
* Remove check for clang and expand the comment. Newer versions of gccWarner Losh2014-04-011-4/+6
* There's no need to set the default for GNUCXX based on WITHOUT_CXXWarner Losh2014-04-011-9/+3
* Eliminate FDT being treated specially. When the BSDL DTC wasWarner Losh2014-04-011-9/+2
* Test MK_ARM_ABI rather than if WITHOUT_ARM_ABI is defined.Warner Losh2014-04-011-2/+2
* It is possible that MK_GNUCXX is "yes" but MK_CXX is "no" so make sureWarner Losh2014-04-012-2/+2
* Add gpiobus(4) as a link to gpio(4).Luiz Otavio O Souza2014-04-011-0/+1
* Add atf m4 files from the vendor branch.Julio Merino2014-04-019-1/+251
|\
* | - In the libiconv module for ISO 2022 restore the original order of theTijl Coosemans2014-04-0122-42/+42
* | Add new USB ID.Hans Petter Selasky2014-04-012-0/+2
* | Ensure make xdev respect which compiler is CCBaptiste Daroussin2014-04-011-6/+7
* | Add Cortex-A15 cpu id revisions.Ruslan Bukin2014-04-013-3/+15
* | Release i2c bus on detach.Ruslan Bukin2014-04-011-0/+13
* | Hide CTL messages about SCSI error responses. Too many users takeEdward Tomasz Napierala2014-03-311-3/+10
* | Make it possible to have multiple CTL worker threads. Leave the defaultEdward Tomasz Napierala2014-03-311-29/+40
* | Turns out name was used here when ACPI_DEBUG was defined, so refine myWarner Losh2014-03-311-0/+15
* | Update jemalloc to version 3.6.0.Jason Evans2014-03-3114-38/+80
* | ddb: Minor style cleanups.Pedro F. Giffuni2014-03-314-16/+16
* | Remove unused label.Andrey V. Elsukov2014-03-311-1/+0
* | Don't generate an ICMPv6 error message if packet was consumed by filter.Andrey V. Elsukov2014-03-311-4/+2
* | Merge r246607 by benno from projects/uefiEd Maste2014-03-311-3/+3
* | Document r263140, removal of IPX.Glen Barber2014-03-311-1/+3
* | Don't copy the MF flag from original IP header to ICMP error message.Andrey V. Elsukov2014-03-311-0/+1
* | Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-3111-12/+12
* | Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-3014-63/+22
* | There's no need to guess at the COMPILER_TYPE to pass it down. WeWarner Losh2014-03-302-28/+10
* | Move stray targets out of the xdev section.Warner Losh2014-03-301-2/+2
* | Kill NO_TESTS and use MK_TESTS=no when we want to skip them.Warner Losh2014-03-302-33/+19
* | Allow the build system to safely set MK_FOO to avoid the ambiguityWarner Losh2014-03-302-13/+19
* | When building g++, we need to build libsupc earlier to avoid a raceWarner Losh2014-03-301-0/+3
* | Convert an unused banner from skeleton.c into a comment.Baptiste Daroussin2014-03-301-3/+3
|\ \
| * | Convert an unused banner from skeleton.c into a comment.Baptiste Daroussin2014-03-301-3/+3
* | | add capsicum to units(1)Eitan Adler2014-03-301-0/+10
* | | Give hint on how to disable the default repository.Bryan Drewery2014-03-301-0/+8
* | | Add support for keyboard used in Samsung Chromebook (ARM machine)Ruslan Bukin2014-03-3016-31/+2909
* | | Add lowercase postfix, so SoC-common file will be ignored by tinderbox.Ruslan Bukin2014-03-303-2/+2
* | | Directly call kmem_alloc_contig to allocate framebuffer memoryRuslan Bukin2014-03-301-2/+6
* | | - Merge SoC-common partsRuslan Bukin2014-03-303-228/+134
* | | units(1): Add some missing unitsEitan Adler2014-03-301-0/+3
* | | Teach units(1) that an erg and ergon are the same thing.Eitan Adler2014-03-301-0/+1
* | | Use the correct variable name in the example code.Eitan Adler2014-03-301-1/+1
* | | Fix sizeof modifier for sizeof() in printfEitan Adler2014-03-301-1/+1