summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
AgeCommit message (Expand)Author
2000-07-21compile byte_swap_2.S and byte_swap_4.Smsaitoh
2000-07-21support "big endian", too.msaitoh
2000-07-20Add strtoul.c -- if_ea.c needs it.bjh21
2000-07-19We need strncasecmp.c now.matt
2000-07-19ELFifymatt
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
2000-06-27<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-09new bcopy.Smsaitoh
2000-06-09movstrSI*() for gcc -Osmsaitoh
2000-05-26Add missing trailing newlines.sommerfeld
2000-05-25fix the null pointer access bug when arg2 (char **endptr) == NULLmsaitoh
2000-05-09Initial commit of arm26 portbjh21
2000-05-08__predict_true() the expressions passed to the assert family, sothorpej
2000-05-05Use __GNUC_PREREQ__().thorpej
2000-04-20asm bcopy() for sh3msaitoh
2000-04-19change copyright notice from 3-clause TNF -> 4-clause TNF.itojun
2000-03-30Kill some more register declarations.augustss
2000-03-29Don't prototype __assert() if not STANDALONE - <sys/systm.h> has alreadysimonb
2000-03-29Multiple include protection.simonb
2000-03-27Remove duplicate declaration of __cmpdi2()simonb
2000-03-02make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES.itojun
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-02-01add strtouldanw
2000-01-19STRIP -> STRIPPROGtsutsui
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-29Copied from arch/arm32/arm32/strtoul.c,vsimonb
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-10-16Include <lib/libkern/libkern.h> after sys/param.h, to avoid warningsragge
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-16Include <lib/libkern/libkern.h> instead of <sys/systm.h>.sommerfeld
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-10Add prototype for memcmp() as suggested by Anders Hjalmarsson intron
1999-09-10sync with libcdrochner
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-09Allocating a byte-array and then accessing it as 32-bit integers just won't workeeh