summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch
AgeCommit message (Expand)Author
2000-01-03don't clobber r4 and r5msaitoh
1999-12-21check _STANDALONEmsaitoh
1999-11-29Add strtoul.c and sort sources alphabetically.simonb
1999-11-29Move strtoul.c (via CVS repo copy) to libkern. Also sort prototypessimonb
1999-11-16make this work again with -mrtd.matthias
1999-11-11Add register prefixes.thorpej
1999-11-11Sync w/ libc.thorpej
1999-10-21add strncasecmp.cmsaitoh
1999-09-21Finish support for auto-generated libkern divsi3.S.is
1999-09-20Use an identical source file for the libc and the libkern version ofis
1999-09-19Oops. The overflow code should not have been copied from the userlandis
1999-09-17Synchronize with fixed libc version:is
1999-09-16unused file (we have an asm version)msaitoh
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun
1999-09-10-don't use DEFS.h nor SYS.h in libkerndrochner
1999-09-06sync with libc:chs
1999-08-23Sync with libc: use _ALIGN_TEXT from <machine/asm.h>.kleink
1999-05-09Find the udivrem.m4 in the proper directory.eeh
1999-05-09Add .PATH.m4pk
1999-05-05Copy from libc.tsubai
1999-04-20Until <bsd.lib.mk> is fixed, don't try to guess whether or not tosimonb
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws
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-03-05Sync with libcpk
1999-02-24use RODATA(__ffstab) instead of ENTRY().chs
1999-02-24don't list any *.S files in SRCS multiple times, once is enough.chs
1999-02-23Add memset.S instead of memset.c, and remove __main.c.simonb
1999-02-15RCS ID policehubertf
1999-02-01sync with libc versionmatthias
1999-01-28memset, derived from old kernel bcopy.jonathan
1999-01-22Sync with libc.mycroft
1999-01-22Sync with libc.mycroft
1999-01-19#include <machine/asm.h> instead of (nonexistent) "DEFS.h".ragge
1999-01-18Make bswap32 be the "real" entrypoint and htonl, ntohl aliases.castor
1999-01-15Fix an unterminated macro call.thorpej
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1999-01-15Break out utility functions from locore.Scastor
1998-11-26Fixup ffstab naming conflict between locore.s, libkern/arch/sparc/ffs.S andeeh
1998-11-26Forgot to specify a label for the branch target. Oops.eeh
1998-09-11Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.jonathan
1998-08-30Some more 64-bit cleanup. Now everything compiles.eeh
1998-08-29Some more 64-bit-ification.eeh
1998-08-20update for b->mem change in sys/kern; now we need memcmp and memset, not just...tls
1998-08-15Assign my copyrights to TNF.mycroft
1998-08-15Assign copyrights to TNF.mycroft
1998-08-15Make copyright notices with my name consistent.mycroft
1998-08-08Lots of kernlib functions rewritten as inline macros.ragge
1998-08-04add memcmp.cperry