summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-178-79/+0
* Remove obsolete AT_DEBUG stuff. It never should have been committedimp2008-12-172-4/+0
* For RTL8168C SPIN2 controllers, make sure to take the controlleryongari2008-12-172-1/+31
* avoid trying to acquire a shared lock while holding an exclusive lockkmacy2008-12-171-4/+4
* merge in 2 buf_ring helper routines for enqueueing and freeing buf_ringskmacy2008-12-172-1/+29
* default to doing lla_lookup with shared afdata lock and returning akmacy2008-12-171-9/+10
* convert ifnet and afdata locks from mutexes to rwlockskmacy2008-12-172-18/+24
* * Compare pointer with NULLkmacy2008-12-161-6/+5
* 1) Fix a deadlock in the VFS:attilio2008-12-163-32/+16
* - Simplify handling of the deferring of mbuf transmit until after lle lock dropkmacy2008-12-161-12/+28
* Also propagate the if_hwassist value to the parent so that cksum offload works.thompsa2008-12-161-1/+6
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-169-9/+14
* Fix forced mdconfig -du. E.g. the following would previouslytrasz2008-12-161-1/+4
* Start to clean up the MIPS elf machine dependent file.imp2008-12-161-6/+58
* Mips never had /usr/libexec/ld-elf.so.1, so remove it. We don't haveimp2008-12-161-16/+0
* Unroll two loops of SHA1Update(). 60 bytes of static memory is not a price.mav2008-12-161-9/+12
* Implement g_vfs_orphan(). Without it, the filesystem never closestrasz2008-12-161-10/+25
* A few locking fixes and cleanups to pfil hook registration,rwatson2008-12-161-32/+10
* Fix locking in periph drivers - don't try to unlock periphtrasz2008-12-163-6/+5
* Add SIM refcounting. This is slightly different from what DragonFlytrasz2008-12-163-0/+34
* Get rid of dead_sim. There is no way to make it work - any attempttrasz2008-12-161-100/+5
* Call ata_legacy() only once on attach and save it's result. Scanning PCImav2008-12-162-11/+20
* IPFW's pfil hook/unhook code ignores the return values of pfil_add_hook()rwatson2008-12-161-8/+16
* Avoid 256 integer divisions per rc4_init() call. Replace it with usingmav2008-12-161-3/+5
* ipfw doesn't use the radix node head lock to protect the radix tree - remove ...kmacy2008-12-161-2/+0
* Bug fixes:jkoshy2008-12-161-7/+6
* remove assertion checks for now - ipfw uses its own lock for protecting its r...kmacy2008-12-161-6/+0
* Rephrase and/or fix some comments in Synaptics touchpad initializationdumbbell2008-12-161-10/+15
* check pointers against NULLkmacy2008-12-161-3/+3
* Don't count InFramesL2FilterDiscards into Ierr. This value does not representdelphij2008-12-161-1/+0
* Test whether sc->tx_mbuf_map[i], not whether sc->tx_mbuf_map is NULL beforedelphij2008-12-161-1/+1
* style and spelling fixkmacy2008-12-162-2/+2
* assert that the radix node head is locked when manipulating the treekmacy2008-12-161-0/+7
* Handle VFS_VGET() failing with an error other than EOPNOTSUPP in additionkensmith2008-12-161-3/+6
* check pointer against NULLkmacy2008-12-161-2/+3
* convert more pointer validation checks to checking against NULLkmacy2008-12-163-6/+6
* simplify locking in find_pfxlist_reachable_routerkmacy2008-12-161-8/+9
* don't unlock lle if it is NULLkmacy2008-12-161-1/+2
* explicitly check return of lla_lookup against NULLkmacy2008-12-162-8/+8
* advance tail pointer in nd6_output_lle and check lla_output return against NULLkmacy2008-12-161-4/+8
* check return from lla_lookup against NULL not zerokmacy2008-12-162-2/+2
* make sure redirect doesn't return without dropping the lockkmacy2008-12-161-6/+7
* need to check that lle is not null before unlock if the break condition is no...kmacy2008-12-161-3/+4
* unlock the llentry after use in find_pfxlist_reachable_routerkmacy2008-12-161-1/+2
* If possible, try to obtain max_mhz on cpufreq attach instead of first request.mav2008-12-161-1/+8
* Initialize the variable "router", and apply "static_route" flagqingli2008-12-161-4/+7
* fix commentsam2008-12-161-1/+1
* unlock and destroy an llentry's lock before freeingkmacy2008-12-162-0/+4
* add macro for destroying an llentry's rwlockkmacy2008-12-161-1/+2
* unlock looked up llentrys in defrouter_selectkmacy2008-12-161-0/+4
OpenPOWER on IntegriCloud