219d402cdcApply Paul Brook's patch to implement armv6k instructions
Nick Clifton
2004-09-30 16:21:43 +0000
f49a3937c8* include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only if __W32API_USE_DLLIMPORT__ is defined. * include/winuser.h (WINUSERAPI): Likewise.
Danny Smith
2004-09-30 09:08:17 +0000
747d02f791* how-using.texinfo: Add FAQ about network shares and authentication.
Joshua Daniel Franklin
2004-09-30 05:19:27 +0000
5ee7c508192004-09-30 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
Joshua Daniel Franklin
2004-09-30 05:03:52 +0000
85153fb1642004-09-29 Filip Navara <xnavara@volny.cz>
Danny Smith
2004-09-28 08:46:54 +0000
e3e443e4df* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts to set the process group to a nonexistent process group.
Christopher Faylor
2004-09-28 04:41:42 +0000
2b94cfce89* lib/_cygwin_crt0_common.cc: Revert patch from 2004-09-16. Brakes newly built DLLs.
Corinna Vinschen
2004-09-27 16:30:44 +0000
3e6d5933e2Merge from gcc: 2004-09-24 Zack Weinberg <zack@codesourcery.com> * warnings.m4: New file.
DJ Delorie
2004-09-25 00:26:33 +0000
98fc1a6dfeSergey Ivanov <seriv@parkheights.dyndns.org> * path.cc (mount_info::read_cygdrive_info_from_registry): Default /cygdrive to binary mode.
Christopher Faylor
2004-09-24 19:41:19 +0000
2a6e1223632004-09-24 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2004-09-24 16:03:46 +0000
ab6b0b2f12Merge from gcc
DJ Delorie
2004-09-24 14:57:15 +0000
5e2121862a* ylwrap: Revert to previous version.
DJ Delorie
2004-09-24 13:21:46 +0000
a638588d7c* cygwinenv.sgml: smbntsec is not on by default.
Corinna Vinschen
2004-09-24 09:47:10 +0000
d163f2fc83* libc/stdio/fread.c (fread): Include <malloc.h>.
Corinna Vinschen
2004-09-24 09:13:11 +0000
9ab64c4a442004-09-23 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu
2004-09-24 00:40:22 +0000
940c2b1094Merge from gcc 2004-09-23 Kelley Cook <kcook@gcc.gnu.org> * config.guess: New upstream version * compile, depcomp, install-sh, ylwrap: Likewise.
DJ Delorie
2004-09-23 20:15:24 +0000
8199a77ffbMerge from gcc: 2004-09-23 Kelley Cook <kcook@gcc.gnu.org> * config.guess: New upstream version * compile, depcomp, install-sh, ylwrap: Likewise.
DJ Delorie
2004-09-23 19:54:49 +0000
58d7b41f25Merge from gcc 2004-09-22 Kelley Cook <kcook@gcc.gnu.org> * gettext-sister.m4: Renamed from gettext.m4 * codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4, po.m4, inttypes.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4, nls.m4, progtest.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4: Import from gettext-0.12.1 sources.
DJ Delorie
2004-09-23 19:43:47 +0000
32e73f4dd0* libc/machine/xscale/setjmp.S: New file, copied from libc/machine/arm/setjmp.S. * libc/machine/xscale/Makefile.am (lib_a_SOURCES): Add setjmp.S. * libc/machine/xscale/Makefile.in: Regenerate.
Ian Lance Taylor
2004-09-21 18:41:02 +0000
04e9ee5f15* sysv_shm.cc (vm_object_reference): remove Cygwin specific define. (vm_map_find): Ditto. (vm_map_inherit): Ditto. (kern_shmat): On Cygwin, take shmaddr just as is. Don't call vm system calls on Cygwin. Add comment.
Corinna Vinschen
2004-09-21 14:40:24 +0000
0ae97cf7dd* exceptions.cc (sig_handle_tty_stop): Set flag earlier.
Christopher Faylor
2004-09-20 05:35:46 +0000
ac652b501a.
Christopher Faylor
2004-09-20 05:31:17 +0000
e58412a2a0* exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwin function to avoid a probably erroneous stack walk.
Christopher Faylor
2004-09-20 04:58:36 +0000
f777a1d054bfd/ * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add prototype. (bfd_elf32_arm_process_before_allocation): Update prototype. * bfd-in2.h: Regenerate. * bfd/elf32-arm.h (elf32_arm_link_hash_table): Add target2_reloc. (elf32_arm_link_hash_table_create): Set it. (bfd_elf32_arm_process_before_allocation): Remove target1_is_rel. (bfd_elf32_arm_set_target_relocs): New function. (arm_real_reloc_type): New function. (elf32_arm_final_link_relocate): Use it. Handle R_ARM_PREL31 and R_ARM_GOT_PREL. Remove R_ARM_TARGET1. (elf32_arm_gc_sweep_hook): Ditto. (elf32_arm_check_relocs): Ditto. (elf32_arm_relocate_section): Handle R_ARM_GOT_PREL. * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_PREL31 and R_ARM_GOT_TARGET2. (elf32_arm_got_prel): New variable. (elf32_arm_howto_from_type): New function. (elf32_arm_info_to_howto): Use it. (elf32_arm_reloc_map): Add BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2. * libbfd.h: Regenerate. * reloc.c: Add BFD_RELOC_ARM_TARGET2 and BFD_RELOC_ARM_PREL31. gas/ * config/tc-arm.c (s_arm_rel31): New funciton. (md_pseudo_table): Add .rel31. (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2, BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31. (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2. (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2. (arm_parse_reloc): Add (target2). gas/testsuite/ * gas/arm/pic.s: Add (target2). * gas/arm/pic.d: Ditto. include/ * elf/arm.h: Remove R_ARM_STKCHK and R_ARM_THM_STKCHK. Add R_ARM_TARGET2, R_ARM_PREL31, R_ARM_GOT_ABS, R_ARM_GOT_PREL, R_ARM_GOT_BREL12, R_ARM_GOTOFF12 and R_ARM_GOTRELAX. ld/ * ld.texinfo: Rename arm-specific section. Document --target* * emulparams/armelf_fbsd.sh: Set TARGET2_TYPE. * emulparams/armelf_linux.sh: Ditto. * emulparams/armelf_nbsd.sh: Ditto. * emultempl/armelf.em: Set default for TARGET2_TYPE. (target2_type): New variable. (arm_elf_before_allocation): Don't pass target1_type. (arm_elf_create_output_section_statements): New function. (PARSE_AND_LIST_PROLOGUE): Add OPTION_TARGET2. (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --target=. (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_TARGET2. (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Set. * emultempl/armelf_oabi.em (_before_allocation): Remove extra argument to bfd_elf32_arm_process_before_allocation. ld/testsuite/ * ld-arm/arm-target1-{abs,rel}.d}: New files. * ld-arm/arm-target1.s: New file. * ld-arm/arm-target2-{,got-}rel.d: New files. * ld-arm/arm-target2.s: New file. * ld-arm/arm-rel31.d: New files. * ld-arm/arm-rel31.s: New files. * ld-arm/arm.ld: New file. * ld-arm/arm-elf.exp: Add new tests.
Paul Brook
2004-09-17 12:35:00 +0000
af444ab7be* syscalls.cc (unlink): Don't use "delete on close" on remote shares.
Corinna Vinschen
2004-09-17 09:10:53 +0000
95a12a8594* cygwin.din (_impure_ptr): And export again. There are libs out there.
Corinna Vinschen
2004-09-17 08:34:31 +0000
22a1a24f10* cygwin.din (_impure_ptr): Export. (reent_data): Don't export. * dcrt0.cc (reent_data): Drop. (__cygwin_user_data): Initialize impure_ptr as GLOBAL_REENT. (_dll_crt0): Initialize _impure_ptr as GLOBAL_REENT. * lib/_cygwin_crt0_common.cc (_impure_ptr): Drop. Declare extern as dllimport instead.
Christopher Faylor
2004-09-16 03:49:03 +0000
181cb051472004-09-15 Corinna Vinschen <vinschen@redhat.com>
Jeff Johnston
2004-09-15 21:44:39 +0000
51d4a7eae12004-09-15 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2004-09-15 20:50:08 +0000
1dcd520bb8Fix copyright throughout. Eliminate use of _impure_ptr outside Cygwin. * bsd_helper.cc: Include errno.h instead of cygerrno.h. * bsd_mutex.cc : Ditto. * client.cc: Ditto. * cygserver.cc: Ditto. * process.cc: Don't build functions inside Cygwin. Don't include cygerrno.h. Don't set errno. * transport_pipes.cc (SET_ERRNO): New define. Use througout. * transport_sockets.cc (SET_ERRNO): Ditto. (GET_ERRNO): Ditto.
Corinna Vinschen
2004-09-15 10:17:53 +0000
b103e0d732* getfacl.c (main): Correct layout when nopt is set.
Corinna Vinschen
2004-09-15 07:51:06 +0000
a9f36d288c* cygtls.h: Add alignment kludge to fix disparity between compilers. * tlsoffsets.h: Regenerate. * fork.cc (slow_pid_reuse): Use define to control number of pids held to prevent pid reuse.
Christopher Faylor
2004-09-14 23:44:50 +0000
98650d2fa22004-09-14 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2004-09-14 18:12:53 +0000
272871abe4* what.texinfo: Fix two typos reported on cygwin list.
Christopher Faylor
2004-09-14 13:02:54 +0000
fc3a42749f* fork.cc (slow_pid_reuse): Temporarily double the number of pids held to prevent pid reuse.
Christopher Faylor
2004-09-14 02:21:09 +0000
2f514b3252merge from gcc
DJ Delorie
2004-09-14 01:16:22 +0000
d4c8e53b222004-09-13 Artem B. Bityuckiy <dedekind@oktetlabs.ru>
Jeff Johnston
2004-09-13 17:10:20 +0000
de4e88a8dftrivia change to force a new snapshot
Christopher Faylor
2004-09-13 15:14:38 +0000
a10036f6a7bfd/ * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update prototype. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. * elf32-arm.h (elf32_arm_link_hash_table): Add target1_is_rel. (elf32_arm_link_hash_table_create): Set target1_is_rel. (bfd_elf32_arm_process_before_allocation): Ditto. (elf32_arm_final_link_relocate): Handle R_ARM_TARGET1. (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto. * elfarm-nabi.c (elf32_arm_howto_table): Rename RELABS to TARGET1. * reloc.c: Ditto. gas/ * config/tc-arm.c: Rename RELABS to TARGET1. gas/testsuite/ * gas/arm/pic.d: Rename RELABS to TARGET1. * gas/arm/pic.s: Ditto. include/ * elf/arm.h: Rename RELABS to TARGET1. ld/ * emulparams/armsymbian.sh: Set TARGET1_IS_REL. * emultempl/armelf.em: Use TARGET1_IS_REL. Add --target1-{rel,abs}.
Paul Brook
2004-09-13 14:14:30 +0000
a5eb75d60c* sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returning from a hold condition.
Christopher Faylor
2004-09-12 19:34:08 +0000
3d65bb97e8* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Christopher Faylor
2004-09-12 18:10:15 +0000
013688df40check in file missing from previous checkin.
Christopher Faylor
2004-09-12 03:55:42 +0000
d584454c82* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is starting. * child_info.h (init_child_info): Remove pid argument from declaration. * cygheap.h (init_cygheap::pid): New element. * dcrt0.cc (dll_crt0_0): Eliminate handling of now-noexistent cygpid parameter in child_info struct. Set forkee to 'true' rather than cygpid since the pid value was never used. (dll_crt0_1): Ditto. (_dll_crt0): Ditto. * fork.cc (fork_child): Don't wait for sigthread. This is handled in the fork call now. (fork_parent): Remove obsolete pid argument from init_child_info call. Don't do anything special with cygpid when DEBUGGING. (fork): Delay all signals during fork. (fork_init): Don't do anything special when DEBUGGING. * pinfo.cc (set_myself): Remove pid parameter. Use new pid field in cygheap. (pinfo_init): Don't pass pid argument to set_myself. * sigproc.cc (sig_send): Wait for dwProcessId to be non-zero as well as sendsig. (init_child_info): Eliminate handling of pid. (wait_sig): Implement method to temporarily hold off sending signals. * sigproc.h (__SIGHOLD): New enum. (__SIGNOHOLD): Ditto. * spawn.cc (spawn_guts): Remove obsolete pid argument from init_child_info call.
Christopher Faylor
2004-09-12 03:47:57 +0000
ca5ec6685a* gas/config/tc-avr.c: Add support for atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
Marek Michalkiewicz
2004-09-11 13:15:05 +0000
e5d22776dd2004-08-31 Robert Bowdidge <bowdidge@apple.com> * mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
DJ Delorie
2004-09-10 17:49:29 +0000
d495ee9ff0* fhandler.cc (fhandler_base::dup): Use debug_printf.
Corinna Vinschen
2004-09-10 08:34:37 +0000
4875a4b66e* Makefile.in: Create libutil.a from bsdlib.o exports. * bsdlib.cc (logwtmp): Move from syscalls.cc to here. (login): Ditto. (logout): Ditto.
Corinna Vinschen
2004-09-10 08:30:51 +0000
04d55823da2004-09-09 Daniel Berlin <dberlin@dberlin.org>
Daniel Berlin
2004-09-10 02:19:35 +0000
0c8593cf112004-09-09 Paul Brook <paul@codesourcery.com>
Jeff Johnston
2004-09-09 19:46:54 +0000
582dde69f3opcodes/ * ppc-opc.c (L): Make this field not optional. include/opcode/ * ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
Alan Modra
2004-09-09 12:42:37 +0000
6423296840* pipe.cc (create_selectable_pipe): Work around bug in Windows 95 where CreateNamedPipe returns NULL.
Corinna Vinschen
2004-09-09 08:58:44 +0000
a4563209152004-09-05 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-09-07 23:26:28 +0000
b00c5f99d82004-09-07 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini
2004-09-07 08:34:06 +0000
6f7a746cee* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value to indicate that it is "special". * thread.cc (pthread::exit): If __sdidinit is < 0, it was never really initialized so reset it to 0 before calling _reclaim_reent.
Christopher Faylor
2004-09-07 04:05:14 +0000
b2e76549082004-09-06 Hosaka Yuji <hos@tamanegi.org>
Danny Smith
2004-09-06 09:09:33 +0000
dda37cd219* include/cygwin/version.h: Bump DLL minor number to 12.
Christopher Faylor
2004-09-05 16:08:44 +0000
b73441fc30* include/w32api.h: Increment version to 3.1. * Makefile.in: Ditto.
Earnie Boyd
2004-09-05 15:27:56 +0000
71c68d9607* mingwex/Makefile.in: Correct typo in list of DISTFILES.
Earnie Boyd
2004-09-05 14:15:01 +0000
665352facd* include/_mingw.h: Increment minor version for 3.5 release. * Makefile.in: Ditto.
Earnie Boyd
2004-09-05 13:51:33 +0000
4f52488e062004-09-05 Hosaka Yuji <hos@tamanegi.org>
Danny Smith
2004-09-05 10:35:34 +0000
99f91ded6c* include/winuser.h (WINUSERAPI): New define. Use it to mark user32.dll imports, throughout.
Danny Smith
2004-09-05 10:14:26 +0000
e636a59f5222004-09-05 Hosaka Yuji <hos@tamanegi.org>
Danny Smith
2004-09-05 10:05:24 +0000
c558f8950emerge from gcc
DJ Delorie
2004-09-05 06:04:05 +0000
0a7a5cb71dImport latest version from master repository.
Nick Clifton
2004-09-04 07:53:54 +0000
b330724fb9* configure.in: Remove target-libstdc++-v3 from noconfigdirs for *-*-netware, but add target-libmudflap. Consolidate *-*-netware targets (of which really only i?86 exists) into a single entry. * configure: Likewise.
Richard Henderson
2004-09-03 19:09:39 +0000
eea5dd9707* security.cc: Fix a few more strace_prints.
Corinna Vinschen
2004-09-03 08:18:41 +0000
0cd9f74fa5Regularize most strace_prints throughout so that %E is always preceded by a comma and elminate most uses of "foo = %s" to "foo %s".
Christopher Faylor
2004-09-03 01:53:12 +0000
6644c628f5Christopher Faylor <cgf@timesys.com> * autoload.cc (NtQueryInformationFile): Return nonzero on error. * ntdll.h (FILE_PIPE_LOCAL_INFORMATION): Add. (NtQueryInformationFile): Fix types for last two arguments. * pipe.cc: Include stdlib.h, limits.h, and ntdll.h. (create_selectable_pipe): New function to create a pipe that can be used with NtQueryInformationFile for select. (fhandler_pipe::create): Call create_selectable_pipe instead of CreatePipe. (pipe): Use DEFAULT_PIPEBUFSIZE as argument to create_pipe. * select.cc: Include limits.h and ntdll.h. (peek_pipe): Add select_printf output. Call NtQueryInformationFile to implement select for write on pipes. (fhandler_pipe::select_read): Reorder field assignments to be consistent with fhandler_pipe::select_write. (fhandler_pipe::select_write): Initialize startup, verify, cleanup, and write_ready fields for select_record. (fhandler_pipe::select_except): Tweak indentation to be consistent with fhandler_pipe::select_write.
Christopher Faylor
2004-09-03 01:32:02 +0000
79eebb79a6* textbinary.sgml: Change default mode for non-mounted paths to binary.
Corinna Vinschen
2004-09-02 08:14:49 +0000
99df82b9b42004-09-01 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini
2004-09-01 07:48:07 +0000
607d4cafec2004-08-31 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini
2004-08-31 10:16:19 +0000
72067ccafa* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.
Christopher Faylor
2004-08-31 03:34:04 +0000
1af912ce3c* fork.cc (fork_parent): Record child's pid when we're sure that it has been filled out by the child. * pinfo.cc (pinfo::init): Trivial change.
Christopher Faylor
2004-08-30 22:08:50 +0000
ebc58bf8102004-08-26 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini
2004-08-30 08:05:42 +0000
c01edcda76* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Allow to report success on systems with ntsec and ntea set.
Corinna Vinschen
2004-08-29 09:32:49 +0000
ddea76a66b* fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOF before zero filling. Combine similar error handling statements.
Corinna Vinschen
2004-08-28 15:46:57 +0000
2e41976b562004-08-28 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-08-28 01:37:27 +0000