aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-281-1/+1
| | | | Notes: svn path=/head/; revision=70426
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-141-2/+3
| | | | | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH Notes: svn path=/head/; revision=53152
* Added ../sys/syscall.mk to targets. Back it up like all the otherBruce Evans1999-05-131-1/+2
| | | | | | | targets. Notes: svn path=/head/; revision=47105
* Remove bogus architectures to allow make tags to work.Jordan K. Hubbard1996-03-311-1/+1
| | | | | | | Submitted-by: Andreas Klemm <andreas@knobel.gun.de> Notes: svn path=/head/; revision=14960
* Generate prototypes for syscall-implementing functions. Put them inBruce Evans1995-09-191-1/+3
| | | | | | | | | | | | | | | | | <sys/sysproto.h> and use them (so far only) in kern/init_sysent.c. Don't put $Id in generated files. kern/syscalls.master: I had to add some new fields to describe some non-orthogonal names. E.g., the args struct for the syscall-implementing function foo() is usually named `foo_args', but for getpid() it is named `args'. sys/sysent.h: sy_call_t is still incomplete to hide a couple of warnings. Notes: svn path=/head/; revision=10905
* Added namespace information for future pollution-control measures.Garrett Wollman1994-09-131-1/+2
| | | | Notes: svn path=/head/; revision=2696
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+50
Notes: svn path=/head/; revision=1541