CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2012-03-29 18:02:55

Modified files:
        winsup/cygwin  : ChangeLog Makefile.in devices.cc devices.h 
                         devices.in dir.cc dtable.cc fhandler.h 
                         fhandler_disk_file.cc globals.cc path.cc 
Added files:
        winsup/cygwin  : fhandler_dev.cc 

Log message:
        * Makefile.in (DLL_OFILES): Add fhandler_dev.o.
        * devices.h (DEV_DEV_MAJOR): Define.
        (FH_DEV): Redefine in terms of DEV_DEV_MAJOR.
        (ext_dev_storage): Declare.
        (dev_storage_size): Declare.
        (dev_dev_storage): Declare.
        (dev_dev): Define.
        (isdev_dev): Define.
        * devices.in (dev_dev_storage): Activate.
        (ext_dev_storage): Define as externally available pointer to
        dev_storage.
        (dev_storage_size): Define to contain number of dev_storage elements.
        * dir.cc (rmdir): Handle /dev as always not empty.
        * dtable.cc (fh_alloc): Handle DEV_DEV_MAJOR.
        * fhandler.h (fhandler_dev): New class, derived from fhandler_disk_file.
        (fhandler_union): Add fhandler_dev member.
        * fhandler_disk_file.cc (class __DIR_mounts): Handle /dev directory
        to make sure it always exists.
        * fhandler_dev.cc: New file implementing /dev.
        * globals.cc (ro_u_dev): New R/O unicode string.
        * path.cc (path_conv::check): Handle FH_DEV device.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_dev.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5774&r2=1.5775
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.250&r2=1.251
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.cc.diff?cvsroot=src&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.h.diff?cvsroot=src&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.in.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dir.cc.diff?cvsroot=src&r1=1.129&r2=1.130
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.252&r2=1.253
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.456&r2=1.457
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.373&r2=1.374
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/globals.cc.diff?cvsroot=src&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.651&r2=1.652

Reply via email to