minix/common/include/minix
Thomas Veerman c8d0edc06a - Refactor mthread structure fields to prevent name clashes
- Remove sanity checks for initialized mutexes and condition variables. This
  significantly boosts performance. The checks can be turned back on by
  compiling libmthread with MTHREAD_STRICT. According to POSIX operations on
  uninitialized variables are a MAY fail if, therefore allowing this
  optimization.
- Test59 has to be accommodated to the lack of sanity checks on uninitialized
  variables in the library. It specifically tests for them and will run into
  segfaults when the checks are absent in the library.
- Fix a few bugs related to the scheduler
- Do some general code cleanups
2011-03-18 10:29:54 +00: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 Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
bitmap.h
callnr.h
com.h
compiler.h
config.h
const.h Add cttybaud boot monitor variable to control speed of serial console (combine with ctty 0) 2011-03-16 12:25:10 +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
devio.h
devman.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
dir.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
dmap.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
driver.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
drivers.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
drvlib.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
ds.h
endpoint.h
fslib.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
gcov.h
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
ipc.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
ipcconst.h
keymap.h
limits.h
minlib.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
mq.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
mthread.h - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
netdriver.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
partition.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
portio.h
priv.h
procfs.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
profile.h
queryparam.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
rs.h
safecopies.h
sched.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
sef.h
sound.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
spin.h
sys_config.h
sysinfo.h
syslib.h
sysutil.h
timers.h
tty.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
type.h
u64.h
usb_ch9.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
usb.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
vfsif.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
vm.h
vtreefs.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00