Home | History | Annotate | Download | only in libsa
History log of /src/sys/lib/libsa/panic.c
RevisionDateAuthorComments
 1.7  17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.6  24-Nov-2007  isaki style, indent, and ANSI-fy.
 1.5  11-Dec-2005  christos branches: 1.5.44; 1.5.46; 1.5.52;
merge ktrace-lwp.
 1.4  26-Feb-2005  perry branches: 1.4.4;
nuke trailing whitespace
 1.3  07-Mar-2003  dsl branches: 1.3.2; 1.3.10; 1.3.12;
LIBSA_NO_CLOSE is LIBSA_NO_FS_CLOSE everywhere else.
 1.2  28-Apr-1999  christos Nuke local prototype for closeall(). Add a new define LIBSA_NO_CLOSE so that
we don't try to close files, if we are not using any other I/O.
 1.1  12-Feb-1999  drochner branches: 1.1.4;
We can't prototype exit() publically because it might take an argument or
not, depending on the port-specific environment.
Separate panic() and exit() so that the mi/default panic() can be used
without conflicting with a local exit() definition, move exit(void)
prototype to the default exit() implementation.
Closes PR bin/6990 by Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE>.
 1.1.4.1  21-Jun-1999  thorpej Sync w/ -current.
 1.3.12.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.3.10.1  29-Apr-2005  kent sync with -current
 1.3.2.1  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.4.4.1  07-Dec-2007  yamt sync with head
 1.5.52.1  08-Dec-2007  mjf Sync with HEAD.
 1.5.46.1  09-Jan-2008  matt sync with HEAD
 1.5.44.1  27-Nov-2007  joerg Sync with HEAD. amd64 Xen support needs testing.

RSS XML Feed