Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * path.cc: Unrevert below reversion except for mount_info::conv_to_posix_path | Christopher Faylor | 2003-01-10 | 2 | -4/+6 |
| | | | | part. | ||||
* | * path.cc: Revert patch from 2003-01-09 to normalize a windows path | Corinna Vinschen | 2003-01-10 | 2 | -4/+11 |
| | | | | rather than converting to posix. | ||||
* | * autoload.cc (gethostname): Make call optional, return 1 if function | Corinna Vinschen | 2003-01-10 | 3 | -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 Vinschen | 2003-01-10 | 32 | -6685/+6685 |
| | | | | Fix copyright dates. | ||||
* | * cygwin.din: add asprintf and vasprintf, as well as the reentrant | Corinna Vinschen | 2003-01-10 | 3 | -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 Vinschen | 2003-01-10 | 2 | -3/+5 |
| | |||||
* | * setfacl (usage): Remove double ":" for mask and other. | Corinna Vinschen | 2003-01-10 | 2 | -2/+6 |
| | |||||
* | merge from gcc | DJ Delorie | 2003-01-10 | 2 | -10/+23 |
| | |||||
* | * cygthread.cc (cygthread::cygthread): Be more noisy about odd condition. | Christopher Faylor | 2003-01-10 | 3 | -10/+16 |
| | | | | | * miscfuncs.cc (low_priority_sleep): Sleep in regular priority if that's what we're currently running at. | ||||
* | Apply pthread_types_patch | Thomas Pfaff | 2003-01-09 | 4 | -12/+20 |
| | |||||
* | Apply pthread_cancel_patch | Thomas Pfaff | 2003-01-09 | 3 | -13/+71 |
| | |||||
* | Add pthread_mutex tests | Thomas Pfaff | 2003-01-09 | 11 | -0/+568 |
| | |||||
* | * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR. | DJ Delorie | 2003-01-09 | 3 | -4/+12 |
| | | | | | (install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate. | ||||
* | Applied pthread_mutex patch | Thomas Pfaff | 2003-01-09 | 4 | -88/+189 |
| | |||||
* | * configure.in: Remove Makefile in build, host and target modules | Alexandre Oliva | 2003-01-09 | 3 | -74/+113 |
| | | | | | unless configure was run with --no-recursion. * configure: Rebuilt. | ||||
* | Applied cond_init patch | Thomas Pfaff | 2003-01-09 | 4 | -61/+114 |
| | |||||
* | * fhandler_disk_file.cc (num_entries): Return 2 as link count if | Corinna Vinschen | 2003-01-09 | 2 | -1/+6 |
| | | | | directory unreadable. | ||||
* | * security.cc (get_nt_attribute): Always return -1 when read_sd() | Corinna Vinschen | 2003-01-09 | 2 | -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 Faylor | 2003-01-09 | 9 | -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 Demetriou | 2003-01-08 | 3 | -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 Vinschen | 2003-01-08 | 3 | -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 Sandiford | 2003-01-08 | 2 | -12/+19 |
| | | | | Pass an empty argv and envp to main(). | ||||
* | * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config. | Richard Sandiford | 2003-01-08 | 3 | -27/+31 |
| | | | | * mips/configure: Regenerate. | ||||
* | * configure.host (mips64vr-elf, mips64vrel-elf): New config. | Richard Sandiford | 2003-01-08 | 2 | -0/+7 |
| | |||||
* | * lib/dxguid.c: Don't #include <objbase.h>. | Danny Smith | 2003-01-08 | 3 | -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 Smith | 2003-01-08 | 3 | -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 Demetriou | 2003-01-08 | 2 | -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 Faylor | 2003-01-08 | 2 | -16/+1218 |
| | |||||
* | * configure.in: Add AC_PREREQ for consistency. | Christopher Faylor | 2003-01-07 | 3 | -1217/+26 |
| | | | | * configure: Regenerate. | ||||
* | 2002-01-07 Chris Demetriou <cgd@broadcom.com> | Jeff Johnston | 2003-01-07 | 4 | -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 Smith | 2003-01-07 | 3 | -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 Johnston | 2003-01-07 | 3 | -10/+15 |
| | | | | | * libc/stdio/sprintf.c: fix typo * libc/stdio/vfprintf.c: fix typo | ||||
* | 2003-01-07 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2003-01-07 | 4 | -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 Johnston | 2003-01-07 | 3 | -2/+9 |
| | | | | | * Makefile.am: Add vasprintf. * Makefile.in: Regenerated. | ||||
* | 2003-01-06 Charles Wilson <cwilson@ece.gatech.edu> | Jeff Johnston | 2003-01-06 | 2 | -1/+6 |
| | | | | | * asprintf.c (_asprintf_r): insure both declarations are the same. | ||||
* | 2003-01-06 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 2003-01-06 | 3 | -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 Smith | 2003-01-06 | 1 | -0/+8 |
| | | | | | | | * include/zmouse.h (WHEEL_DELTA): Guard against prior definition. (WHEEL_PAGESCROLL): Likewise. (SPI_SETWHEELSCROLLLINES): Define, if not already done. | ||||
* | * include/winuser.h ((SPI_SETWHEELSCROLLLINES) Add define. | Danny Smith | 2003-01-06 | 2 | -2/+12 |
| | | | | | | | * include/zmouse.h (WHEEL_DELTA): Guard against prior definition. (WHEEL_PAGESCROLL): Likewise. (SPI_SETWHEELSCROLLLINES): Define, if not already done. | ||||
* | * pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock when | Christopher Faylor | 2003-01-05 | 2 | -1/+6 |
| | | | | leaving. | ||||
* | * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define. | Danny Smith | 2003-01-05 | 2 | -0/+7 |
| | | | | (WHEEL_PAGESCROLL): Add define. | ||||
* | * configure.in (LD): Improve test for gcc. Try to set LD to the ld used | John David Anglin | 2003-01-04 | 3 | -66/+111 |
| | | | | | by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt. | ||||
* | * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct | Danny Smith | 2003-01-04 | 2 | -5/+38 |
| | | | | | | | | names tagTBNOTIFY[AW] and typedefs. Add defines for backward compatability. Add RECT field. Add UNICODE mappings for new names. (tagNMREBARCHEVRON): Add struct and typedefs for _WIN32_IE >= 0x0500. | ||||
* | * include/commctrl.h (TOOLINFO[AW]: Update structures. | Danny Smith | 2003-01-04 | 3 | -0/+26 |
| | | | | | | | (LVHITTESTINFO): Likewise. * include/wingdi.h (GRADIENT_TRIANGLE): Add structure. (GRADIENT_RECT): Likewise. | ||||
* | 2003-01-03 Bang Jun-Young <junyoung@netbsd.org> | Danny Smith | 2003-01-03 | 2 | -0/+194 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED, ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY, ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS, ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED, ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN, ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH, ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE, ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE, ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED, ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS, ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED, RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL, RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY, ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME, ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND, ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY, ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE, ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR, ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT, ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID, ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED, ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT, ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD, ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND, ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF, ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME, ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT, ERROR_CTX_MODEM_RESPONSE_NO_CARRIER, ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY, ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR, ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS, ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE, ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE, ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT, ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED, ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD, ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED, ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET, ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID, ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY, ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX, ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS, ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED, ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER, ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION, ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN, ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR, ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY, ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS, ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED, ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION, ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE, ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN, ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN, ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER, ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER, ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER, ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER, ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER, ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD, ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START, ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED, ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY, ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS, ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED): Add missing error codes. | ||||
* | * dis-asm.h (print_insn_iq2000): Declare. | Stan Cox | 2003-01-03 | 5 | -0/+70 |
| | | | | | * common.h (EM_IQ2000): Define. * iq2000.h: New file. | ||||
* | * dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanup | Christopher Faylor | 2003-01-03 | 5 | -3/+11 |
| | | | | | | | needed. * dtable.cc (dtable::vfork_parent_restore): Remove assertion. * pipe.cc (fhandler_pipe::close): Don't close read_state during fork_fixup since it wasn't inherited. | ||||
* | * include/stdlib.h (_osver, _winver, _winmajor, | Danny Smith | 2003-01-03 | 2 | -4/+17 |
| | | | | | _winminor): Declare as direct imports from dll if __DECLSPEC_SUPPORTED. | ||||
* | * lib/kernel32.c (GetCurrentFiber): Remove blank input field in | Danny Smith | 2003-01-03 | 2 | -9/+13 |
| | | | | | asm code. (GetFiberData): Likewise. | ||||
* | * include/winnt.h (GetCurrentFiber): Remove blank input field | Danny Smith | 2003-01-02 | 2 | -9/+13 |
| | | | | | in asm code. (GetFiberData): Likewise. | ||||
* | 2003-01-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2003-01-02 | 2 | -3/+10 |
| | | | | | * Makefile.in (DESTDIR): New. (install-info): Use it. |