Searched hist:73111 (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/lib/libc/amd64/string/
H A DMakefile.incdiff 144872 Sun Apr 10 16:58:49 MDT 2005 alc Add a machine-specific, optimized implementation of strcat.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
diff 144854 Sun Apr 10 03:11:06 MDT 2005 alc Add a machine-specific, optimized implementation of strcpy.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
diff 144847 Sat Apr 09 18:47:08 MDT 2005 alc Add a machine-specific, optimized implementation of strcmp.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
diff 144782 Fri Apr 08 03:15:55 MDT 2005 alc Add machine-specific, optimized implementations of bcmp and memcmp.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
144730 Thu Apr 07 01:56:03 MDT 2005 alc Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
memmove, and memset.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dmemcpy.S144730 Thu Apr 07 01:56:03 MDT 2005 alc Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
memmove, and memset.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dmemmove.S144730 Thu Apr 07 01:56:03 MDT 2005 alc Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
memmove, and memset.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dbcopy.S144730 Thu Apr 07 01:56:03 MDT 2005 alc Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
memmove, and memset.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dbzero.S144730 Thu Apr 07 01:56:03 MDT 2005 alc Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
memmove, and memset.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dmemcmp.S144782 Fri Apr 08 03:15:55 MDT 2005 alc Add machine-specific, optimized implementations of bcmp and memcmp.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dmemset.S144730 Thu Apr 07 01:56:03 MDT 2005 alc Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
memmove, and memset.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dstrcat.S144872 Sun Apr 10 16:58:49 MDT 2005 alc Add a machine-specific, optimized implementation of strcat.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dstrcmp.S144847 Sat Apr 09 18:47:08 MDT 2005 alc Add a machine-specific, optimized implementation of strcmp.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dbcmp.S144782 Fri Apr 08 03:15:55 MDT 2005 alc Add machine-specific, optimized implementations of bcmp and memcmp.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
H A Dstpcpy.S144854 Sun Apr 10 03:11:06 MDT 2005 alc Add a machine-specific, optimized implementation of strcpy.

PR: 73111
Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD)
MFC after: 3 weeks
/freebsd-10-stable/sys/dev/pcn/
H A Dif_pcn.cdiff 73111 Mon Feb 26 20:23:55 MST 2001 wpaul Workaround to prevent VMware from melting down. The pseudo PCnet interface
in VMware reports 0x00000000 in the PCI subsystem ID register, but
0x10001000 when you read the mirror registers in I/O space. This causes
pcn_probe() to think it's found a card in 32-bit mode, and performing
a 32-bit I/O access makes on a 16-bit port makes VMware go boom. Special
case the 0x10001000 value until somebody at VMware grows a clue.

Finally discovered by: Andrew Gallatin

Completed in 160 milliseconds