]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
18 years agoforce null checkin
Christopher Faylor [Thu, 2 Mar 2006 15:33:12 +0000 (15:33 +0000)]
force null checkin

18 years ago * fhandler_disk_file.cc (__DIR_mounts::check_missing_mount): Check
Corinna Vinschen [Thu, 2 Mar 2006 09:48:42 +0000 (09:48 +0000)]
* fhandler_disk_file.cc (__DIR_mounts::check_missing_mount): Check
cygdrive string length for those who have cygdrive mapped to "/".

18 years ago Import from the GCC tree:
Ben Elliston [Thu, 2 Mar 2006 00:54:27 +0000 (00:54 +0000)]
Import from the GCC tree:
2006-03-01  Jakub Jelinek  <jakub@redhat.com>

* dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): New constants
from DWARF 3.
(DW_AT_description, DW_AT_binary_scale, DW_AT_decimal_scale,
DW_AT_small, DW_AT_decimal_sign, DW_AT_digit_count,
DW_AT_picture_string, DW_AT_mutable, DW_AT_threads_scaled,
DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity,
DW_AT_elemental, DW_AT_pure, DW_AT_recursive): New.
(DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_bit_piece): New.
(DW_ATE_packed_decimal, DW_ATE_numeric_string, DW_ATE_edited,
DW_ATE_signed_fixed, DW_ATE_unsigned_fixed): New.
(DW_DS_unsigned, DW_DS_leading_overpunch, DW_DS_trailing_overpunch,
DW_DS_leading_separate, DW_DS_trailing_separate): New.
(DW_END_default, DW_END_big, DW_END_little): New.
(DW_END_lo_user, DW_END_hi_user): Define.
(DW_LNE_lo_user, DW_LNE_hi_user): Define.
(DW_CFA_val_offset, DW_CFA_val_offset_sf, DW_CFA_val_expression): New.
(DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
DW_LANG_D): New.

18 years ago * sec_helper.cc (set_cygwin_privileges): Request SE_BACKUP_NAME
Corinna Vinschen [Wed, 1 Mar 2006 23:14:25 +0000 (23:14 +0000)]
* sec_helper.cc (set_cygwin_privileges): Request SE_BACKUP_NAME
privileges.

18 years ago * fhandler_proc.cc (fhandler_proc::fstat): Always return fixed link
Corinna Vinschen [Wed, 1 Mar 2006 22:56:12 +0000 (22:56 +0000)]
* fhandler_proc.cc (fhandler_proc::fstat): Always return fixed link
count of 1 for /proc directory instead of incorrect PROC_LINK_COUNT.

18 years ago * fhandler.h (enum dirent_states): Remove dirent_saw_cygdrive,
Corinna Vinschen [Wed, 1 Mar 2006 22:37:25 +0000 (22:37 +0000)]
* fhandler.h (enum dirent_states): Remove dirent_saw_cygdrive,
dirent_saw_dev and dirent_saw_proc.
(fhandler_cygdrive::open): Declare.
(fhandler_cygdrive::close): Declare.
* fhandler_disk_file.cc (class __DIR_mounts): Move to beginning of file.
(__DIR_mounts::check_mount): New parameter to indicate if inode number
is needed in calling function or not. Add /proc and /cygdrive handling.
(__DIR_mounts::check_missing_mount): Ditto.
(path_conv::ndisk_links): Use __DIR_mounts class to create correct
hardlink count for directories with mount points in them.
(fhandler_disk_file::readdir_helper): Remove /dev, /proc and /cygdrive
handling.
(fhandler_cygdrive::open): New method.
(fhandler_cygdrive::close): New method.
(fhandler_cygdrive::fstat): Always return fixed inode number 2 and
fixed link count of 1. Drop call to set_drives.
(fhandler_cygdrive::opendir): Drop call to get_namehash.
(fhandler_cygdrive::readdir): Handle "." entry to return fixed inode
number 2.

18 years ago* cygwin.din: Fix some erroneous SIGFE/NOSIGFE settings.
Christopher Faylor [Wed, 1 Mar 2006 21:31:24 +0000 (21:31 +0000)]
* cygwin.din: Fix some erroneous SIGFE/NOSIGFE settings.
* cygthread.cc (cygthread::callfunc): Revert below change.  Make ev a manual
reset event again.  so that it will be reset by WaitFor*Object as appropriate.
(cygthread::stub): Ditto.
(cygthread::terminate_thread): Reset ev if it was found to have been set.

18 years ago* analyze_sigfe: New script.
Christopher Faylor [Wed, 1 Mar 2006 20:20:22 +0000 (20:20 +0000)]
* analyze_sigfe: New script.
* dllfixdbg: Add copyright.
* gendef: Ditto.
* gendevices: Ditto.
* gentls_offsets: Ditto.

18 years ago* cygthread.cc (cygthread::callfunc): Create ev as an auto-reset event so that
Christopher Faylor [Wed, 1 Mar 2006 18:23:24 +0000 (18:23 +0000)]
* cygthread.cc (cygthread::callfunc): Create ev as an auto-reset event so that
it will be reset by WaitFor*Object as appropriate.
(cygthread::stub): Ditto.
(cygthread::terminate_thread): Remove forced setting of thread termination.

18 years ago2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu [Wed, 1 Mar 2006 17:40:34 +0000 (17:40 +0000)]
2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>

PR libgcj/17311
* ltmain.sh: Don't use "$finalize_rpath" for compile.

18 years ago * include/sys/dirent.h (struct __DIR): Rename __d_unused to
Corinna Vinschen [Wed, 1 Mar 2006 13:47:49 +0000 (13:47 +0000)]
* include/sys/dirent.h (struct __DIR): Rename __d_unused to
__d_internal.
* fhandler_disk_file.cc (struct __DIR_cache): Remove useless "typedef".
(d_dirname): Remove useless "struct".
(d_cachepos): Ditto.
(d_cache): Ditto.
(class __DIR_mounts): New class, implementing mount point tracking
for readdir.
(d_mounts): New macro for easy access to __DIR_mounts structure.
(fhandler_disk_file::opendir): Allocate __DIR_mounts structure and
let __d_internal element of dir point to it.
(fhandler_disk_file::readdir_helper): Add mount points in the current
directory, which don't have a real directory backing them.
Don't generate an inode number for /dev.  Add comment, why.
(fhandler_disk_file::readdir): Move filling fname to an earlier point.
Check if current entry is a mount point and evaluate correct inode
number for it.
(fhandler_disk_file::readdir_9x): Ditto.
(fhandler_disk_file::rewinddir): Set all mount points in this directory
to "not found" so that they are listed again after calling rewinddir().
(fhandler_disk_file::closedir): Deallocate __DIR_mounts structure.
* path.cc (mount_info::get_mounts_here): New method to evaluate a list
of mount points in a given parent directory.
* shared_info.h (class mount_info): Declare get_mounts_here.

18 years agoUpdate information about: config-ml.in; makefile.vms; mkdep; setup.com;
Nick Clifton [Wed, 1 Mar 2006 10:25:01 +0000 (10:25 +0000)]
Update information about: config-ml.in; makefile.vms; mkdep; setup.com;
etc/; intl/; utils/; compile; depcomp; install-sh; missing; ylwrap;
config/

18 years ago * fhandler_disk_file.cc (fhandler_disk_file::opendir): Use iscygdrive
Corinna Vinschen [Tue, 28 Feb 2006 20:26:52 +0000 (20:26 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Use iscygdrive
instead of isspecial.
* path.h (path_conv::iscygdrive): New method.

18 years ago* exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check since
Christopher Faylor [Tue, 28 Feb 2006 20:02:16 +0000 (20:02 +0000)]
* exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check since
some cygwin functions are meant to be interrupted.

18 years ago * cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.
Corinna Vinschen [Tue, 28 Feb 2006 15:32:48 +0000 (15:32 +0000)]
* cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.
* include/cygwin/version.h: Bump API minor number to 155.

18 years ago * dir.cc (readdir_worker): Use slash as path separator when evaluating
Corinna Vinschen [Tue, 28 Feb 2006 12:20:11 +0000 (12:20 +0000)]
* dir.cc (readdir_worker): Use slash as path separator when evaluating
namehash for paths below /proc.
* fhandler_netdrive.cc (fhandler_netdrive::readdir): Use expensive
inode number evaluation on share names.

18 years ago* fhandler_disk_file.cc (fhandler_disk_file::opendir): Only set d_cachepos
Christopher Faylor [Tue, 28 Feb 2006 04:23:17 +0000 (04:23 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Only set d_cachepos
under NT or suffer memory corruption.
(fhandler_disk_file::readdir_helper): Avoid else with a return.  Just calculate
extension location once when doing symlink checks.
(fhandler_disk_file::readdir): Make debug output more useful.
(fhandler_disk_file::readdir_9x): Ditto.  Eliminate redundant variable.

18 years ago* include/sys/termios.h (cfsetispeed): Just define as a function rather than
Christopher Faylor [Tue, 28 Feb 2006 01:31:04 +0000 (01:31 +0000)]
* include/sys/termios.h (cfsetispeed): Just define as a function rather than
resorting to a macro.
(cfsetospeed): Ditto.

18 years ago* sigproc.cc: Fix a comment.
Christopher Faylor [Tue, 28 Feb 2006 01:28:28 +0000 (01:28 +0000)]
* sigproc.cc: Fix a comment.

18 years ago* cygthread.cc (cygthread::release): Add a comment.
Christopher Faylor [Tue, 28 Feb 2006 01:27:41 +0000 (01:27 +0000)]
* cygthread.cc (cygthread::release): Add a comment.

18 years agoAdd missing comment regarding math.h.
Jeff Johnston [Tue, 28 Feb 2006 00:03:46 +0000 (00:03 +0000)]
Add missing comment regarding math.h.

18 years ago2006-02-27 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 27 Feb 2006 23:51:28 +0000 (23:51 +0000)]
2006-02-27  Jeff Johnston  <jjohnstn@redhat.com>

        * Makefile.am (MATHOBJS_IN_LIBC): Add s_isinfd, sf_isinff,
        s_isnand, and sf_isnanf object files.
        * Makefile.in: Regenerated.
        * libc/include/ieeefp.h: Undef isnan and isinf to avoid
        conflict if <math.h> has previously been included.
        * libc/include/math.h
        * libm/common/Makefile.am: Add new s_isinfd, s_isnand, sf_isinff,
        and sf_isnanf files.  Also support s_isnan, sf_isnan, s_isinf, and
        sf_isinf files which have been moved from math/mathfp directories.
        * libm/common/Makefile.in: Regenerated.
        * libm/common/s_isinfd.c: New file.
        * libm/common/s_isnand.c: Ditto.
        * libm/common/sf_isinff.c: Ditto.
        * libm/common/sf_isnanf.c: Ditto.
        * libm/common/s_isinf.c: Moved from libm/math directory.
        * libm/common/s_isnan.c: Ditto.
        * libm/common/sf_isinf.c: Ditto.
        * libm/common/sf_isnan.c: Ditto.
        * libm/math/Makefile.am: Remove isinf and isnan family functions
        which have been moved into common directory.
        * libm/mathfp/Makefile.am: Ditto.
        * libm/math/Makefile.in: Regenerated.
        * libm/mathfp/Makefile.in: Ditto.
        * libm/math/s_isinf.c: Removed.
        * libm/math/s_isnan.c: Ditto.
        * libm/math/sf_isinf.c: Ditto.
        * libm/math/sf_isnan.c: Ditto.
        * libm/mathfp/s_isinf.c: Ditto.
        * libm/mathfp/s_isnan.c: Ditto.
        * libm/mathfp/sf_isinf.c: Ditto.
        * libm/mathfp/sf_isnan.c: Ditto.

18 years ago * fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguous
Corinna Vinschen [Mon, 27 Feb 2006 17:46:29 +0000 (17:46 +0000)]
* fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguous
inode number.
(fhandler_netdrive::readdir): Ditto.

18 years agobfd/doc/
Carlos O'Donell [Mon, 27 Feb 2006 16:26:23 +0000 (16:26 +0000)]
bfd/doc/
2006-10-14  Carlos O'Donell  <carlos@codesourcery.com>

       * Makefile.am: Add html target.
       * Makefile.in: Regenerate.

bfd/
2006-10-14  Carlos O'Donell  <carlos@codesourcery.com>

       * po/Make-in: Add html target.

binutils/
2006-10-14  Carlos O'Donell  <carlos@codesourcery.com>

       * po/Make-in: Add html target.

gas/
2006-10-14  Carlos O'Donell  <carlos@codesourcery.com>

       * doc/Makefile.am: Add html target.
       * doc/Makefile.in: Regenerate.
       * po/Make-in: Add html target.

gprof/
2006-10-14  Carlos O'Donell  <carlos@codesourcery.com>

       * po/Make-in: Add html target.

ld/
2006-10-14  Carlos O'Donell  <carlos@codesourcery.com>

       * Makefile.am: Add html target.
       * Makefile.in: Regenerate.
       * po/Make-in: Add html target.

opcodes/
2006-10-14  Carlos O'Donell  <carlos@codesourcery.com>

       * po/Make-in: Add html target.

etc/
2006-10-14  Carlos O'Donell  <carlos@codesourcery.com>

       * Makefile.in: TEXI2HTML uses makeinfo. Define
       HTMLFILES. Add html targets.
       * configure.texi: Use ifnottex. Add alternative
       image format specifier as jpg.
       * standards.texi: Use ifnottex.

intl/
2006-10-14  Carlos O'Donell  <carlos@codesourcery.com>

       * intl/Makefile.in: Add html target.

18 years agogas/
H.J. Lu [Mon, 27 Feb 2006 15:35:37 +0000 (15:35 +0000)]
gas/

2006-02-27  H.J. Lu <hongjiu.lu@intel.com>

* gas/config/tc-i386.c (output_insn): Support Intel Merom New
Instructions.

* gas/config/tc-i386.h (CpuMNI): New.
(CpuUnknownFlags): Add CpuMNI.

gas/testsuite/

2006-02-27  H.J. Lu <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Add merom and x86-64-merom.

* gas/i386/merom.d: New file.
* gas/i386/merom.s: Likewise.
* gas/i386/x86-64-merom.d: Likewise.
* gas/i386/x86-64-merom.s: Likewise.

include/opcode/

2006-02-27  H.J. Lu <hongjiu.lu@intel.com>

* i386.h (i386_optab): Support Intel Merom New Instructions.

opcodes/

2006-02-27  H.J. Lu <hongjiu.lu@intel.com>

* i386-dis.c (IS_3BYTE_OPCODE): New for 3-byte opcodes used by
Intel Merom New Instructions.
(THREE_BYTE_0): Likewise.
(THREE_BYTE_1): Likewise.
(three_byte_table): Likewise.
(dis386_twobyte): Use THREE_BYTE_0 for entry 0x38. Use
THREE_BYTE_1 for entry 0x3a.
(twobyte_has_modrm): Updated.
(twobyte_uses_SSE_prefix): Likewise.
(print_insn): Handle 3-byte opcodes used by Intel Merom New
Instructions.

18 years ago[include/elf]
DJ Delorie [Fri, 24 Feb 2006 22:10:35 +0000 (22:10 +0000)]
[include/elf]
* m32c.h: Add relax relocs.

[cpu]
* m32c.cpu (RL_TYPE): New attribute, with macros.
(Lab-8-24): Add RELAX.
(unary-insn-defn-g, binary-arith-imm-dst-defn,
binary-arith-imm4-dst-defn): Add 1ADDR attribute.
(binary-arith-src-dst-defn): Add 2ADDR attribute.
(jcnd16-5, jcnd16, jcnd32, jmp16.s, jmp16.b, jmp16.w, jmp16.a,
jmp32.s, jmp32.b, jmp32.w, jmp32.a, jsr16.w, jsr16.a): Add JUMP
attribute.
(jsri16, jsri32): Add 1ADDR attribute.
(jsr32.w, jsr32.a): Add JUMP attribute.

[opcodes]
* m32c-desc.c: Regenerate with linker relaxation attributes.
* m32c-desc.h: Likewise.
* m32c-dis.c: Likewise.
* m32c-opc.c: Likewise.

[gas]
* config/tc-m32c.h (md_apply_fix): Define to m32c_apply_fix.
(tc_gen_reloc): Don't define.
* config/tc-m32c.c (rl_for, relaxable): New convenience macros.
(OPTION_LINKRELAX): New.
(md_longopts): Add it.
(m32c_relax): New.
(md_parse_options): Set it.
(md_assemble): Emit relaxation relocs as needed.
(md_convert_frag): Emit relaxation relocs as needed.
(md_cgen_lookup_reloc): Add LAB_8_8 and LAB_8_16.
(m32c_apply_fix): New.
(tc_gen_reloc): New.
(m32c_force_relocation): Force out jump relocs when relaxing.
(m32c_fix_adjustable): Return false if relaxing.

[bfd]
* elf32-m32c.c (m32c_elf_howto_table): Add relaxation relocs.
(m32c_elf_relocate_section): Don't relocate them.
(compare_reloc): New.
(relax_reloc): Remove.
(m32c_offset_for_reloc): New.
(m16c_addr_encodings): New.
(m16c_jmpaddr_encodings): New.
(m32c_addr_encodings): New.
(m32c_elf_relax_section): Relax jumps and address displacements.
(m32c_elf_relax_delete_bytes): Adjust for internal syms.  Fix up
short jumps.

* reloc.c: Add m32c relax relocs.
* libbfd.h: Regenerate.

18 years ago* sigproc.cc (sigheld): Define new variable.
Christopher Faylor [Fri, 24 Feb 2006 21:40:28 +0000 (21:40 +0000)]
* sigproc.cc (sigheld): Define new variable.
(sig_dispatch_pending): Don't check sigq since that's racy.
(sig_send): Set sigheld flag if __SIGHOLD is specified, reset it if __SIGNOHOLD
is specified.  Ignore flush signals if we're holding signals.

18 years ago2006-02-24 Paul Brook <paul@codesourcery.com>
Jeff Johnston [Fri, 24 Feb 2006 20:43:19 +0000 (20:43 +0000)]
2006-02-24  Paul Brook  <paul@codesourcery.com>

* arm/redboot-crt0.S: Use cps in Thumb-2 mode.

18 years ago2006-02-24 Paul Brook <paul@codesourcery.com>
Paul Brook [Fri, 24 Feb 2006 15:36:36 +0000 (15:36 +0000)]
2006-02-24  Paul Brook  <paul@codesourcery.com>

gas/
* config/arm/tc-arm.c (arm_ext_v6_notm, arm_ext_div, arm_ext_v7,
arm_ext_v7a, arm_ext_v7r, arm_ext_v7m): New variables.
(struct asm_barrier_opt): Define.
(arm_v7m_psr_hsh, arm_barrier_opt_hsh): New variables.
(parse_psr): Accept V7M psr names.
(parse_barrier): New function.
(enum operand_parse_code): Add OP_oBARRIER.
(parse_operands): Implement OP_oBARRIER.
(do_barrier): New function.
(do_dbg, do_pli, do_t_barrier, do_t_dbg, do_t_div): New functions.
(do_t_cpsi): Add V7M restrictions.
(do_t_mrs, do_t_msr): Validate V7M variants.
(md_assemble): Check for NULL variants.
(v7m_psrs, barrier_opt_names): New tables.
(insns): Add V7 instructions.  Mark V6 instructions absent from V7M.
(md_begin): Initialize arm_v7m_psr_hsh and arm_barrier_opt_hsh.
(arm_cpu_option_table): Add Cortex-M3, R4 and A8.
(arm_arch_option_table): Add armv7, armv7a, armv7r and armv7m.
(struct cpu_arch_ver_table): Define.
(cpu_arch_ver): New.
(aeabi_set_public_attributes): Use cpu_arch_ver.  Set
Tag_CPU_arch_profile.
* doc/c-arm.texi: Document new cpu and arch options.
gas/testsuite/
* gas/arm/thumb32.d: Fix expected msr and mrs output.
* gas/arm/arch7.d: New test.
* gas/arm/arch7.s: New test.
* gas/arm/arch7m-bad.l: New test.
* gas/arm/arch7m-bad.d: New test.
* gas/arm/arch7m-bad.s: New test.
include/opcode/
* arm.h: Add V7 feature bits.
opcodes/
* arm-dis.c (arm_opcodes): Add V7 instructions.
(thumb32_opcodes): Ditto.  Handle V7M MSR/MRS variants.
(print_arm_address): New function.
(print_insn_arm): Use it.  Add 'P' and 'U' cases.
(psr_name): New function.
(print_insn_thumb32): Add 'U', 'C' and 'D' cases.

18 years ago* cygwin.din (_exit): Use signal front end.
Christopher Faylor [Fri, 24 Feb 2006 02:08:56 +0000 (02:08 +0000)]
* cygwin.din (_exit): Use signal front end.
(exit): Ditto.

18 years agobfd/
H.J. Lu [Thu, 23 Feb 2006 21:36:17 +0000 (21:36 +0000)]
bfd/

2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

* cpu-ia64-opc.c (ins_immu5b): New.
(ext_immu5b): Likewise.
(elf64_ia64_operands): Add IMMU5b.

gas/

2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-ia64.c (operand_match): Handle IA64_OPND_IMMU5b.

gas/testsuite/

2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

* gas/ia64/opc-i.s: Add tests for tf.
* gas/ia64/pseudo.s: Likewise.
* gas/ia64/opc-i.d: Updated.
* gas/ia64/pseudo.d: Likewise.

include/opcode/

2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

* ia64.h (ia64_opnd): Add IA64_OPND_IMMU5b.

opcodes/

2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

* ia64-opc-i.c (bXc): New.
(mXc): Likewise.
(OpX2TaTbYaXcC): Likewise.
(TF). Likewise.
(TFCM). Likewise.
(ia64_opcodes_i): Add instructions for tf.

* ia64-opc.h (IMMU5b): New.

* ia64-asmtab.c: Regenerated.

18 years ago* winsup.h (cygwin_hmodule): Declare.
Christopher Faylor [Thu, 23 Feb 2006 19:21:21 +0000 (19:21 +0000)]
* winsup.h (cygwin_hmodule): Declare.
* exceptions.cc (inside_kernel): Reverse return values to reflect function
name.  Return true if we're in cygwin1.dll or if we're executing in dll_entry.
(_cygtls::interrupt_now): Reflect reversal of inside_kernel return value.
* hookapi.cc (cygwin_hmodule): Remove declaration.
* init.cc (dll_entry): Use in_dllentry global to record that we are executing
in dllentry.

18 years ago2006-02-22 Nathan Sidwell <nathan@codesourcery.com>
Jeff Johnston [Wed, 22 Feb 2006 18:02:54 +0000 (18:02 +0000)]
2006-02-22  Nathan Sidwell  <nathan@codesourcery.com>

        * m68k/Makefile.in (CF_SCRIPTS): New.
        (all): Add CF_SCRIPTS.
        (m5208evb.ld, m5213evb.ld, m5235evb.ld, m5272c3.ld,
        m5282evb.ld): New targets
        (install): Iterate over CF_SCRIPTS.
        * m68k/crt0.S: Don't use dbra on any cf chips.
        * m68k/dbug-cf.sc: New.

18 years ago * exceptions.cc (_cygtls::interrupt_now): Reorder conditional
Corinna Vinschen [Wed, 22 Feb 2006 17:06:14 +0000 (17:06 +0000)]
* exceptions.cc (_cygtls::interrupt_now): Reorder conditional
to call inside_kernel only if this isn't locked.

18 years ago * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES to
Corinna Vinschen [Wed, 22 Feb 2006 16:40:42 +0000 (16:40 +0000)]
* fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES to
access flags in case of query_read_control case, add FILE_READ_DATA
in case of query_stat_control.

18 years ago * include/ddk/ntifs,h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
Danny Smith [Tue, 21 Feb 2006 08:28:01 +0000 (08:28 +0000)]
* include/ddk/ntifs,h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
last change.
Remove file level #pragma pack(push,4)/#pragma pop.

18 years ago2006-02-20 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 20 Feb 2006 23:24:00 +0000 (23:24 +0000)]
2006-02-20  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdio/fflush.c (fflush): For an fflush on a read-only
        stream, turn off fseek/rewind optimization as per POSIX/SUSv3.
        * libc/stdio/fseek.c (_fseek_r): After a successful unoptimized
        seek, turn off the __SNPT no-optimization flag.

18 years agofix typo
Christopher Faylor [Mon, 20 Feb 2006 16:26:16 +0000 (16:26 +0000)]
fix typo

18 years ago* spawn.cc (av::fixup): Check for .bat and friends specifically now since these
Christopher Faylor [Mon, 20 Feb 2006 16:15:51 +0000 (16:15 +0000)]
* spawn.cc (av::fixup): Check for .bat and friends specifically now since these
extensions are no longer automatically detected.

18 years ago2006-02-20 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Mon, 20 Feb 2006 08:34:53 +0000 (08:34 +0000)]
2006-02-20  Paolo Bonzini  <bonzini@gnu.org>

PR bootstrap/25670

* Makefile.tpl ([+compare-target+]): Print explanation messages.

* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
* Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
(EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
BUILD_PREFIX, BUILD_PREFIX_1.
* configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.

* Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.

* Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
of `cat stage_current`.  Always provide the `r' and `s' variables.
(clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
a single shell execution.
(configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
bootstrapped modules, make the stage1 module if the build was not
started yet, else build the current stage.
(all-host, all-target): Omit bootstrapped modules (if bootstrapping).
(all-build, all-host, all-target, [+make_target+]-host,
[+make_target+]-target): Do not use \-continued lines.
(target modules): Depend on stage_last, not all-gcc, if bootstrapping.
(current_stage, restrap, stage_last): New.

* Makefile.in: Regenerate.
* configure: Regenerate.

18 years agorevert erroneous checkin
Christopher Faylor [Mon, 20 Feb 2006 02:06:37 +0000 (02:06 +0000)]
revert erroneous checkin

18 years ago* exceptions.cc (stackdump): Avoid dumping more than once.
Christopher Faylor [Mon, 20 Feb 2006 02:04:31 +0000 (02:04 +0000)]
* exceptions.cc (stackdump): Avoid dumping more than once.

18 years ago* fhandler_disk_file.cc (fhandler_disk_file::opendir): Use NtOpenFile to open
Christopher Faylor [Sun, 19 Feb 2006 21:18:36 +0000 (21:18 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Use NtOpenFile to open
the directory.
(fhandler_disk_file::readdir): Use NT_SUCCESS to determine if status represents
success.

18 years ago * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
Corinna Vinschen [Sun, 19 Feb 2006 10:56:20 +0000 (10:56 +0000)]
* include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
value to force correct alignment.

18 years ago * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
Danny Smith [Sun, 19 Feb 2006 09:22:00 +0000 (09:22 +0000)]
* include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
(PNM_CACHEHINT): Add backward compatibilty define.
(LPNM_CACHEHINT): Likewise.

18 years ago * fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop generating
Corinna Vinschen [Sun, 19 Feb 2006 08:34:25 +0000 (08:34 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop generating
path_conv for root.

18 years ago * fhandler_disk_file.cc (FS_IS_SAMBA): Move out of
Corinna Vinschen [Sat, 18 Feb 2006 10:46:53 +0000 (10:46 +0000)]
* fhandler_disk_file.cc (FS_IS_SAMBA): Move out of
path_conv::hasgood_inode.
(path_conv::is_samba): New method.
(fhandler_base::fstat_by_handle): Don't even try to use
FileIdBothDirectoryInformation on Samba.
* path.h (class path_conv): Declare is_samba method.

18 years ago* path.cc (conv_path_list): Eat empty paths when converting to POSIX.
Christopher Faylor [Fri, 17 Feb 2006 20:12:11 +0000 (20:12 +0000)]
* path.cc (conv_path_list): Eat empty paths when converting to POSIX.
(cygwin_conv_to_win32_path): Deal with Cygwin's necessity of adding a '/' to
the end of a path ending in '.'.

18 years agoAdd support for the Infineon XC16X.
Nick Clifton [Fri, 17 Feb 2006 14:36:26 +0000 (14:36 +0000)]
Add support for the Infineon XC16X.

18 years ago * cygpath.cc (get_long_name): Load GetLongPathNameA instead of incorrect
Corinna Vinschen [Fri, 17 Feb 2006 12:17:47 +0000 (12:17 +0000)]
* cygpath.cc (get_long_name): Load GetLongPathNameA instead of incorrect
GetLongPathName.
(doit): Create mixed filename after converting to short or long pathname
respectively.

18 years ago * ps.cc (main): Set aflag if -p option is given.
Corinna Vinschen [Fri, 17 Feb 2006 11:16:23 +0000 (11:16 +0000)]
* ps.cc (main): Set aflag if -p option is given.

18 years ago2006-02-16 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 16 Feb 2006 21:25:45 +0000 (21:25 +0000)]
2006-02-16  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/aio.c: Define _GNU_SOURCE so struct aioinit
        will be defined.
        * libc/sys/linux/sys/types.h: Move <sys/config.h> ahead of
        <features.h> to preset special flags.

18 years ago * cygwin.din: Export sigignore and sigset.
Corinna Vinschen [Thu, 16 Feb 2006 18:21:49 +0000 (18:21 +0000)]
* cygwin.din: Export sigignore and sigset.
* exceptions.cc (sigset): New function.
(sigignore): New function.
* include/cygwin/signal.h (SIG_HOLD): Define.
(sigignore): Declare.
(sigset): Declare.
* include/cygwin/version.h: Bump API minor number to 154.

18 years ago * ps.cc (longopts): Add --process option.
Corinna Vinschen [Thu, 16 Feb 2006 11:17:19 +0000 (11:17 +0000)]
* ps.cc (longopts): Add --process option.
(opts): Add -p option.
(usage): Mention -p/--process option.
(main): Handle -p option.
* utils.sgml: Describe -p/--process option.

18 years agominor comment restructuring
Christopher Faylor [Wed, 15 Feb 2006 22:11:13 +0000 (22:11 +0000)]
minor comment restructuring

18 years ago * regtool.cc (usage): Clarify help for "-K".
Corinna Vinschen [Wed, 15 Feb 2006 10:57:17 +0000 (10:57 +0000)]
* regtool.cc (usage): Clarify help for "-K".

18 years ago * libc/include/sys/time.h (struct timeval): Change member types
Corinna Vinschen [Wed, 15 Feb 2006 10:26:30 +0000 (10:26 +0000)]
* libc/include/sys/time.h (struct timeval): Change member types
according to SUSv3.
* libc/include/sys/types.h (useconds_t): Change to unsigned
according to SUSv3.
(suseconds_t): Define type.

18 years ago2006-02-14 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Tue, 14 Feb 2006 09:29:42 +0000 (09:29 +0000)]
2006-02-14  Paolo Bonzini  <bonzini@gnu.org>

Sync from gcc:

2006-01-31  Richard Guenther  <rguenther@suse.de>
    Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.def (target_modules): Add libgcc-math target module.
        * configure.in (target_libraries): Add libgcc-math target library.
        (--enable-libgcc-math): New configure switch.
        * Makefile.in: Re-generate.
        * configure: Re-generate.
        * libgcc-math: New toplevel directory.

2006-01-18  Richard Henderson  <rth@redhat.com>
            Jakub Jelinek  <jakub@redhat.com>
            Diego Novillo  <dnovillo@redhat.com>

        * libgomp: New directory.
        * Makefile.def: Add target_module libgomp.
        * Makefile.in: Regenerate.
        * configure.in (target_libraries): Add target-libgomp.
        * configure: Regenerate.

18 years ago2006-02-14 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Tue, 14 Feb 2006 09:22:15 +0000 (09:22 +0000)]
2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
    Andreas Schwab  <schwab@suse.de>

* configure: Regenerate.

config:
2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
            Andreas Schwab  <schwab@suse.de>

        * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Use correct program name.
(ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise, and always set $1.

18 years ago* include/mntent.h: Add missing #include.
Christopher Faylor [Mon, 13 Feb 2006 19:01:32 +0000 (19:01 +0000)]
* include/mntent.h: Add missing #include.

18 years ago* gentls_offsets: Fix typo in error message.
Christopher Faylor [Mon, 13 Feb 2006 18:59:01 +0000 (18:59 +0000)]
* gentls_offsets: Fix typo in error message.

18 years ago2006-02-13 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Mon, 13 Feb 2006 17:27:50 +0000 (17:27 +0000)]
2006-02-13  Jeff Johnston  <jjohnstn@redhat.com>
            David Carne  <davidcarne@gmail.com>

        * libc/string/strndup_r.c (_strndup_r): Use strnlen logic
        instead of strlen to determine number of bytes to copy.
        * libc/string/strnlen.c (strnlen): Fix so check for max limit occurs
        before looking at storage location.

18 years ago2006-02-13 Earnie Boyd <earnie@users.sf.net>
Earnie Boyd [Mon, 13 Feb 2006 13:33:07 +0000 (13:33 +0000)]
2006-02-13  Earnie Boyd  <earnie@users.sf.net>

* Makefile.in (libmsvcr80.a): Add import lib.
(libmsvcr80d.a): Ditto.

18 years ago* fhandler_process.cc (format_process_stat): Use cygwin-derived start time even
Christopher Faylor [Sat, 11 Feb 2006 04:53:14 +0000 (04:53 +0000)]
* fhandler_process.cc (format_process_stat): Use cygwin-derived start time even
on NT since it is the logical start time of the "process".
* pinfo.cc (set_myself): Don't set start time when it should have already been
set previously.

18 years agorevert previously applied patch.
Christopher Faylor [Sat, 11 Feb 2006 00:07:43 +0000 (00:07 +0000)]
revert previously applied patch.

18 years ago* times.cc (clock_getres): Use correct conversion from milliseconds to
Christopher Faylor [Sat, 11 Feb 2006 00:06:50 +0000 (00:06 +0000)]
* times.cc (clock_getres): Use correct conversion from milliseconds to
seconds/nanoseconds.
(clock_setres): Use correct conversion to nanoseconds.

18 years ago* external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism as
Christopher Faylor [Fri, 10 Feb 2006 17:22:34 +0000 (17:22 +0000)]
* external.cc (sync_winenv): Rename from "setup_winenv".  Use same mechanism as
spawn to determine environment variables which should be converted back to
windows form.
(cygwin_internal): Reflect setup_winenv -> sync_winenv name change.
* include/sys/cygwin.h: Ditto.

18 years agobfd/
H.J. Lu [Fri, 10 Feb 2006 15:04:19 +0000 (15:04 +0000)]
bfd/

2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/2258
* elf.c (copy_private_bfd_data): Renamed to ...
(rewrite_elf_program_header): This.
(copy_elf_program_header): New function.
(copy_private_bfd_data): Likewise.

binutils/

2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/2258
* readelf.c (process_program_headers): Use
ELF_IS_SECTION_IN_SEGMENT_MEMORY.

include/elf/

2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/2258
* internal.h (ELF_IS_SECTION_IN_SEGMENT_FILE): New.
(ELF_IS_SECTION_IN_SEGMENT_MEMORY): Likewise.

18 years ago * fhandler_disk_file.cc (fhandler_disk_file::opendir): Only set
Corinna Vinschen [Thu, 9 Feb 2006 14:42:48 +0000 (14:42 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Only set
the dirent_get_d_ino flag on filesystems having useful File IDs.
Add comment explaining why.

18 years ago * cygcheck.cc (find_on_path): Update copyright text.
Corinna Vinschen [Wed, 8 Feb 2006 14:19:40 +0000 (14:19 +0000)]
* cygcheck.cc (find_on_path): Update copyright text.

18 years ago * cygcheck.cc (find_on_path): Create copy of rv on successful access
Corinna Vinschen [Wed, 8 Feb 2006 14:13:28 +0000 (14:13 +0000)]
* cygcheck.cc (find_on_path): Create copy of rv on successful access
check, since rv can be reused in subsequent calls.

18 years ago * bfd/archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,
Nathan Sidwell [Tue, 7 Feb 2006 19:01:10 +0000 (19:01 +0000)]
* bfd/archures.c (bfd_mach_mcf5200, bfd_mach_mcf5206e,
bfd_mach_mcf5307, bfd_mach_mcf5407, bfd_mach_mcf528x,
bfd_mach_mcfv4e, bfd_mach_mcf521x, bfd_mach_mcf5249,
bfd_mach_mcf547x, bfd_mach_mcf548x): Remove.
(bfd_mach_mcf_isa_a, bfd_mach_mcf_isa_a_div,
bfd_mach_mcf_isa_a_div_mac, bfd_mach_mcf_isa_a_div_emac,
bfd_mach_mcf_isa_aplus, bfd_mach_mcf_isa_aplus_mac,
bfd_mach_mcf_isa_aplus_emac, bfd_mach_mcf_isa_aplus_usp,
bfd_mach_mcf_isa_aplus_usp_mac, bfd_mach_mcf_isa_aplus_usp_emac,
bfd_mach_mcf_isa_b, bfd_mach_mcf_isa_b_mac, bfd_mach_mcf_isa_b_emac,
bfd_mach_mcf_isa_b_usp_float, bfd_mach_mcf_isa_b_usp_float_mac,
bfd_mach_mcf_isa_b_usp_float_emac): New.
(bfd_default_scan): Update coldfire mapping.
* bfd/bfd-in.h (bfd_m68k_mach_to_features,
bfd_m68k_features_to_mach): Declare.
* bfd/bfd-in2.h: Rebuilt.
* bfd/cpu-m68k.c (arch_info_struct): Add new coldfire machines,
adjust legacy names.
(m68k_arch_features): New.
(bfd_m68k_mach_to_features,
bfd_m68k_features_to_mach): Define.
* bfd/elf32-m68k.c (elf32_m68k_object_p): New.
(elf32_m68k_merge_private_bfd_data): Merge the CF EF flags.
(elf32_m68k_print_private_bfd_data): Print the CF EF flags.
(elf_backend_object_p): Define.
* bfd/ieee.c (ieee_write_processor): Update coldfire machines.
* bfd/libbfd.h: Rebuilt.

* gas/config/tc-m68k.c (mcf5208_control_regs, mcf5213_control_regs,
mcf5329_control_regs): New.
(not_current_architecture, selected_arch, selected_cpu): New.
(m68k_archs, m68k_extensions): New.
(archs): Renamed to ...
(m68k_cpus): ... here.  Adjust.
(n_arches): Remove.
(md_pseudo_table): Add arch and cpu directives.
(find_cf_chip, m68k_ip): Adjust table scanning.
(no_68851, no_68881): Remove.
(md_assemble): Lazily initialize.
(select_control_regs): Adjust cpu names. Add 5208, 5213, 5329.
(md_init_after_args): Move functionality to m68k_init_arch.
(mri_chip): Adjust table scanning.
(md_parse_option): Reimplement 'm' processing to add -march & -mcpu
options with saner parsing.
(m68k_lookup_cpu, m68k_set_arch, m68k_set_cpu, m68k_set_extension,
m68k_init_arch): New.
(s_m68k_cpu, s_m68k_arch): New.
(md_show_usage): Adjust.
(m68k_elf_final_processing): Set CF EF flags.
* gas/config/tc-m68k.h (m68k_init_after_args): Remove.
(tc_init_after_args): Remove.
* gas/doc/c-m68k.texi (M68K-Opts): Document -march, -mcpu options.
(M68k-Directives): Document .arch and .cpu directives.

* gas/testsuite/gas/m68k/all.exp: Add arch-cpu-1 test.
* gas/testsuite/gas/m68k/arch-cpu-1.[sd]: New.

* include/elf/m68k.h (EF_CPU32, EF_M68000, EF_CFV4E): Rename to ...
(EF_M68K_CPU32, EF_M68K_M68000, EF_M68K_CFV4E): ... here.
(EF_M68K_ISA_MASK, EF_M68K_ISA_A, EF_M68K_M68K_ISA_A_PLUS,
EF_M68K_ISA_B, EF_M68K_HW_DIV, EF_M68K_MAC_MASK, EF_M68K_MAC,
EF_M68K_EMAC, EF_M68K_USP, EF_M68K_FLOAT): New.

* include/opcode/m68k.h (m68008, m68ec030, m68882): Remove.
(m68k_mask): New.
(cpu_m68k, cpu_cf): New.
(mcf5200, mcf5206e, mcf521x, mcf5249, mcf528x, mcf5307, mcf5407,
mcf5470, mcf5480): Rename to cpu_<foo>. Add m680x0 variants.

* opcodes/m68k-dis.c (print_insn_m68k): Use
bfd_m68k_mach_to_features.

* binutils/readelf.c (get_machine_flags): Add logic for EF_M68K flags.

18 years ago2006-02-07 Paul Brook <paul@codesourcery.com>
Jeff Johnston [Tue, 7 Feb 2006 18:46:23 +0000 (18:46 +0000)]
2006-02-07  Paul Brook  <paul@codesourcery.com>

        * arm/crt0.S: Add Thumb-2 startup code.
        * arm/redboot-crt0.S: Ditto.
        * arm/libcfunc.c (do_AngelSWI): Use AngelSWIInsn.
        * arm/swi.h (AngelSWIInsn, AngelSWIAsm): Define.
        * arm/trap.S: Disable for Thumb-2.

18 years ago2006-02-07 Paul Brook <paul@codesourcery.com>
Jeff Johnston [Tue, 7 Feb 2006 18:44:54 +0000 (18:44 +0000)]
2006-02-07  Paul Brook  <paul@codesourcery.com>

        * libc/machine/arm/setjmp.S: Add Thumb-2 support.
        * libc/sys/arm/crt0.S: Add Thumb-2 startup code.
        * libc/sys/arm/libcfunc.c (do_AngelSWI): Use AngelSWIInsn.
        * libc/sys/arm/swi.h (AngelSWIInsn, AngelSWIAsm): Define.
        * libc/sys/arm/trap.S: Disable for Thumb-2.

18 years ago * dtable.cc (handle_to_fn): Accomodate new argument order in call to
Corinna Vinschen [Tue, 7 Feb 2006 15:49:08 +0000 (15:49 +0000)]
* dtable.cc (handle_to_fn): Accomodate new argument order in call to
sys_wcstombs.
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Call sys_wcstombs
instead of just wcstombs to accomodate OEM codepages.
* miscfuncs.cc (sys_wcstombs): Split len argument in source and target
length.  Always 0-terminate result in target string.
* security.cc (lsa2wchar): Remove unused function.
(lsa2str): Ditto.
(get_lsa_srv_inf): Ditto.
(get_logon_server): Accomodate new argument order in call to
sys_wcstombs.
(get_user_groups): Ditto.
(get_user_local_groups): Ditto.
(get_priv_list): Call sys_wcstombs directly instead of lsa2str.
* uinfo.cc (cygheap_user::ontherange): Accomodate new argument order
in call to sys_wcstombs.
* winsup.h (sys_wcstombs): Change prototype to match new argument order.

18 years ago * init.cc (respawn_wow64_process): Exit with the exit code returned
Corinna Vinschen [Tue, 7 Feb 2006 09:57:43 +0000 (09:57 +0000)]
* init.cc (respawn_wow64_process): Exit with the exit code returned
by the respawned process.

18 years ago2006-02-04 Ron Lee <ronl@users.sourceforge.net>
Danny Smith [Mon, 6 Feb 2006 22:05:09 +0000 (22:05 +0000)]
2006-02-04  Ron Lee  <ronl@users.sourceforge.net>

* include/winnls.h: Remove stray end ';' from preprocessor defines.

18 years ago * elf/ia64.h (SHF_IA_64_HP_TLS): New.
Steve Ellcey [Mon, 6 Feb 2006 21:52:48 +0000 (21:52 +0000)]
* elf/ia64.h (SHF_IA_64_HP_TLS): New.

18 years agoFixed ChangeLog entry
Chris Sutcliffe [Mon, 6 Feb 2006 20:29:17 +0000 (20:29 +0000)]
Fixed ChangeLog entry

18 years ago2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe [Mon, 6 Feb 2006 20:27:01 +0000 (20:27 +0000)]
2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

* include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Ditto.
* lib/shell32.def (PathResolve): Define.

18 years ago* include/shlobj.h (PathResolve): Fix typo.
Christopher Faylor [Mon, 6 Feb 2006 19:59:43 +0000 (19:59 +0000)]
* include/shlobj.h (PathResolve): Fix typo.

18 years agoAlways zero all elements of siginfo_t throughout.
Christopher Faylor [Mon, 6 Feb 2006 18:24:11 +0000 (18:24 +0000)]
Always zero all elements of siginfo_t throughout.
* cygtls.h (_cygtls::thread_context): Declare new field.
(_cygtls::thread_id): Ditto.
(_cygtls::signal_exit): Move into this class.
(_cygtls::copy_context): Declare new function.
(_cygtls::signal_debugger): Ditto.
* cygtls.cc (_cygtls::init_thread): Fill out thread id field.
* exceptions.cc (exception): Change message when exception info is unknown.
Copy context to thread local storage.
(_cygtls::handle_exceptions): Avoid double test for fault_guarded.  Reflect
move of signal_exit to _cygtls class.
(sigpacket::process): Copy context to thread local storage.
(_cygtls::signal_exit): Move to _cygtls class.  Call signal_debugger to notify
debugger of exiting signal (WIP).  Call stackdump here (WIP).
(_cygtls::copy_context): Define new function.
(_cygtls::signal_debugger): Ditto.
* tlsoffsets.h: Regenerate.
* include/cygwin.h (_fpstate): New internal structure.
(ucontext): Declare new structure (WIP).
(__COPY_CONTEXT_SIZE): New define.
* exceptions.cc (_cygtls::interrupt_setup): Clear "threadkill" field when there
is no sigwaiting thread.
(setup_handler): Move event handling into interrupt_setup.

18 years ago * fhandler_socket.cc (fhandler_socket::connect): Fix formatting.
Corinna Vinschen [Mon, 6 Feb 2006 17:50:23 +0000 (17:50 +0000)]
* fhandler_socket.cc (fhandler_socket::connect): Fix formatting.
(fhandler_socket::wait): Handle SA_RESTART when signal arrives.

18 years ago2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe [Mon, 6 Feb 2006 16:29:15 +0000 (16:29 +0000)]
2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

* include/shlobj.h (PathResolve): Define.

18 years ago * include/cygwin/socket.h (CMSG_FIRSTHDR): Avoid compiler warning.
Corinna Vinschen [Mon, 6 Feb 2006 10:01:37 +0000 (10:01 +0000)]
* include/cygwin/socket.h (CMSG_FIRSTHDR): Avoid compiler warning.

18 years ago * include/features.h: Add comment to explain what's going to happen
Corinna Vinschen [Sun, 5 Feb 2006 20:30:24 +0000 (20:30 +0000)]
* include/features.h: Add comment to explain what's going to happen
here at one point.
* include/sys/stdio.h: Guard getline and getdelim prototypes with
_GNU_SOURCE to avoid collision with old-style declarations.

18 years ago * cygwinenv.sgml: Explain transparent_exe option.
Corinna Vinschen [Sun, 5 Feb 2006 18:19:16 +0000 (18:19 +0000)]
* cygwinenv.sgml: Explain transparent_exe option.

18 years ago * environ.cc (struct parse_thing): Add transparent_exe option.
Corinna Vinschen [Sun, 5 Feb 2006 18:18:02 +0000 (18:18 +0000)]
* environ.cc (struct parse_thing): Add transparent_exe option.
* fhandler_disk_file.cc (fhandler_disk_file::link): Accomodate
transparent_exe option.  Add .exe suffix for links to executable files,
if transparent_exe is set.
* fhandler_process.cc (fhandler_process::fill_filebuf): Remove .exe
suffix if transparent_exe option is set.
* path.cc (symlink_worker): Accomodate transparent_exe option.
(realpath): Don't tack on .exe suffix if transparent_exe is set.
* syscalls.cc (transparent_exe): New global variable.
(unlink): Accomodate transparent_exe option.
(open): Ditto.
(link): Ditto.
(rename): Ditto. Maybe add .exe suffix when renaming executable files.
(pathconf): Accomodate transparent_exe option.
* winsup.h: Declare transparent_exe.

18 years ago * fhandler_disk_file.cc (fhandler_disk_file::readdir_9x): Remove
Corinna Vinschen [Sun, 5 Feb 2006 18:11:03 +0000 (18:11 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::readdir_9x): Remove
useless code.

18 years agoCleanup of pseudo-ops for constants and new def24,def32 pseudo-ops on z80
Arnold Metselaar [Sun, 5 Feb 2006 11:57:34 +0000 (11:57 +0000)]
Cleanup of pseudo-ops for constants and new def24,def32 pseudo-ops on z80

18 years ago * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Remove label
Corinna Vinschen [Sun, 5 Feb 2006 11:17:03 +0000 (11:17 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Remove label
"out".  Move test for NULL __handle ...
(fhandler_disk_file::rewinddir_9x): ... here.

18 years ago ... and the ChangeLog, never forget the ChangeLog...
Corinna Vinschen [Sun, 5 Feb 2006 10:55:59 +0000 (10:55 +0000)]
... and the ChangeLog, never forget the ChangeLog...

18 years ago * dir.cc (rewinddir): Keep dirent_get_d_ino and dirent_set_d_ino flags.
Corinna Vinschen [Sun, 5 Feb 2006 10:55:23 +0000 (10:55 +0000)]
* dir.cc (rewinddir): Keep dirent_get_d_ino and dirent_set_d_ino flags.

18 years ago* fhandler_disk_file.cc (fhandler_disk_file::readdir): Don't close dir handle
Christopher Faylor [Sun, 5 Feb 2006 07:03:24 +0000 (07:03 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Don't close dir handle
when we hit EOF since rewwindir may reactivate it.
(fhandler_disk_file::readdir_9x): Eliminate superfluous temporary variable.
(fhandler_disk_file::closedir): Return EBADF when trying to close unopened DIR.
Reorganize slightly.  Return actual derived error value rather than always
returning 0.

18 years ago2006-02-04 Ron Lee <ronl@users.sourceforge.net>
Danny Smith [Sat, 4 Feb 2006 19:35:46 +0000 (19:35 +0000)]
2006-02-04  Ron Lee  <ronl@users.sourceforge.net>

* include/winnls.h: Remove stray end ';' from preprocessor defines.

18 years ago* dir.cc (rmdir): Reorganize check for trailing dot to return correct error
Christopher Faylor [Sat, 4 Feb 2006 19:02:42 +0000 (19:02 +0000)]
* dir.cc (rmdir): Reorganize check for trailing dot to return correct error
when directory does not exist.

18 years ago* dir.cc (mkdir): Reorganize check for trailing dot to return correct error
Christopher Faylor [Sat, 4 Feb 2006 04:31:34 +0000 (04:31 +0000)]
* dir.cc (mkdir): Reorganize check for trailing dot to return correct error
when directory exists.
* fhandler_disk_file.cc (fhandler_disk_file::mkdir): Remove special test for
path ending in '.'.

18 years ago * path.cc (suffix_scan::lnk_match): Return true beginning with
Corinna Vinschen [Fri, 3 Feb 2006 21:33:09 +0000 (21:33 +0000)]
* path.cc (suffix_scan::lnk_match): Return true beginning with
SCAN_APPENDLNK.
(suffix_scan::next): Rearrange code to make .lnk append order slightly
more deterministic.
* spawn.cc (exe_suffixes): Try no suffix before .exe suffix to align
evaluation with stat_suffixes.
(dll_suffixes): Ditto.

18 years ago* cygwin/version.h: Mention CW_SETUP_WINENV in comment for API minor 153.
Christopher Faylor [Thu, 2 Feb 2006 23:16:26 +0000 (23:16 +0000)]
* cygwin/version.h: Mention CW_SETUP_WINENV in comment for API minor 153.

18 years ago * cygwin.din (updwtmpx): Export.
Corinna Vinschen [Thu, 2 Feb 2006 22:46:37 +0000 (22:46 +0000)]
* cygwin.din (updwtmpx): Export.
* syscalls.cc (updwtmpx): New function.
* include/utmpx.h (updwtmpx): Declare.
* include/cygwin/version.h: Bump API minor number to 153.

This page took 0.070901 seconds and 5 git commands to generate.