Changeset 08311cc3 in rtems for c/src/libfs/src


Ignore:
Timestamp:
11/17/99 17:51:34 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5f57730
Parents:
20f54e9
Message:

Updated copyright notice.

Location:
c/src/libfs/src/imfs
Files:
35 edited

Legend:

Unmodified
Added
Removed
  • c/src/libfs/src/imfs/deviceio.c

    r20f54e9 r08311cc3  
    55 *  IMFS device nodes onto calls to the RTEMS Classic API IO Manager.
    66 *
    7  *  COPYRIGHT (c) 1989-1998.
     7 *  COPYRIGHT (c) 1989-1999.
    88 *  On-Line Applications Research Corporation (OAR).
    9  *  Copyright assigned to U.S. Government, 1994.
    109 *
    1110 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs.h

    r20f54e9 r08311cc3  
    22 *  Header file for the In-Memory File System
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_chown.c

    r20f54e9 r08311cc3  
    55 *  call for the IMFS.
    66 *
    7  *  COPYRIGHT (c) 1989-1998.
     7 *  COPYRIGHT (c) 1989-1999.
    88 *  On-Line Applications Research Corporation (OAR).
    9  *  Copyright assigned to U.S. Government, 1994.
    109 *
    1110 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_creat.c

    r20f54e9 r08311cc3  
    44 *  Routine to create a new in memory file system node.
    55 *
    6  *  COPYRIGHT (c) 1989-1998.
     6 *  COPYRIGHT (c) 1989-1999.
    77 *  On-Line Applications Research Corporation (OAR).
    8  *  Copyright assigned to U.S. Government, 1994.
    98 *
    109 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_debug.c

    r20f54e9 r08311cc3  
    22 *  IMFS debug support routines
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_directory.c

    r20f54e9 r08311cc3  
    22 *  XXX
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_eval.c

    r20f54e9 r08311cc3  
    22 *  Evaluation IMFS Node Support Routines
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_fchmod.c

    r20f54e9 r08311cc3  
    22 *  IMFS file change mode routine.
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_fcntl.c

    r20f54e9 r08311cc3  
    44 *  The following routine does a fcntl on an IMFS node.
    55 *
    6  *  COPYRIGHT (c) 1989-1998.
     6 *  COPYRIGHT (c) 1989-1999.
    77 *  On-Line Applications Research Corporation (OAR).
    8  *  Copyright assigned to U.S. Government, 1994.
    98 *
    109 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_fdatasync.c

    r20f54e9 r08311cc3  
    66 *  pass.
    77 *
    8  *  COPYRIGHT (c) 1989-1998.
     8 *  COPYRIGHT (c) 1989-1999.
    99 *  On-Line Applications Research Corporation (OAR).
    10  *  Copyright assigned to U.S. Government, 1994.
    1110 *
    1211 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_free.c

    r20f54e9 r08311cc3  
    33 *
    44 *
    5  *  COPYRIGHT (c) 1989-1998.
     5 *  COPYRIGHT (c) 1989-1999.
    66 *  On-Line Applications Research Corporation (OAR).
    7  *  Copyright assigned to U.S. Government, 1994.
    87 *
    98 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_fsunmount.c

    r20f54e9 r08311cc3  
    22 *  IMFS Initialization
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_getchild.c

    r20f54e9 r08311cc3  
    44 *  This routine returns the child name in the given directory.
    55 *
    6  *  COPYRIGHT (c) 1989-1998.
     6 *  COPYRIGHT (c) 1989-1999.
    77 *  On-Line Applications Research Corporation (OAR).
    8  *  Copyright assigned to U.S. Government, 1994.
    98 *
    109 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_gtkn.c

    r20f54e9 r08311cc3  
    55 *  the length of the token is returned in token_len.
    66 *
    7  *  COPYRIGHT (c) 1989-1998.
     7 *  COPYRIGHT (c) 1989-1999.
    88 *  On-Line Applications Research Corporation (OAR).
    9  *  Copyright assigned to U.S. Government, 1994.
    109 *
    1110 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_handlers_device.c

    r20f54e9 r08311cc3  
    22 *  Device Operations Table for the IMFS
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_handlers_directory.c

    r20f54e9 r08311cc3  
    22 *  Operations Table for Directories for the IMFS
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_handlers_link.c

    r20f54e9 r08311cc3  
    22 *  Link Operations Table for the IMFS
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_handlers_memfile.c

    r20f54e9 r08311cc3  
    22 *  Memfile Operations Tables for the IMFS
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_init.c

    r20f54e9 r08311cc3  
    22 *  IMFS Initialization
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_initsupp.c

    r20f54e9 r08311cc3  
    22 *  IMFS Initialization
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_link.c

    r20f54e9 r08311cc3  
    66 *  to_loc.
    77 *
    8  *  COPYRIGHT (c) 1989-1998.
     8 *  COPYRIGHT (c) 1989-1999.
    99 *  On-Line Applications Research Corporation (OAR).
    10  *  Copyright assigned to U.S. Government, 1994.
    1110 *
    1211 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_mknod.c

    r20f54e9 r08311cc3  
    44 *  Routine to create a node in the IMFS file system.
    55 *
    6  *  COPYRIGHT (c) 1989-1998.
     6 *  COPYRIGHT (c) 1989-1999.
    77 *  On-Line Applications Research Corporation (OAR).
    8  *  Copyright assigned to U.S. Government, 1994.
    98 *
    109 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_mount.c

    r20f54e9 r08311cc3  
    99 *  to the mount table chain.
    1010 *
    11  *  COPYRIGHT (c) 1989-1998.
     11 *  COPYRIGHT (c) 1989-1999.
    1212 *  On-Line Applications Research Corporation (OAR).
    13  *  Copyright assigned to U.S. Government, 1994.
    1413 *
    1514 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_ntype.c

    r20f54e9 r08311cc3  
    55 *  loc refers to.
    66 *
    7  *  COPYRIGHT (c) 1989-1998.
     7 *  COPYRIGHT (c) 1989-1999.
    88 *  On-Line Applications Research Corporation (OAR).
    9  *  Copyright assigned to U.S. Government, 1994.
    109 *
    1110 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_readlink.c

    r20f54e9 r08311cc3  
    55 *  buff.
    66 *
    7  *  COPYRIGHT (c) 1989-1998.
     7 *  COPYRIGHT (c) 1989-1999.
    88 *  On-Line Applications Research Corporation (OAR).
    9  *  Copyright assigned to U.S. Government, 1994.
    109 *
    1110 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_rmnod.c

    r20f54e9 r08311cc3  
    55 *  does not require special actions.
    66 *
    7  *  COPYRIGHT (c) 1989-1998.
     7 *  COPYRIGHT (c) 1989-1999.
    88 *  On-Line Applications Research Corporation (OAR).
    9  *  Copyright assigned to U.S. Government, 1994.
    109 *
    1110 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_stat.c

    r20f54e9 r08311cc3  
    44 *  This routine provides a stat for the IMFS file system.
    55 *
    6  *  COPYRIGHT (c) 1989-1998.
     6 *  COPYRIGHT (c) 1989-1999.
    77 *  On-Line Applications Research Corporation (OAR).
    8  *  Copyright assigned to U.S. Government, 1994.
    98 *
    109 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_symlink.c

    r20f54e9 r08311cc3  
    66 *  to_loc.
    77 *
    8  *  COPYRIGHT (c) 1989-1998.
     8 *  COPYRIGHT (c) 1989-1999.
    99 *  On-Line Applications Research Corporation (OAR).
    10  *  Copyright assigned to U.S. Government, 1994.
    1110 *
    1211 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_unixstub.c

    r20f54e9 r08311cc3  
    22 *  IMFS Stub for UNIX configuration
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_unlink.c

    r20f54e9 r08311cc3  
    44 *  Routine to remove a link node from the tree.
    55 *
    6  *  COPYRIGHT (c) 1989-1998.
     6 *  COPYRIGHT (c) 1989-1999.
    77 *  On-Line Applications Research Corporation (OAR).
    8  *  Copyright assigned to U.S. Government, 1994.
    98 *
    109 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_unmount.c

    r20f54e9 r08311cc3  
    1010 *  this node.
    1111 *
    12  *  COPYRIGHT (c) 1989-1998.
     12 *  COPYRIGHT (c) 1989-1999.
    1313 *  On-Line Applications Research Corporation (OAR).
    14  *  Copyright assigned to U.S. Government, 1994.
    1514 *
    1615 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/imfs_utime.c

    r20f54e9 r08311cc3  
    55 *  call for the IMFS.
    66 *
    7  *  COPYRIGHT (c) 1989-1998.
     7 *  COPYRIGHT (c) 1989-1999.
    88 *  On-Line Applications Research Corporation (OAR).
    9  *  Copyright assigned to U.S. Government, 1994.
    109 *
    1110 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/ioman.c

    r20f54e9 r08311cc3  
    33 *  which register and lookup names using the in-memory filesystem.
    44 *
    5  *  COPYRIGHT (c) 1989-1998.
     5 *  COPYRIGHT (c) 1989-1999.
    66 *  On-Line Applications Research Corporation (OAR).
    7  *  Copyright assigned to U.S. Government, 1994.
    87 *
    98 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/memfile.c

    r20f54e9 r08311cc3  
    88 *  some type of non-volailte storage are made by the application.
    99 *
    10  *  COPYRIGHT (c) 1989-1998.
     10 *  COPYRIGHT (c) 1989-1999.
    1111 *  On-Line Applications Research Corporation (OAR).
    12  *  Copyright assigned to U.S. Government, 1994.
    1312 *
    1413 *  The license and distribution terms for this file may be
  • c/src/libfs/src/imfs/miniimfs_init.c

    r20f54e9 r08311cc3  
    22 *  Mini-IMFS Initialization
    33 *
    4  *  COPYRIGHT (c) 1989-1998.
     4 *  COPYRIGHT (c) 1989-1999.
    55 *  On-Line Applications Research Corporation (OAR).
    6  *  Copyright assigned to U.S. Government, 1994.
    76 *
    87 *  The license and distribution terms for this file may be
Note: See TracChangeset for help on using the changeset viewer.