Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2005 09:05:30 +0200
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Bill Paul <wpaul@FreeBSD.org>
Cc:        cvs-all@freebsd.org
Subject:   Re: 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
Message-ID:  <20050505070530.GK837@darkness.comp.waw.pl>
In-Reply-To: <200505050356.j453u9kX010653@repoman.freebsd.org>
References:  <200505050356.j453u9kX010653@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--BgdT6MQD5banEouU
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, May 05, 2005 at 03:56:09AM +0000, Bill Paul wrote:
+> wpaul       2005-05-05 03:56:09 UTC
+>=20
+>   FreeBSD src repository
+>=20
+>   Modified files:
+>     sys/compat/ndis      kern_ndis.c ndis_var.h ntoskrnl_var.h=20
+>                          subr_hal.c subr_ndis.c subr_ntoskrnl.c=20
+>                          subr_usbd.c=20
+>     sys/dev/if_ndis      if_ndis.c if_ndisvar.h=20
+>   Log:
[...]
+>   - Implement strstr(), strchr() and MmIsAddressValid().
[...]

ACPI has its internal strstr() implementation as well, so maybe its time
to move it to libkern?
=46rom sys/contrib/dev/acpica/acfreebsd.h:

/* Or strstr (used in debugging mode, also move to libkern) */
static __inline char *
strstr(char *s, char *find)
{
	[...]
}

--=20
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd@FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

--BgdT6MQD5banEouU
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFCecW6ForvXbEpPzQRAkwuAKD5j1LtoP9bNKSCzPV2zSh5cUuslwCg8RRf
fs4uBj3vlHlw13jOX7tsJEc=
=N0sq
-----END PGP SIGNATURE-----

--BgdT6MQD5banEouU--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050505070530.GK837>