CVS commit: src/sys/compat/ndis

2017-04-13 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Thu Apr 13 09:44:48 UTC 2017

Modified Files:
src/sys/compat/ndis: subr_ndis.c

Log Message:
Switch NdisOpenFile() to mountlist iterator.

XXX: Do we need a function or variable to retrieve the root mount or NULL?


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/compat/ndis/subr_ndis.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/ndis

2016-02-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb  8 16:42:04 UTC 2016

Modified Files:
src/sys/compat/ndis: subr_ntoskrnl.c

Log Message:
PR/50784: David Binderman: Add missing braces, this is not python.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/compat/ndis/subr_ntoskrnl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/ndis

2014-03-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Mar 26 18:11:26 UTC 2014

Modified Files:
src/sys/compat/ndis: subr_ntoskrnl.c

Log Message:
kill {v,}sprintf


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/compat/ndis/subr_ntoskrnl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/ndis

2014-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Mar 25 16:23:58 UTC 2014

Modified Files:
src/sys/compat/ndis: kern_ndis.c subr_ndis.c subr_ntoskrnl.c

Log Message:
kill sprintf


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/compat/ndis/kern_ndis.c
cvs rdiff -u -r1.27 -r1.28 src/sys/compat/ndis/subr_ndis.c
cvs rdiff -u -r1.23 -r1.24 src/sys/compat/ndis/subr_ntoskrnl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/ndis

2014-03-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 23 09:31:15 UTC 2014

Modified Files:
src/sys/compat/ndis: subr_ndis.c subr_ntoskrnl.c

Log Message:
fix unused


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/compat/ndis/subr_ndis.c
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/ndis/subr_ntoskrnl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/ndis

2014-03-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 23 02:55:26 UTC 2014

Modified Files:
src/sys/compat/ndis: kern_ndis.c

Log Message:
remove unused


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/compat/ndis/kern_ndis.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/ndis

2012-09-22 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sun Sep 23 01:14:41 UTC 2012

Modified Files:
src/sys/compat/ndis: kern_ndis.c

Log Message:
remove a debug printf.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/ndis/kern_ndis.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/ndis

2012-02-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb  3 23:38:08 UTC 2012

Modified Files:
src/sys/compat/ndis: subr_ndis.c

Log Message:
Kill of messy ifdefs, and use an ansi prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/compat/ndis/subr_ndis.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/ndis

2011-01-22 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Jan 22 12:06:51 UTC 2011

Modified Files:
src/sys/compat/ndis: nbcompat.h

Log Message:
Fix build of ndiscvt(8). Not sure what broke it in the first place.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/ndis/nbcompat.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.