History log of /netbsd-src/sys/lib/libkern/Makefile (Results 1 – 25 of 101)
Revision Date Author Comments
# de3955c3 05-Jun-2018 christos <christos@NetBSD.org>

Use the standard build rules.


# 65f5251e 22-Mar-2016 mrg <mrg@NetBSD.org>

remove a bunch of "@echo done" from the tail of rules. these messages
were vaguely useful back when we didn't run make -j, but now you end
up with a single line "done" every so often, with no idea w

remove a bunch of "@echo done" from the tail of rules. these messages
were vaguely useful back when we didn't run make -j, but now you end
up with a single line "done" every so often, with no idea what it is
for. very few other targets claim they're done so just remove these.

show more ...


# ea72de74 07-Sep-2015 uebayasi <uebayasi@NetBSD.org>

Order library object build.


# 9068ec74 07-Sep-2015 uebayasi <uebayasi@NetBSD.org>

Sprinkle more done messages.


# 9d9871ab 09-Feb-2014 njoly <njoly@NetBSD.org>

Revert previous revision. It bkeaks profiling kernel builds.
LIBISPRIVATE unconditionnally set MKPROFILE to no, preventing
profiling kernel library.


# e1512a26 21-Aug-2013 matt <matt@NetBSD.org>

Simplify by using LIBISPRIVATE?= yes


# fddc3457 18-Jan-2009 he <he@NetBSD.org>

Change the use of formally undocumented features, which have now been
made to fail. Specifically, change
.ifdef(SYMBOL) -> .ifdef SYMBOL or .if defined(SYMBOL),
and corresponding for .ifndef.

Also

Change the use of formally undocumented features, which have now been
made to fail. Specifically, change
.ifdef(SYMBOL) -> .ifdef SYMBOL or .if defined(SYMBOL),
and corresponding for .ifndef.

Also correct one error in lib/libm/Makefile (.ifdef (${MKCOMPLEX} != "no")?!?).

show more ...


# 59f8fc8f 04-Jan-2009 pooka <pooka@NetBSD.org>

Split variables out of Makefile into Makefile.libkern so that we
can easily just .include it for the proper SRCS etc. definitions
in case we're interested in the files but not in building an actual
l

Split variables out of Makefile into Makefile.libkern so that we
can easily just .include it for the proper SRCS etc. definitions
in case we're interested in the files but not in building an actual
libkern.{a,o}. for librump

show more ...


# 9a5d3f28 16-Dec-2008 christos <christos@NetBSD.org>

replace bitmask_snprintf(9) with snprintb(3)


# 0ad72818 20-Nov-2008 matt <matt@NetBSD.org>

Add new ptree (Patricia / RADIX tree) implementation to NetBSD.


# c6555ead 16-Nov-2008 ad <ad@NetBSD.org>

Our qsort() is inappropriate for kernel use because it makes recursive
calls. Replace it with a kheapsort() function in kernel. Pointed out
by tron@.


# e5c4df96 16-Nov-2008 ad <ad@NetBSD.org>

Make qsort() available in libkern.


# 48717a98 30-Jun-2008 matt <matt@NetBSD.org>

Move rb.c from sys/lib/libkern to common so it can be in both libc and libkern.


# e9ad0762 15-Jun-2008 christos <christos@NetBSD.org>

Include cpuset.


# 3056c4f6 31-Jan-2008 matt <matt@NetBSD.org>

Add Mersenne Twister prototypes and state struct to libkern.h
Cleanup a comment. s/RLEN/MTPRNG_RLEN/g s/POS1/MTPRNG_POS1/g
Remove unneeded test code.


# b83f9a6a 22-Nov-2007 plunky <plunky@NetBSD.org>

remove insque/remque from libkern, they are no longer used


# c77d8084 20-Nov-2007 yamt <yamt@NetBSD.org>

build rb.c.


# e3361bb2 13-Nov-2006 dyoung <dyoung@NetBSD.org>

Add strsep(3) to libkern.

To avoid code duplication, move strsep.c to the kernel/userland
common files.

Soon I will commit source-address selection (options IPSELSRC).
It will use strsep(3).


# 31a62606 27-Oct-2006 christos <christos@NetBSD.org>

Merge kernel and userland rmd160 and sha2 implementation.
XXX: We still install rmd160.h and sha2.h in /usr/include/crypto, unlike
the other hash functions which get installed in /usr/include for com

Merge kernel and userland rmd160 and sha2 implementation.
XXX: We still install rmd160.h and sha2.h in /usr/include/crypto, unlike
the other hash functions which get installed in /usr/include for compatibility.

show more ...


# 82fd1ebb 08-Oct-2006 thorpej <thorpej@NetBSD.org>

- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.
- Add strtoll.c and strtoull.c to libkern.


# a3bdccd2 28-Aug-2006 tsutsui <tsutsui@NetBSD.org>

Add src/common/include to include header search path so that
standalone programs can be built without installed ${DESTDIR} tree.
Okayed by christos, and should close PR 33431.


# b69c1441 27-Apr-2006 thorpej <thorpej@NetBSD.org>

Support for building proplib in the kernel.


# 7d3d66c9 22-Apr-2006 thorpej <thorpej@NetBSD.org>

Move strtoumax.c from libc/stdlib to common/libc/stdlib and include it
in libkern. Required for new code coming soon.


# 31930d4d 11-Mar-2006 kleink <kleink@NetBSD.org>

Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'s
FROMBCD()/TOBCD() macros into wrappers around it, resulting in both
smaller code footprint and elimination of possible issues

Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'s
FROMBCD()/TOBCD() macros into wrappers around it, resulting in both
smaller code footprint and elimination of possible issues due to
multiple evaluation of macro arguments.

Suggested by Simon Burge and Anders Gavare on tech-kern.

show more ...


# 153f1146 20-Dec-2005 christos <christos@NetBSD.org>

Use common sources with userland.


12345