summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Configuration changes/updates!adrian2012-03-121-4/+12
* Remove a stale comment.scottl2012-03-121-1/+0
* - Although we pass first 4 arguments in registers, function callinf ABI requiresgonzo2012-03-121-7/+9
* Final pass at having devices use their bus parent for dma tags. Thescottl2012-03-127-14/+11
* Remove comments about creating DMA tags as children of the DMA tags of theirjmallett2012-03-129-9/+0
* Use 64-bit bus space constants on 64-bit kernels.jmallett2012-03-121-3/+11
* Fix a bug running the autoinstall functionality.jpaetzel2012-03-121-1/+1
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-1216-37/+82
* Remove more unused stuff, primarily a set of (unused, thankfully) PIOjmallett2012-03-123-265/+3
* This header file no longer exists when doing cross builds, so remove it.adrian2012-03-121-1/+0
* Fix VNET build broken by r232865.melifaro2012-03-122-3/+3
* This fixes PR 165210. Basically we justrrs2012-03-121-0/+1
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.melifaro2012-03-127-172/+903
* Rtld on diet part 2:kib2012-03-121-72/+76
* Rtld on diet part 1:kib2012-03-121-0/+40
* Allways call fdrop().pho2012-03-121-5/+3
* Amend r232857, now dropping the casts entirely, as they were notdim2012-03-121-2/+2
* After r232548, clang complains about the apparent '=-' operator (adim2012-03-121-1/+1
* Fix the following warning/error with clang:dim2012-03-121-2/+2
* When iterating over the dso program headers, the object is not initializedkib2012-03-121-1/+4
* Remove more unused code and declarations, and add dire warnings to the 64-bitjmallett2012-03-129-241/+9
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-1223-23/+25
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-1213-254/+3
* Tune cpuset macros to optimize cases when CPU_SETSIZE fits into singlemav2012-03-121-7/+14
* Simplify the error checking in one branch of trap_pfault() and updatealc2012-03-121-11/+14
* Make if_ierrors updated whenever any of the following counters areyongari2012-03-122-0/+8
* Show PCI bus speed and width as well as running mode of PCI-Xyongari2012-03-122-7/+59
* Add workaround for PCI-X BCM5704 controller that live behindyongari2012-03-122-3/+68
* - Rename apb_intr to apb_filter since it's a filter handlergonzo2012-03-121-5/+38
* Implement pmc_save_user_callchain and pmc_save_kernel_callchain for MIPSgonzo2012-03-121-10/+308
* Begin modifying the PB92 config file to actually generate a flashable,adrian2012-03-121-28/+40
* Remove extraneous log messageemaste2012-03-121-6/+0
* Simplify the error checking in one branch of trap_pfault() and updatealc2012-03-121-10/+5
* Fix whitespace.ed2012-03-111-8/+8
* We've supported 64-bit PTEs for some time.jmallett2012-03-112-18/+0
* sh: Add a test for variables with underscores in arithmetic.jilles2012-03-111-0/+4
* Remove superfluous brackets.kib2012-03-111-1/+1
* Do schedule delayed writes for async mounts.kib2012-03-111-7/+11
* Do not fall back to slow synchronous i/o when low on memory or buffers.kib2012-03-111-2/+4
* In ffs_syncvnode(), pass boolean false as second argument of ffs_update().kib2012-03-111-1/+1
* Remove not needed ARGSUSED lint command.kib2012-03-111-1/+0
* Stop calling _init/_fini methods from crt1 for dynamic binaries. Dokib2012-03-1116-180/+187
* Add support for preinit, init and fini arrays. Some ABIs, inkib2012-03-1113-14/+230
* Add a header with definitions useful for constructing ELF notes.kib2012-03-111-0/+38
* ELF image can have several PT_NOTE program headers. Look for the ELFkib2012-03-111-20/+27
* Upgrade the netgraph vlan node to support 802.1q, encapsulation type,adrian2012-03-112-150/+427
* - remove an extra parenthesis in a closing brace;luigi2012-03-111-1/+6
* Update comment.kib2012-03-111-1/+1
* Fix a bug introduced in r223938; on big-endian machines coping a 32-bitmarius2012-03-111-0/+15
* Remove fifo.h. The only used function declaration from the header iskib2012-03-1114-54/+7
OpenPOWER on IntegriCloud