minix/kernel
Lionel Sambuc 9152e1c5a7 Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
 * tools
 * distribution
 * sets
 * release

The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.

For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.

Regarding new or modifications of Makefiles a few things:
 * Read share/mk/bsd.README
 * If you add a subdirectory, add a Makefile in it, and have it called
   by the parent through the SUBDIR variable.
 * Do not add arbitrary inclusion which crosses to another branch of
   the hierarchy; If you can't do without it, put a comment on why.
   If possible, do not use inclusion at all.
 * Use as much as possible the infrastructure, it is here to make
   life easier, do not fight it.

Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-11-15 16:07:29 +01:00
..
arch Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
system drop safemap code 2012-10-30 13:55:42 +01:00
clock.c ARM support for kernel and vm 2012-10-07 21:38:03 -04:00
clock.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
config.h No more intel/minix segments. 2012-07-15 22:30:15 +02:00
const.h No more intel/minix segments. 2012-07-15 22:30:15 +02:00
cpulocals.c SMP - Cpu local variables 2010-09-15 14:09:46 +00:00
cpulocals.h Kernel: clean up include statements a bit 2012-08-14 16:29:05 +00:00
debug.c ARM support for kernel and vm 2012-10-07 21:38:03 -04:00
debug.h retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
extract-errno.sh Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
extract-mfield.sh Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
extract-mtype.sh Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
glo.h kernel: facility for user-visible memory 2012-07-28 20:57:38 +00:00
interrupt.c Kernel: clean up include statements a bit 2012-08-14 16:29:05 +00:00
interrupt.h SMP - trully idle APs 2010-09-15 14:10:57 +00:00
ipc.h machine/ipcconst.h for arch-specific constants 2012-08-27 19:46:41 -04:00
kernel.h drop safemap code 2012-10-30 13:55:42 +01:00
main.c kernel: some boottime sanitychecks 2012-11-08 11:40:35 +01:00
Makefile hide block_t behind _MINIX (for gcc) 2012-08-24 18:07:37 +02:00
priv.h rename struct mem_range to minix_mem_range 2012-08-15 15:17:25 +02:00
proc.c ARM support for kernel and vm 2012-10-07 21:38:03 -04:00
proc.h drop safemap code 2012-10-30 13:55:42 +01:00
profile.c Kernel: clean up include statements a bit 2012-08-14 16:29:05 +00:00
profile.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
proto.h drop safemap code 2012-10-30 13:55:42 +01:00
smp.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
smp.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
spinlock.h SMP - fixed compilation and removed warnings 2011-12-20 12:58:20 +00:00
system.c drop safemap code 2012-10-30 13:55:42 +01:00
system.h drop safemap code 2012-10-30 13:55:42 +01:00
table.c Kernel: clean up include statements a bit 2012-08-14 16:29:05 +00:00
type.h No more intel/minix segments. 2012-07-15 22:30:15 +02:00
usermapped_data.c kernel: facility for user-visible memory 2012-07-28 20:57:38 +00:00
utility.c Kernel: clean up include statements a bit 2012-08-14 16:29:05 +00:00
vm.h No linear addresses in message delivery 2010-06-11 08:16:10 +00:00
watchdog.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
watchdog.h Watchdog and kernel profiling for AMD 2010-09-23 14:42:30 +00:00