| Commit message (Expand) | Author | Age | Files | Lines |
* | in6_clsroute() was applied to prefix routes causing some | qingli | 2008-12-17 | 5 | -39/+35 |
* | It seems that RealTek PCIe controllers require an explicit Tx poll | yongari | 2008-12-17 | 2 | -10/+16 |
* | Keep stats in drbr_enqueue | kmacy | 2008-12-17 | 1 | -3/+16 |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 8 | -79/+0 |
* | Remove obsolete AT_DEBUG stuff. It never should have been committed | imp | 2008-12-17 | 2 | -4/+0 |
* | For RTL8168C SPIN2 controllers, make sure to take the controller | yongari | 2008-12-17 | 2 | -1/+31 |
* | avoid trying to acquire a shared lock while holding an exclusive lock | kmacy | 2008-12-17 | 1 | -4/+4 |
* | merge in 2 buf_ring helper routines for enqueueing and freeing buf_rings | kmacy | 2008-12-17 | 2 | -1/+29 |
* | default to doing lla_lookup with shared afdata lock and returning a | kmacy | 2008-12-17 | 1 | -9/+10 |
* | convert ifnet and afdata locks from mutexes to rwlocks | kmacy | 2008-12-17 | 2 | -18/+24 |
* | * Compare pointer with NULL | kmacy | 2008-12-16 | 1 | -6/+5 |
* | 1) Fix a deadlock in the VFS: | attilio | 2008-12-16 | 3 | -32/+16 |
* | - Simplify handling of the deferring of mbuf transmit until after lle lock drop | kmacy | 2008-12-16 | 1 | -12/+28 |
* | Also propagate the if_hwassist value to the parent so that cksum offload works. | thompsa | 2008-12-16 | 1 | -1/+6 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 9 | -9/+14 |
* | Fix forced mdconfig -du. E.g. the following would previously | trasz | 2008-12-16 | 1 | -1/+4 |
* | Start to clean up the MIPS elf machine dependent file. | imp | 2008-12-16 | 1 | -6/+58 |
* | Mips never had /usr/libexec/ld-elf.so.1, so remove it. We don't have | imp | 2008-12-16 | 1 | -16/+0 |
* | Unroll two loops of SHA1Update(). 60 bytes of static memory is not a price. | mav | 2008-12-16 | 1 | -9/+12 |
* | Implement g_vfs_orphan(). Without it, the filesystem never closes | trasz | 2008-12-16 | 1 | -10/+25 |
* | A few locking fixes and cleanups to pfil hook registration, | rwatson | 2008-12-16 | 1 | -32/+10 |
* | Fix locking in periph drivers - don't try to unlock periph | trasz | 2008-12-16 | 3 | -6/+5 |
* | Add SIM refcounting. This is slightly different from what DragonFly | trasz | 2008-12-16 | 3 | -0/+34 |
* | Get rid of dead_sim. There is no way to make it work - any attempt | trasz | 2008-12-16 | 1 | -100/+5 |
* | Call ata_legacy() only once on attach and save it's result. Scanning PCI | mav | 2008-12-16 | 2 | -11/+20 |
* | IPFW's pfil hook/unhook code ignores the return values of pfil_add_hook() | rwatson | 2008-12-16 | 1 | -8/+16 |
* | Avoid 256 integer divisions per rc4_init() call. Replace it with using | mav | 2008-12-16 | 1 | -3/+5 |
* | ipfw doesn't use the radix node head lock to protect the radix tree - remove ... | kmacy | 2008-12-16 | 1 | -2/+0 |
* | Bug fixes: | jkoshy | 2008-12-16 | 1 | -7/+6 |
* | remove assertion checks for now - ipfw uses its own lock for protecting its r... | kmacy | 2008-12-16 | 1 | -6/+0 |
* | Rephrase and/or fix some comments in Synaptics touchpad initialization | dumbbell | 2008-12-16 | 1 | -10/+15 |
* | check pointers against NULL | kmacy | 2008-12-16 | 1 | -3/+3 |
* | Don't count InFramesL2FilterDiscards into Ierr. This value does not represent | delphij | 2008-12-16 | 1 | -1/+0 |
* | Test whether sc->tx_mbuf_map[i], not whether sc->tx_mbuf_map is NULL before | delphij | 2008-12-16 | 1 | -1/+1 |
* | style and spelling fix | kmacy | 2008-12-16 | 2 | -2/+2 |
* | assert that the radix node head is locked when manipulating the tree | kmacy | 2008-12-16 | 1 | -0/+7 |
* | Handle VFS_VGET() failing with an error other than EOPNOTSUPP in addition | kensmith | 2008-12-16 | 1 | -3/+6 |
* | check pointer against NULL | kmacy | 2008-12-16 | 1 | -2/+3 |
* | convert more pointer validation checks to checking against NULL | kmacy | 2008-12-16 | 3 | -6/+6 |
* | simplify locking in find_pfxlist_reachable_router | kmacy | 2008-12-16 | 1 | -8/+9 |
* | don't unlock lle if it is NULL | kmacy | 2008-12-16 | 1 | -1/+2 |
* | explicitly check return of lla_lookup against NULL | kmacy | 2008-12-16 | 2 | -8/+8 |
* | advance tail pointer in nd6_output_lle and check lla_output return against NULL | kmacy | 2008-12-16 | 1 | -4/+8 |
* | check return from lla_lookup against NULL not zero | kmacy | 2008-12-16 | 2 | -2/+2 |
* | make sure redirect doesn't return without dropping the lock | kmacy | 2008-12-16 | 1 | -6/+7 |
* | need to check that lle is not null before unlock if the break condition is no... | kmacy | 2008-12-16 | 1 | -3/+4 |
* | unlock the llentry after use in find_pfxlist_reachable_router | kmacy | 2008-12-16 | 1 | -1/+2 |
* | If possible, try to obtain max_mhz on cpufreq attach instead of first request. | mav | 2008-12-16 | 1 | -1/+8 |
* | Initialize the variable "router", and apply "static_route" flag | qingli | 2008-12-16 | 1 | -4/+7 |
* | fix comment | sam | 2008-12-16 | 1 | -1/+1 |