No description
Find a file
Tomas Hruby ef92583c3a Busy idle loop when profiling
- the Intel architecture cycle counter (performance counter) does not
  count when the CPU is idle therefore we use busy loop instead of
  halting the cpu when there is nothing to schedule

- the downside is that handling interrupts may be accounted as idle
  time if a sample is taken before we get out of the nested trap and
  pick a new process
2010-09-23 10:49:52 +00:00
benchmarks make all other commands use ProcFS 2010-09-14 21:31:56 +00:00
boot Boot monitor shouldn't report memory after 4GB; the addresses are wrong and VM can't deal with it anyways 2010-08-12 13:44:47 +00:00
commands The profile utility can set the sprofiling mode 2010-09-23 10:49:42 +00:00
docs UPDATING - warning about /usr/gnu/lib 2010-09-21 12:46:55 +00:00
drivers No need to scan devices in PIC mode 2010-09-22 08:01:43 +00:00
etc pkgsrc: save binary packages in arch- and osversion dependent dir. 2010-09-17 14:31:54 +00:00
include The profile utility can set the sprofiling mode 2010-09-23 10:49:42 +00:00
kernel Busy idle loop when profiling 2010-09-23 10:49:52 +00:00
lib The profile utility can set the sprofiling mode 2010-09-23 10:49:42 +00:00
man make ps(1) use ProcFS 2010-09-14 21:29:40 +00:00
servers The profile utility can set the sprofiling mode 2010-09-23 10:49:42 +00:00
share SMP - We boot APs 2010-09-15 14:09:52 +00:00
test Add libmthread and test59 to test the implementation 2010-09-21 12:22:38 +00:00
tools include minix 'all' package. 2010-09-20 15:09:32 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Fixed unintentionally removed world target in Makefile 2010-09-15 14:18:39 +00:00