No description
Find a file
Ben Gras 88ba4b5268 added reenter check to lock_dequeue() to avoid unlocking of interrupts
via cause_sig() during an exception.

moved lock check configuration to <minix/sys_config.h> instead of
kernel/config.h, because the 'relocking' field in kinfo depends on it.

other prettification: common locking macro, whether lock timing is on or
not.
2006-02-10 16:53:51 +00:00
boot Moved the print statement till after the K_CLAIM flag check after 2005-12-20 14:38:14 +00:00
commands umount /usr first 2006-02-06 16:40:15 +00:00
drivers Ignore system signals. 2006-02-06 15:33:39 +00:00
etc *** empty log message *** 2006-02-03 15:41:58 +00:00
include added reenter check to lock_dequeue() to avoid unlocking of interrupts 2006-02-10 16:53:51 +00:00
kernel added reenter check to lock_dequeue() to avoid unlocking of interrupts 2006-02-10 16:53:51 +00:00
lib . use proper S_ISFIFO for ISFIFO check 2006-02-02 16:59:07 +00:00
man Added truncate(1) manpage; added comment about holes in du; removed 2006-01-11 17:18:53 +00:00
servers Don't kill processes by signals in process group 0, and do a sync before 2006-02-03 15:21:00 +00:00
test Fixed problem in subtest 1; Part of test is now in #if DEAD_CODE ... #endif, 2005-10-05 11:28:12 +00:00
tools *** empty log message *** 2006-02-03 16:06:14 +00:00
LICENSE LICENSE taken from website instead of old PH license. 2006-01-05 16:58:38 +00:00
Makefile No more gmake in top makefile 2006-01-17 15:09:15 +00:00