summaryrefslogtreecommitdiff
path: root/gnu/libexec/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/Makefile.inc')
0 files changed, 0 insertions, 0 deletions
892e0da'>Change the use of formally undocumented features, which have now beenhe 2009-01-04Split variables out of Makefile into Makefile.libkern so that wepooka 2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos 2008-11-20Add new ptree (Patricia / RADIX tree) implementation to NetBSD.matt 2008-11-16Our qsort() is inappropriate for kernel use because it makes recursivead 2008-11-16Make qsort() available in libkern.ad 2008-06-30Move rb.c from sys/lib/libkern to common so it can be in both libc and libkern.matt 2008-06-15Include cpuset.christos 2008-01-31Add Mersenne Twister prototypes and state struct to libkern.hmatt 2007-11-22remove insque/remque from libkern, they are no longer usedplunky 2007-11-20build rb.c.yamt 2006-11-13Add strsep(3) to libkern.dyoung 2006-10-27Merge kernel and userland rmd160 and sha2 implementation.christos 2006-10-08- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.thorpej 2006-08-28Add src/common/include to include header search path so thattsutsui 2006-04-27Support for building proplib in the kernel.thorpej 2006-04-22Move strtoumax.c from libc/stdlib to common/libc/stdlib and include itthorpej 2006-03-11Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'skleink 2005-12-20Use common sources with userland.christos 2005-12-11merge ktrace-lwp.christos 2005-10-02put mcount.c in the normal object list, so that "make depend" works.chs 2005-08-25Redo previous; don't add mcount.po to POBJS when MKPROFILE=no.uebayasi 2005-08-25Create mcount.po only when MKPROFILE != no.uebayasi 2005-02-26nuke trailing whitespaceperry 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