| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix breakage on timeout/retries. The bug cause a sema to be leaked so | sos | 2004-01-19 | 4 | -24/+27 |
* | Removed custom "load" and "unload" targets. | ru | 2004-01-19 | 4 | -27/+0 |
* | Sync to 1.159 of usbdevs | sanpei | 2004-01-19 | 2 | -2/+9 |
* | Add support IO-data DVD Multi-plus unit iU-CD2 | sanpei | 2004-01-19 | 2 | -0/+5 |
* | Normalize SUBDIR. | ru | 2004-01-19 | 3 | -20/+21 |
* | Properly program the multicast filter in ndis_setmulti(), | wpaul | 2004-01-19 | 1 | -31/+86 |
* | Change WI_RID_SCAN_RES compatibility interface to return the result after | onoe | 2004-01-19 | 1 | -1/+2 |
* | Fixed misplacement and bitrot in the cy driver's configuration in | bde | 2004-01-19 | 1 | -17/+14 |
* | Removed some garbage comments: | bde | 2004-01-19 | 1 | -8/+1 |
* | Fixed formatting of sentence breaks. Use 2 spaces for all of them instead | bde | 2004-01-19 | 1 | -14/+14 |
* | FIxed unsorting in previous commit (description of CPU_ENABLE_TCC). | bde | 2004-01-19 | 1 | -27/+28 |
* | Convert from using taskqueue_swi to using private kernel threads. The | wpaul | 2004-01-18 | 5 | -56/+374 |
* | Add new CPU_ENABLE_TCC option, from NOTES: | sobomax | 2004-01-18 | 1 | -0/+3 |
* | Add new CPU_ENABLE_TCC option, from NOTES: | sobomax | 2004-01-18 | 5 | -0/+497 |
* | A network interface driver can support IFCAP_VLAN_MTU only, | yar | 2004-01-18 | 1 | -3/+3 |
* | Fixed a memory leak. | ru | 2004-01-18 | 1 | -0/+1 |
* | Fixed a memory leak. | ru | 2004-01-18 | 1 | -1/+3 |
* | Fixed a memory leak. | ru | 2004-01-18 | 1 | -0/+1 |
* | Fix botch in last commit. | sos | 2004-01-18 | 1 | -2/+2 |
* | Since "m" is not part of the "mp" chain, need to free() it. | ru | 2004-01-18 | 1 | -0/+1 |
* | Apparently there's a good reason why M_WAITOK malloc() is done before | ru | 2004-01-18 | 1 | -2/+2 |
* | Fixed a memory leak. | ru | 2004-01-18 | 1 | -0/+1 |
* | Empty vendor string overrides knowndevs | sanpei | 2004-01-18 | 1 | -0/+4 |
* | Fixed a memory leak. | ru | 2004-01-18 | 1 | -1/+2 |
* | Fixed a memory leak. | ru | 2004-01-18 | 1 | -1/+3 |
* | Add missing free's. | sos | 2004-01-18 | 1 | -0/+4 |
* | Avoid overwriting capability bits marked earlier | yar | 2004-01-18 | 1 | -5/+5 |
* | Pay attention to the timeout value passed down by the upper layer. | sanpei | 2004-01-18 | 1 | -10/+18 |
* | Sync to 1.158 of usbdevs | sanpei | 2004-01-18 | 2 | -2/+9 |
* | add device id for PANASONIC KXLRW32AN(USB CD-R/RW,not yet support) | sanpei | 2004-01-18 | 1 | -0/+1 |
* | Increase UMA_BOOT_PAGES because of changes to pv entry initialization in | alc | 2004-01-18 | 1 | -1/+1 |
* | PC98 uses the different frame code. | nyan | 2004-01-18 | 1 | -21/+43 |
* | Fix to support KANA and graphics characters which code are over 0x80. | nyan | 2004-01-18 | 1 | -1/+1 |
* | Don't acquire Giant in vm_object_deallocate() unless the object is vnode- | alc | 2004-01-18 | 1 | -8/+12 |
* | Fix type in comment, 's/writtent/written/' | johan | 2004-01-18 | 1 | -1/+1 |
* | Add support for the Silicon Image 3114 4 channel SATA controller. | sos | 2004-01-17 | 2 | -10/+18 |
* | It appears that the changes in the resources allocated is causing much | imp | 2004-01-17 | 1 | -1/+4 |
* | Don't panic because of RPC proto mismatches. Whitespace cleanup. | alfred | 2004-01-17 | 1 | -35/+37 |
* | Handle sf_buf_alloc() returning null. This can happen if the | gallatin | 2004-01-17 | 1 | -9/+18 |
* | remove elan_mmcr, I'm not sure I understand what it did here in the | phk | 2004-01-17 | 1 | -1/+0 |
* | Mostly mechanical rework of libalias: | phk | 2004-01-17 | 16 | -737/+1071 |
* | Make sure set the media type in the phy, we cannot trust it to have chosen | phk | 2004-01-17 | 1 | -0/+1 |
* | As previously announced: discontinue use of makedev() call in soundcode. | phk | 2004-01-17 | 6 | -56/+171 |
* | - Handle failure of cam_sim_alloc(). | mdodd | 2004-01-17 | 1 | -0/+12 |
* | Replaced outdated comment. | ru | 2004-01-17 | 1 | -1/+1 |
* | Restore correct semantics for F_DUPFD fcntl. This should fix the errors | des | 2004-01-17 | 3 | -6/+6 |
* | Do not allow operations which cause known file-system corruption. | green | 2004-01-16 | 1 | -2/+8 |
* | Remove a warning. | green | 2004-01-16 | 1 | -2/+0 |
* | WITNESS won't let us hold two filedesc locks at the same time, so juggle | des | 2004-01-16 | 1 | -3/+9 |
* | KASSERT() that initproc->p_pid is 1. Very bad things happen if init's | rwatson | 2004-01-16 | 1 | -0/+1 |