summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/alpha
AgeCommit message (Expand)Author
2009-08-14Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern.dsl
2009-08-12Split the lines that add .c to SRCS from those that add .Sdsl
2009-03-18- remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> hastsutsui
2005-12-20Use common sources with userland.christos
2005-12-11merge ktrace-lwp.christos
2005-04-22Use ${TOOL_M4} instead of "m4". (I only tested this fixreed
2005-02-26nuke trailing whitespaceperry
2002-04-24Add strtoul.cross
2002-01-24syncross
2001-07-13Provide bcopy() here.thorpej
2001-04-26o IEEE 754 floating-point completion code.ross
2000-11-01Add a strcasecmp(), modified from chopps's strncasecmp().thorpej
2000-09-05Move the Alpha _mcount() into a .S file so that it can bethorpej
1999-01-22Sync with libc.mycroft
1999-01-15Fix an unterminated macro call.thorpej
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1998-08-04add memcmp.c memmove.Sperry
1998-08-04add memmove.Sperry
1998-02-22Use the assembler version of memcpy().mycroft
1998-02-22We need memcpy().mycroft
1998-02-22Add some missing things.mycroft
1998-01-21add rules like those in libc to build strchr() and strrchr() (the lattercgd
1997-10-24add memchr() to libkernchuck
1997-10-12Ops, forgot to 'cvs add' theses. Pointed out by enami tsugutomo.bouyer
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-10-17copy down changes from libccgd
1996-09-26label changes, pulled down from libccgd
1996-08-27Add machine-independent assertion-checking support. macros are:cgd
1996-08-21fix up for new libkern path specscgd
1996-07-15frob the mask so that only the low set bit is set, to avoid lossage.cgd
1996-07-15add an assembly version of ffs(), copied down from libccgd
1996-06-10locc() is unused. Remove it from the machine-independent kernel interface.cgd
1996-04-17files copied from libccgd
1996-04-13add strncasecmp.c to ports' libkern Makefile.inc's. When adding a newcgd
1995-10-20copy from libkerncgd
1995-10-20use NetBSD RCS id format. use bzero.S, not bzerro.ccgd
1995-10-20update from libccgd
1995-06-28update dependencies to deal with the alphacgd
1995-03-03copy down from libc.cgd
1995-02-13Alpha support from libc.cgd