minix/servers/vfs
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
..
const.h Mount updates: 2010-01-12 23:08:50 +00:00
device.c panic() cleanup. 2010-03-05 15:05:11 +00:00
dmap.c panic() cleanup. 2010-03-05 15:05:11 +00:00
dmap.h Mount updates: 2010-01-12 23:08:50 +00:00
exec.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
file.h Added filp_state for driver recovery and filp_select_flags to store select 2008-02-22 14:19:23 +00:00
filedes.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
fproc.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
fs.h panic() cleanup. 2010-03-05 15:05:11 +00:00
fscall.c panic() cleanup. 2010-03-05 15:05:11 +00:00
glo.h Mount updates: 2010-01-12 23:08:50 +00:00
link.c Fixed a number of cases where a bits in an integer were tested 2010-03-02 12:55:39 +00:00
lock.c panic() cleanup. 2010-03-05 15:05:11 +00:00
lock.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +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 panic() cleanup. 2010-03-05 15:05:11 +00:00
mount.c panic() cleanup. 2010-03-05 15:05:11 +00:00
open.c removal of unused vm<->vfs code. 2010-02-03 13:35:17 +00:00
param.h Mount updates: 2010-01-12 23:08:50 +00:00
path.c panic() cleanup. 2010-03-05 15:05:11 +00:00
pipe.c panic() cleanup. 2010-03-05 15:05:11 +00:00
protect.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
proto.h panic() cleanup. 2010-03-05 15:05:11 +00:00
read.c panic() cleanup. 2010-03-05 15:05:11 +00:00
request.c panic() cleanup. 2010-03-05 15:05:11 +00:00
request.h - Fix dangling symlink regression 2010-01-21 09:32:15 +00:00
select.c panic() cleanup. 2010-03-05 15:05:11 +00:00
select.h Asynchronous select implementation. 2008-02-22 15:46:59 +00:00
stadir.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 - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
timers.c panic() cleanup. 2010-03-05 15:05:11 +00:00
type.h quick cleanup of old mfs cruft from vfs 2009-05-08 14:12:41 +00:00
utility.c panic() cleanup. 2010-03-05 15:05:11 +00:00
vmnt.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
vmnt.h Mount updates: 2010-01-12 23:08:50 +00:00
vnode.c panic() cleanup. 2010-03-05 15:05:11 +00:00
vnode.h - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
write.c Remove useless variables and the computations on them. 2010-02-19 10:00:32 +00:00