summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* * spawn.cc (spawn_guts): Close handles if we know that we will not be seeing aChristopher Faylor2006-03-272-9/+16
| | | | sync event from the child.
* * sigproc.cc (wait_sig): Move myself manipulation...Christopher Faylor2006-03-272-8/+10
| | | | (wait_for_sigthread): ...to here.
* 2006-03-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-03-262-1/+5
| | | | * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
* forced checkinChristopher Faylor2006-03-260-0/+0
|
* forced checkinChristopher Faylor2006-03-260-0/+0
|
* forced checkinChristopher Faylor2006-03-260-0/+0
|
* 2006-03-26 Hansres Engel <engel@node.ch>Danny Smith2006-03-258-4/+318
| | | | | | | | | | | | | | | | | Add Uniscribe API for typography and for complex scripts. * include/usp10.h: New file. * lib/usp10.def: New file. * include/winver.h: Change first argument of GetFileVersionInfo[...] to const. * include/imm.h (IMECHARPOSITION): Add structure. (RECONVERTSTRING): Likwise. * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define. * lib/uuid.c (CMultiLanguage): Add UUID definition. (IMLangFontLink2): Likewise. (IMultiLanguage): Likewise.
* * elf/bfin.h (R_BFIN_GOT17M4, R_BFIN_GOTHI, R_BFIN_GOTLO,Bernd Schmidt2006-03-252-0/+30
| | | | | | | | | R_BFIN_FUNCDESC, R_BFIN_FUNCDESC_GOT17M4, R_BFIN_FUNCDESC_GOTHI, R_BFIN_FUNCDESC_GOTLO, R_BFIN_FUNCDESC_VALUE, R_BFIN_FUNCDESC_GOTOFF17M4, R_BFIN_FUNCDESC_GOTOFFHI, R_BFIN_FUNCDESC_GOTOFFLO, R_BFIN_GOTOFF17M4, R_BFIN_GOTOFFHI, R_BFIN_GOTOFFLO): New relocs. (EF_BFIN_PIC, EF_BFIN_FDPIC, EF_BFIN_PIC_FLAGS): New macros.
* * fhandler_floppy.cc: Include ntdef.h and ntdll.h.Corinna Vinschen2006-03-243-54/+122
| | | | | | | | (fhandler_dev_floppy::get_drive_info): Rearrange so that now NtQueryVolumeInformationFile is called on drives which don't support IOCTL_DISK_GET_DRIVE_GEOMETRY. * ntdll.h (struct _FILE_FS_SIZE_INFORMATION): Add. (enum _FSINFOCLASS): Add missing values.
* * fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make errorChristopher Faylor2006-03-233-3/+10
| | | | | | message more explicit. * pinfo.cc (_pinfo::commune_request): Don't lock process unless we're looking for fifos.
* * dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the consoleChristopher Faylor2006-03-233-2/+10
| | | | | handler here. * dtable.cc (dtable::stdio_init): Initialize console handler here.
* * sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor2006-03-234-21/+63
| | | | | | | | | | | * signal.cc (_SA_NORESTART): New flag. (sigaction_worker): New function, derived from sigaction. Don't set internal flags unless called internally. (sigaction): Use sigaction_worker. (signal): Honor new _SA_NORESTART flag. (siginterrupt): Set _SA_NORESTART flag appropriately. Use sigaction_worker to set flags. * include/cygwin/signal.h: Define _SA_INTERNAL_MASK here.
* * winsup.api/checksignal.c (main): Add test for siginterrupt.Christopher Faylor2006-03-232-28/+47
|
* Patch by matz@suse.de:Andreas Jaeger2006-03-231-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bfd/ChangeLog: * reloc.c: Add BFD_RELOC_X86_64_GOT64, BFD_RELOC_X86_64_GOTPCREL64, BFD_RELOC_X86_64_GOTPC64, BFD_RELOC_X86_64_GOTPLT64, BFD_RELOC_X86_64_PLTOFF64. * bfd-in2.h: Regenerated. * libbfd.h: Regenerated. * elf64-x86-64.c (x86_64_elf_howto_table): Correct comment. Add howtos for above relocs. (x86_64_reloc_map): Add mappings for new relocs. (elf64_x86_64_check_relocs): R_X86_64_GOT64, R_X86_64_GOTPCREL64, R_X86_64_GOTPLT64 need a got entry. R_X86_64_GOTPLT64 also a PLT entry. R_X86_64_GOTPC64 needs a .got section. R_X86_64_PLTOFF64 needs a PLT entry. (elf64_x86_64_gc_sweep_hook): Reflect changes from elf64_x86_64_check_relocs for the new relocs. (elf64_x86_64_relocate_section): Handle new relocs. gas/ChangeLog: * config/tc-i386.c (type_names): Correct placement of 'static'. (reloc): Map some more relocs to their 64 bit counterpart when size is 8. (output_insn): Work around breakage if DEBUG386 is defined. (output_disp): A BFD_RELOC_64 with GOT_symbol as operand also needs to be mapped to BFD_RELOC_X86_64_GOTPC64 or BFD_RELOC_X86_64_GOTPC32. Also x86-64 handles pcrel addressing different from i386. (output_imm): Ditto. (lex_got): Recognize @PLTOFF and @GOTPLT. Make @GOT accept also Imm64. (md_convert_frag): Jumps can now be larger than 2GB away, error out in that case. (tc_gen_reloc): New relocs are passed through. BFD_RELOC_64 and BFD_RELOC_64_PCREL are mapped to BFD_RELOC_X86_64_GOTPC64. gas/testsuite/ChangeLog: * gas/i386/reloc64.s: Accept 64-bit forms. * gas/i386/reloc64.d: Adjust. * gas/i386/reloc64.l: Adjust. include/ChangeLog: * elf/x86-64.h: Add the new relocations with their official numbers.