cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h
ntoskrnl_var.h subr_hal.c subr_ndis.c subr_ntoskrnl.c subr_usbd.c
src/sys/dev/if_ndis if_ndis.c if_ndisvar.h
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu May 5 00:05:38 PDT 2005
On Thu, May 05, 2005 at 03:56:09AM +0000, Bill Paul wrote:
+> wpaul 2005-05-05 03:56:09 UTC
+>
+> FreeBSD src repository
+>
+> Modified files:
+> sys/compat/ndis kern_ndis.c ndis_var.h ntoskrnl_var.h
+> subr_hal.c subr_ndis.c subr_ntoskrnl.c
+> subr_usbd.c
+> sys/dev/if_ndis if_ndis.c if_ndisvar.h
+> Log:
[...]
+> - Implement strstr(), strchr() and MmIsAddressValid().
[...]
ACPI has its internal strstr() implementation as well, so maybe its time
to move it to libkern?
From sys/contrib/dev/acpica/acfreebsd.h:
/* Or strstr (used in debugging mode, also move to libkern) */
static __inline char *
strstr(char *s, char *find)
{
[...]
}
--
Pawel Jakub Dawidek http://www.wheel.pl
pjd at FreeBSD.org http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20050505/7435fd43/attachment.bin
More information about the cvs-src
mailing list