| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r263710, r273377, r273378, r273423 and r273455: | hselasky | 2014-10-27 | 1 | -17/+26 |
* | Give (*ext_free) an int return value allowing for very sophisticated | andre | 2013-08-25 | 2 | -7/+7 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -1/+1 |
* | Use m_get/m_gethdr instead of compat macros. | glebius | 2013-03-15 | 1 | -6/+2 |
* | Fix wrong assignment. | delphij | 2013-03-01 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -3/+3 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -10/+3 |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-05-29 | 1 | -0/+1 |
* | Fix race condition in KfRaiseIrql(). | brucec | 2012-03-04 | 1 | -4/+6 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -1/+2 |
* | In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory function | dim | 2011-12-30 | 1 | -4/+1 |
* | Use the cprd_mem field when setting the start and length for a memory | brucec | 2011-02-23 | 1 | -2/+2 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. | mdf | 2011-01-19 | 1 | -2/+3 |
* | Merge amd64 and i386 bus.h and move the resulting header to x86. Replace | tijl | 2010-12-20 | 1 | -7/+2 |
* | Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used in | bschmidt | 2010-12-06 | 5 | -0/+40 |
* | Add a dummy for IoOpenDeviceRegistryKey(). | bschmidt | 2010-11-29 | 1 | -0/+10 |
* | Some drivers rely on the existence of certain keys. The Atheros 9xxx | bschmidt | 2010-11-29 | 1 | -0/+10 |
* | Add prototype for InitializeSListHead(). | bschmidt | 2010-11-23 | 1 | -0/+1 |
* | Add a few functions used in newer drivers. Fix RtlCompareMemory() while | bschmidt | 2010-11-23 | 3 | -6/+149 |
* | Resurrect amd64 support. | bschmidt | 2010-11-22 | 4 | -8/+95 |
* | Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid(). | bschmidt | 2010-11-22 | 1 | -1/+7 |
* | Fix a panic on i386 for drivers using MmAllocateContiguousMemory() | bschmidt | 2010-11-17 | 1 | -2/+2 |
* | Use kmem_alloc_contig() to honour the cache_type variable. | bschmidt | 2010-11-17 | 2 | -6/+41 |
* | According to specs for MmAllocateContiguousMemorySpecifyCache() physically | bschmidt | 2010-11-11 | 1 | -6/+3 |
* | Remove 4.x, 5.x and 6.x compatibility bits. | bschmidt | 2010-11-04 | 3 | -68/+0 |
* | Use the printf-like capability from kproc_create(). | thompsa | 2010-10-05 | 1 | -8/+3 |
* | ANSIfy prototypes in subr_usbd.c. | ed | 2010-06-12 | 1 | -72/+29 |
* | Revert a functional change that snuck in. | rpaulo | 2009-11-02 | 1 | -1/+1 |
* | Fix a non-style change that snuck in. | rpaulo | 2009-11-02 | 1 | -1/+1 |
* | Big style cleanup. While there remove references to FreeBSD versions | rpaulo | 2009-11-02 | 7 | -682/+360 |
* | provides a extra write buffer when the NDIS driver want to send a | weongyo | 2009-06-26 | 1 | -2/+3 |
* | Fix a typeo in the frame len function to unbreak the build, make it shorter | thompsa | 2009-06-23 | 1 | -1/+1 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 3 | -52/+62 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -27/+27 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -3/+3 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -16/+16 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -17/+17 |
* | Remove an unused variable. | antoine | 2009-05-24 | 1 | -1/+1 |
* | Remove an unused variable. | brueffer | 2009-05-14 | 1 | -2/+0 |
* | Fix memory leak in an error case. | brueffer | 2009-05-13 | 1 | -0/+3 |
* | MFp4 //depot/projects/usb@159909 | thompsa | 2009-04-05 | 1 | -12/+12 |
* | Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxx | weongyo | 2009-03-18 | 1 | -52/+278 |
* | If the caller sets irp_usriostat or irp_usrevent it try to process it | weongyo | 2009-03-18 | 1 | -10/+9 |
* | grab NDIS USB lock instead of HAL preemption. This change should be | weongyo | 2009-03-17 | 1 | -3/+4 |
* | use usb2_desc_foreach() to iterate the USB config descriptor instread of | weongyo | 2009-03-16 | 1 | -4/+4 |
* | o change a lock model based on HAL preemption lock to a normal mtx. | weongyo | 2009-03-12 | 3 | -44/+117 |
* | o port NDIS USB support from USB1 to the new usb(USB2). | weongyo | 2009-03-07 | 13 | -1772/+1676 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 5 | -237/+81 |
* | Move usb to a graveyard location under sys/legacy/dev, it is intended that the | thompsa | 2009-02-23 | 4 | -11/+11 |