]> Zhao Yanbai Git Server - minix.git/commit
Added args to lock() and unlock() to tell them apart, for use
authorBen Gras <ben@minix3.org>
Wed, 1 Jun 2005 09:37:52 +0000 (09:37 +0000)
committerBen Gras <ben@minix3.org>
Wed, 1 Jun 2005 09:37:52 +0000 (09:37 +0000)
commitc977bd870954adb7e7aac4bdcbafa365a9f35584
treed1683af09fbc6fa2e22bd9e0f5638d5561273601
parentb4335679cb7e7f9ab5631864da47e78273dfd5bc
Added args to lock() and unlock() to tell them apart, for use
when lock timing is enabled in minix/config.h.

Added phys_zero() routine to klib386.s that zeroes a range of memory, and
added corresponding system call.
17 files changed:
kernel/clock.c
kernel/const.h
kernel/debug.h [new file with mode: 0644]
kernel/exception.c
kernel/glo.h
kernel/i8259.c
kernel/klib386.s
kernel/proc.c
kernel/proto.h
kernel/system.c
kernel/system.h
kernel/system/clock.c
kernel/system/copying.c
kernel/system/debugging.c
kernel/system/devio.c
kernel/system/misc.c
kernel/system/proctl.c