summaryrefslogtreecommitdiff
path: root/sys/lib/libkern
AgeCommit message (Expand)Author
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
1999-02-04Check for _STANDALONE as well as _KERNEL to make it compile again. Foldfvdl
1999-02-04sync with userlandexplorer
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-17update from libc; RCSID, register.mrg
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-10-15change handling of libkern:drochner
1998-09-14Fix "unused variable `c'" warning. (From Julian Coleman)leo
1998-09-12Include <sys/param.h> instead of <sys/types.h>, to get mem* inlines.ragge
1998-09-11Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>.jonathan
1998-09-05distclean is a synonym for cleandirlukem
1998-08-30Some more 64-bit cleanup. Now everything compiles.eeh
1998-08-30As a temporary work around to make kernel links again, protectenami
1998-08-29Some more 64-bit-ification.eeh