| Commit message (Expand) | Author | Age | Files | Lines |
* | Configuration changes/updates! | adrian | 2012-03-12 | 1 | -4/+12 |
* | Remove a stale comment. | scottl | 2012-03-12 | 1 | -1/+0 |
* | - Although we pass first 4 arguments in registers, function callinf ABI requires | gonzo | 2012-03-12 | 1 | -7/+9 |
* | Final pass at having devices use their bus parent for dma tags. The | scottl | 2012-03-12 | 7 | -14/+11 |
* | Remove comments about creating DMA tags as children of the DMA tags of their | jmallett | 2012-03-12 | 9 | -9/+0 |
* | Use 64-bit bus space constants on 64-bit kernels. | jmallett | 2012-03-12 | 1 | -3/+11 |
* | Fix a bug running the autoinstall functionality. | jpaetzel | 2012-03-12 | 1 | -1/+1 |
* | More conversions of drivers to use the PCI parent DMA tag. | scottl | 2012-03-12 | 16 | -37/+82 |
* | Remove more unused stuff, primarily a set of (unused, thankfully) PIO | jmallett | 2012-03-12 | 3 | -265/+3 |
* | This header file no longer exists when doing cross builds, so remove it. | adrian | 2012-03-12 | 1 | -1/+0 |
* | Fix VNET build broken by r232865. | melifaro | 2012-03-12 | 2 | -3/+3 |
* | This fixes PR 165210. Basically we just | rrs | 2012-03-12 | 1 | -0/+1 |
* | - Add ipfw eXtended tables permitting radix to be used for any kind of keys. | melifaro | 2012-03-12 | 7 | -172/+903 |
* | Rtld on diet part 2: | kib | 2012-03-12 | 1 | -72/+76 |
* | Rtld on diet part 1: | kib | 2012-03-12 | 1 | -0/+40 |
* | Allways call fdrop(). | pho | 2012-03-12 | 1 | -5/+3 |
* | Amend r232857, now dropping the casts entirely, as they were not | dim | 2012-03-12 | 1 | -2/+2 |
* | After r232548, clang complains about the apparent '=-' operator (a | dim | 2012-03-12 | 1 | -1/+1 |
* | Fix the following warning/error with clang: | dim | 2012-03-12 | 1 | -2/+2 |
* | When iterating over the dso program headers, the object is not initialized | kib | 2012-03-12 | 1 | -1/+4 |
* | Remove more unused code and declarations, and add dire warnings to the 64-bit | jmallett | 2012-03-12 | 9 | -241/+9 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 23 | -23/+25 |
* | Remove platform APIs which are not used by any code and which had only stub | jmallett | 2012-03-12 | 13 | -254/+3 |
* | Tune cpuset macros to optimize cases when CPU_SETSIZE fits into single | mav | 2012-03-12 | 1 | -7/+14 |
* | Simplify the error checking in one branch of trap_pfault() and update | alc | 2012-03-12 | 1 | -11/+14 |
* | Make if_ierrors updated whenever any of the following counters are | yongari | 2012-03-12 | 2 | -0/+8 |
* | Show PCI bus speed and width as well as running mode of PCI-X | yongari | 2012-03-12 | 2 | -7/+59 |
* | Add workaround for PCI-X BCM5704 controller that live behind | yongari | 2012-03-12 | 2 | -3/+68 |
* | - Rename apb_intr to apb_filter since it's a filter handler | gonzo | 2012-03-12 | 1 | -5/+38 |
* | Implement pmc_save_user_callchain and pmc_save_kernel_callchain for MIPS | gonzo | 2012-03-12 | 1 | -10/+308 |
* | Begin modifying the PB92 config file to actually generate a flashable, | adrian | 2012-03-12 | 1 | -28/+40 |
* | Remove extraneous log message | emaste | 2012-03-12 | 1 | -6/+0 |
* | Simplify the error checking in one branch of trap_pfault() and update | alc | 2012-03-12 | 1 | -10/+5 |
* | Fix whitespace. | ed | 2012-03-11 | 1 | -8/+8 |
* | We've supported 64-bit PTEs for some time. | jmallett | 2012-03-11 | 2 | -18/+0 |
* | sh: Add a test for variables with underscores in arithmetic. | jilles | 2012-03-11 | 1 | -0/+4 |
* | Remove superfluous brackets. | kib | 2012-03-11 | 1 | -1/+1 |
* | Do schedule delayed writes for async mounts. | kib | 2012-03-11 | 1 | -7/+11 |
* | Do not fall back to slow synchronous i/o when low on memory or buffers. | kib | 2012-03-11 | 1 | -2/+4 |
* | In ffs_syncvnode(), pass boolean false as second argument of ffs_update(). | kib | 2012-03-11 | 1 | -1/+1 |
* | Remove not needed ARGSUSED lint command. | kib | 2012-03-11 | 1 | -1/+0 |
* | Stop calling _init/_fini methods from crt1 for dynamic binaries. Do | kib | 2012-03-11 | 16 | -180/+187 |
* | Add support for preinit, init and fini arrays. Some ABIs, in | kib | 2012-03-11 | 13 | -14/+230 |
* | Add a header with definitions useful for constructing ELF notes. | kib | 2012-03-11 | 1 | -0/+38 |
* | ELF image can have several PT_NOTE program headers. Look for the ELF | kib | 2012-03-11 | 1 | -20/+27 |
* | Upgrade the netgraph vlan node to support 802.1q, encapsulation type, | adrian | 2012-03-11 | 2 | -150/+427 |
* | - remove an extra parenthesis in a closing brace; | luigi | 2012-03-11 | 1 | -1/+6 |
* | Update comment. | kib | 2012-03-11 | 1 | -1/+1 |
* | Fix a bug introduced in r223938; on big-endian machines coping a 32-bit | marius | 2012-03-11 | 1 | -0/+15 |
* | Remove fifo.h. The only used function declaration from the header is | kib | 2012-03-11 | 14 | -54/+7 |