minix/servers/pm
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
..
alarm.c move timers code to libsys 2010-07-09 12:58:18 +00:00
break.c - Introduce some macros for field names, so that endpt, pendpt, 2009-09-21 14:48:19 +00:00
const.h Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
dma.c Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
exec.c PM: save process frame length 2010-09-14 21:21:54 +00:00
forkexit.c Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
getset.c Rename tell_fs to tell_vfs 2010-06-09 14:31:30 +00:00
glo.h SMP - can boot even if some cpus fail to boot 2010-09-15 14:11:21 +00:00
main.c make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
Makefile move timers code to libsys 2010-07-09 12:58:18 +00:00
mcontext.c - Add support for the ucontext system calls (getcontext, setcontext, 2010-03-12 15:58:41 +00:00
misc.c make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
mproc.h PM: save process frame length 2010-09-14 21:21:54 +00:00
param.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
pm.h Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
profile.c Statistical profiling fixes: 2010-02-03 12:27:52 +00:00
proto.h move timers code to libsys 2010-07-09 12:58:18 +00:00
schedule.c SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
signal.c Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
table.c gcov support, based on work contributed by Anton Kuijsten. 2010-08-25 13:06:43 +00:00
time.c panic() cleanup. 2010-03-05 15:05:11 +00:00
trace.c Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c User-space scheduling for system processes 2010-07-01 08:32:33 +00:00