Go to file
Tomas Hruby b90c2d7026 rename of mode/context switching functions
- this patch only renames schedcheck() to switch_to_user(),
  cycles_accounting_stop() to context_stop() and restart() to
  +restore_user_context()

- the motivation is that since the introduction of schedcheck() it has
  been abused for many things. It deserves a better name.  It should
  express the fact that from the moment we call the function we are in
  the process of switching to user.

- cycles_accounting_stop() was originally a single purpose function.
  As this function is called at were convenient places it is used in
  for other things too, e.g. (un)locking the kernel. Thus it deserves
  a better name too.

- using the old name, restart() does not call schedcheck(), however
  calls to restart are replaced by calls to schedcheck()
  [switch_to_user] and it calls restart() [restore_user_context]
2010-05-18 13:00:39 +00:00
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
commands This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
docs This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
drivers This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
etc This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
include This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
kernel rename of mode/context switching functions 2010-05-18 13:00:39 +00:00
lib This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
man This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
servers This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
share Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
test This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
tools Add -M release.sh option to write out a symbol map, either to /usr/src on the image (without -m) or to the tools directory (with -m) 2010-05-17 16:52:48 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00