summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix two use after frees in nd6_cache_lladdr caused by last minute unlock shuf...kmacy2008-12-161-2/+6
* Add some HDMI codec IDs.mav2008-12-161-0/+10
* Add VIA VT1708B codec IDs.mav2008-12-151-0/+16
* Fix ucastkey teardown for drivers that plumb clear keys or similarsam2008-12-151-1/+1
* remove extraneous ';'sam2008-12-151-1/+1
* By default assume a 8139 chip if the EEPROM contents prove inconclusive. Thewilko2008-12-151-3/+9
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-1512-118/+100
* Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSImarius2008-12-151-4/+17
* Unbreak ofwdump build by moving the pcell_t definition to after the kernelnwhitehorn2008-12-151-6/+6
* Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2ambrisko2008-12-152-2/+3
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-1527-510/+496
* - Disambiguate a few panic messages.jkoshy2008-12-151-35/+37
* Add arpv2 management codekmacy2008-12-152-0/+502
* This main goals of this project are:qingli2008-12-1549-2227/+1510
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-159-33/+20
* Replace adhoc checks in ieee80211_start with a per-node flag thatsam2008-12-155-17/+19
* fix ini setupsam2008-12-151-1/+1
* Make the tp pointer available for debugging.phk2008-12-141-0/+2
* Add __packed to the part sub-structure to compensate formarcel2008-12-141-1/+1
* Combine ath rate control modules with ath after bringing ath_halsam2008-12-145-148/+61
* To avoid one doubtless netgraph SMP scalability limitation point, switchmav2008-12-141-13/+32
* Bump the FTDI receive buffer size to 256 in order to improve throughput.phk2008-12-141-25/+26
* Move the code that injects received characters into the tty system intophk2008-12-142-17/+23
* Add a check, that is currently under discussion for 8 but that we needbz2008-12-141-0/+4
* Bug fix: %ebx needs to be preserved in the user callchain capturejkoshy2008-12-141-4/+4
* Disconnect the efi from pc98. It's not needed.nyan2008-12-141-1/+1
* Dont leak the rnh lock on error.thompsa2008-12-131-3/+3
* Revert rev. 183277:mav2008-12-132-9/+2
* Remove node shutdown on tty close. This could be easily done by user-levelmav2008-12-131-11/+0
OpenPOWER on IntegriCloud