CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-04-04 12:23:36

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc fenv.cc 
                         fhandler_disk_file.cc fhandler_netdrive.cc 
                         fhandler_proc.cc fhandler_process.cc 
                         kernel32.cc miscfuncs.cc mount.cc net.cc 
                         sec_auth.cc security.cc select.cc syscalls.cc 
                         wincap.cc wincap.h winlean.h 

Log message:
        Drop NT4 support.
        * autoload.cc (DnsQuery_A): Fatal if not available.
        (DnsRecordListFree): Ditto.
        (DsGetDcNameW): Ditto.
        (NetGetAnyDCName): Remove.
        (NetGetDCName): Remove.
        (EnumProcessModules): Fatal if not available.
        (GetModuleFileNameExW): Ditto.
        (GetModuleInformation): Ditto.
        (GetProcessMemoryInfo): Ditto.
        (QueryWorkingSet): Ditto.
        (LsaRegisterLogonProcess): Ditto.
        * fenv.cc (_feinitialise): Drop supports_sse condition.
        * fhandler_disk_file.cc (path_conv::isgood_inode): Fix comment.
        (fhandler_base::fstat_by_name): Drop has_fileid_dirinfo condition.
        (fhandler_disk_file::opendir): Ditto.
        * fhandler_netdrive.cc (fhandler_netdrive::readdir): Fix comment.
        * fhandler_proc.cc (format_proc_partitions): Drop NT4-only code.
        * fhandler_process.cc (get_process_state): Ditto.
        * kernel32.cc (GetWindowsDirectoryW): Remove.
        (GetWindowsDirectoryA): Remove.
        * miscfuncs.cc (nice_to_winprio): Drop NT4-only code.
        * mount.cc (fs_info::update): Fix comments.
        * net.cc (get_2k_ifs): Drop NT4-only code.
        * sec_auth.cc (get_logon_server): Ditto.
        (lsaauth): Drop NT4-specific error handling.
        * security.cc (alloc_sd): Set SE_DACL_PROTECTED unconditionally.
        * select.cc (select_stuff::wait): Always use MWMO_INPUTAVAILABLE.
        (peek_windows): Drop NT4-only condition in call to PeekMessage.
        * syscalls.cc (gethostid): Remove NT4-only workaround.
        * wincap.cc: Througout, drop has_dacl_protect,
        has_broken_if_oper_status, has_process_io_counters,
        has_terminal_services, has_extended_priority_class, has_guid_volumes,
        has_fileid_dirinfo, has_mwmo_inputavailable and supports_sse from
        wincaps.
        (wincap_nt4sp4): Remove.
        (wincap_minimal): Set to wincap_2000.
        (wincapc::init): Rely on availability of OSVERSIONINFOEX structure.
        Treat error from GetVersionEx as fatal.  Treat NT4 as fatal.
        * wincap.h (struct wincaps): Drop has_dacl_protect,
        has_broken_if_oper_status, has_process_io_counters,
        has_terminal_services, has_extended_priority_class, has_guid_volumes,
        has_fileid_dirinfo, has_mwmo_inputavailable and supports_sse flags
        and methods.
        * winlean.h (GetWindowsDirectoryW) Define as GetSystemWindowsDirectoryW.
        (GetWindowsDirectoryA): Define as GetSystemWindowsDirectoryA.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5234&r2=1.5235
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.196&r2=1.197
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fenv.cc.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.352&r2=1.353
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_netdrive.cc.diff?cvsroot=src&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=src&r1=1.99&r2=1.100
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&r1=1.94&r2=1.95
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/kernel32.cc.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/miscfuncs.cc.diff?cvsroot=src&r1=1.58&r2=1.59
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mount.cc.diff?cvsroot=src&r1=1.73&r2=1.74
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.283&r2=1.284
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sec_auth.cc.diff?cvsroot=src&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.249&r2=1.250
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/select.cc.diff?cvsroot=src&r1=1.162&r2=1.163
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.577&r2=1.578
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.cc.diff?cvsroot=src&r1=1.111&r2=1.112
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.h.diff?cvsroot=src&r1=1.91&r2=1.92
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winlean.h.diff?cvsroot=src&r1=1.1&r2=1.2

Reply via email to