Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 157 → Rev 158

/shark/trunk/include/kernel/func.h
21,11 → 21,11
 
/**
------------
CVS : $Id: func.h,v 1.6 2003-03-17 09:18:55 pj Exp $
CVS : $Id: func.h,v 1.7 2003-05-01 19:45:34 pj Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2003-03-17 09:18:55 $
Revision: $Revision: 1.7 $
Last update: $Date: 2003-05-01 19:45:34 $
------------
 
Kernel functions:
320,6 → 320,10
/*+ this primitive returns the time read from the system timer +*/
TIME sys_gettime(struct timespec *t);
 
/*+ this primitive can be used to set a message that will be printed
at shutdown +*/
int sys_shutdown_message(char *fmt,...);
 
/*---------------------------------------------------------------------*/
/* Jet management primitives */
/*---------------------------------------------------------------------*/
/shark/trunk/include/bits/errno.h
20,11 → 20,11
 
/**
------------
CVS : $Id: errno.h,v 1.3 2003-01-07 17:12:19 pj Exp $
CVS : $Id: errno.h,v 1.4 2003-05-01 19:45:34 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-01-07 17:12:19 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-05-01 19:45:34 $
------------
 
- error codes used as values for errno
90,6 → 90,9
/* Abort values */
/*---------------------------------------------------------------------*/
 
/* note: when changing these numbers, please also change their description
into kernel/kern.c */
 
#define LAST_ABORT_NUMBER 5
 
// the number 1 is a generic error of the lowlevel
99,9 → 102,12
#define AARPFULL 5 /* ARP table Full */
 
/*---------------------------------------------------------------------*/
/* Hartik exception values */
/* S.Ha.R.K. exception values */
/*---------------------------------------------------------------------*/
 
/* note: when changing these numbers, please also change their description
into kernel/exchand.c */
 
#define LAST_EXC_NUMBER 19
 
// NOW UNUSED: XDOUBLE_EXCEPTION 1