minix/servers/pm
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
..
alarm.c panic() cleanup. 2010-03-05 15:05:11 +00:00
break.c - Introduce some macros for field names, so that endpt, pendpt, 2009-09-21 14:48:19 +00:00
const.h Rewrite of boot process 2009-12-11 00:08:19 +00:00
dma.c PM cleanup: remove obsolete HAS_DMA flag 2009-07-08 20:08:46 +00:00
exec.c panic() cleanup. 2010-03-05 15:05:11 +00:00
forkexit.c panic() cleanup. 2010-03-05 15:05:11 +00:00
getset.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
glo.h Kill processes which ignore signals thatshould not be ignored 2010-01-31 19:13:20 +00:00
main.c panic() cleanup. 2010-03-05 15:05:11 +00:00
Makefile Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
misc.c Man-pages on mkdep, cdprobe, loadramdisk and newroot; thanks to Antoine Leca 2010-02-02 15:10:00 +00:00
mproc.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
param.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
pm.h Renamed src/lib/utils to src/lib/sysutil --- because of new src/lib/util 2005-07-19 13:21:51 +00:00
profile.c Statistical profiling fixes: 2010-02-03 12:27:52 +00:00
proto.h Man-pages on mkdep, cdprobe, loadramdisk and newroot; thanks to Antoine Leca 2010-02-02 15:10:00 +00:00
signal.c panic() cleanup. 2010-03-05 15:05:11 +00:00
table.c General cleanup: 2010-01-05 19:39:27 +00:00
time.c panic() cleanup. 2010-03-05 15:05:11 +00:00
timers.c panic() cleanup. 2010-03-05 15:05:11 +00:00
trace.c panic() cleanup. 2010-03-05 15:05:11 +00:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c panic() cleanup. 2010-03-05 15:05:11 +00:00