CVS commit: src/sys/dev/if_ndis

2016-10-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 15 08:37:55 UTC 2016 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: There are several leaks in here, just fix one that should have been fixed in rev1.21 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/if_ndis

2016-10-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 15 08:37:55 UTC 2016 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: There are several leaks in here, just fix one that should have been fixed in rev1.21 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/if_ndis

2016-08-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 15 08:40:23 UTC 2016 Modified Files: src/sys/dev/if_ndis: if_ndis_pccard.c Log Message: Uninitialized var, found by brainy. FreeBSD fixed it this way four years ago. I haven't tested this change, but it is rather obvious,

CVS commit: src/sys/dev/if_ndis

2016-08-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 15 08:40:23 UTC 2016 Modified Files: src/sys/dev/if_ndis: if_ndis_pccard.c Log Message: Uninitialized var, found by brainy. FreeBSD fixed it this way four years ago. I haven't tested this change, but it is rather obvious,

CVS commit: src/sys/dev/if_ndis

2016-08-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 15 08:12:32 UTC 2016 Modified Files: src/sys/dev/if_ndis: if_ndis.c Log Message: Uninitialized var, found by brainy To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/if_ndis/if_ndis.c Please note

CVS commit: src/sys/dev/if_ndis

2016-08-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 15 08:12:32 UTC 2016 Modified Files: src/sys/dev/if_ndis: if_ndis.c Log Message: Uninitialized var, found by brainy To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/if_ndis/if_ndis.c Please note

CVS commit: src/sys/dev/if_ndis

2015-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 4 15:22:02 UTC 2015 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: don't leak rl (but there are other leaks), found by Brainy. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/if_ndis

2015-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 4 15:22:02 UTC 2015 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: don't leak rl (but there are other leaks), found by Brainy. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/if_ndis

2014-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 1 19:46:55 UTC 2014 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: Remove redundant test for rl == NULL, that's already established right after its allocation, and rl isn't re-assigned later. To generate a

CVS commit: src/sys/dev/if_ndis

2014-09-01 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Sep 1 19:46:55 UTC 2014 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: Remove redundant test for rl == NULL, that's already established right after its allocation, and rl isn't re-assigned later. To generate a

CVS commit: src/sys/dev/if_ndis

2010-02-24 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Feb 24 18:16:50 UTC 2010 Modified Files: src/sys/dev/if_ndis: if_ndisvar.h Log Message: Start to tuck Cardbus under the PCI abstraction. Step #1, textual substitution: for all practical purposes, pcitag_t and cardbustag_t

CVS commit: src/sys/dev/if_ndis

2010-02-24 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Feb 24 18:16:50 UTC 2010 Modified Files: src/sys/dev/if_ndis: if_ndisvar.h Log Message: Start to tuck Cardbus under the PCI abstraction. Step #1, textual substitution: for all practical purposes, pcitag_t and cardbustag_t

CVS commit: src/sys/dev/if_ndis

2009-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 20 19:04:59 UTC 2009 Modified Files: src/sys/dev/if_ndis: if_ndis.c if_ndis_pci.c Log Message: make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/if_ndis/if_ndis.c cvs

CVS commit: src/sys/dev/if_ndis

2009-08-02 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Aug 2 20:22:34 UTC 2009 Modified Files: src/sys/dev/if_ndis: if_ndis.c if_ndis_pci.c Log Message: Patch from PR/39034 - should make this compile! I've not removed the mtx_destroy() since that has to be in there somewhere. Patch

CVS commit: src/sys/dev/if_ndis

2009-05-12 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue May 12 12:17:51 UTC 2009 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: struct cfdata * - cfdata_t, no functional changes intended. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/if_ndis

2009-05-12 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue May 12 14:28:22 UTC 2009 Modified Files: src/sys/dev/if_ndis: if_ndis_pci.c Log Message: struct device * - device_t, no functional changes intended. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/dev/if_ndis

2009-04-01 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Apr 2 00:39:37 UTC 2009 Modified Files: src/sys/dev/if_ndis: if_ndis.c Log Message: I find myself making a lot of changes in this code to keep it compiling and (let us hope) working in the 21st century, so I have put it