Go to file
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
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
boot csu/build support for ELF 2010-12-10 22:20:12 +00:00
commands Add support for the 82567LM flavor of e1000 2011-03-15 10:04:35 +00:00
common - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
docs Update docs/UPDATING 2011-02-26 23:01:27 +00:00
drivers Add support for the 82567LM flavor of e1000 2011-03-15 10:04:35 +00:00
etc Add support for the 82567LM flavor of e1000 2011-03-15 10:04:35 +00:00
include Move even more includes to common/include. 2011-03-03 16:39:02 +00:00
kernel Add cttybaud boot monitor variable to control speed of serial console (combine with ctty 0) 2011-03-16 12:25:10 +00:00
lib - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
man remove fsck1 altogether 2010-12-21 11:00:13 +00:00
nbsd_include Various fixes for NBSD include. 2011-03-04 23:15:48 +00:00
servers remove some debugging output from vm/region.c 2011-03-16 11:57:35 +00:00
share mk scripts: add flag for compiling with nbsd libc. 2011-03-03 16:41:19 +00:00
test - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
tools release.sh: explicitly use the pkgin pkg_install pkg_add 2011-03-10 12:54:58 +00:00
.gitignore revert r8783, as those entries are auto-generated now 2010-11-17 14:29:32 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile add clean clang libraries target 2011-02-21 16:07:22 +00:00