aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/string.c
Commit message (Collapse)AuthorAgeFilesLines
* xen: Add new string functionJulien Grall2013-09-101-0/+15
| | | | | | | Add strcasecmp. The code is copied from Linux. Signed-off-by: Julien Grall <julien.grall@linaro.org> Acked-by: Ian Campbell <ian.campbell@citrix.com>
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
| | | | | | | The emacs variable to set the C style from a local variable block is c-file-style, not c-set-style. Signed-off-by: David Vrabel <david.vrabel@citrix.com
* Remove unused bcopy() implementation.Keir Fraser2007-11-241-24/+0
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Revert 16450:5e8e82e80. Instead remove all arch-specific handling ofKeir Fraser2007-11-241-1/+0
| | | | | memcmp() and hence always use common/lib.c version. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Fix non-optimized compilation of Xen's memcmpKeir Fraser2007-11-241-0/+1
| | | | | | | | | Even when using __builtin_memcmp, gcc may emit external references to memcmp (when not optimizing for instance), so this #define does not always provide a completely suitable memcmp(). Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Remove strcat/strncat/strcmp/strncmp. Replaced with saferkfraser@localhost.localdomain2007-01-291-77/+20
| | | | | alternatives (including a new implementation of strlcat). Signed-off-by: Keir Fraser <keir@xensource.com>
* Remove stupid unused strtok() function.kaf24@firebug.cl.cam.ac.uk2005-10-301-42/+0
| | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* bitkeeper revision 1.1236.1.58 (42288505tf22vxeNSISpP2B48DpV5A)kaf24@scramble.cl.cam.ac.uk2005-03-041-0/+1
| | | | | | Fix the Emacs 'local variables' block to include required end stmt. Signed-off-by: Keir Fraser <keir.fraser@cl.cam.ac.uk>
* bitkeeper revision 1.1236.1.14 (421db08d6LIbanwxXMIaE6u0X5DIbQ)kaf24@scramble.cl.cam.ac.uk2005-02-241-1/+9
| | | | | | Move Emacs mode lines to end of files, out of the way. Signed-off-by: Keir Fraser <keir.fraser@cl.cam.ac.uk>
* bitkeeper revision 1.1159.212.95 (4204aa0ee0re5Xx1zWrJ9ejxzgRs3w)kaf24@scramble.cl.cam.ac.uk2005-02-051-0/+1
| | | | | | | Various cleanups. Remove PDB pending simpler GDB stub and/or NetBSD debugger. Force emacs mode to appropriate tabbing in various files. Signed-off-by: keir.fraser@cl.cam.ac.uk
* bitkeeper revision 1.1159.170.94 (41e7844cyG1BmL1dUF848HyZ7mu87A)kaf24@scramble.cl.cam.ac.uk2005-01-141-2/+26
| | | | | Tweaks from Dan Magenheimer.
* bitkeeper revision 1.1159.170.92 (41e64706rQEeEkbb1iQ8WhbAgZNBFQ)kaf24@scramble.cl.cam.ac.uk2005-01-131-1/+2
| | | | | Clean up string functions (memcpy/memset).
* bitkeeper revision 1.821 (406007d6uu0vZYDxa9P1ZfNO9kF_Cg)kaf24@scramble.cl.cam.ac.uk2004-03-231-3/+3
| | | | | | | | | | | | Many files: xeno -> xen renames. ide-xen.c: Rename: xen/drivers/ide/ide-xeno.c -> xen/drivers/ide/ide-xen.c xen.lds: Rename: xen/arch/i386/xeno.lds -> xen/arch/i386/xen.lds Many files: mvdir
* bitkeeper revision 1.775 (404f3d312IPf2eSF1VGO0WBwqhqeaA)kaf24@scramble.cl.cam.ac.uk2004-03-101-3/+3
| | | | | | | | trace.h: new file Many files: Fix compile errors in Xen headers.
* bitkeeper revision 1.593 (3fb0d1ceZM5ys4sxO5836gfzMM0V9Q)kaf24@scramble.cl.cam.ac.uk2003-11-111-2/+1
| | | | | | string.c: Always include a memcpy function in Xen, for weird gcc configs.
* bitkeeper revision 1.154.1.1 (3e7f35e65e93xTR77zgPWlou5QJAgw)jws@cairnwell.research2003-03-241-0/+535
Added aic7xxx support Included linux string library in place of cut down lib.{c,h} versions Added missing strtoul prototype in lib.h