| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 10 | -53/+117 |
* | Argh, fix compile with XBOX enabled. Somehow I missed a LINT compile. :( | jhb | 2006-07-27 | 1 | -1/+1 |
* | Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it is | jhb | 2006-07-27 | 3 | -1/+17 |
* | Add KTR_SYSC tracing to the syscall() implementations that didn't have it | jhb | 2006-07-27 | 3 | -0/+20 |
* | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of | thompsa | 2006-07-27 | 5 | -53/+50 |
* | Add extra code into kbdmux(4)s read_char() method to | emax | 2006-07-27 | 1 | -0/+21 |
* | Hold the reference on the mountpoint slightly longer in kern_statfs() and | jhb | 2006-07-27 | 2 | -4/+4 |
* | Write a magic value into mtx_lock when destroying a mutex that will force | jhb | 2006-07-27 | 2 | -0/+16 |
* | Fix a file descriptor race I reintroduced when I split accept1() up into | jhb | 2006-07-27 | 3 | -16/+41 |
* | Add missing ptrace(2) system-call stops to various syscall() | jhb | 2006-07-27 | 4 | -0/+20 |
* | Don't allow MAXMEM or hw.physmem to extend the top of memory if our memory | jhb | 2006-07-27 | 2 | -8/+17 |
* | 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 |