summaryrefslogtreecommitdiffstats
path: root/sys/kern/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Adjust the all target message (but maybe all: sysent is better?imp2010-10-021-1/+1
|
* Turns out this file was how we make sysent stuff, so add that part only back...imp2010-10-021-0/+20
|
* This file has been unused for ages. Retire it.imp2010-09-281-58/+0
| | | | Submitted by: pluknet
* This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used?imp2010-08-231-2/+2
|
* style.Makefile(5)obrien2007-12-141-1/+1
|
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-251-1/+1
| | | | | | | and it is seriously broken. Discussed on: freebsd-arch@ Approved by: re (mux)
* Add support for the generated file systrace_args.c.jb2006-08-051-1/+2
|
* Add a 'sysent' target that depends on the various files built fromjhb2005-07-131-1/+4
| | | | | | | | syscalls.master for the master list and the Alpha/OSF1 compat ABI to be consistent with all the other compat ABIs where 'make sysent' already works. MFC after: 3 days
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-1/+1
| | | | | | ifdefs scattered around the place - its dead Jim! The SMB stuff had stolen AF_NS, make it official.
* Don't generate <sys/syscalls-hide.h> it has never had any users anywhere inphk2001-10-131-2/+1
| | | | the source tree.
* Remove vestiges of MFS.ru2001-06-011-1/+1
|
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-3/+3
| | | | | | | | | | | | | | | systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles.
* Retire kernfs (kernel part).des2000-12-281-1/+1
|
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-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
* 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