| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvs | cvs2svn | 2006-05-23 | 16 | -16/+16 |
* | MFC^2: merge recent changes from -current (interrupt handler API cleanup, | Bill Paul | 2005-12-16 | 2 | -12/+30 |
* | MFC^2: add RtlZeroMemory() and RtlCopyMemory() for Broadcom amd64 driver. | Bill Paul | 2005-11-10 | 1 | -0/+23 |
* | MFC^2: alias EXT_NDIS to EXT_NET_DRV | Bill Paul | 2005-11-07 | 1 | -1/+1 |
* | MFC: merge changes from head to support Intel 2200BG/2915ABG driver. | Bill Paul | 2005-11-06 | 3 | -5/+60 |
* | MFC: pin ourselves to the current CPU when thunking, other minor cleanups | Bill Paul | 2005-11-02 | 6 | -96/+55 |
* | MFC: don't bzero() too many kq_queues in ntoskrnl_libinit(). | Bill Paul | 2005-11-01 | 1 | -0/+4 |
* | MFC: only free child device array if device_get_children() returned a | Bill Paul | 2005-10-26 | 1 | -2/+9 |
* | MFC: merge the fix for PR 83477. | Bill Paul | 2005-10-26 | 2 | -7/+22 |
* | MFC: implement MmMapIoSpace() and MmUnmapIoSpace(), remove old timer | Bill Paul | 2005-10-26 | 4 | -47/+118 |
* | MFC: fix handling of message table strings in NdisWriteErrorLogEntry() | Bill Paul | 2005-10-24 | 1 | -5/+5 |
* | MFC: launch just one DPC thread, to avoid possible panic when calling | Bill Paul | 2005-10-22 | 1 | -2/+31 |
* | MFC from head (fix KeRaiseIrql() API, wait for DPC/workitem thread | Bill Paul | 2005-10-21 | 3 | -25/+8 |
* | MFC all the updates from the HEAD | Bill Paul | 2005-10-20 | 8 | -1025/+2120 |
* | MFC (sort of): revert k_lock member to be of type void* and use explicit | Maxim Sobolev | 2005-07-09 | 2 | -4/+4 |
* | Unbreak ndis(4) when it's statically compiled into the kernel. | Maxim Sobolev | 2005-07-03 | 1 | -1/+1 |
* | Sync everything up with -current, except for the WPA support, which | Bill Paul | 2005-05-22 | 11 | -1432/+2516 |
* | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2005-04-20 | 1 | -0/+356 |
* | MFC kern_ndis.c rev 1.76, make sure ndis_intrhand() is also wrapped | Bill Paul | 2005-04-01 | 1 | -1/+2 |
* | MFC subr_ndis.c 1.83: s/ntoskrnl_functbl/ndis_functbl/ in ndis_findwrap(). | Bill Paul | 2005-03-31 | 1 | -1/+1 |
* | MFC fix from subr_ndis.c rev 1.82. This fixes the use of | Bill Paul | 2005-03-31 | 1 | -3/+26 |
* | MFC all of the recent enhancements and bug fixes from the head to | Bill Paul | 2005-03-31 | 8 | -210/+889 |
* | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2005-02-25 | 2 | -0/+212 |
* | MFC all of the recent updates to -current (new framework, amd64 | Bill Paul | 2005-02-18 | 10 | -554/+1366 |
* | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2005-02-18 | 2 | -0/+647 |
* | MFC: /*- and my license changes for sys/[a-d]* | Warner Losh | 2005-01-30 | 2 | -2/+2 |
* | Merge recent changes from -current (start of IRP/MDL support for USB, | Bill Paul | 2005-01-25 | 8 | -830/+1350 |
* | MFC changes from current: | Bill Paul | 2005-01-17 | 4 | -18/+23 |
* | MFC build fix: | Max Laier | 2004-10-13 | 2 | -2/+2 |
* | I'm a dumbass: remember to initialize fh->nf_map to NULL in | Bill Paul | 2004-08-16 | 1 | -0/+1 |
* | The Texas Instruments ACX111 driver wants srand(), so provide it. | Bill Paul | 2004-08-16 | 1 | -0/+10 |
* | Make the Texas Instruments 802.11g chipset work with the NDISulator. | Bill Paul | 2004-08-16 | 3 | -4/+19 |
* | More minor cleanups and one small bug fix: | Bill Paul | 2004-08-04 | 4 | -36/+32 |
* | In ndis_alloc_bufpool() and ndis_alloc_packetpool(), the test to see if | Bill Paul | 2004-08-01 | 1 | -2/+2 |
* | Big mess 'o changes: | Bill Paul | 2004-08-01 | 8 | -146/+246 |
* | *sigh* Fix source code compatibility with 5.2.1-RELEASE _again_. | Bill Paul | 2004-07-20 | 1 | -0/+6 |
* | Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory() | Bill Paul | 2004-07-11 | 3 | -9/+16 |
* | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -2/+3 |
* | Fix two problems: | Bill Paul | 2004-07-07 | 2 | -1/+17 |
* | Add another 5.2.1 source compatibility tweak: acquire Giant before calling | Bill Paul | 2004-06-07 | 2 | -0/+6 |
* | Take advantage of the dev sysctl tree. | Dag-Erling Smørgrav | 2004-06-04 | 2 | -0/+20 |
* | Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp()) | Bill Paul | 2004-06-04 | 1 | -13/+19 |
* | Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h> | Bill Paul | 2004-06-01 | 1 | -0/+1 |
* | Fix build with ndisulator: Add prototype for my_strcasecmp(). | Bill Paul | 2004-05-29 | 1 | -0/+1 |
* | In subr_ndis.c, when searching for keys in our make-pretend registry, | Bill Paul | 2004-05-29 | 1 | -2/+21 |
* | Small timer cleanups: | Bill Paul | 2004-04-30 | 1 | -24/+19 |
* | Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time. | Bill Paul | 2004-04-22 | 1 | -12/+27 |
* | Correct the AT_DISPATCH_LEVEL() macro to match earlier changes. | Bill Paul | 2004-04-20 | 1 | -1/+1 |
* | Try to handle recursive attempts to raise IRQL to DISPATCH_LEVEL better | Bill Paul | 2004-04-19 | 1 | -1/+9 |
* | In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpset | Bill Paul | 2004-04-18 | 1 | -2/+2 |