summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * cygtls.cc (_cygtls::remove): Don't test for initialization since thisChristopher Faylor2006-05-173-3/+9
| | | | | | function will always be called when _my_tls is initialized. * init.cc (dll_entry): Don't attempt to remove tls info if _my_tls is obviously not even available.
* correct changelog dateChristopher Faylor2006-05-161-1/+1
|
* * sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor2006-05-168-85/+105
| | | | | | | | | | | | | | | | | (wait_sig): Set hwait_sig to INVALID_HANDLE_VALUE on __SIGEXIT. * cygtls.cc (_cygtls::init_thread): Zero entire _my_tls structure and no more. * cygtls.h (_my_tls::padding): Delete. (CYGTLS_PADSIZE): Redefine concept of padding to mean padding at the end of the stack. * dcrt0.cc (initialize_main_tls): Change return to void. * gentls_offsets: Treat const specially, too. Keep going after a '}' is found. Change negative offset calculation to use CYGTLS_PADSIZE. * init.cc (_my_oldfunc): New variable. (threadfunc_fe): Use stored tls value for oldfunc rather than blindly writing to the stack. (munge_threadfunc): Set oldfunc in tls. (dll_entry): Initialize tls allocation. * tlsoffsets.h: Regenerate.
* * ntdll.h (STATUS_INVALID_INFO_CLASS): Conditionalize.Christopher Faylor2006-05-142-0/+8
|
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2006-05-143-6/+13
|
* * libc/machine/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).Joern Rennecke2006-05-122-2/+2
| | | | * libc/machine/sh/Makefile.in: Regenerate.
* * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)Dimitri Papadopoulos2006-05-122-8/+15
| | | | | | (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define as macros. Thanks to: Bruce M Simpson <bms_spc at sf dot net>
* * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)Dimitri Papadopoulos2006-05-123-2/+29
| | | | | | | | | | | | (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst) (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo) (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect) (MprAdminMIBSetTrapInfo): Declare functions. Note: MprAdminMIBSetTrapInfo is missing from mprapi.def. (MIB_SERVER_HANDLE): New typedef. (MprConfigTransportSetInfo): Declare function. * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum) (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
* * lib/rtutils.def: New file. Generated on Windows XP.Dimitri Papadopoulos2006-05-123-0/+152
| | | | | | | (TracePrintf{AW},TracePrintfEx{AW}): Left out for now. * include/rtutils.h: New file. (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}): Commented out, they're missing from rtutils.def.
* * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)Dimitri Papadopoulos2006-05-122-0/+17
| | | | | | (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet) (MprInfoCreate,MprInfoDelete,MprInfoDuplicate) (MprInfoRemoveAll): Declare functions.
* * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)Dimitri Papadopoulos2006-05-122-22/+67
| | | | | | | | | | | | | | | | (MprConfigGetGuidName,MprConfigInterfaceCreate) (MprConfigInterfaceDelete,MprConfigInterfaceEnum) (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo) (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd) (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle) (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove) (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup) (MprConfigServerConnect,MprConfigServerDisconnect) (MprConfigServerGetInfo,MprConfigServerInstall) (MprConfigServerRestore,MprConfigTransportCreate) (MprConfigTransportDelete,MprConfigTransportEnum) (MprConfigTransportGetHandle,MprConfigTransportGetInfo) (MprConfigTransportSetInfo): Declare functions.
* * include/mprapi.h:(MprAdminBufferFree)Dimitri Papadopoulos2006-05-122-0/+59
| | | | | | | | | | | | | | | | | | | | (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString) (MprAdminInterfaceConnect,MprAdminInterfaceCreate) (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo) (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect) (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials) (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle) (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult) (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx) (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd) (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove) (MprAdminInterfaceTransportSetInfo) (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes) (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification) (MprAdminServerConnect,MprAdminServerDisconnect) (MprAdminServerGetCredentials,MprAdminServerGetInfo) (MprAdminServerSetCredentials,MprAdminTransportCreate) (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
* * include/ipxtfflt.h: New file.Dimitri Papadopoulos2006-05-122-2/+43
|
* * lib/mprapi.def: Regenerate on Windows XP.Dimitri Papadopoulos2006-05-122-2/+112
| | | | Would need to be regenerated on Windows Server 2003.
* * include/mprapi.h: Fix header guard. Cleanup.Dimitri Papadopoulos2006-05-122-14/+39
| | | | | | | | | | (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2) (MprAdminAcceptNewLink,MprAdminAcceptReauthentication) (MprAdminConnectionHangupNotification) (MprAdminConnectionHangupNotification2) (MprAdminGetIpAddressForUser)(MprAdminInitializeDll) (MprAdminTerminateDll,MprAdminLinkHangupNotification) (MprAdminReleaseIpAddress): Declare functions.
* * include/ipifcons.h: Cleanup.Dimitri Papadopoulos2006-05-125-260/+315
| | | | | * include/ipxconst.h: Fix header guard. * include/ipxrtdef.h: include <ipxconst.h>.
* * config.sub, config.guess: Update from upstream sources.Ben Elliston2006-05-123-26/+47
|
* * include/ipxrtdef.h: Cleanup.Dimitri Papadopoulos2006-05-115-1/+168
| | | | | | | | | | | | | | | (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE) (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE) (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE) (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE) (IPX_STATIC_NETBIOS_NAME_INFO_TYPE) (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE) (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE) (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define. * include/routprot.h: Cleanup. (PROTO_IP_*,IPRTRMGR_PID,IPX_PROTOCOL_*): Define. * include/fltdefs.h: New file. * include/ipinfoid.h: New file.
* * acinclude.m4 (_NEWLIB_VERSION): Rename to:Joern Rennecke2006-05-114-4/+11
| | | | | | (DEF_NEWLIB_VERSION). * configure.in (_NEWLIB_VERSION): Use NEWLIB_VERSION. * configure: Regenerate.
* * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)Dimitri Papadopoulos2006-05-1112-1/+990
| | | | | | | | | | | | | | | | | (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl) (IAMCertifiedOutputProtection): Add interfaces. * include/adsprop.h: New file. * include/cmnquery.h: New file. * include/dsadmin.h: New file. * include/dsclient.h: New file. * include/dsgetdc.h: New file. * include/dsquery.h: New file. * include/dsrole.h: New file. * include/ntdsapi.h: New file. * include/ntdsbcli.h: New file. * include/objsel.h: New file. Not finished. Just wanted to submit this before I'm disembarked from the project, so that the work isn't lost...
* * Makefile.in (clean): Also delete *.dbg.Brian Dessent2006-05-102-1/+5
|
* 2006-05-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-05-1042-6/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Pass some additional flags in FLAGS_TO_PASS. * configure.in: Add additional flags when creating Makefile. * configure: Regenerated. * arm/configure * arm/configure.in: Set with_multisubdir when creating Makefile. * cris/configure.in: Ditto. * d30v/configure.in: Ditto. * frv/configure.in: Ditto. * i386/configure.in: Ditto. * iq2000/configure.in: Ditto. * libnosys/configure.in: Ditto. * m32c/configure.in: Ditto. * m32r/configure.in: Ditto. * m68hc11/configure.in: Ditto. * m68k/configure.in: Ditto. * mcore/configure.in: Ditto. * mips/configure.in: Ditto. * mn10200/configure.in: Ditto. * mn10300/configure.in: Ditto. * mt/configure.in: Ditto. * pa/configure.in: Ditto. * rs6000/configure.in: Ditto. * sparc/configure.in: Ditto. * cris/configure: Regenerated. * d30v/configure: Ditto. * frv/configure: Ditto. * i386/configure: Ditto. * iq2000/configure: Ditto. * libnosys/configure: Ditto. * m32c/configure: Ditto. * m32r/configure: Ditto. * m68hc11/configure: Ditto. * m68k/configure: Ditto. * mcore/configure: Ditto. * mips/configure: Ditto. * mn10200/configure: Ditto. * mn10300/configure: Ditto. * mt/configure: Ditto. * pa/configure: Ditto. * rs6000/configure: Ditto. * sparc/configure: Ditto.
* * include/qedit.h (DEXTER_*,SCompFmt0): Add structures.Dimitri Papadopoulos2006-05-102-0/+61
| | | | | (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums. (CONNECTF_DYNAMIC_*,SFN_VALIDATEF_*,RESIZEF_*): Define.
* * include/qedit.h: New file.Dimitri Papadopoulos2006-05-103-0/+23
| | | | * include/errors.h: Cleanup.
* * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp toDimitri Papadopoulos2006-05-102-3/+10
| | | | | | avoid dependency on <string.h>. There's no Win32 equivalent for memcmp: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
* * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory insteadDimitri Papadopoulos2006-05-1021-8/+2076
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | of memset to avoid <string.h>. Still need a fix for memcmp. * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL) (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE) (AM_WST_STYLE): Add enums. (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo, AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New structures. * include/errors.h (VFW_*): Define. * include/evcode.h (AM_WMT_EVENT_DATA): New structure. * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define. * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP) (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here... * include/strmif.h: ... to here. New file. * include/aviriff.h: New file. * include/bdatypes.h: New file. * include/control.h: New file. * include/dvdmedia.h: New file. * include/il21dec.h: New file. * include/ks.h: New file. * include/ksmedia.h: New file. * include/mmreg.h: New file. * include/mpegtype.h: New file. * include/vidcap.h: New file. * include/vmr9.h: New file. * include/vptype.h: New file. * include/xprtdefs.h: New file.
* * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):Dimitri Papadopoulos2006-05-102-21/+43
| | | | | | | | | | | | | Documented as defined on Windows 2000 or later. [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE) (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2) (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN) (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented but values unknown, Windows Vista or later. (CAL_UMALQURA): Cleanup. (CAL_SSHORTESTDAYNAME_*): Cleanup. [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX) (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
* * include/wingdi.h [WINVER >= 0x0500] (DC_*): Define.Dimitri Papadopoulos2006-05-103-25/+128
| | | | | | | | | | | (GGO_UNHINTED): Define. (DMPAPER_*): Define. Paper size newly added to the documentation. (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined. (DM_*): Cleanup. (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT): Define. (DMDO_*,DMDFO_*): Define. (GetDCBrushColor,GetDCPenColor): Declare. * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
* * include/winnt.h (LANG_*,SUBLANG_*): Define.Dimitri Papadopoulos2006-05-102-3/+185
| | | | Languages newly added to the documentation.
* 2006-05-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-05-093-7/+182
| | | | | | * libc/ctype/Makefile.am: Add $(ELIX_SOURCES) to lib_a_SOURCES. * libc/ctype/Makefile.in: Regenerated.
* 2006-05-09 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston2006-05-093-4/+16
| | | | | * libc/machine/arm/Makefile.am: Fix a typo. * libc/machine/arm/Makefile.in: Regenerated.
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix typo which causedChristopher Faylor2006-05-082-1/+6
| | | | test for ".." to be skipped.
* * libc/machine/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).Joern Rennecke2006-05-081-0/+5
| | | | * libc/machine/sh/Makefile.in: Regenerate.
* 2006-05-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2006-05-052-1/+5
| | | | * lib/directx/Makefile.in: Remove reference to libquartz.a since it was moved.
* [ gas/ChangeLog ]Thiemo Seufer2006-05-052-0/+6
| | | | | | | | | | | | * config/tc-mips.c (macro_build): Add case 'k' to handle cache instruction. (macro): Add new case M_CACHE_AB. [ opcodes/ChangeLog ] * mips-opc.c: Add macro for cache instruction. [ include/opcode/ChangeLog ] * mips.h (enum): Add macro M_CACHE_AB.
* 2006-05-05 Earnie Boyd <earnie@users.sf.net>Earnie Boyd2006-05-053-3/+8
| | | | | | * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to SPI_SETSCREENSAVERUNNING. * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
* * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.Dimitri Papadopoulos2006-05-052-0/+6
| | | | It had been removed because it's no documented, but Cygwin needs it.
* * include/amvideo.h (IFullScreenVideo): Define.Dimitri Papadopoulos2006-05-042-1/+40
| | | | | (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE, SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
* * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,Dimitri Papadopoulos2006-05-042-6/+26
| | | | | | CAL_NOUSEROVERRIDE, CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented as available on Windows 98 and better. (CAL_UMALQURA,CAL_SSHORTESTDAYNAME*): Define, Windows Vista and better.
* 2006-05-04 Steve Ellcey <sje@cup.hp.com>Daniel Jacobowitz2006-05-041-0/+4
| | | | * blt, iwidgets, mmalloc: Remove directories.
* * include/amvideo.h: New file.Dimitri Papadopoulos2006-05-043-0/+151
| | | | * include/dshow.h: Include <amvideo.h>.
* [ gas/testsuite/ChangeLog ]Thiemo Seufer2006-05-042-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-05-04 Thiemo Seufer <ths@mips.com> Nigel Stephens <nigel@mips.com> * gas/mips/mips.exp: Run mips32-dsp tests only for mips32r2. * gas/mips/set-arch.d: Adjust according to opcode table changes. [ include/opcode/ChangeLog ] 2006-05-04 Thiemo Seufer <ths@mips.com> Nigel Stephens <nigel@mips.com> David Ung <davidu@mips.com> * mips.h: Add INSN_SMARTMIPS define. [ opcodes/ChangeLog ] 2006-05-04 Thiemo Seufer <ths@mips.com> Nigel Stephens <nigel@mips.com> David Ung <davidu@mips.com> * mips-dis.c (mips_arch_choices): Add smartmips instruction decoding to MIPS32 and MIPS32R2. Limit DSP decoding to release 2 ISAs. Add MIPS3D decoding to MIPS32R2. Add MT decoding to MIPS64R2. * mips-opc.c: fix random typos in comments. (INSN_SMARTMIPS): New defines. (mips_builtin_opcodes): Add paired single support for MIPS32R2. Move bc3f, bc3fl, bc3t, bc3tl downwards. Move flushi, flushd, flushid, wb upwards. Move cfc3, ctc3 downwards. Rework the FP_S and FP_D flags to denote single and double register accesses separately. Move dmfc3, dmtc3, mfc3, mtc3 downwards. Allow jr.hb and jalr.hb for release 1 ISAs. Allow luxc1, suxc1 for MIPS32R2. Add SmartMIPS instructions. Add two-argument variants of bc2f, bc2fl, bc2t, bc2tl. Add mfhc2, mthc2 to release 2 ISAs. * mips16-opc.c (mips16_opcodes): Add sdbbp instruction.
* * include/winuser.h (MOUSEEVENTF_*): Cleanup and new define.Dimitri Papadopoulos2006-05-043-147/+227
| | | | | | | | | | | (HSHELL_*): Cleanup and new define. (SMTO_*): Cleanup and new define. (SPI_*): Cleanup and new define. (SPIF_*): Cleanup. (HWND_MESSAGE): Windows 2000 only. (SIF_*): Cleanup. (SWP_*): Cleanup. * include/wingdi.h (ETO_*): Cleanup and new define.
* * libc/sys/sh/Makefile.am (AM_CCASFLAGS): Add $(CFLAGS).Joern Rennecke2006-05-033-2/+7
| | | | * libc/sys/sh/Makefile.in (AM_CCASFLAGS): Likewise.
* * include/mprapi.h (MPR_SERVER_HANDLE): New typedef.Dimitri Papadopoulos2006-05-033-56/+71
| | | | | * include/mprapi.h (MprAdmin*): Declare functions. * lib/mprapi.def (MprAdmin*): Add stubs.
* * lib/directx/quartz.def: Move from lib/directx/...Dimitri Papadopoulos2006-05-032-0/+5
| | | | * lib/quartz.def: ... to lib/
* * include/amaudio.h: New file.Dimitri Papadopoulos2006-05-033-2/+41
| | | | * include/dshow.h: Include <amaudio.h>.
* * include/errors.h: New file.Dimitri Papadopoulos2006-05-033-1/+30
| | | | * include/dshow.h: Include <errors.h>.
* * include/dshow.h: New file.Dimitri Papadopoulos2006-05-035-0/+180
| | | | | | * include/evcode.h: New file. * include/audevcod.h: New file. * include/dvdevcod.h: New file.
* 2006-05-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-05-025-16/+26
| | | | | | | | | | * libc/sys/sysnec810/Makefile.am: Specify .S files instead of .s. * libc/sys/sysnec810/Makefile.in: Regenerated. * libc/sys/sysnec810/crt0.S: Renamed from .s file. * libc/sys/sysnec810/io.S: Ditto. * libc/sys/sysnec810/crt0.s: Renamed to .S file. * libc/sys/sysnec810/io.s: Ditto.