CVS commit: src/common/lib/libc/arch/mips/string

2015-05-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue May 26 06:55:08 UTC 2015 Modified Files: src/common/lib/libc/arch/mips/string: strchr.S strrchr.S Log Message: force 2nd to argument to unsigned byte value. (found by t_strchr and t_strrchr tests) To generate a diff of this

CVS commit: src/common/lib/libc/arch/mips/string

2011-07-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 4 11:35:26 UTC 2011 Modified Files: src/common/lib/libc/arch/mips/string: ffs.S Log Message: add a weak alias from ffs to __ffssi2. newsmips kernels link now. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/common/lib/libc/arch/mips/string

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:47:14 UTC 2011 Modified Files: src/common/lib/libc/arch/mips/string: ffs.S Log Message: Add a new O(log(2) implementation. On mips32/mips64, use clz/dclz. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/common/lib/libc/arch/mips/string

2011-01-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 2 02:58:52 UTC 2011 Modified Files: src/common/lib/libc/arch/mips/string: strchr.S strrchr.S Log Message: Make these 64-bit clean. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/common/lib/libc/arch/mips/string

2009-07-16 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Jul 16 21:25:36 UTC 2009 Added Files: src/common/lib/libc/arch/mips/string: strchr.S strrchr.S Log Message: Add asm files for str(r)chr by copying the files for (r)index from src/libc/arch/mips/string. Add XLEAF() for index