| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove stray __P() | imp | 2009-02-15 | 1 | -1/+1 |
* | remove unnecessary #include from vnet.h and vinet.h | luigi | 2009-02-15 | 2 | -9/+0 |
* | MFp4 //depot/projects/usb@157699 | thompsa | 2009-02-14 | 2 | -58/+48 |
* | Tunes to AHCI reset sequences: | mav | 2009-02-14 | 1 | -34/+71 |
* | - ieee80211_chan2ieee returns an int | thompsa | 2009-02-14 | 2 | -30/+74 |
* | Remove unnecessary page queues locking around vm_page_wakeup(). | alc | 2009-02-14 | 1 | -2/+0 |
* | Remove the printf's when the vnode to be exported for procstat is not a VDIR. | marcus | 2009-02-14 | 1 | -4/+0 |
* | DEVICE_PROBE(9) claims that we must not initialize softc on probe stage. | mav | 2009-02-14 | 3 | -59/+53 |
* | Change two KASSERTS to printfs and simple returns. Stress testing has | marcus | 2009-02-14 | 1 | -2/+12 |
* | Remove unneeded execute-permissions from the USB2 device node. | ed | 2009-02-14 | 1 | -3/+3 |
* | Remove unnecessary page queues locking around vm_page_busy() and | alc | 2009-02-14 | 2 | -8/+0 |
* | This commit fixes the issue with alias_sctp.c. No | rrs | 2009-02-14 | 6 | -784/+707 |
* | Since r188030 the error value for attach is returned, this means if kbdmux | thompsa | 2009-02-13 | 1 | -7/+6 |
* | - ieee80211_chan2ieee returns an int | thompsa | 2009-02-13 | 1 | -5/+7 |
* | MFp4 //depot/projects/usb; 157501, 157608, 157609 | thompsa | 2009-02-13 | 5 | -77/+29 |
* | Add support for CMOTECH devices (not sure whether this is the correct | n_hibma | 2009-02-13 | 2 | -37/+173 |
* | bridge_delete_member is called via the event handler from if_detach | thompsa | 2009-02-13 | 1 | -5/+9 |
* | Remove semicolon left in the last commit | thompsa | 2009-02-13 | 1 | -1/+1 |
* | Add the Novatel U760. | thompsa | 2009-02-13 | 1 | -0/+2 |
* | Have the jail code use the error returned to pass not constant | rrs | 2009-02-13 | 2 | -27/+23 |
* | Use shared vnode locks when invoking VOP_READDIR(). | jhb | 2009-02-13 | 8 | -14/+13 |
* | Update the Self ID structure to conform to 1394a-2000. | sbruno | 2009-02-13 | 1 | -18/+50 |
* | Remove redundant while () from loop. | sbruno | 2009-02-13 | 1 | -1/+1 |
* | remove references to ic_stats | sam | 2009-02-13 | 2 | -5/+0 |
* | Oops. ARM_RAS_END is ARM_TP_ADDRESS + 8, not 4. | cognet | 2009-02-13 | 1 | -1/+1 |
* | remove unnecessary #include, and document some of the others | luigi | 2009-02-13 | 2 | -14/+10 |
* | Fix a bug in the previous change to the mtab handler: use the path returned | jhb | 2009-02-13 | 1 | -1/+1 |
* | Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. | luigi | 2009-02-13 | 7 | -22/+29 |
* | Move the new rwnd field down to the very end | rrs | 2009-02-13 | 2 | -3/+3 |
* | o In case of the error do not forget to deallocate a cloned device unit. | maxim | 2009-02-13 | 1 | -0/+1 |
* | Fix an edge-case of the linux readdir: We need the size of a linux dirent | netchild | 2009-02-13 | 1 | -1/+1 |
* | Clarify and reimplement the bioq API so that bioq_disksort() has | luigi | 2009-02-13 | 1 | -65/+120 |
* | In the case that the probe has determined that it can't query the device for | scottl | 2009-02-13 | 1 | -4/+3 |
* | add SIOCZATHSTATS ioctl to zero driver statistics | sam | 2009-02-13 | 2 | -0/+7 |
* | remove ic_stats; it was intended to accumulate stats from vaps as they | sam | 2009-02-13 | 3 | -3/+0 |
* | add driver stat to count tx drops due to insufficient frag buffers | sam | 2009-02-13 | 2 | -3/+3 |
* | strip M_FRAG & co mbufs coming down from ip_output, these flags are | sam | 2009-02-13 | 1 | -1/+2 |
* | Restore some of the link handling code that was inadvertently removed in | thompsa | 2009-02-13 | 1 | -12/+41 |
* | Add module dependency on miibus. | thompsa | 2009-02-13 | 1 | -1/+3 |
* | Receving VLAN oversized frames raise SIS_ISR_RX_ERR interrupt, so | yongari | 2009-02-13 | 1 | -2/+3 |
* | Recognize AR5212_AR2317_REV2 in ar5312Probe() | sam | 2009-02-13 | 1 | -0/+1 |
* | Check the exit flag at the start of the taskqueue loop rather than the end. It | thompsa | 2009-02-13 | 1 | -2/+2 |
* | Remove unused ifaddr local variable in ioctl routine. | rwatson | 2009-02-13 | 1 | -2/+0 |
* | Remove unused ifaddr and ifreq local variables. | rwatson | 2009-02-12 | 1 | -4/+0 |
* | o replace ieee80211_node_reclaim by individual operations to release the | sam | 2009-02-12 | 1 | -60/+2 |
* | To prevent various race conditions in the RAS code, store and restore the | cognet | 2009-02-12 | 4 | -4/+23 |
* | Do not set thread0.td_frame to a bogus value, as it's going to overwrite the | cognet | 2009-02-12 | 1 | -1/+0 |
* | Unbreak build by making svr4 conditional on i386. | cognet | 2009-02-12 | 1 | -1/+2 |
* | Add a ieee80211_waitfor_parent() function that will wait for all deferred | thompsa | 2009-02-12 | 4 | -2/+18 |
* | Remove obsolete C preprocessor assertions. | rdivacky | 2009-02-12 | 1 | -1/+1 |