Go to file
Ben Gras 7ee78ffb82 kernel: improve exception debug printing
. fold 2 exception-in-kernel cases (pagefault and rest)
	  into 1
	. for exceptions that occur in kernel, don't just print
	  kernel stacktrace (typically that is just the exception
	  handler) but also the stacktrace of when the exception
	  happened
2011-07-22 10:57:08 +00:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Add bin/ hierarchy 2011-07-01 18:43:15 +02:00
boot boot: Add multiboot support 2011-06-24 17:21:51 +02:00
commands Remove strings(1) 2011-07-21 19:06:06 +02:00
common New stat structure. 2011-07-12 16:39:55 +02:00
docs import libterminfo, terminfo.db and stat command 2011-07-18 16:17:14 +02:00
drivers Use 'strip -s' for ELF image 2011-07-22 07:52:34 +02:00
etc import netbsd sed 2011-07-20 15:14:48 +02:00
include rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
kernel kernel: improve exception debug printing 2011-07-22 10:57:08 +00:00
lib Add vfork() system call 2011-07-22 10:55:30 +02:00
man Remove strings(1) 2011-07-21 19:06:06 +02:00
nbsd_include Add vfork() system call 2011-07-22 10:55:30 +02:00
servers RS: fix bug that overflows r_argv[] 2011-07-21 08:08:22 +02:00
share Avoid MMX and SSE instructions in the MINIX programs and libraries 2011-07-22 11:59:31 +02:00
test Forgot to rename mmap to minix_mmap 2011-07-22 10:15:47 +00:00
tools Use 'strip -s' for ELF image 2011-07-22 07:52:34 +02:00
usr.bin import netbsd sed 2011-07-20 15:14:48 +02:00
.gitignore .gitignore: add obj-elfbase-nbsd 2011-06-25 18:05:01 +02:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile buildsystem: use dependall target 2011-07-19 15:28:20 +02:00