minix/common/include/minix
2011-11-29 14:35:22 +01:00
..
acpi.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
ansi.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
audio_fw.h Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
bdev.h Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
bitmap.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
blockdriver.h libblockdriver: allow for not handling partitions 2011-11-28 16:42:35 +01:00
blockdriver_mt.h Add block device tracing facility 2011-11-25 13:47:21 +01:00
btrace.h Add block device tracing facility 2011-11-25 13:47:21 +01:00
callnr.h Implement issetugid syscall 2011-11-28 10:03:43 +00:00
chardriver.h Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
com.h Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
compiler.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
config.h Disable sprofile by default 2011-07-08 17:28:58 +02:00
const.h boot e820 memory detection fixes 2011-09-19 13:36:03 +00:00
cpufeature.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
crtso.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
debug.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
devio.h Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
devman.h Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
dmap.h Add DEV_CLONE_A dev type 2011-07-27 12:23:03 +00:00
driver.h Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
drivers.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
drvlib.h Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
ds.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
endpoint.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
fslib.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
gcov.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
hash.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
input.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
ioctl.h protect ioctl() with __BEGIN/__END_DECLS for C++ 2011-07-09 16:12:40 +02:00
ipc.h Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
ipcconst.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
keymap.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
libminixfs.h add -lminixfs with fs support routines 2011-09-08 16:52:13 +00:00
limits.h Fix off-by-one errors and increase PATH_MAX to 1024 2011-09-12 09:00:24 +00:00
minlib.h base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
mthread.h adding rwlock and event support to mthread 2011-11-29 14:35:22 +01:00
netdriver.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
optset.h Move optset.c into libsys; remove redundant copies 2011-11-07 16:16:08 +01:00
partition.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
portio.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
priv.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
procfs.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
profile.h profile.h: Don't hide structs and macros 2011-07-08 18:10:56 +02:00
queryparam.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
rs.h fix rs/service data structures (add devman_id) 2011-02-25 16:15:54 +00:00
safecopies.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
sched.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
sef.h Add MKLIVEUPDATE and MKSTATECTL 2011-09-02 16:57:22 +02:00
sound.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
spin.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
sys_config.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
sysinfo.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
syslib.h Introduce sys_getregs call, and let vfs use it 2011-11-22 02:07:33 +01:00
sysutil.h introduce sqrt_approx() in -lsys 2011-07-04 02:51:12 +02:00
timers.h Move shared headers in common/include 2011-02-06 22:59:02 +00:00
tty.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
type.h Implement issetugid syscall 2011-11-28 10:03:43 +00:00
u64.h ahci/libdriver: multithreading support 2011-11-04 09:37:53 +00:00
usb.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
usb_ch9.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
vfsif.h add -lminixfs with fs support routines 2011-09-08 16:52:13 +00:00
vm.h vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
vtreefs.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00