summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofthompsa2006-07-275-53/+50
* Add extra code into kbdmux(4)s read_char() method toemax2006-07-271-0/+21
* Hold the reference on the mountpoint slightly longer in kern_statfs() andjhb2006-07-272-4/+4
* Write a magic value into mtx_lock when destroying a mutex that will forcejhb2006-07-272-0/+16
* Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-273-16/+41
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-274-0/+20
* Don't allow MAXMEM or hw.physmem to extend the top of memory if our memoryjhb2006-07-272-8/+17
* Remove Alpha remnants.marcel2006-07-275-37/+0
* Conditionally expand the size_invs lookup table in arena_run_reg_dalloc()jasone2006-07-271-1/+12
* Document that both sides of -a or -o are always evaluated. Thisyar2006-07-271-1/+8
* Add eye candy while I'm here: a blank line betweenyar2006-07-271-0/+1
* INET6 has no effect on rtsol, it's an IPv6-only tool with itsyar2006-07-271-7/+0
* rtsol is just a stripped-down version of rtsold and as such it shouldyar2006-07-271-1/+2
* ip6addrctl belongs to under MK_INET6, it is of no use w/o IPv6yar2006-07-271-1/+2
* These IPv6-only tools have no explicit dependency on the INET6 macro.yar2006-07-279-9/+8
* ndp, rrenumd, rtadvd, and rtsold are IPv6-only tools,yar2006-07-271-4/+8
* Obey MK_INET6_SUPPORT.yar2006-07-274-2/+24
* Fix build w/o INET6.yar2006-07-271-0/+4
* Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoidcognet2006-07-271-1/+1
* Obey MK_INET6_SUPPORT.yar2006-07-273-5/+23
* Respect MK_INET6_SUPPORT.yar2006-07-271-1/+5
* rpcinfo(1) doesn't depend on INET6 explicitly.yar2006-07-271-1/+1
* Obey MK_INET6_SUPPORT.yar2006-07-273-9/+28
* style.Makefile(5) is good for our eyes.yar2006-07-271-4/+8
* Respect MK_INET6_SUPPORT.yar2006-07-271-0/+2
* Respect MK_INET6_SUPPORT.yar2006-07-271-4/+8
* Cook CFLAGS by the modern recipe:yar2006-07-271-1/+7
* Fix what looks like a typo: MODULE_DEPEND() takes module names,yar2006-07-271-1/+1
* Define BYTE_MSF if we're compiling a big endian kernel, so that DDB cancognet2006-07-271-0/+3
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-271-0/+1
* Add device ID for second generation D-Link DGE-530T.yongari2006-07-272-3/+10
* Respect MK_INET6_SUPPORT.yar2006-07-272-2/+10
* Fix cpp logic in arena_malloc() to adjust size when assertions are enabled,jasone2006-07-271-23/+19
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-272-0/+2
* Prepending an mbuf after loading a DMA map results in unexpectedyongari2006-07-271-31/+28
* Nuke invalid use of BUS_DMA_ALLOCNOW.yongari2006-07-271-1/+1
* Make sure to use the same DMA map in DMA map load/unload operationsyongari2006-07-271-5/+8
* Properly propagate overrun conditions to the TTY layer.marcel2006-07-271-0/+2
* bridgestp is now a seperate module.thompsa2006-07-262-1/+2
* Hook bridgestp up to the build.thompsa2006-07-261-0/+1
* Add bridgestp as a seperate module.thompsa2006-07-261-0/+8
* Remove stp variables that are already initialised in bstp_attach().thompsa2006-07-261-5/+0
* Add Memory Corp 512MB CF Flash.simon2006-07-261-0/+15
* Remove zs(4). It has been replaced by scc(4) & uart(4).marcel2006-07-261-2/+0
* Replace sio_iobus.c with uart_iobus.c.marcel2006-07-261-1/+1
* Turn this into an uart(4) bus attachment.marcel2006-07-261-40/+19
* Repocopy from: src/sys/powerpc/psim/sio_iobus.cmarcel2006-07-261-108/+0
* Remove call to soisdisconnected() in uipc_detach(), since it will alreadyrwatson2006-07-261-1/+0
* o Remove device zsmarcel2006-07-261-5/+1
* o Enable -Werrormarcel2006-07-261-3/+2
OpenPOWER on IntegriCloud