minix/kernel/arch/i386
Ben Gras 35a108b911 panic() cleanup.
this change
   - makes panic() variadic, doing full printf() formatting -
     no more NO_NUM, and no more separate printf() statements
     needed to print extra info (or something in hex) before panicing
   - unifies panic() - same panic() name and usage for everyone -
     vm, kernel and rest have different names/syntax currently
     in order to implement their own luxuries, but no longer
   - throws out the 1st argument, to make source less noisy.
     the panic() in syslib retrieves the server name from the kernel
     so it should be clear enough who is panicing; e.g.
         panic("sigaction failed: %d", errno);
     looks like:
         at_wini(73130): panic: sigaction failed: 0
         syslib:panic.c: stacktrace: 0x74dc 0x2025 0x100a
   - throws out report() - printf() is more convenient and powerful
   - harmonizes/fixes the use of panic() - there were a few places
     that used printf-style formatting (didn't work) and newlines
     (messes up the formatting) in panic()
   - throws out a few per-server panic() functions
   - cleans up a tie-in of tty with panic()

merging printf() and panic() statements to be done incrementally.
2010-03-05 15:05:11 +00:00
..
include TASK_PRIVILEGE and level0() removed 2010-02-09 15:23:31 +00:00
apic.c no more kprintf - kernel uses libsys printf now, only kputc is special 2010-03-03 15:45:01 +00:00
apic.h NMI watchdog is an awesome feature for debugging locked up kernels. 2010-01-16 20:53:55 +00:00
apic_asm.h Local APIC 2009-11-16 21:41:44 +00:00
apic_asm.S no more kprintf - kernel uses libsys printf now, only kputc is special 2010-03-03 15:45:01 +00:00
arch_do_vmctl.c panic() cleanup. 2010-03-05 15:05:11 +00:00
clock.c no more kprintf - kernel uses libsys printf now, only kputc is special 2010-03-03 15:45:01 +00:00
clock.h Removed unused symbols. 2010-01-25 18:13:48 +00:00
do_int86.c Remove some unused #include. 2010-02-17 20:24:42 +00:00
do_iopenable.c This patch removes the global variables who_p and who_e from the 2010-02-03 09:04:48 +00:00
do_readbios.c This patch removes the global variables who_p and who_e from the 2010-02-03 09:04:48 +00:00
do_sdevio.c no more kprintf - kernel uses libsys printf now, only kputc is special 2010-03-03 15:45:01 +00:00
exception.c panic() cleanup. 2010-03-05 15:05:11 +00:00
glo.h Local APIC 2009-11-16 21:41:44 +00:00
hw_intr.h Fixed some type inconsistencies in the kernel. 2010-01-26 12:26:06 +00:00
i8259.c Fixed some type inconsistencies in the kernel. 2010-01-26 12:26:06 +00:00
klib386.S Convert library asm files to GAS syntax 2010-03-03 14:27:30 +00:00
Makefile Convert library asm files to GAS syntax 2010-03-03 14:27:30 +00:00
memory.c panic() cleanup. 2010-03-05 15:05:11 +00:00
mpx386.S panic() cleanup. 2010-03-05 15:05:11 +00:00
protect.c panic() cleanup. 2010-03-05 15:05:11 +00:00
proto.h TASK_PRIVILEGE and level0() removed 2010-02-09 15:23:31 +00:00
sconst.h NMI watchdog is an awesome feature for debugging locked up kernels. 2010-01-16 20:53:55 +00:00
system.c no more kprintf - kernel uses libsys printf now, only kputc is special 2010-03-03 15:45:01 +00:00
watchdog.c panic() cleanup. 2010-03-05 15:05:11 +00:00
watchdog.h NMI watchdog is an awesome feature for debugging locked up kernels. 2010-01-16 20:53:55 +00:00