summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-263-41/+120
| | | | | | | * include/sspi.h (QuerySecurityContextToken): Define. * lib/secur32.def: Regenerate using gendef on a Win7 machine. Thank you to Magnus Hagander for reporting the issue.
* 2010-08-25 Ali Sabil <asabil@users.sourceforge.net>Chris Sutcliffe2010-08-262-0/+23
| | | | * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
* 2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-262-1/+13
| | | | | | * include/shlwapi (ASSOCDATA): Update definition. Thank you to Frederic Deschamps for reporting the issue.
* 2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-262-2/+18
| | | | | | | | * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE, COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK, COPY_FILE_NO_BUFFERING): Define. Thank you to Roland Schwingel for reporting the issue.
* Add missing thank you notes.Chris Sutcliffe2010-08-251-0/+4
|
* 2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-253-1/+6
| | | | | * include/winuser.h (HHOOK): Move definition from here... * include/windef.h: ...to here, as per MSDN.
* 2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-252-3/+9
| | | | | | * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per MSDN, change return type to LPCH. (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
* * libc/posix/opendir.c (opendir): Fix potential memory leak.Corinna Vinschen2010-08-252-0/+5
|
* * mount.cc (fs_info::update): Fix comments.Corinna Vinschen2010-08-252-4/+8
|
* * syscalls.cc (rename): Open file with FILE_READ_ATTRIBUTES.Corinna Vinschen2010-08-252-4/+11
|
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-253-6/+11
| | | | | * include/prsht.h (SNDMDG, POSTMSG): Fix typo. * include/windowsx.h (SNDMSG): Ditto.
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-18/+40
| | | | | | * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout. Thank you to Ozkan Sezer for reporting the issue.
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-103/+117
| | | | | | * include/windowsx.h (SNDMSG): Define macro and use throughout. Thank you to Chris Oldwood for reporting the issue.
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-1/+7
| | | | | | * include/oleacc.h (AccessibleObjectFromEvent): Correct definition. Thank you to Rick Walsh for reporting the issue.
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-0/+14
| | | | * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
* 2010-08-24 Vinky <rabbit_vinky@users.sourceforge.net>Chris Sutcliffe2010-08-242-0/+9
| | | | * include/winbase.h (OVERLAPPED): Correct definition.
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-6/+13
| | | | | | | * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct definition. Thank you to Pasi Ruokola for reporting the issue.
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-1/+7
| | | | | | * include/exdisp.h (get_RegisterAsBrowser): Fix typo. Thank you to cheznonnon for reporting the issue.
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-242-48/+114
| | | | * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
* 2010-08-24 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe2010-08-242-15/+41
| | | | | | | | | | | | | | | | | | | | | | | * winnt.h: Fix several SUBLANG ID errors (ref: http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx). (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03. (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ... (SUBLANG_HAUSA_NIGERIA_LATIN): ... this. (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01. (SUBLANG_IRISH_IRELAND): 0x02, not 0x01. (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ... (SUBLANG_LAO_LAO): ... this. (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01. (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03. (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03. (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions). (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01. (SUBLANG_BENGALI_INDIA): 0x01, not 0x00. (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01. (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00. (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN. (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00. (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
* 2010-08-24 LRN <lrn1986@gmail.com>Chris Sutcliffe2010-08-243-1/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN, WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT, WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW, WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM, WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM, WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM, WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC, WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC, WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1, WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10, WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2, WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME, WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM, WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM, WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM, WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM, WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG, WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3, WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM, WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM, WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY, WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8, WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16, WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24, WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW, WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18, WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60, WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12, WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO, WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF, WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED, WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723, WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723, WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8, WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK, WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM, WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP, WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC, WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO, WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1, WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM, WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF, WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3, WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3, WAVE_FORMAT_DTS2): Define. * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ, ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove, acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader, acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert): Define.
* * include/cygwin/version.h: Fix comment.Corinna Vinschen2010-08-242-1/+5
|
* * external.cc (cygwin_internal): In CW_CVT_MNT_OPTS case, initializeCorinna Vinschen2010-08-242-1/+6
| | | | flags with *pflags to restore original behaviour.
* 2010-08-23 LRN <lrn1986@gmail.com>Chris Sutcliffe2010-08-242-0/+134
| | | | | | | | | | * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED, FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE, VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO, FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO, FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS, GetFileInformationByHandleEx, GetFinalPathNameByHandleA, GetFinalPathNameByHandleW): Define.
* Fix location of this file to be where it was initially intended.Jeff Johnston2010-08-231-0/+0
|
* * ldd.cc (report): Drop long pathname considerations which result inCorinna Vinschen2010-08-232-9/+7
| | | | invalid path, now that this is done in cygwin_conv_path.
* 2010-08-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-222-0/+16
| | | | * lib/CheckConflicts.sh: New file.
* 2010-08-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-225-65/+19
| | | | | | | | | | | | | | | | | | | * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose, LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken, OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW, RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW, RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey, RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue, RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot, RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW, RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA, RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace, RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove conflicting definition. * lib/th32.def: Remove. * lib/ntdll.def (RtlUnwind): Remove conflicting definition. * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting definition.
* 2010-08-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-212-1/+4
| | | | * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
* * Makefile.in (DLL_IMPORTS): Link against advapi32.a before kernel32.a.Corinna Vinschen2010-08-212-1/+5
|
* Fix misquoting in stdint.m4.Ralf Wildenhues2010-08-212-4/+10
| | | | | | | | | | | | | config/: PR target/45084 * stdint.m4 (GCC_HEADER_STDINT): Use m4 quotes for arguments of AC_MSG_ERROR. libdecnumber/: * configure: Regenerate. bfd/: * configure: Regenerate.
* * cygthread.cc: Update copyright.Christopher Faylor2010-08-202-2/+6
|
* * path.cc (path_conv::check): Close handle in conv_handle if we'reCorinna Vinschen2010-08-202-0/+8
| | | | following a symlink.
* * endian.h (htobe16, htobe32, htobe64, be16toh, be32toh, be64toh,Corinna Vinschen2010-08-202-1/+53
| | | | htole16, htole32, htole64, le16toh, le32toh, le64toh): Define.
* * fhandler_disk_file.cc (readdir_check_reparse_point): Rename fromCorinna Vinschen2010-08-203-38/+115
| | | | | | | | | | | | | | | is_volume_mountpoint. Return valid d_type value for underlying reparse point type. (readdir_get_ino): Don't rely on the handle set in pc.check. Open file here if pc.handle() is NULL. (fhandler_disk_file::readdir_helper): Try to set a correct d_type value more diligent. (fhandler_disk_file::readdir): Don't reset dirent_set_d_ino unless we're really sure it's due to an untrusted FS. Simplify usage of FileAttributes, which is 0 if buf is NULL, anyway. Set d_type correctly for faked "." and ".." entries. Improve debug output. * path.cc (symlink_info::check): Don't keep handle to volume mount point open. Explain why.
* * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Revert usageCorinna Vinschen2010-08-203-3/+12
| | | | | of get_stat_handle () to get_handle (). Add comment to explain why. * syscalls.cc (statvfs): Drop using PC_KEEP_HANDLE.
* 2010-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-202-961/+1369
| | | | * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
* * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL. ChangeCorinna Vinschen2010-08-193-2/+10
| | | | | FILE_ATTRIBUTE_VALID_FLAGS accordingly. * include/ddk/winddk.h: Ditto.
* * new-features.sgml (ov-new1.7.7): New section.Corinna Vinschen2010-08-193-46/+126
| | | | | | * pathnames.sgml: Throughout, align style of screen elements. Throughout, make all emphasis elements bold. (pathnames-win32-api): Rewrite section.
* * external.cc (sync_wincwd): New function.Corinna Vinschen2010-08-193-7/+35
| | | | | | | (cygwin_internal): Rename CW_SETCWD to CW_SYNC_WINCWD. Call sync_wincwd from here. * include/sys/cygwin.h (cygwin_getinfo_types): Rename CW_SETCWD to CW_SYNC_WINCWD.
* 2010-08-18 Ladislav Michl <ladis@users.sourceforge.net>Chris Sutcliffe2010-08-182-0/+16
| | | | | * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW, CreateSymbolicLinkA, CreateSymbolicLink): Define
* * external.cc (CW_SETCWD): New option.Christopher Faylor2010-08-184-2/+16
| | | | | * include/cygwin/version.h: Bump api minor to 231. * include/sys/cygwin.h (CW_SETCWD): Define.
* * pathnames.sgml (pathnames-win32-api): Try to use a more clear wording.Corinna Vinschen2010-08-182-2/+8
|
* * syscalls.cc (rename): Fix renaming file-based devices.Corinna Vinschen2010-08-182-5/+10
|
* * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen2010-08-183-13/+16
| | | | | | have no filesystem based CWD. Add comment. * path.cc (cwdstuff::set): Set CWD handle to NULL if CWD is a virtual path. Simplify matching comment.
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Set st_rdevCorinna Vinschen2010-08-182-2/+7
| | | | to correct device number for fs_special devices.
* Make PATH_MAX consistent with MAX_PATHKeith Marshall2010-08-172-3/+9
|
* * include/cygwin/version.h: Bump DLL minor version number to 6.Corinna Vinschen2010-08-162-1/+5
|
* * pipe.cc (fhandler_pipe::open): Duplicate content of opened pipeCorinna Vinschen2010-08-142-0/+8
| | | | fhandler before calling dup method.
* * mount.cc (from_fstab): Fix potentially fatal typo.Corinna Vinschen2010-08-132-1/+5
|