minix/servers
Tomas Hruby 1f89845bb2 SMP - can boot even if some cpus fail to boot
- EBADCPU is returned is scheduler tries to run a process on a CPU
  that either does not exist or isn't booted

- this change was originally meant to deal with stupid cpuid
  instruction which provides totally useless information about
  hyper-threading and MPS which does not deal with ht at all. ACPI
  provides correct information. If ht is turned off it looks like some
  CPUs failed to boot.  Nevertheless this patch may be handy for
  testing/benchmarking in the future.
2010-09-15 14:11:21 +00:00
..
ds make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
ext2 - Return ENOENT when trying to add files to removed (but open) directories. 2010-09-01 09:07:18 +00:00
hgfs Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
inet inet: a little more resilience against misbehaving drivers 2010-07-21 13:47:50 +00:00
init Shutdown changes for multiboot: CTRL-ALT-DEL resets, panic halts 2010-08-30 19:01:58 +00:00
ipc Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
is make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
iso9660fs Avoid duplicate type definitions, especially wchar_t which was inconsstent and caused trouble in libarchive 2010-08-23 17:00:04 +00:00
mfs - Return ENOENT when trying to add files to removed (but open) directories. 2010-09-01 09:07:18 +00:00
pfs - Add support for file descriptor passing to PFS. 2010-08-30 13:46:44 +00:00
pm SMP - can boot even if some cpus fail to boot 2010-09-15 14:11:21 +00:00
procfs ProcFS server, by Alen Stojanov and David van Moolenbroek 2010-09-14 21:25:25 +00:00
rs SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
sched SMP - can boot even if some cpus fail to boot 2010-09-15 14:11:21 +00:00
vfs make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
vm SMP - Process is stopped when VM modifies the page tables 2010-09-15 14:11:12 +00:00
Makefile ProcFS server, by Alen Stojanov and David van Moolenbroek 2010-09-14 21:25:25 +00:00
Makefile.inc Makefile updates: 2010-06-11 16:05:36 +00:00