Explorar el Código

[All components] Remove all modelines from all source files

Chia-Che Tsai hace 5 años
padre
commit
be9852784f
Se han modificado 100 ficheros con 0 adiciones y 301 borrados
  1. 0 3
      LibOS/shim/include/shim_checkpoint.h
  2. 0 3
      LibOS/shim/include/shim_defs.h
  3. 0 3
      LibOS/shim/include/shim_fs.h
  4. 0 3
      LibOS/shim/include/shim_handle.h
  5. 0 3
      LibOS/shim/include/shim_internal.h
  6. 0 3
      LibOS/shim/include/shim_ipc.h
  7. 0 3
      LibOS/shim/include/shim_ipc_ns.h
  8. 0 3
      LibOS/shim/include/shim_profile.h
  9. 0 3
      LibOS/shim/include/shim_signal.h
  10. 0 3
      LibOS/shim/include/shim_sysv.h
  11. 0 3
      LibOS/shim/include/shim_table.h
  12. 0 3
      LibOS/shim/include/shim_thread.h
  13. 0 3
      LibOS/shim/include/shim_tls.h
  14. 0 3
      LibOS/shim/include/shim_types.h
  15. 0 3
      LibOS/shim/include/shim_unistd.h
  16. 0 3
      LibOS/shim/include/shim_unistd_defs.h
  17. 0 3
      LibOS/shim/include/shim_utils.h
  18. 0 3
      LibOS/shim/include/shim_vma.h
  19. 0 3
      LibOS/shim/src/bookkeep/shim_handle.c
  20. 0 3
      LibOS/shim/src/bookkeep/shim_signal.c
  21. 0 3
      LibOS/shim/src/bookkeep/shim_thread.c
  22. 0 3
      LibOS/shim/src/bookkeep/shim_vma.c
  23. 0 3
      LibOS/shim/src/elf/dl-machine-x86_64.h
  24. 0 3
      LibOS/shim/src/elf/do-rel.h
  25. 0 3
      LibOS/shim/src/elf/ldsodefs.h
  26. 0 3
      LibOS/shim/src/elf/rel.h
  27. 0 3
      LibOS/shim/src/elf/shim_rtld.c
  28. 0 3
      LibOS/shim/src/fs/chroot/fs.c
  29. 0 3
      LibOS/shim/src/fs/dev/fs.c
  30. 0 3
      LibOS/shim/src/fs/pipe/fs.c
  31. 0 3
      LibOS/shim/src/fs/proc/fs.c
  32. 0 3
      LibOS/shim/src/fs/proc/info.c
  33. 0 3
      LibOS/shim/src/fs/proc/ipc-thread.c
  34. 0 3
      LibOS/shim/src/fs/proc/thread.c
  35. 0 3
      LibOS/shim/src/fs/shim_dcache.c
  36. 0 3
      LibOS/shim/src/fs/shim_fs.c
  37. 0 3
      LibOS/shim/src/fs/shim_namei.c
  38. 0 3
      LibOS/shim/src/fs/socket/fs.c
  39. 0 3
      LibOS/shim/src/fs/str/fs.c
  40. 0 3
      LibOS/shim/src/ipc/shim_ipc.c
  41. 0 3
      LibOS/shim/src/ipc/shim_ipc_child.c
  42. 0 3
      LibOS/shim/src/ipc/shim_ipc_helper.c
  43. 0 3
      LibOS/shim/src/ipc/shim_ipc_nsimpl.h
  44. 0 3
      LibOS/shim/src/ipc/shim_ipc_pid.c
  45. 0 3
      LibOS/shim/src/ipc/shim_ipc_sysv.c
  46. 0 3
      LibOS/shim/src/shim_async.c
  47. 0 3
      LibOS/shim/src/shim_checkpoint.c
  48. 0 3
      LibOS/shim/src/shim_debug.c
  49. 0 3
      LibOS/shim/src/shim_init.c
  50. 0 3
      LibOS/shim/src/shim_malloc.c
  51. 0 3
      LibOS/shim/src/shim_parser.c
  52. 0 3
      LibOS/shim/src/shim_syscalls.c
  53. 0 3
      LibOS/shim/src/shim_table.c
  54. 0 4
      LibOS/shim/src/start.S
  55. 0 3
      LibOS/shim/src/sys/shim_access.c
  56. 0 3
      LibOS/shim/src/sys/shim_alarm.c
  57. 0 3
      LibOS/shim/src/sys/shim_benchmark.c
  58. 0 3
      LibOS/shim/src/sys/shim_brk.c
  59. 0 3
      LibOS/shim/src/sys/shim_clone.c
  60. 0 3
      LibOS/shim/src/sys/shim_dup.c
  61. 0 3
      LibOS/shim/src/sys/shim_epoll.c
  62. 0 3
      LibOS/shim/src/sys/shim_exec.c
  63. 0 3
      LibOS/shim/src/sys/shim_exit.c
  64. 0 3
      LibOS/shim/src/sys/shim_fcntl.c
  65. 0 3
      LibOS/shim/src/sys/shim_fork.c
  66. 0 3
      LibOS/shim/src/sys/shim_fs.c
  67. 0 3
      LibOS/shim/src/sys/shim_futex.c
  68. 0 3
      LibOS/shim/src/sys/shim_getcwd.c
  69. 0 3
      LibOS/shim/src/sys/shim_getpid.c
  70. 0 3
      LibOS/shim/src/sys/shim_getrlimit.c
  71. 0 3
      LibOS/shim/src/sys/shim_ioctl.c
  72. 0 3
      LibOS/shim/src/sys/shim_migrate.c
  73. 0 3
      LibOS/shim/src/sys/shim_mmap.c
  74. 0 3
      LibOS/shim/src/sys/shim_msgget.c
  75. 0 3
      LibOS/shim/src/sys/shim_open.c
  76. 0 3
      LibOS/shim/src/sys/shim_pipe.c
  77. 0 3
      LibOS/shim/src/sys/shim_poll.c
  78. 0 3
      LibOS/shim/src/sys/shim_sandbox.c
  79. 0 3
      LibOS/shim/src/sys/shim_sched.c
  80. 0 3
      LibOS/shim/src/sys/shim_semget.c
  81. 0 3
      LibOS/shim/src/sys/shim_sigaction.c
  82. 0 3
      LibOS/shim/src/sys/shim_sleep.c
  83. 0 3
      LibOS/shim/src/sys/shim_socket.c
  84. 0 3
      LibOS/shim/src/sys/shim_stat.c
  85. 0 3
      LibOS/shim/src/sys/shim_time.c
  86. 0 3
      LibOS/shim/src/sys/shim_uname.c
  87. 0 3
      LibOS/shim/src/sys/shim_vfork.c
  88. 0 3
      LibOS/shim/src/sys/shim_wait.c
  89. 0 3
      LibOS/shim/src/sys/shim_wrappers.c
  90. 0 3
      LibOS/shim/src/utils/md5.c
  91. 0 3
      LibOS/shim/src/utils/printf.c
  92. 0 3
      LibOS/shim/src/utils/strobjs.c
  93. 0 3
      LibOS/shim/test/benchmark/fork_latency.c
  94. 0 3
      LibOS/shim/test/benchmark/rpc_latency.libos.c
  95. 0 3
      LibOS/shim/test/benchmark/rpc_latency2.libos.c
  96. 0 3
      LibOS/shim/test/benchmark/sig_latency.c
  97. 0 3
      LibOS/shim/test/benchmark/start.c
  98. 0 3
      LibOS/shim/test/benchmark/test_start.m.c
  99. 0 3
      LibOS/shim/test/inline/fork.c
  100. 0 3
      LibOS/shim/test/inline/helloworld.c

+ 0 - 3
LibOS/shim/include/shim_checkpoint.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/include/shim_defs.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #ifndef _SHIM_DEFS_H_
 #ifndef _SHIM_DEFS_H_
 #define _SHIM_DEFS_H_
 #define _SHIM_DEFS_H_
 
 

+ 0 - 3
LibOS/shim/include/shim_fs.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/include/shim_handle.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/include/shim_internal.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/include/shim_ipc.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/include/shim_ipc_ns.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/include/shim_profile.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/include/shim_signal.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #ifndef _SHIM_SIGNAL_H_
 #ifndef _SHIM_SIGNAL_H_
 #define _SHIM_SIGNAL_H_
 #define _SHIM_SIGNAL_H_
 
 

+ 0 - 3
LibOS/shim/include/shim_sysv.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/include/shim_table.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #ifndef _SHIM_TABLE_H_
 #ifndef _SHIM_TABLE_H_
 #define _SHIM_TABLE_H_
 #define _SHIM_TABLE_H_
 
 

+ 0 - 3
LibOS/shim/include/shim_thread.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #ifndef _SHIM_THREAD_H_
 #ifndef _SHIM_THREAD_H_
 #define _SHIM_THREAD_H_
 #define _SHIM_THREAD_H_
 
 

+ 0 - 3
LibOS/shim/include/shim_tls.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #ifndef _SHIM_TLS_H_
 #ifndef _SHIM_TLS_H_
 #define _SHIM_TLS_H_
 #define _SHIM_TLS_H_
 
 

+ 0 - 3
LibOS/shim/include/shim_types.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #ifndef _SHIM_TYPES_H_
 #ifndef _SHIM_TYPES_H_
 #define _SHIM_TYPES_H_
 #define _SHIM_TYPES_H_
 
 

+ 0 - 3
LibOS/shim/include/shim_unistd.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #ifndef _SHIM_UNISTD_H_
 #ifndef _SHIM_UNISTD_H_
 #define _SHIM_UNISTD_H_
 #define _SHIM_UNISTD_H_
 
 

+ 0 - 3
LibOS/shim/include/shim_unistd_defs.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #ifndef _SHIM_UNISTD_DEFS_H_
 #ifndef _SHIM_UNISTD_DEFS_H_
 #define _SHIM_UNISTD_DEFS_H_
 #define _SHIM_UNISTD_DEFS_H_
 
 

+ 0 - 3
LibOS/shim/include/shim_utils.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/include/shim_vma.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/bookkeep/shim_handle.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/bookkeep/shim_signal.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/bookkeep/shim_thread.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/bookkeep/shim_vma.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/elf/dl-machine-x86_64.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/elf/do-rel.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/elf/ldsodefs.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #ifndef __LDSODEFS_H__
 #ifndef __LDSODEFS_H__
 #define __LDSODEFS_H__
 #define __LDSODEFS_H__
 
 

+ 0 - 3
LibOS/shim/src/elf/rel.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include "elf.h"
 #include "elf.h"
 
 
 #ifndef VERSYMIDX
 #ifndef VERSYMIDX

+ 0 - 3
LibOS/shim/src/elf/shim_rtld.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/fs/chroot/fs.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/fs/dev/fs.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/fs/pipe/fs.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/fs/proc/fs.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/fs/proc/info.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <shim_internal.h>
 #include <shim_internal.h>
 #include <shim_fs.h>
 #include <shim_fs.h>
 
 

+ 0 - 3
LibOS/shim/src/fs/proc/ipc-thread.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <shim_internal.h>
 #include <shim_internal.h>
 #include <shim_table.h>
 #include <shim_table.h>
 #include <shim_thread.h>
 #include <shim_thread.h>

+ 0 - 3
LibOS/shim/src/fs/proc/thread.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <shim_internal.h>
 #include <shim_internal.h>
 #include <shim_table.h>
 #include <shim_table.h>
 #include <shim_thread.h>
 #include <shim_thread.h>

+ 0 - 3
LibOS/shim/src/fs/shim_dcache.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University,
 /* Copyright (C) 2014 Stony Brook University,
    2017 University of North Carolina at Chapel Hill and Fortanix, Inc.
    2017 University of North Carolina at Chapel Hill and Fortanix, Inc.
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.

+ 0 - 3
LibOS/shim/src/fs/shim_fs.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/fs/shim_namei.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2017, University of North Carolina at Chapel Hill
 /* Copyright (C) 2017, University of North Carolina at Chapel Hill
    and Fortanix, Inc.
    and Fortanix, Inc.
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.

+ 0 - 3
LibOS/shim/src/fs/socket/fs.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/fs/str/fs.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/ipc/shim_ipc.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/ipc/shim_ipc_child.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/ipc/shim_ipc_helper.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/ipc/shim_ipc_nsimpl.h

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/ipc/shim_ipc_pid.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/ipc/shim_ipc_sysv.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/shim_async.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/shim_checkpoint.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/shim_debug.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/shim_init.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/shim_malloc.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/shim_parser.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/shim_syscalls.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/shim_table.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 4
LibOS/shim/src/start.S

@@ -1,7 +1,3 @@
-/* -*- mode:c; c-basic-offset:4; tab-width:4; indent-tabs-mode:t; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
-
 /* This is the canonical entry point, usually the first thing in the text
 /* This is the canonical entry point, usually the first thing in the text
    segment.  The SVR4/i386 ABI (pages 3-31, 3-32) says that when the entry
    segment.  The SVR4/i386 ABI (pages 3-31, 3-32) says that when the entry
    point runs, most registers' values are unspecified, except for:
    point runs, most registers' values are unspecified, except for:

+ 0 - 3
LibOS/shim/src/sys/shim_access.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_alarm.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_benchmark.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_brk.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_clone.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_dup.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_epoll.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_exec.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_exit.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_fcntl.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_fork.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_fs.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_futex.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_getcwd.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_getpid.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_getrlimit.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_ioctl.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_migrate.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_mmap.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_msgget.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_open.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_pipe.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_poll.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_sandbox.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_sched.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_semget.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_sigaction.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_sleep.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_socket.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_stat.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_time.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_uname.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_vfork.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_wait.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/sys/shim_wrappers.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/utils/md5.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /*
 /*
  **********************************************************************
  **********************************************************************
  ** md5.c                                                            **
  ** md5.c                                                            **

+ 0 - 3
LibOS/shim/src/utils/printf.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/src/utils/strobjs.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 /* Copyright (C) 2014 Stony Brook University
 /* Copyright (C) 2014 Stony Brook University
    This file is part of Graphene Library OS.
    This file is part of Graphene Library OS.
 
 

+ 0 - 3
LibOS/shim/test/benchmark/fork_latency.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <stdlib.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <unistd.h>

+ 0 - 3
LibOS/shim/test/benchmark/rpc_latency.libos.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <stdlib.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <unistd.h>

+ 0 - 3
LibOS/shim/test/benchmark/rpc_latency2.libos.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <stdlib.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <unistd.h>

+ 0 - 3
LibOS/shim/test/benchmark/sig_latency.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <stdlib.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <unistd.h>

+ 0 - 3
LibOS/shim/test/benchmark/start.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <stdlib.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <sys/time.h>
 #include <sys/time.h>

+ 0 - 3
LibOS/shim/test/benchmark/test_start.m.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <stdlib.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <unistd.h>

+ 0 - 3
LibOS/shim/test/inline/fork.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <shim_table.h>
 #include <shim_table.h>
 #include <errno.h>
 #include <errno.h>
 
 

+ 0 - 3
LibOS/shim/test/inline/helloworld.c

@@ -1,6 +1,3 @@
-/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
-/* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
-
 #include <shim_table.h>
 #include <shim_table.h>
 
 
 int main (int argc, char ** argv)
 int main (int argc, char ** argv)

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio