History log of /src/sys/kern/Makefile |
Revision | | Date | Author | Comments |
1.18 |
| 07-Mar-2015 |
christos | 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
|
1.17 |
| 16-Jan-2014 |
christos | branches: 1.17.6; eliminate use of bsd.sys.mk from Makefiles
|
1.16 |
| 02-Sep-2011 |
dyoung | branches: 1.16.2; 1.16.12; 1.16.16; Add a target, subr_vmem, for building the vmem(9) test program.
|
1.15 |
| 25-Oct-2008 |
apb | 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.
|
1.14 |
| 11-Dec-2005 |
christos | branches: 1.14.70; 1.14.74; 1.14.80; merge ktrace-lwp.
|
1.13 |
| 26-Feb-2005 |
perry | nuke trailing whitespace
|
1.12 |
| 15-Nov-2003 |
thorpej | branches: 1.12.8; 1.12.10; We have CVS; there is no reason to make .bak files when generating the syscall table and vnode interface tables.
|
1.11 |
| 26-Oct-2003 |
lukem | 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.
|
1.10 |
| 05-Apr-2001 |
jhawk | branches: 1.10.22; SYSDIR should be relative here, too. And actually use it after we define it.
Optimize the find expression (use -prune over -path)
|
1.9 |
| 30-Aug-2000 |
jhawk | branches: 1.9.2; Use ${MAKE} instead of make
|
1.8 |
| 15-Nov-1998 |
perry | branches: 1.8.10; (mostly) fix kernel tags support. from Frederick Bruckman in pr-6445.
|
1.7 |
| 13-Sep-1998 |
perry | Note that kernel Makefile support for tags is totally broken.
|
1.6 |
| 09-Jan-1998 |
perry | RCS Id Police.
|
1.5 |
| 29-Feb-1996 |
cgd | 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.
|
1.4 |
| 29-Feb-1996 |
mycroft | Add dependency for syscallargs.h.
|
1.3 |
| 22-Nov-1995 |
cgd | 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.
|
1.2 |
| 23-Dec-1994 |
cgd | make it reflect the current makesyscalls.sh, pointed out by Stephen J. Roznowski <sjr@zombie.ncsc.mil>.
|
1.1 |
| 03-Dec-1994 |
cgd | branches: 1.1.1; from 4.4-Lite. probably don't work yet.
|
1.1.1.2 |
| 01-Mar-1998 |
fvdl | Import 4.4BSD-Lite2
|
1.1.1.1 |
| 01-Mar-1998 |
fvdl | Import 4.4BSD-Lite for reference
|
1.8.10.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.8.10.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
1.9.2.1 |
| 09-Apr-2001 |
nathanw | Catch up with -current.
|
1.10.22.4 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.10.22.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.10.22.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.10.22.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.12.10.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.12.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.14.80.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.14.74.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.14.70.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.16.16.1 |
| 18-May-2014 |
rmind | sync with head
|
1.16.12.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.16.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.16.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.17.6.1 |
| 06-Apr-2015 |
skrll | Sync with HEAD
|