minix/common/include
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
..
arch/i386 VM and kernel support for ELF 2011-02-26 23:00:55 +00:00
ddekit Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
minix - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
net/gen Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
sys Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
curses.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
env.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
fetch.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
hgfs.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
lib.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
libutil.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
Makefile.inc Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
Makefile.termios.inc Move shared headers in common/include 2011-02-06 22:59:02 +00:00
termios.h Unbreak build by fixing typo. 2011-02-14 15:15:12 +00:00
timers.h Move even more includes to common/include. 2011-03-03 16:39:02 +00:00