diff --git a/src/sys/mpi/system.c b/src/sys/mpi/system.c index 5a571ac..5b734e5 100644 --- a/src/sys/mpi/system.c +++ b/src/sys/mpi/system.c @@ -1,5 +1,5 @@ /***************************************************************************************** - Copyright (c) 2002-2004 The UbixOS Project + Copyright (c) 2002-2005 The UbixOS Project All rights reserved. Redistribution and use in source and binary forms, with or without modification, are @@ -255,47 +255,5 @@ } /*** - $Log$ - Revision 1.4 2004/08/24 05:24:37 reddawg - TCA Is A BONER!!!! - - Revision 1.3 2004/08/21 23:47:50 reddawg - *** empty log message *** - - Revision 1.2 2004/08/14 11:23:02 reddawg - Changes - - Revision 1.1 2004/07/28 17:07:25 reddawg - MPI: moved the syscalls - - Revision 1.10 2004/06/28 23:12:58 reddawg - file format now container:/path/to/file - - Revision 1.9 2004/05/26 15:34:29 reddawg - mpi: oops forgot a spinUnlock - - Revision 1.8 2004/05/26 11:58:37 reddawg - mpi: Fixed security now the pid used at time of mpiCreateMbox is the only pid - allowed to do mpiFetchMessage and mpiDestroyMbox against that mail box - - Revision 1.7 2004/05/25 22:25:39 reddawg - Typo Fix - - Revision 1.6 2004/05/25 18:32:02 reddawg - Made MESSAGE_LENGTH define instead of hard coded message size - - Revision 1.4 2004/05/25 16:52:22 reddawg - We now have mpiDestroyMbox(char *) This will of course destroy a mail box - - Revision 1.3 2004/05/25 16:33:26 reddawg - Added some basic documentation - - Revision 1.2 2004/05/25 15:42:18 reddawg - Enabled mpiSpam(); - - Revision 1.1 2004/05/25 14:03:22 reddawg - First insertion of the MPI into our kernel - END ***/ -