Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Tomas Hruby 57a88ce708 debugging - printing processes on serial
- this patch moves the former printslot() from arch_system.c to
  debug.c and reimplements it slightly. The output is not changed,
  however, the process information is printed in a separate function
  print_proc() in debug.c as such a function is also handy in other
  situations and should be publicly available when debugging.
2010-05-03 17:37:18 +00:00
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot Allow loading images > 16M 2010-04-29 15:14:07 +00:00
commands Make mdb compile in other places than just /usr/src. 2010-04-29 20:05:01 +00:00
docs Fix date in UPDATING 2010-04-12 17:56:07 +00:00
drivers at_wini: remove unnecessary quirks debug message 2010-04-28 14:19:40 +00:00
etc at_wini: more general system to allow devices that behave like ata controllers. 2010-04-28 11:52:28 +00:00
include cpufeature() - rename _SSEx and correct logic in cpufeature() in lib 2010-04-29 19:08:49 +00:00
kernel debugging - printing processes on serial 2010-05-03 17:37:18 +00:00
lib Put the munmap and munmap_text trampolines in a separate .S file, so that they can be overridden independenly of mmap. 2010-04-29 20:12:56 +00:00
man Add scancode reading capability to TTY 2010-04-15 06:55:42 +00:00
servers rs: stacktrace if system process exits early. 2010-04-29 08:50:17 +00:00
test - Add test52 to test FPU context switching 2010-05-03 15:12:39 +00:00
tools cd boot workaround for bioses that didn't want to boot >4 image sectors. 2010-04-26 22:07:21 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00