summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cygcheck output should be attached, not pastedDavid Starks-Browning2003-01-131-3/+3
| | | | (diff thanks to Igor Pechtchanski)
* update commercial references from Cygnus to Red Hat, Inc.David Starks-Browning2003-01-131-3/+4
|
* Change EM_MSP430 value to new, officially assigned number.Nick Clifton2003-01-132-5/+8
|
* * ntdll.h: Fix typo.Christopher Faylor2003-01-132-1/+5
|
* * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.Corinna Vinschen2003-01-122-3/+5
|
* * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.Corinna Vinschen2003-01-123-97/+156
| | | | | | | | | | | | | | | | | (setacl): Start the search for a matching default at the next entry. Invalidate the type of merged entries instead of clearing it. Use well_known_creator for default owner and owning group and do not try to merge non-default and default entries in these cases. (getacl): Recognize well_known_creator for default owner and group. (acl_worker): Improve errno settings and streamline the nontsec case. * security.cc (write_sd): Remove the call to set_process_privilege. (alloc_sd): If the owner changes, call set_process_privilege and return immediately on failure. Change inheritance rules: on new directories add inherit only allow ACEs for creator_owner, creator_group and everyone. Preserve all inheritances through chmod and chown calls. Introduce isownergroup to implement the uid == gid case, to keep the inheritance code simple. Do not initialize owner_sid and group_sid and stop using the variable psd.
* * mingwex/math/llround.c: Correct function name andDanny Smith2003-01-112-3/+8
| | | | change return value to long long.
* * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIMDanny Smith2003-01-112-0/+7
| | | | IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
* * include/accctrl.h (enum _SE_OBJECT_TYPE): AddDanny Smith2003-01-112-1/+8
| | | | SE_REGISTRY_WOW64_32KEY.
* * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.Danny Smith2003-01-112-0/+34
| | | | (tagNMHDDISPINFO[AW}: Add structures and typedefs.
* * net.cc: Use gethostname define from winsock2.h.Christopher Faylor2003-01-112-0/+6
|
* * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.Christopher Faylor2003-01-112-1/+6
|
* * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode2003-01-105-30/+27
| | | | | | * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
* * path.cc: Unrevert below reversion except for mount_info::conv_to_posix_pathChristopher Faylor2003-01-102-4/+6
| | | | part.
* * path.cc: Revert patch from 2003-01-09 to normalize a windows pathCorinna Vinschen2003-01-102-4/+11
| | | | rather than converting to posix.
* * autoload.cc (gethostname): Make call optional, return 1 if functionCorinna Vinschen2003-01-103-2/+9
| | | | | | can't get loaded. * net.cc (cygwin_gethostname): Call GetComputerName if return value of gethostname is non-zero.
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-1032-6685/+6685
| | | | Fix copyright dates.
* * cygwin.din: add asprintf and vasprintf, as well as the reentrantCorinna Vinschen2003-01-103-1/+16
| | | | | versions and underscore variants. * include/cygwin/version.h: bump CYGWIN_VERSION_API_MINOR.
* * net.cc (cygwin_gethostname): Fix call to wsock function gethostname.Corinna Vinschen2003-01-102-3/+5
|
* * setfacl (usage): Remove double ":" for mask and other.Corinna Vinschen2003-01-102-2/+6
|
* merge from gccDJ Delorie2003-01-102-10/+23
|
* * cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.Christopher Faylor2003-01-103-10/+16
| | | | | * miscfuncs.cc (low_priority_sleep): Sleep in regular priority if that's what we're currently running at.
* Apply pthread_types_patchThomas Pfaff2003-01-094-12/+20
|
* Apply pthread_cancel_patchThomas Pfaff2003-01-093-13/+71
|
* Add pthread_mutex testsThomas Pfaff2003-01-0911-0/+568
|
* * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.DJ Delorie2003-01-093-4/+12
| | | | | (install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate.
* Applied pthread_mutex patchThomas Pfaff2003-01-094-88/+189
|
* * configure.in: Remove Makefile in build, host and target modulesAlexandre Oliva2003-01-093-74/+113
| | | | | unless configure was run with --no-recursion. * configure: Rebuilt.
* Applied cond_init patchThomas Pfaff2003-01-094-61/+114
|
* * fhandler_disk_file.cc (num_entries): Return 2 as link count ifCorinna Vinschen2003-01-092-1/+6
| | | | directory unreadable.
* * security.cc (get_nt_attribute): Always return -1 when read_sd()Corinna Vinschen2003-01-092-3/+20
| | | | | | fails. (get_file_attribute): Set permissions to 0 and owner/group to -1 if security descriptor is unreadable.
* Use isdirsep rather than SLASH_P throughout.Christopher Faylor2003-01-099-38/+58
| | | | | | | | | | * path.cc (iscygdrive): Disallow /cygdrive\x. (normalize_posix_path): "Normalize" a windows path, if detected, rather than converting to posix. * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support and capability checking for B230400 bitrate. (fhandler_serial::tcgetattr): Add support for B230400 bitrate. * include/sys/termios.h: Add B230400 definition for Posix support of 230.4Kbps.
* [ ChangeLog ]Chris Demetriou2003-01-083-72/+122
| | | | | | | | | | | | | | | | | | | 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ dejagnu/ChangeLog ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ readline/ChangeLog.gdb ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version.
* * mkpasswd.cc (current_user): Create.Corinna Vinschen2003-01-083-159/+350
| | | | | | | | | | | | | (usage): Reorganize to support Win95/98/ME. (main): Add option for -c. Reorganize to parse options for Win95/98/ME and to call current_user. Add username in gecos field on Win95/98/ME. * mkgroup.cc (enum_groups): Print gid with %u. (print_win_error): Create from passwd.cc. (current_group): Create. (usage): Reorganize to support Win95/98/ME. (main): Add option for -c. Reorganize to parse options for Win95/98/ME and to call current_group.
* * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.Richard Sandiford2003-01-082-12/+19
| | | | Pass an empty argv and envp to main().
* * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.Richard Sandiford2003-01-083-27/+31
| | | | * mips/configure: Regenerate.
* * configure.host (mips64vr-elf, mips64vrel-elf): New config.Richard Sandiford2003-01-082-0/+7
|
* * lib/dxguid.c: Don't #include <objbase.h>.Danny Smith2003-01-083-2/+6
| | | | | * include/unknwn.h: Partially revert change of 2002-12-26. Don't include <ole2.h>.
* 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-083-2/+10
| | | | | | | | | * lib/dinput.c: Don't #include <objbase.h>. 2003-01-08 Bart Oldeman <bartoldeman@users.sourceforge.net> * include/windows.h (ole2.h):Do #include for __WATCOMC__.
* 2003-01-07 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2003-01-082-9/+16
| | | | | | | * mips.h: Fix missing space in comment. (INSN_ISA1, INSN_ISA2, INSN_ISA3, INSN_ISA4, INSN_ISA5) (INSN_ISA32, INSN_ISA32R2, INSN_ISA64): Shift values right by four bits.
* * configure: Regenerate with proper autoconf 2.13.Christopher Faylor2003-01-082-16/+1218
|
* * configure.in: Add AC_PREREQ for consistency.Christopher Faylor2003-01-073-1217/+26
| | | | * configure: Regenerate.
* 2002-01-07 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-01-074-9/+16
| | | | | | | * crt0.S: Check for definition of __mips64 rather than checking (__mips < 3). * pmon.S: Likewise. * cygmon.c (sysCall): Avoid multi-line string literals.
* * include/ctype.h (__isascii): Don't cast arg to unsigned.Danny Smith2003-01-073-3/+10
| | | | | | (iswascii): Likewise. Correct mask. * include/wctype.h (iswascii): Don't cast arg to unsigned. Correct mask
* 2003-01-07 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston2003-01-073-10/+15
| | | | | * libc/stdio/sprintf.c: fix typo * libc/stdio/vfprintf.c: fix typo
* 2003-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-01-074-13/+36
| | | | | | | * configure.host: Support long double I/O for x86-linux. * libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate a buffer large enough to hold formatted result. * libc/machine/powerpc/simdldtoa.c (_simdldtoa_r): Ditto.
* 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston2003-01-073-2/+9
| | | | | * Makefile.am: Add vasprintf. * Makefile.in: Regenerated.
* 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston2003-01-062-1/+6
| | | | | * asprintf.c (_asprintf_r): insure both declarations are the same.
* 2003-01-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-063-34/+64
| | | | | | * configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present. * configure: Regenerate.
* * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.Danny Smith2003-01-061-0/+8
| | | | | | | * include/zmouse.h (WHEEL_DELTA): Guard against prior definition. (WHEEL_PAGESCROLL): Likewise. (SPI_SETWHEELSCROLLLINES): Define, if not already done.