[FORMATTING]

- Apply standard header.

svn path=/trunk/; revision=36425
This commit is contained in:
Aleksey Bragin 2008-09-23 10:47:10 +00:00
parent 1c65b2ed57
commit 7a0cd51dea
19 changed files with 140 additions and 418 deletions

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* client.c - Session Manager client Management * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/client.c
* ReactOS Operating System * PURPOSE: Client management.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#include <sm/helper.h> #include <sm/helper.h>

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* debug.c - Session Manager debug messages switch and router * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/debug.c
* ReactOS Operating System * PURPOSE: Debug messages switch and router.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* init.c - Session Manager initialization * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/init.c
* ReactOS Operating System * PURPOSE: Initialization.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,29 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* initdosdev.c - Define symbolic links to kernel devices (MS-DOS names). * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/initdosdev.c
* ReactOS Operating System * PURPOSE: Define symbolic links to kernel devices (MS-DOS names).
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,28 +1,12 @@
/* /*
* initenv.c - Environment initialization * PROJECT: ReactOS Session Manager
* * LICENSE: GPL v2 or later - See COPYING in the top level directory
* ReactOS Operating System * FILE: base/system/smss/initenv.c
* * PURPOSE: Environment initialization.
* -------------------------------------------------------------------- * PROGRAMMERS: ReactOS Development Team
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,29 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* initenv.c - Create the SM private heap * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/initheap.c
* ReactOS Operating System * PURPOSE: Create the SM private heap.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,15 +1,11 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* PROJECT: ReactOS Operating System * LICENSE: GPL v2 or later - See COPYING in the top level directory
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/system/smss/initmv.c * FILE: base/system/smss/initmv.c
* PURPOSE: Process the file rename list. * PURPOSE: Process the file rename list.
* PROGRAMMERS: Dmitry Philippov (shedon@mail.ru) * PROGRAMMERS: ReactOS Development Team
* UPDATE HISTORY:
* Created 13/08/2006
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* initobdir.c - Session Manager object directories * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/initobdir.c
* ReactOS Operating System * PURPOSE: Object directories.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,27 +1,12 @@
/* /*
* initpage.c - * PROJECT: ReactOS Session Manager
* * LICENSE: GPL v2 or later - See COPYING in the top level directory
* ReactOS Operating System * FILE: base/system/smss/initpage.c
* * PURPOSE: Paging file support.
* -------------------------------------------------------------------- * PROGRAMMERS: ReactOS Development Team
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,29 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* initenv.c - Hive loading * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/initreg.c
* ReactOS Operating System * PURPOSE: Hive loading.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,29 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* initrun.c - Run all programs in the boot execution list * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/initrun.c
* ReactOS Operating System * PURPOSE: Run all programs in the boot execution list.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* initss.c - Load the subsystems * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/initss.c
* ReactOS Operating System * PURPOSE: Load the subsystems.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,29 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* initwkdll.c - Load the well known DLLs * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/initwkdll.c
* ReactOS Operating System * PURPOSE: Load the well known DLLs.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* print.c - Print on the blue screen * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/print.c
* ReactOS Operating System * PURPOSE: Print on the blue screen.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,10 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* smapi.c - \SmApiPort LPC port message management * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/print.c
* Reactos Session Manager * PURPOSE: \SmApiPort LPC port message management.
* * PROGRAMMERS: ReactOS Development Team
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* smapicomp.c - SM_API_COMPLETE_SESSION * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/smapicomp.c
* Reactos Session Manager * PURPOSE: SM_API_COMPLETE_SESSION.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* smapiexec.c - SM_API_EXECUTE_PROGRAM * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/smapiexec.c
* Reactos Session Manager * PURPOSE: SM_API_EXECUTE_PROGRAM.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* smapiquery.c - SM_API_QUERY_INFORMATION * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/smapiquery.c
* Reactos Session Manager * PURPOSE: SM_API_QUERY_INFORMATION.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#define NDEBUG #define NDEBUG

View file

@ -1,28 +1,12 @@
/* $Id$ /*
* * PROJECT: ReactOS Session Manager
* smss.c - Session Manager * LICENSE: GPL v2 or later - See COPYING in the top level directory
* * FILE: base/system/smss/smss.c
* ReactOS Operating System * PURPOSE: Initialization routine.
* * PROGRAMMERS: ReactOS Development Team
* --------------------------------------------------------------------
*
* This software is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING.LIB. If not, write
* to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
* MA 02139, USA.
*
* --------------------------------------------------------------------
*/ */
/* INCLUDES ******************************************************************/
#include "smss.h" #include "smss.h"
#include <reactos/buildno.h> #include <reactos/buildno.h>