Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Ben Gras 1e656b349d . processes stay ZOMBIE, even after wait(), to avoid wrongly seeing them
as living processes  before they are cleaned up (fixes
  wait()/waitpid() hanging forever on previously-ZOMBIE processes)

. stop processes from running using sys_nice() with PRIO_STOP
  when a handled signal is delivered, before computing 
  stack locations for sys_sigsend(). (fixes race condition
  when runnable processes get signals, and e.g. get scheduled
  before FS sends a reply to unpause(), which can make the
  signal stack location wrong.)
2006-10-25 11:29:43 +00:00
boot Fix for KERNEL definition. 2006-06-20 10:13:32 +00:00
commands Don't do make clean if flex Makefile doesn't exist. 2006-10-24 14:20:59 +00:00
docs New UPDATING file with hints for source updating. 2006-08-18 16:18:54 +00:00
drivers (Incomplete) support for access control in PCI (pci_set_acl). 2006-10-20 15:01:32 +00:00
etc Reorder for port order, and add svn (Subversion) as service (port 3690) 2006-09-27 13:55:54 +00:00
include (Incomplete) support for access control in PCI (pci_set_acl). 2006-10-20 15:01:32 +00:00
kernel Access control in do_sdevio and do_vdevio 2006-10-20 14:46:55 +00:00
lib (Incomplete) support for access control in PCI (pci_set_acl). 2006-10-20 15:01:32 +00:00
man new command 'dumpcore' that can write core files of running processes. 2006-08-15 15:59:38 +00:00
servers . processes stay ZOMBIE, even after wait(), to avoid wrongly seeing them 2006-10-25 11:29:43 +00:00
test More fixes to reality 2006-03-16 01:47:52 +00:00
tools Fixes for usb and bios. 2006-06-20 10:13:56 +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