summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * cygthread.cc (cygthread::stub): Very minor cleanup.Christopher Faylor2002-10-063-7/+16
| | | | | | | | (cygthread::stub): Report overflows in cygwin thread pool when DEBUGGING is on and special environment variable is not set. (cygthread::terminate): Set event only when event actually exists. * exceptions.cc (signal_exit): Set priority of main thread to low before setting current thread to high.
* whitespaceChristopher Faylor2002-10-051-1/+1
|
* 2002-10-04 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2002-10-042-12/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken, NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey, NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken, NtOpenThreadToken, NtQueryInformationToken, NtQueryKey, NtQueryValueKey, NtSetSecurityObject, NtSetValueKey, RtlAddAccessAllowedAce, RtlCreateAcl, RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz, RtlGetAce, RtlGetControlSecurityDescriptor, RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor, RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor, RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd, RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD, RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize, RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor, RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor, RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor, ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey, ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey, ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken, ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey ZwSetSecurityObject, ZwSetValueKey): Added missing exports. ChangeLog whitespace cleanup.
* 2002-10-04 "KJK::Hyperion" <noog@libero.it>Danny Smith2002-10-042-3/+9
| | | | | | *include/windef.h (WPARAM): Update typedef. (LPARAM): Ditto. (LRESULT): Ditto.
* 2002-10-04 "KJK::Hyperion" <noog@libero.it>Danny Smith2002-10-042-0/+28
| | | | * include/shlobj.h (CSIDL_*): Add defines.
* 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-10-032-5/+9
| | | | * libc/include/reent.h: Update documentation at start of file.
* 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-034-17/+28
| | | | | | | | * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy. * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. * configure.in: Make SET_LIB_PATH substitution more autoconfy. * configure.in: Make RPATH_ENVVAR substitution more autoconfy. * Makefile.in: Regenerate.
* * include/cytpe.h (_imp____mbcur_max): Add missing ';'.Danny Smith2002-10-032-2/+7
| | | | (_imp____mbcur_max_dll): Likewise.
* * include/fcntl.h (_fmode): Remove declarations andDanny Smith2002-10-038-53/+53
| | | | | | | | | | | | | | compatibility defines. (_setmode, setmode): Remove prototypes. * include/stdlib (_fmode): Add declarations and compatibility defines. Change type to int. * include/io.h (_setmode, setmode): Add prototypes. * samples/fmode/all.c: Adjust includes. * samples/fmode/test.c: Likewise. * crt1.c (_CRT_fmode): Declare as int. * CRTfmode.c (_CRT_fmode): Likewise. * include/stdlib: Remove comment about MB_CUR_MAX.
* 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-023-14/+7
| | | | | * Makefile.tpl: Eliminate reference to all-gui, all-libproc. * Makefile.in: Regenerate.
* 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-024-12/+24
| | | | | | * Makefile.def: Remove order dependency comments. * Makefile.tpl: Add explicit install-install dependencies. * Makefile.in: Regenerate.
* 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-023-574/+3
| | | | | * Makefile.tpl: Remove material now in src-release. (Finally!) * Makefile.in: Regenerate.
* 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-022-25/+26
| | | | * configure: Restore my original patch by syncing with gcc version.
* 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-022-4/+8
| | | | | | | | * Bring following over from gcc: 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com> * configure.in (s390*-*-linux*): Enable libgcj.
* 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-022-29/+32
| | | | * Makefile.in: Regenerate. This really ought to fix things. :sigh:
* * configure: Move stray lines back to where they belong.Alan Modra2002-10-022-2/+2
|
* * include/stdlib.h (_imp____mbcur_max): add missing ';'.Danny Smith2002-10-022-2/+7
| | | | (_imp____mbcur_max_dll): Likewise.
* * configure: Move stray line back to where it belongs.Alan Modra2002-10-022-1/+5
|
* 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-012-0/+3
| | | | * Makefile.tpl: Insert configure-target target, for src-release.
* 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-012-24/+28
| | | | | * configure: Finish reverting change which Andrew Cagney started reverting. Should fix bustage.
* 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-012-1/+2
| | | | * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
* 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-10-012-0/+331
| | | | | * src-release: New file. Contains material for making net releases for gdb, binutils, et al., formerly in Makefile.in.
* 2002-10-01 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-302-3/+12
| | | | | | | * thread.cc (pthread_key::keys): Copy on fork. Add a comment explaining why. (pthreadNull::_instance): Copy on fork. Absolutely no state exists in pthreadNull.
* * cygserver_transport_pipes.cc (transport_layer_pipes::accept):Conrad Scott2002-09-303-2/+7
| | | | Remove trailing \n from debug_printf.
* whitespaceChristopher Faylor2002-09-309-39/+39
|
* * thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal.Christopher Faylor2002-09-302-2/+5
|
* * thread.cc (pthread::precreate): Use explicit "no inherit" option whenChristopher Faylor2002-09-302-14/+21
| | | | | | creating mutex. (pthread_mutex::nativeMutex::init): Ditto. (semaphore::semaphore): Ditto.
* * thread.cc (pthread_key::keys): Do not copy on fork.Christopher Faylor2002-09-302-3/+9
| | | | | (pthread_mutex::mutexInitializationLock): Ditto. (pthreadNull::_instance): Ditto.
* * exceptions.cc (unused_sig_wrapper): Still need additional level ofChristopher Faylor2002-09-302-2/+8
| | | | indirection when setting errno.
* Fix date in last commit.Richard Sandiford2002-09-301-1/+1
|
* [include/opcode/]Richard Sandiford2002-09-302-4/+42
| | | | | | | | | | | | | | | | | | | * mips.h: Update comment for new opcodes. (OP_MASK_VECBYTE, OP_SH_VECBYTE): New. (OP_MASK_VECALIGN, OP_SH_VECALIGN): New. (INSN_4111, INSN_4120, INSN_5400, INSN_5500): New. (CPU_VR4120, CPU_VR5400, CPU_VR5500): New. (OPCODE_IS_MEMBER): Handle the new CPU_* values and INSN_* flags. Don't match CPU_R4111 with INSN_4100. [opcodes/] * mips-dis.c (print_insn_arg): Handle '[', ']', 'e' and '%'. (mips_isa_type): Handle bfd_mach_mips4120, bfd_mach_mips5400 and bfd_mach_mips5500. * mips-opc.c (V1): Include INSN_4111 and INSN_4120. (N411, N412, N5, N54, N55): New convenience defines. (mips_builtin_opcodes): Add vr4120, vr5400 and vr5500 opcodes. Change dmadd16 and madd16 from V1 to N411.
* [include/elf]Richard Sandiford2002-09-302-0/+11
| | | | | | | | | | | | | | | | | | * mips.h (E_MIPS_MACH_4120, E_MIPS_MACH_5400, E_MIPS_MACH_5500): New. [bfd/] * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New. (bfd_mach_mips5500): New. * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New. (arch_info_struct): Add corresponding entries here. * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120, E_MIPS_MACH_5400 and E_MIPS_MACH_5500. (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120, bfd_mach_mips5400 and bfd_mach_mips5500. (_bfd_mips_elf_mach_extends_p): New function. (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge the EF_MIPS_MACH flags. * bfd-in2.h: Regenerate.
* 2002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-303-18/+58
| | | | | | | | | | * thread.cc (pthread_mutex::initMutex): Use the wrapper init call. (pthread_mutex::nativeMutex::init): Implement. (pthread_mutex::nativeMutex::lock): Ditto. (pthread_mutex::nativeMutex::unlock): Ditto. (pthread_mutex::init): Use the wrapper lock and unlockcalls. * thread.h (pthread_mutex): Move mutexInitializationLock into a nativeMutex wrapper class.
* Add cpu directory.Nick Clifton2002-09-302-1/+7
|
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-3017-50/+54
|
* remove newlineChristopher Faylor2002-09-301-1/+1
|
* * exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.Christopher Faylor2002-09-303-5/+14
|
* * security.cc (allow_ntsec): Default to zero.Christopher Faylor2002-09-303-3/+7
| | | | | * environ.cc (environ_init): Set allow_ntsec to TRUE by default, assuming OS allows it.
* * cygpath.cc (close_arg): Remove unused static.Christopher Faylor2002-09-305-12/+20
| | | | | | | * mkgroup.c (enum_local_users): Avoid compiler warning. (enum_users): Ditto. * mkpasswd.c: Ditto throughout. * ssp.c: Ditto throughout.
* * environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor2002-09-3010-16/+24
| | | | | | | | * path.cc (path_conv::check): Ditto. * path.h (path_conv::operator int): Ditto. * regex/engine.c: Ditto throughout. * regex/regcomp.c: Ditto throughout. * regex/regexec.c: Ditto throughout.
* * thread.cc: Use "%E" in *_printf throughout rather than calling GetLastError.Christopher Faylor2002-09-302-158/+152
| | | | | | GNUify comments. (__pthread_mutex_lock): Don't return error on EBUSY since that just means that the mutex has already been initialized.
* GNUify slightly.Christopher Faylor2002-09-291-10/+9
|
* 2002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-294-14/+73
| | | | | | | | | | | | | | | | | | | | | * pthread.cc (pthread_mutex_init): Use new pthread_mutex::init. * thread.cc: Change __pthread_mutex_init to pthread_mutex::init throughout. (MTinterface::Init): Initialise pthread_mutex support. (pthread_mutex::mutexInitializationLock): Instantiate. (pthread_mutex::initMutex): New method. (__pthread_cond_dowait): Don't dereference untrusted pointers. Use the new pthread_mutex::init method. (__pthread_condattr_init): Don't dereference untrusted pointers. (__pthread_mutex_init): Rename to pthread_mutex::init. Lock and release mutexInitializationLock to prevent races on mutex initialisation. * thread.h (pthread_mutex::initMutex): New method, initialise pthread_mutex supporting state on process initialisation. (pthread_mutex::init): Initialise a single mutex. (pthread_mutex::mutexInitializationLock): A win32 mutex for syncronising pthread mutex initialisation. (__pthread_mutex_init): Remove this.
* 2002-09-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-09-292-26/+34
| | | | | | Revert below (note that src does not contain Makefile.tpl): * Makefile.tpl: Make subsituted variables more autoconfy. * Makefile.in: Regenerate.
* 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-09-292-48/+100
| | | | * configure: Revert accidentally applied changes.
* 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-09-295-116/+70
| | | | | | | | | | | | | * Makefile.tpl: Make more autoconf-friendly. * Makefile.in: Regenerate. * configure: Make substitution more autoconf-like. 2002-09-28 Richard Earnshaw <rearnsha@arm.com> * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a single entry to handle all these. (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable libjava on arm-*-elf.
* Add missing ChangeLog entry.Christopher Faylor2002-09-291-0/+4
|
* * cygthread.h (cygthread::terminate): Declare new function.Christopher Faylor2002-09-295-89/+125
| | | | | | | | | (cygthread::initialized): Change to 'int'. * cygthread.cc (cygthread::stub): Exit thread if initialized < 0. (cygthread::new): Ditto. (cygthread::runner): Ditto. Set initialized using xor to preserve sign. (cygthread::terminate): New function. * dcrt0.cc (do_exit): Call cygthread::terminate.
* * Makefile.in (check): Be more defensive when creating testsuite config.status.Christopher Faylor2002-09-282-1/+6
|
* * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or theGeoffrey Keating2002-09-282-0/+8
| | | | things that depend on them.