summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/Makefile
AgeCommit message (Expand)Author
2003-07-07Add xlat_mbr_fstype - converts mbr type to disklabel typedsl
2003-05-15add strl{cpy,cat} to libkern. code from lib/libc/string (originally from ope...itojun
2002-11-23If LIBKERN_ARCH is defined, use that as the architecture-specificfvdl
2002-11-02set LLIBS= so we don't try to check the lint lib against llib-lc.lnperry
2002-10-04Unconditionally add strstr.c. Bill Studenmund.junyoung
2002-10-04Add strstr() to libkern. For now, it's only used in i386 (for processorjunyoung
2002-06-18Updated version of cscope/mkid support. Check libkern and compat libwrstuden
2002-05-28have arc4random(9).itojun
2001-12-12MKfoo=no -> NOfootv
2001-11-14Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>tv
2001-08-12Move _insque()/_remque() to libkern. Once remaining uses wouldjdolecek
2001-02-18Don't set ARCHSUBDIR to empty string.enami
2001-02-16Use MACHINE_CPU to find the architecture subdir, or MACHINE_ARCH if thatbjh21
2001-02-15Use arm arch directory for arm32 as well as arm26.simonb
2001-01-04prepare for sh3e[bl] splititojun
2000-12-29Create a shared set of ARM sources for libkern and move arm26 over to usingbjh21
2000-12-08add md4c.cdeberg
2000-03-02make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES.itojun
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-04-11Add inet_addr.c (for nfs_bootparam.c)gwr
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-24no need to add ${OBJS} to POBJS here, bsd.lib.mk does it automatically.chs
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-08-04replace several special targets with stub .c files, as in libc/stringperry
1998-08-03fix silly comment typoperry
1998-07-31make libkern build memmove() properlyperry
1998-07-19Make the combination "profiled kernel" and "${KERN_AS} == "library""drochner
1998-06-21Add a small string pattern matching function to facilitate pcmcia cis stringchristos
1998-05-27add sha1.c, and build it.explorer
1998-02-22Build memcpy() out of bcopy() by default.mycroft
1998-01-23update to match (now-fixed) libc rules for strchr and strrchr.cgd
1998-01-21add rules like those in libc to build strchr() and strrchr() (the lattercgd
1997-11-04Use LORDER, TSORTgwr
1997-05-31Back out BUILDDIR and NOINSTALL changes.cjs
1997-05-30Use new NOINSTALL option for libraries that are used only during the buildcjs
1997-05-07Use libinstall::, not install:, to prevent instaling LIB.mycroft
1997-04-30Build md5c.cthorpej
1997-02-16allow includers to specify library-specific CPP flags via ${LIB}MISCCPPFLAGScgd
1996-08-10Add anchors so that only exactly `-I. is modified.mycroft
1996-08-10Convert the -I. to -I${.OBJDIR}, so that the `machine symlink is available.mycroft
1996-08-08We dont need to pass down COMPATDIR and KERNDIR.mycroft
1996-08-08Run the child make in the source directory, so that nothing here needs to bemycroft
1996-05-10Make sure we clean up libkern.o and libkern.po, too. Closes PRs 1951scottr
1996-04-18don't get rid of the -D_KERNEL in KERNCPPFLAGScgd
1996-02-02Simplify, and add support for passing CPPFLAGS.mycroft
1995-10-20set, don't add to, CFLAGS from KERNCFLAGS. Do assignment of CC andcgd
1995-10-07Build libkern as one .o file, so that all symbols defined therein aremycroft
1995-09-26Remove old .PATH directives that referenced libc source.jonathan