Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Ben Gras bd2ddd5fd4 after enqueue()ing a process, only pick_proc() a new one if the current
process is not PREEMPTIBLE (or it's not ready, or there isn't a current
process yet). This fixes a case where a process that isn't
PREEMPTIBLE actually gets preempted. (This solves a race condition
between CLOCK and SYSTEM.)
2007-03-21 09:45:01 +00:00
boot ctty command without parameters to disable serial console. 2007-01-08 14:30:11 +00:00
commands a script to decode stack traces. 2007-03-21 09:33:39 +00:00
docs Note about mkfs needing more memory after r2751. 2007-02-23 08:33:33 +00:00
drivers For /dev/mem, map in memory to be copied to memory's own address space 2007-03-09 16:03:19 +00:00
etc Make /dev/mouse an alias for /dev/kbdaux for X 2007-03-08 16:04:59 +00:00
include . let kernel use read_tsc() from sysutil library 2007-03-08 15:39:14 +00:00
kernel after enqueue()ing a process, only pick_proc() a new one if the current 2007-03-21 09:45:01 +00:00
lib . let kernel use read_tsc() from sysutil library 2007-03-08 15:39:14 +00:00
man correct references to manpage section 9 to 1x. 2007-03-05 16:43:03 +00:00
servers Minor change to path lookup that fixes the bug that creating a file 2007-02-28 13:13:39 +00:00
test Default amount of memory for tests (some ran out of memory) 2006-10-25 13:35:03 +00:00
tools Russian setup document contributed by Roman Ignatov. 2007-03-08 15:18:57 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile No gmake in use 2006-03-08 16:46:40 +00:00