Changeset 08311cc3 in rtems for c/src/libfs/src
- Timestamp:
- 11/17/99 17:51:34 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5f57730
- Parents:
- 20f54e9
- Location:
- c/src/libfs/src/imfs
- Files:
-
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libfs/src/imfs/deviceio.c
r20f54e9 r08311cc3 5 5 * IMFS device nodes onto calls to the RTEMS Classic API IO Manager. 6 6 * 7 * COPYRIGHT (c) 1989-199 8.7 * COPYRIGHT (c) 1989-1999. 8 8 * On-Line Applications Research Corporation (OAR). 9 * Copyright assigned to U.S. Government, 1994.10 9 * 11 10 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs.h
r20f54e9 r08311cc3 2 2 * Header file for the In-Memory File System 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_chown.c
r20f54e9 r08311cc3 5 5 * call for the IMFS. 6 6 * 7 * COPYRIGHT (c) 1989-199 8.7 * COPYRIGHT (c) 1989-1999. 8 8 * On-Line Applications Research Corporation (OAR). 9 * Copyright assigned to U.S. Government, 1994.10 9 * 11 10 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_creat.c
r20f54e9 r08311cc3 4 4 * Routine to create a new in memory file system node. 5 5 * 6 * COPYRIGHT (c) 1989-199 8.6 * COPYRIGHT (c) 1989-1999. 7 7 * On-Line Applications Research Corporation (OAR). 8 * Copyright assigned to U.S. Government, 1994.9 8 * 10 9 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_debug.c
r20f54e9 r08311cc3 2 2 * IMFS debug support routines 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_directory.c
r20f54e9 r08311cc3 2 2 * XXX 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_eval.c
r20f54e9 r08311cc3 2 2 * Evaluation IMFS Node Support Routines 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_fchmod.c
r20f54e9 r08311cc3 2 2 * IMFS file change mode routine. 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_fcntl.c
r20f54e9 r08311cc3 4 4 * The following routine does a fcntl on an IMFS node. 5 5 * 6 * COPYRIGHT (c) 1989-199 8.6 * COPYRIGHT (c) 1989-1999. 7 7 * On-Line Applications Research Corporation (OAR). 8 * Copyright assigned to U.S. Government, 1994.9 8 * 10 9 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_fdatasync.c
r20f54e9 r08311cc3 6 6 * pass. 7 7 * 8 * COPYRIGHT (c) 1989-199 8.8 * COPYRIGHT (c) 1989-1999. 9 9 * On-Line Applications Research Corporation (OAR). 10 * Copyright assigned to U.S. Government, 1994.11 10 * 12 11 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_free.c
r20f54e9 r08311cc3 3 3 * 4 4 * 5 * COPYRIGHT (c) 1989-199 8.5 * COPYRIGHT (c) 1989-1999. 6 6 * On-Line Applications Research Corporation (OAR). 7 * Copyright assigned to U.S. Government, 1994.8 7 * 9 8 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_fsunmount.c
r20f54e9 r08311cc3 2 2 * IMFS Initialization 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_getchild.c
r20f54e9 r08311cc3 4 4 * This routine returns the child name in the given directory. 5 5 * 6 * COPYRIGHT (c) 1989-199 8.6 * COPYRIGHT (c) 1989-1999. 7 7 * On-Line Applications Research Corporation (OAR). 8 * Copyright assigned to U.S. Government, 1994.9 8 * 10 9 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_gtkn.c
r20f54e9 r08311cc3 5 5 * the length of the token is returned in token_len. 6 6 * 7 * COPYRIGHT (c) 1989-199 8.7 * COPYRIGHT (c) 1989-1999. 8 8 * On-Line Applications Research Corporation (OAR). 9 * Copyright assigned to U.S. Government, 1994.10 9 * 11 10 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_handlers_device.c
r20f54e9 r08311cc3 2 2 * Device Operations Table for the IMFS 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_handlers_directory.c
r20f54e9 r08311cc3 2 2 * Operations Table for Directories for the IMFS 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_handlers_link.c
r20f54e9 r08311cc3 2 2 * Link Operations Table for the IMFS 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_handlers_memfile.c
r20f54e9 r08311cc3 2 2 * Memfile Operations Tables for the IMFS 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_init.c
r20f54e9 r08311cc3 2 2 * IMFS Initialization 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_initsupp.c
r20f54e9 r08311cc3 2 2 * IMFS Initialization 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_link.c
r20f54e9 r08311cc3 6 6 * to_loc. 7 7 * 8 * COPYRIGHT (c) 1989-199 8.8 * COPYRIGHT (c) 1989-1999. 9 9 * On-Line Applications Research Corporation (OAR). 10 * Copyright assigned to U.S. Government, 1994.11 10 * 12 11 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_mknod.c
r20f54e9 r08311cc3 4 4 * Routine to create a node in the IMFS file system. 5 5 * 6 * COPYRIGHT (c) 1989-199 8.6 * COPYRIGHT (c) 1989-1999. 7 7 * On-Line Applications Research Corporation (OAR). 8 * Copyright assigned to U.S. Government, 1994.9 8 * 10 9 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_mount.c
r20f54e9 r08311cc3 9 9 * to the mount table chain. 10 10 * 11 * COPYRIGHT (c) 1989-199 8.11 * COPYRIGHT (c) 1989-1999. 12 12 * On-Line Applications Research Corporation (OAR). 13 * Copyright assigned to U.S. Government, 1994.14 13 * 15 14 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_ntype.c
r20f54e9 r08311cc3 5 5 * loc refers to. 6 6 * 7 * COPYRIGHT (c) 1989-199 8.7 * COPYRIGHT (c) 1989-1999. 8 8 * On-Line Applications Research Corporation (OAR). 9 * Copyright assigned to U.S. Government, 1994.10 9 * 11 10 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_readlink.c
r20f54e9 r08311cc3 5 5 * buff. 6 6 * 7 * COPYRIGHT (c) 1989-199 8.7 * COPYRIGHT (c) 1989-1999. 8 8 * On-Line Applications Research Corporation (OAR). 9 * Copyright assigned to U.S. Government, 1994.10 9 * 11 10 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_rmnod.c
r20f54e9 r08311cc3 5 5 * does not require special actions. 6 6 * 7 * COPYRIGHT (c) 1989-199 8.7 * COPYRIGHT (c) 1989-1999. 8 8 * On-Line Applications Research Corporation (OAR). 9 * Copyright assigned to U.S. Government, 1994.10 9 * 11 10 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_stat.c
r20f54e9 r08311cc3 4 4 * This routine provides a stat for the IMFS file system. 5 5 * 6 * COPYRIGHT (c) 1989-199 8.6 * COPYRIGHT (c) 1989-1999. 7 7 * On-Line Applications Research Corporation (OAR). 8 * Copyright assigned to U.S. Government, 1994.9 8 * 10 9 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_symlink.c
r20f54e9 r08311cc3 6 6 * to_loc. 7 7 * 8 * COPYRIGHT (c) 1989-199 8.8 * COPYRIGHT (c) 1989-1999. 9 9 * On-Line Applications Research Corporation (OAR). 10 * Copyright assigned to U.S. Government, 1994.11 10 * 12 11 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_unixstub.c
r20f54e9 r08311cc3 2 2 * IMFS Stub for UNIX configuration 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_unlink.c
r20f54e9 r08311cc3 4 4 * Routine to remove a link node from the tree. 5 5 * 6 * COPYRIGHT (c) 1989-199 8.6 * COPYRIGHT (c) 1989-1999. 7 7 * On-Line Applications Research Corporation (OAR). 8 * Copyright assigned to U.S. Government, 1994.9 8 * 10 9 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_unmount.c
r20f54e9 r08311cc3 10 10 * this node. 11 11 * 12 * COPYRIGHT (c) 1989-199 8.12 * COPYRIGHT (c) 1989-1999. 13 13 * On-Line Applications Research Corporation (OAR). 14 * Copyright assigned to U.S. Government, 1994.15 14 * 16 15 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/imfs_utime.c
r20f54e9 r08311cc3 5 5 * call for the IMFS. 6 6 * 7 * COPYRIGHT (c) 1989-199 8.7 * COPYRIGHT (c) 1989-1999. 8 8 * On-Line Applications Research Corporation (OAR). 9 * Copyright assigned to U.S. Government, 1994.10 9 * 11 10 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/ioman.c
r20f54e9 r08311cc3 3 3 * which register and lookup names using the in-memory filesystem. 4 4 * 5 * COPYRIGHT (c) 1989-199 8.5 * COPYRIGHT (c) 1989-1999. 6 6 * On-Line Applications Research Corporation (OAR). 7 * Copyright assigned to U.S. Government, 1994.8 7 * 9 8 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/memfile.c
r20f54e9 r08311cc3 8 8 * some type of non-volailte storage are made by the application. 9 9 * 10 * COPYRIGHT (c) 1989-199 8.10 * COPYRIGHT (c) 1989-1999. 11 11 * On-Line Applications Research Corporation (OAR). 12 * Copyright assigned to U.S. Government, 1994.13 12 * 14 13 * The license and distribution terms for this file may be -
c/src/libfs/src/imfs/miniimfs_init.c
r20f54e9 r08311cc3 2 2 * Mini-IMFS Initialization 3 3 * 4 * COPYRIGHT (c) 1989-199 8.4 * COPYRIGHT (c) 1989-1999. 5 5 * On-Line Applications Research Corporation (OAR). 6 * Copyright assigned to U.S. Government, 1994.7 6 * 8 7 * The license and distribution terms for this file may be
Note: See TracChangeset
for help on using the changeset viewer.