summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * include/wingdi.h [WINVER >= 0x0410]Dimitri Papadopoulos2006-04-072-1/+7
| | | | | (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better. Thanks to: Alessandro Antonello <aleantonello at users dot sf dot net>
* * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.Dimitri Papadopoulos2006-04-073-16/+60
| | | | | | | * include/commctrl.h (WC_LINK{AW},LIF_*,LIM_*,LM_*, MAX_LINKID_TEXT,L_MAX_URL_LENGTH): Define. (LITEM,LHITTESTINFO,NMLINK): Add structures. Thanks to: Brandon Sneed <brandon at redf dot net>
* 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>Carlos O'Donell2006-04-0611-600/+4614
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.tpl: Add install-html target. * Makefile.def: Add install-html target. * Makefile.in: Regenerate. * configure.in: Add --with-datarootdir, --with-docdir, and --with-htmldir options. * configure: Regenerate. bfd/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir htmldir. Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST for datarootdir, docdir and htmldir. * configure: Regenerate. bfd/doc/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html and install-html-am targets. Define datarootdir, docdir and htmldir. * Makefile.in: Regenerate. binutils/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir and htmldir. * configure: Regenerate. * doc/Makefile.am: Add install-html and install-html-am targets. * doc/Makefile.in: Regenerate. etc/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add install-html target. Add htmldir, docdir and datarootdir. * configure.texi: Document install-html target. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. gas/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. * doc/Makefile.am: Add install-html and install-html-am targets. * doc/Makefile.in: Regenerate. gprof/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * po/Make-in: Add install-html target. * Makefile.am: Add install-html, install-html-am and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. intl/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * intl/Makefile.in: Add html info and dvi and install-html to .PHONY Add install-html target. ld/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html, install-html-am, and install-html-recursive targets. * Makefile.in: Regenerate. * configure.in: AC_SUBST datarootdir, docdir, htmldir. * configure: Regenerate. * po/Make-in: Add install-html target. opcodes/ 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html target. * Makefile.in: Regenerate.
* bfd/H.J. Lu2006-04-062-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-04-06 H.J. Lu <hongjiu.lu@intel.com> * elfxx-ia64.c (elfNN_ia64_relax_section): Skip unneeded passes with the skip_relax_pass_0 and skip_relax_pass_1 bits in the section structure. include/ 2006-04-06 H.J. Lu <hongjiu.lu@intel.com> * bfdlink.h (bfd_link_info): Replace need_relax_finalize with relax_pass. ld/ 2006-04-06 H.J. Lu <hongjiu.lu@intel.com> * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove link_info.need_relax_finalize. * ldlang.c (relax_sections): New. (lang_process): Use. Call relax_sections link_info.relax_pass times. * ldmain.c (main): Set link_info.relax_pass to 1. Remove link_info.need_relax_finalize.
* * include/w32api.h (IE*): Define for recent versions of IE.Dimitri Papadopoulos2006-04-062-0/+7
|
* * include/w32api.h (_W32API_H): Define.Dimitri Papadopoulos2006-04-062-2/+8
| | | | Define in addition to _W32API_H_, this is the w32api standard.
* * include/w32api.h (WindowsVista): Define.Dimitri Papadopoulos2006-04-062-7/+12
|
* * include/iptypes.h (IP_ADAPTER_*): Define parts that dependDimitri Papadopoulos2006-04-063-1/+7
| | | | on SOCKET_ADDRESS only if winsock2.h has already been included.
* * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.Dimitri Papadopoulos2006-04-063-17/+5
|
* * fhandler_socket.cc: Move iptypes.h include after winsock2 since it now reliesChristopher Faylor2006-04-053-2/+8
| | | | | on it. * net.cc: Ditto.
* * dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface}Christopher Faylor2006-04-052-2/+9
| | | | | initialization here from dll_crt0_1. (dll_crt0_1): See above.
* * include/iphlpapi.h (GAA_FLAG_*): Define.Dimitri Papadopoulos2006-04-053-0/+22
| | | | | | (GetAdaptersAddresses): Add function declaration. * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub. Thanks to: ross <rossboulet at users dot sf dot net>
* * include/iptypes.h (IP_INTERFACE_NAME_INFO,Dimitri Papadopoulos2006-04-052-0/+160
| | | | | | | | | IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS, IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS, IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures. (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN, SCOPE_LEVEL): Add enums. (IP_ADAPTER_*): Define.
* * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.Dimitri Papadopoulos2006-04-052-1/+5
| | | | Thanks to: Sergey Philippov <phis at users dot sf dot net>
* * include/objidl.h (PIDSI_*): Define.Dimitri Papadopoulos2006-04-052-0/+43
| | | | | (PRSPEC_*): Define. Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net>
* * include/winbase.h (LOGON32_PROVIDER_WINNT40,Dimitri Papadopoulos2006-04-052-3/+23
| | | | | | | LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK, LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT, LOGON32_LOGON_NEW_CREDENTIALS): Define. Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net>
* * include/mq.h: New file.Dimitri Papadopoulos2006-04-053-0/+546
| | | | * lib/mqrt.def: (MQ*): Define a few missing functions.
* * lib/mqrt.def: New file.Dimitri Papadopoulos2006-04-052-0/+39
| | | | | Needs the mq.h file to work properly, working on it. Thanks to: Pascal Obry <pobry at users dot sf dot net>
* * include/winerror.h (STG_E_*): Define.Dimitri Papadopoulos2006-04-052-1/+44
| | | | | | | | Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net> * include/winerror.h (STG_S_*): Define. (CO_S_MACHINENAMENOTFOUND): Define. (RPC_E_*): Define. (NTE_*): Define.
* faq.using.chmod faq.programming.adjusting-heapJoshua Daniel Franklin2006-04-053-20/+20
|
* * net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes toCorinna Vinschen2006-04-042-0/+14
| | | | the same values as on Linux.
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2006-04-033-21/+31
| | | | | | | | (child_info_fork::alloc_stack): Move into this class. (child_info_fork::alloc_stack_hard_way): Ditto. * dcrt0.cc (child_info_fork::alloc_stack): Ditto. (child_info_fork::alloc_stack_hard_way): Ditto. (_dll_crt0): Reference alloc_stack via fork_info.
* * spawn.cc (linebuf::finish): Drop argument. Don't check command lineCorinna Vinschen2006-04-032-10/+12
| | | | | | length. (spawn_guts): Remove wascygexec. Check real_path.iscygexec instead. Accommodate change to linebuf::finish.
* * dcrt0.cc (sm): Delete.Christopher Faylor2006-04-032-3/+13
| | | | | | (alloc_stack_hard_way): Figure out where the stack lives here rather than relying on previously filled out information which has been invalid since 1.5.19.
* * include/commctrl.h (ListView_*): Define and correct.Dimitri Papadopoulos2006-04-032-20/+95
| | | | (LVM_*): Define.
* * include/winuser.h (WM_IME_*): Define (DWORD type).Dimitri Papadopoulos2006-04-032-0/+37
| | | | | | | (EM_*IMESTATUS): Define. (WM_*): Define. (XBUTTON*): Define. Thanks to: Steve Folly <spfolly at users dot sf dot net>
* * cygwinenv.sgml: Rename fork_retry to proc_retry since it has turned out to beChristopher Faylor2006-04-032-2/+8
| | | | more general than just fork.
* * fhandler_disk_file.cc (FS_IS_SAMBA_WITH_QUOTA): New define.Corinna Vinschen2006-03-312-5/+23
| | | | | | | (path_conv::hasgood_inode): Recognize Samba with quota support compiled in. (path_conv::is_samba): Ditto. Fix comment to include Samba version numbers for later reference.
* * include/winnetwk.h (WNetGetResourceInformationW): Correct first param.Danny Smith2006-03-312-1/+6
| | | | Thanks to: Rene Rivera <grafik at users dot sf dot net>.
* PR binutils/1860Ben Elliston2006-03-313-4/+10
| | | | | * configure.in: Require makeinfo 4.4 or higher. * configure: Regenerate.
* * security.h (sec_user_nih): Make sid1 argument mandatory.Corinna Vinschen2006-03-302-2/+9
| | | | (sec_user): Ditto.
* * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper versionChristopher Faylor2006-03-302-4/+18
| | | | conditional.
* * sigproc.cc (wait_for_sigthread): Use the current user sid when setting up theChristopher Faylor2006-03-302-1/+7
| | | | signal pipe rather than relying on (eventually) the effective sid.
* 2006-03-29 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2006-03-292-0/+7
| | | | | * libc/sys/linux/include/netinet/ip.h: Include netinet/in_systm.h for the declaration of n_long.
* 2006-03-29 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2006-03-292-2/+15
| | | | | | | | | | * libc/sys/linux/include/net/if.h: Include sys/socket.h for struct sockaddr. (IFF_SMART): Replace this define with IFF_NOTRAILERS. (IFF_CANTCHANGE): Replace IFF_SMART reference with IFF_NOTRAILERS. (IFF_NOTRAILERS): New define. (struct ifreq): Add ifru_netmask. (ifr_netmask): New define.
* 2006-03-29 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2006-03-292-1/+6
| | | | | * libc/sys/linux/sys/ioccom.h (ioctl): Change declaration to match sys/ioctl.h.
* 2006-03-29 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2006-03-292-1/+6
| | | | | * libtool.m4: Set lt_cv_deplibs_check_method=pass_all for linux-newlib libc implementations.
* 2006-03-29 Eric Blake <ebb9@byu.net>Jeff Johnston2006-03-293-2/+7
| | | | | * libc/stdio/freopen.c (_freopen_r) [__SCLE]: Fix typo. * libc/stdio64/freopen64.c (_freopen64_r) [__SCLE]: Likewise.
* Fix reference to __mknod syscall to pass proper third argument.Jeff Johnston2006-03-291-1/+1
|
* 2006-03-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-03-292-1/+7
| | | | | | * libc/sys/linux/io.c (__mknod): Fix declaration of syscall to pass a dev_t as third argument rather than a pointer to dev_t.
* 2006-03-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-03-292-4/+8
| | | | * libc/sys/linux/net/name6.c: Fix struct references.
* * include/winspool.h (JOB_INFO_3): Add structure.Dimitri Papadopoulos2006-03-292-0/+58
| | | | | | | (PROVIDOR_INFO_*{AW}): Add structure. * include/winspool.h [_WIN32_WINNT >= 0x0500] (PRINTER_ENUM_VALUES{AW}): Add structure. (PRINTPROCESSOR_CAPS): Add structure.
* * include/winspool.h [_WIN32_WINNT >= 0x0500]Dimitri Papadopoulos2006-03-291-1/+1
| | | | (PRINTER_INFO_7A): Correct definition.
* * include/winspool.h [_WIN32_WINNT >= 0x0500]Dimitri Papadopoulos2006-03-292-1/+5
| | | | (DRIVER_INFO_7A): Correct definition.
* * include/winspool.h [_WIN32_WINNT >= 0x0500]Dimitri Papadopoulos2006-03-292-0/+130
| | | | | | (DRIVER_INFO_*{AW}): Add structure. (PRINTER_INFO_*{AW}): Add structure. Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
* * include/winspool.h [_WIN32_WINNT >= 0x0500]Dimitri Papadopoulos2006-03-292-5/+11
| | | | | (DRIVER_*MODE): Define (DWORD type). Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
* * dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor2006-03-295-33/+57
| | | | | | | | | | | | | | | | be used by subsequent startup functions. (dll_crt0_0): Issue a warning if DuplicateTokenEx fails and DEBUGGING. (dll_crt0_1): Move user_data->{resourcelocks,threadinterface} initialization here from dll_crt0_0. * fork.cc (frok::child): Tell wait_for_sigthread that this is fork. (frok::parent): Only initialize start_time once. Tighten time when we're "deimpersonated". * sigproc.cc (signal_fixup_after_exec): Rework (futiley) sa_buf stuff. Add debugging output. (wait_for_sigthread): Accept an argument which illustrates whether we are forked or not. (wait_sig): Avoid using myself pointer. * winsup.h ((wait_for_sigthread): Reflect change to argument.
* gas:Nathan Sidwell2006-03-282-38/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/tc-m68k.c (m68000_control_regs, m68010_control_regs, m68020_control_regs, m68040_control_regs, m68060_control_regs, mcf_control_regs, mcf5208_control_regs, mcf5213_control_regs, mcf5329_control_regs, mcf5249_control_regs, mcf528x_control_regs, mcfv4e_control_regs, m68010_control_regs): Rename and reorder to ... (m68000_ctrl, m68010_ctrl, m68020_ctrl, m68040_ctrl, m68060_ctrl, mcf_ctrl, mcf5208_ctrl, mcf5213_ctrl, mcf5235_ctrl, mcf5249_ctrl, mcf5216_ctrl, mcf5250_ctrl, mcf5271_ctrl, mcf5272_ctrl, mcf5282_ctrl, mcfv4e_ctrl): ... these. (mcf5275_ctrl, mcf5329_ctrl, mcf5373_ctrl): New. (struct m68k_cpu): Change chip field to control_regs. (current_chip): Remove. (control_regs): New. (m68k_archs, m68k_extensions): Adjust. (m68k_cpus): Reorder to be in cpu number order. Adjust. (CPU_ALLOW_MC, CPU_ALLOW_NEGATION): Remove. (find_cf_chip): Reimplement for new organization of cpu table. (select_control_regs): Remove. (mri_chip): Adjust. (struct save_opts): Save control regs, not chip. (s_save, s_restore): Adjust. (m68k_lookup_cpu): Give deprecated warning when necessary. (m68k_init_arch): Adjust. (md_show_usage): Adjust for new cpu table organization. include/opcodes: * m68k.h (cpu_m68k, cpu_cf, cpu_m68000, cpu_m68008, cpu_m68010, cpu_m68020, cpu_m68ec030, cpu_m68040, cpu_m68060, cpu_m68851, cpu_m68881, cpu_m68882, cpu_cpu32, cpu_cf5200, cpu_cf5206e, cpu_cf5208, cpu_cf521x, cpu_cf5213, cpu_cf5249, cpu_cf528x, cpu_cf5307, cpu_cf5329, cpu_cf5407, cpu_cf547x, cpu_cf548x): Remove.
* * include/wincon.h (GetConsoleProcessList): Declare.Danny Smith2006-03-272-0/+8
|
* 2006-03-27 Hansres Engel <engel@node.ch>Danny Smith2006-03-273-1/+355
| | | | * include/mlang.h: New file.