summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
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-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
1999-05-07move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro,drochner
1999-05-07Build libraries for kernel/standalone code from within their compilationdrochner
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-04-13make libkern compile in userland - for testing purposesdrochner
1999-04-12This was an n_long, not u_long, so u_int32_t is correct.drochner
1999-04-12libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup...ross
1999-04-11Add inet_addr.c (for nfs_bootparam.c)gwr
1999-04-01Sync with src/lib/libc/string/bcmp.csimonb
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-03-04make the mipse[lb]->mips translation really workdrochner
1999-03-03Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested byjonathan
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-24no need to add ${OBJS} to POBJS here, bsd.lib.mk does it automatically.chs
1999-02-23Add memset.S instead of memset.c, and remove __main.c.simonb
1999-02-15RCS ID policehubertf
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-11Can't include libkern.h twice which is what happens if _KERNEL is on.pk
1999-02-11Pull libkern.h in.pk
1999-02-05Sync with libc version.bouyer