minix/common/include/sys
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
..
bootblock.h netbsd fsck driver import 2011-12-22 23:07:15 +01:00
disk.h netbsd fsck driver import 2011-12-22 23:07:15 +01:00
disklabel.h import netbsd ext2fs fsck and newfs 2011-12-22 23:07:23 +01:00
disklabel_gpt.h Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00
dkbad.h netbsd fsck driver import 2011-12-22 23:07:15 +01:00
dkio.h netbsd fsck driver import 2011-12-22 23:07:15 +01:00
elf64.h Move elf headers in common/include and libexec.h in lib/libexec. 2011-03-18 15:13:05 +00:00
elf_common.h Move elf headers in common/include and libexec.h in lib/libexec. 2011-03-18 15:13:05 +00:00
elf_core.h ELF core files 2011-11-22 22:07:40 +01:00
elf_generic.h ELF core files 2011-11-22 22:07:40 +01:00
exec_elf.h switch to netbsd csu 2012-04-12 13:26:24 +02:00
ioc_block.h Add block device tracing facility 2011-11-25 13:47:21 +01:00
ioc_disk.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
ioc_fbd.h Add fbd -- Faulty Block Device driver 2011-12-11 22:45:46 +01:00
ioc_file.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
ioc_memory.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
ioc_sound.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
ioc_tape.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
ioc_tty.h Remove unsupported legacy TIOC[GS]ET[PC] ioctls 2012-03-19 00:09:29 +01:00
ioccom.h netbsd fsck driver import 2011-12-22 23:07:15 +01:00
iostat.h netbsd fsck driver import 2011-12-22 23:07:15 +01:00
kbdio.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
Makefile Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
Makefile.mount.inc Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
mount.h retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
mtio.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
mutex.h netbsd fsck driver import 2011-12-22 23:07:15 +01:00
procfs.h compile fix (gdb, binutils) 2011-11-23 13:35:50 +01:00
svrctl.h VFS: enable sending control messages 2012-04-13 12:54:55 +00:00
video.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
vm.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00