The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/miscfs/union/

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

Name Size Last modified (GMT) Description
Back Parent directory 2008-12-15 12:26:16
File README 422 bytes 1996-03-11 19:29:19
C file libc.fts.c 27143 bytes 1996-03-11 19:29:18
C file libc.opendir.c 5479 bytes 1999-09-05 08:17:07
C file libc.readdir.c 2865 bytes 1996-03-11 19:29:25
C file union.h 4964 bytes 1999-09-05 08:17:08
C file union_subr.c 18326 bytes 1999-09-05 08:17:09
C file union_vfsops.c 14149 bytes 1999-09-05 08:17:10
C file union_vnops.c 35192 bytes 1999-09-05 08:17:11

    1 If you plan on using union mounts, then you should consider replacing
    2 three files in "libc/gen" in the C library with the files in "libc"  
    3 in this directory.  The replacement version of opendir() automatically
    4 removes duplicate names when a union stack is encountered. The other
    5 two files do special handling of whiteouts. You will then need to 
    6 rebuild the C library and all commands.
    7 
    8 @(#)README      8.2 (Berkeley) 11/4/94

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.