| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Alpha remnants. | marcel | 2006-07-27 | 5 | -37/+0 |
* | Conditionally expand the size_invs lookup table in arena_run_reg_dalloc() | jasone | 2006-07-27 | 1 | -1/+12 |
* | Document that both sides of -a or -o are always evaluated. This | yar | 2006-07-27 | 1 | -1/+8 |
* | Add eye candy while I'm here: a blank line between | yar | 2006-07-27 | 1 | -0/+1 |
* | INET6 has no effect on rtsol, it's an IPv6-only tool with its | yar | 2006-07-27 | 1 | -7/+0 |
* | rtsol is just a stripped-down version of rtsold and as such it should | yar | 2006-07-27 | 1 | -1/+2 |
* | ip6addrctl belongs to under MK_INET6, it is of no use w/o IPv6 | yar | 2006-07-27 | 1 | -1/+2 |
* | These IPv6-only tools have no explicit dependency on the INET6 macro. | yar | 2006-07-27 | 9 | -9/+8 |
* | ndp, rrenumd, rtadvd, and rtsold are IPv6-only tools, | yar | 2006-07-27 | 1 | -4/+8 |
* | Obey MK_INET6_SUPPORT. | yar | 2006-07-27 | 4 | -2/+24 |
* | Fix build w/o INET6. | yar | 2006-07-27 | 1 | -0/+4 |
* | Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoid | cognet | 2006-07-27 | 1 | -1/+1 |
* | Obey MK_INET6_SUPPORT. | yar | 2006-07-27 | 3 | -5/+23 |
* | Respect MK_INET6_SUPPORT. | yar | 2006-07-27 | 1 | -1/+5 |
* | rpcinfo(1) doesn't depend on INET6 explicitly. | yar | 2006-07-27 | 1 | -1/+1 |
* | Obey MK_INET6_SUPPORT. | yar | 2006-07-27 | 3 | -9/+28 |
* | style.Makefile(5) is good for our eyes. | yar | 2006-07-27 | 1 | -4/+8 |
* | Respect MK_INET6_SUPPORT. | yar | 2006-07-27 | 1 | -0/+2 |
* | Respect MK_INET6_SUPPORT. | yar | 2006-07-27 | 1 | -4/+8 |
* | Cook CFLAGS by the modern recipe: | yar | 2006-07-27 | 1 | -1/+7 |
* | Fix what looks like a typo: MODULE_DEPEND() takes module names, | yar | 2006-07-27 | 1 | -1/+1 |
* | Define BYTE_MSF if we're compiling a big endian kernel, so that DDB can | cognet | 2006-07-27 | 1 | -0/+3 |
* | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | avatar | 2006-07-27 | 1 | -0/+1 |
* | Add device ID for second generation D-Link DGE-530T. | yongari | 2006-07-27 | 2 | -3/+10 |
* | Respect MK_INET6_SUPPORT. | yar | 2006-07-27 | 2 | -2/+10 |
* | Fix cpp logic in arena_malloc() to adjust size when assertions are enabled, | jasone | 2006-07-27 | 1 | -23/+19 |
* | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | avatar | 2006-07-27 | 2 | -0/+2 |
* | Prepending an mbuf after loading a DMA map results in unexpected | yongari | 2006-07-27 | 1 | -31/+28 |
* | Nuke invalid use of BUS_DMA_ALLOCNOW. | yongari | 2006-07-27 | 1 | -1/+1 |
* | Make sure to use the same DMA map in DMA map load/unload operations | yongari | 2006-07-27 | 1 | -5/+8 |
* | Properly propagate overrun conditions to the TTY layer. | marcel | 2006-07-27 | 1 | -0/+2 |
* | bridgestp is now a seperate module. | thompsa | 2006-07-26 | 2 | -1/+2 |
* | Hook bridgestp up to the build. | thompsa | 2006-07-26 | 1 | -0/+1 |
* | Add bridgestp as a seperate module. | thompsa | 2006-07-26 | 1 | -0/+8 |
* | Remove stp variables that are already initialised in bstp_attach(). | thompsa | 2006-07-26 | 1 | -5/+0 |
* | Add Memory Corp 512MB CF Flash. | simon | 2006-07-26 | 1 | -0/+15 |
* | Remove zs(4). It has been replaced by scc(4) & uart(4). | marcel | 2006-07-26 | 1 | -2/+0 |
* | Replace sio_iobus.c with uart_iobus.c. | marcel | 2006-07-26 | 1 | -1/+1 |
* | Turn this into an uart(4) bus attachment. | marcel | 2006-07-26 | 1 | -40/+19 |
* | Repocopy from: src/sys/powerpc/psim/sio_iobus.c | marcel | 2006-07-26 | 1 | -108/+0 |
* | Remove call to soisdisconnected() in uipc_detach(), since it will already | rwatson | 2006-07-26 | 1 | -1/+0 |
* | o Remove device zs | marcel | 2006-07-26 | 1 | -5/+1 |
* | o Enable -Werror | marcel | 2006-07-26 | 1 | -3/+2 |
* | On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add a | marcel | 2006-07-26 | 1 | -3/+10 |
* | Implement UART_IOCTL_BAUD for the Z8530. This allows a serial console | marcel | 2006-07-26 | 1 | -1/+7 |
* | Implement uart_cpu_eqres() and uart_cpu_getdev(). This allows | marcel | 2006-07-26 | 1 | -3/+56 |
* | o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h. | marcel | 2006-07-26 | 5 | -2/+38 |
* | Include needed clock.h. | marcel | 2006-07-26 | 2 | -0/+2 |
* | Forward declare struct trapframe. | marcel | 2006-07-26 | 1 | -0/+2 |
* | Remove stale comment about arm | imp | 2006-07-26 | 1 | -2/+0 |