CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-02-23 12:30:32

Modified files:
        winsup/cygwin  : ChangeLog devices.cc devices.h devices.in 
                         dtable.cc fhandler.cc fhandler_zero.cc 

Log message:
        * devices.h: Switch FH_ZERO and FH_PORT as on Linux.  Add FH_FULL.
        * devices.in: Add /dev/full.
        * devices.cc: Regenerate.
        * dtable.cc (build_fh_pc): Add FH_FULL.
        * fhandler.cc (fhandler_base::fstat): Set FH_FULL permission bits
        correctly.
        * fhandler_zero.cc (fhandler_dev_zero::write): Set errno to ENOSPC
        and return -1 if device is FH_FULL.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2726&r2=1.2727
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.cc.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.h.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.in.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.147&r2=1.148
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.224&r2=1.225
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_zero.cc.diff?cvsroot=src&r1=1.26&r2=1.27

Reply via email to