summaryrefslogtreecommitdiffstats
path: root/sys/kern/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added ../sys/syscall.mk to targets. Back it up like all the otherbde1999-05-131-1/+2
| | | | targets.
* Remove bogus architectures to allow make tags to work.jkh1996-03-311-1/+1
| | | | Submitted-by: Andreas Klemm <andreas@knobel.gun.de>
* Generate prototypes for syscall-implementing functions. Put them inbde1995-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.
* Added namespace information for future pollution-control measures.wollman1994-09-131-1/+2
|
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+50
OpenPOWER on IntegriCloud