minix/include/minix
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
..
acpi.h
audio_fw.h
bdev.h
bitmap.h
blockdriver_mt.h
blockdriver.h
btrace.h
callnr.h exec() cleanup, generalization, improvement 2012-06-07 15:15:01 +02:00
chardriver.h
com.h kernel: some boottime sanitychecks 2012-11-08 11:40:35 +01:00
compiler.h
config.h Replace MACHINE/CHIP macros with compiler macros 2012-08-06 17:49:22 +02:00
const.h SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
cpufeature.h SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
crtso.h
debug.h
devio.h
devman.h
dirent.h
dmap.h
driver.h
drivers.h drivers.h: fix machine includes 2012-08-10 22:12:13 +02:00
drvlib.h
ds.h drop safemap code 2012-10-30 13:55:42 +01:00
endpoint.h
fslib.h
gcov.h
hash.h
hgfs.h Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
input.h
ioctl.h Remove ACK EM_WSIZE/EM_PSIZE macro usage 2012-08-06 17:49:22 +02:00
ipc.h SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
ipcconst.h machine/ipcconst.h for arch-specific constants 2012-08-27 19:46:41 -04:00
keymap.h
libminixfs.h Move primary cache code to libminixfs. 2012-10-23 19:48:38 +02:00
limits.h
Makefile Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
minlib.h
mthread.h libmthread: add stack traces 2012-04-13 12:54:02 +00:00
netdriver.h
netsock.h
optset.h
param.h vm, kernel, top: report memory usage of vm, kernel 2012-09-18 23:43:52 +02:00
partition.h
paths.h
portio.h
priv.h
procfs.h
profile.h No more intel/minix segments. 2012-07-15 22:30:15 +02:00
queryparam.h
rs.h
safecopies.h drop safemap code 2012-10-30 13:55:42 +01:00
sched.h
sef.h SEF: add sef_cancel() 2012-04-09 16:35:57 +02:00
sffs.h Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
sound.h
spin.h
sys_config.h Remove ACK EM_WSIZE/EM_PSIZE macro usage 2012-08-06 17:49:22 +02:00
sysinfo.h
syslib.h drop safemap code 2012-10-30 13:55:42 +01:00
sysutil.h libsys: remove unused stacktrace variant 2012-08-09 00:16:35 +02:00
timers.h
tty.h
type.h SYSENTER/SYSCALL support 2012-09-24 15:53:43 +02:00
types.h
u64.h
usb_ch9.h
usb.h
vbox.h
vboxfs.h Add libvboxfs: VirtualBox shared folders library 2012-04-09 19:25:18 +02:00
vboxif.h
vboxtype.h
vfsif.h
vm.h drop safemap code 2012-10-30 13:55:42 +01:00
vtreefs.h