summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/mips
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-11-10ABICALLS -> __ABICALLS__thorpej
2002-01-02R5900 short-loop bug.uch
2001-12-27we need ffs().shin
2001-12-27don't use .abicalls in kernel.shin
2001-12-27copy from libc/arch/mips/stringshin
2001-10-16R5900 miss-prediction of branch targets for short-loop.uch
2001-02-27copy from lib/libc/arch/mips/gencgd
2000-11-01Add a strcasecmp(), modified from chopps's strncasecmp().thorpej
2000-10-10Set return value correctly for memcpy/memmove.jeffs
2000-07-18Fix an obvious typo in comment introduced by previous commit; the instructionenami
2000-07-17Make memcpy() the favored interface an swizzle the args for ovbcopy. Alsojeffs
1999-11-29Add strtoul.c and sort sources alphabetically.simonb
1999-04-20Until <bsd.lib.mk> is fixed, don't try to guess whether or not tosimonb
1999-03-17Don't add .abicalls if NO_ABICALLS is defined even if ABICALLS is defined.simonb
1999-03-15Use merged memcpy()/memset() based on old bcopy rather than C-coded memmove.jonathan
1999-03-15Fix bug in construction of word-length version of 'c'.jonathan
1999-02-23Add memset.S instead of memset.c, and remove __main.c.simonb
1999-01-28memset, derived from old kernel bcopy.jonathan
1999-01-18Make bswap32 be the "real" entrypoint and htonl, ntohl aliases.castor
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1999-01-15Break out utility functions from locore.Scastor
1998-09-11Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.jonathan
1998-08-20update for b->mem change in sys/kern; now we need memcmp and memset, not just...tls
1998-01-21add rules like those in libc to build strchr() and strrchr() (the lattercgd
1997-10-24add memchr() to libkernchuck
1997-10-09Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.bouyer
1997-01-18add strchr() to libkern. strchr.c copied from libc's "index.c", but withcgd
1996-08-27Add machine-independent assertion-checking support. macros are:cgd
1996-04-13add strncasecmp.c to ports' libkern Makefile.inc's. When adding a newcgd
1994-10-26new RCS ID format.cgd
1994-06-15fix typo: scan.c -> scanc.cglass
1994-06-03works in bootstrapping caseeeglass