History log of /netbsd-src/sys/kern/Makefile (Results 1 – 18 of 18)
Revision Date Author Comments
# 7678e817 07-Mar-2015 christos <christos@NetBSD.org>

Adjust for systrace based on the FreeBSD code:
- create new file systrace_args.c that use used to convert the syscall
arguments to an array, and functions that print the types of the
entry and re

Adjust for systrace based on the FreeBSD code:
- create new file systrace_args.c that use used to convert the syscall
arguments to an array, and functions that print the types of the
entry and return arguments.
- call the systrace probe from the trace_enter and trace_exit functions

show more ...


# 2b043c75 16-Jan-2014 christos <christos@NetBSD.org>

eliminate use of bsd.sys.mk from Makefiles


# 8fc5e348 02-Sep-2011 dyoung <dyoung@NetBSD.org>

Add a target, subr_vmem, for building the vmem(9) test program.


# a02cace5 25-Oct-2008 apb <apb@NetBSD.org>

Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though

Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.

show more ...


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# da8abec8 26-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# 48afa79a 15-Nov-2003 thorpej <thorpej@NetBSD.org>

We have CVS; there is no reason to make .bak files when generating the
syscall table and vnode interface tables.


# f85d2d1c 26-Oct-2003 lukem <lukem@NetBSD.org>

Use ${HOST_SH} instead of `sh'.

If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.


# 4f4abf46 05-Apr-2001 jhawk <jhawk@NetBSD.org>

SYSDIR should be relative here, too.
And actually use it after we define it.

Optimize the find expression (use -prune over -path)


# a022cf9d 30-Aug-2000 jhawk <jhawk@NetBSD.org>

Use
${MAKE}
instead of
make


# 0c20c72c 15-Nov-1998 perry <perry@NetBSD.org>

(mostly) fix kernel tags support. from Frederick Bruckman in pr-6445.


# 5d0722b7 13-Sep-1998 perry <perry@NetBSD.org>

Note that kernel Makefile support for tags is totally broken.


# 3fe138c1 09-Jan-1998 perry <perry@NetBSD.org>

RCS Id Police.


# 3d67685d 29-Feb-1996 cgd <cgd@NetBSD.org>

Do not build vnode_if.[ch] for each kernel. Build them once, like the
various syscall sources/headers, and just compile them. From PR 2142, OK'd
by mycroft.


# d66ea359 29-Feb-1996 mycroft <mycroft@NetBSD.org>

Add dependency for syscallargs.h.


# b69dc1f6 22-Nov-1995 cgd <cgd@NetBSD.org>

move ../sys/syscallargs.h out of the way when making new version,
just like we do for init_sysent.c, syscalls.c, and ../sys/syscall.h.


# c39db8e1 23-Dec-1994 cgd <cgd@NetBSD.org>

make it reflect the current makesyscalls.sh, pointed out by
Stephen J. Roznowski <sjr@zombie.ncsc.mil>.


# 3f94249a 03-Dec-1994 cgd <cgd@NetBSD.org>

from 4.4-Lite. probably don't work yet.