aboutsummaryrefslogtreecommitdiff
path: root/serverboot/panic.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-07-20 Roland McGrath <roland@frob.com>Roland McGrath2001-07-211-1/+1
| | | | * panic.c: Fix obsolescent #endif syntax.
* 2000-04-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-04-031-5/+3
| | | | | * panic.c: Include <stdarg.h> instead of <varargs.h>. (panic): Use stdarg style.
* 1999-10-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-281-7/+8
| | | | | | | | | | | * file_io.h: Include <errno.h>. (FS_* macros): Define these to equivalent errno codes. * def_pager_setup.c (add_paging_file): Put strerror of result code in error messages. * bootstrap.c (parse_script): Likewise. * load.c (boot_script_exec_cmd): Include NAMEBUF in error messages, and use strerror to format result code. * panic.c (panic): Use program_invocation_name in message.
* Initial RevisionThomas Bushnell1997-04-031-0/+59