minix/servers/inet
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
..
generic Fixed an array bounds violation. 2010-02-24 10:39:58 +00:00
minix3 Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
buf.c Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
clock.c Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
const.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
inet.c panic() cleanup. 2010-03-05 15:05:11 +00:00
inet.h General cleanup: 2010-01-05 19:39:27 +00:00
inet_config.c clever hack to avoid starting from 0 disabled because 2009-09-21 14:46:42 +00:00
inet_config.h More stack for tcpd. 2006-07-13 13:19:48 +00:00
Makefile Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
mnx_eth.c Removed unused code in the ethernet driver that was left from an old implementation 2010-01-20 17:02:55 +00:00
mq.c New inet with partial select implementation 2005-06-28 15:19:58 +00:00
mq.h Initial revision 2005-04-21 14:53:53 +00:00
osdep_eth.h Initial convertion to asynchronous sends for communicating with ethernet 2007-04-23 14:49:20 +00:00
proto.h Prelim commit for ethernet driver crash recovery. 2005-10-21 11:51:45 +00:00
qp.c Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
qp.h More stack for tcpd. 2006-07-13 13:19:48 +00:00
sha2.c Formatting fixes for the book 2005-08-29 16:47:18 +00:00
sha2.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
sr.c Fixed a number of uses of uninitialized variables by adding assertions 2010-01-27 10:23:58 +00:00
sr_int.h Replaced REVIVE and select/notify with alert and DEV_STATUS. 2005-07-27 16:35:16 +00:00
version.c New inet with partial select implementation 2005-06-28 15:19:58 +00:00