]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
21 years ago * mkgroup.c: Fix copyright date.
Corinna Vinschen [Wed, 15 Jan 2003 10:08:37 +0000 (10:08 +0000)]
* mkgroup.c: Fix copyright date.
* mkpasswd.c: Ditto.
* setfacl.c: Ditto.

Fix ChangeLog typos.

21 years agofix minor typo.
Christopher Faylor [Wed, 15 Jan 2003 04:39:34 +0000 (04:39 +0000)]
fix minor typo.

21 years ago * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.
Corinna Vinschen [Tue, 14 Jan 2003 21:01:43 +0000 (21:01 +0000)]
* mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.
Change ambiguous debug output.

21 years ago * mmap.cc (mmap_record::access): Change argument type to caddr_t
Corinna Vinschen [Tue, 14 Jan 2003 20:40:09 +0000 (20:40 +0000)]
* mmap.cc (mmap_record::access): Change argument type to caddr_t
for strictness.
(mprotect): Protect against calling VirtualProtect() for shared
pages on 9x/Me.
(fixup_mmaps_after_fork): If ReadProcessMemory() fails, try to
change protection of parent page to PAGE_READONLY, then try again.
Revert protection afterwards.

21 years agospacing cleanup
Christopher Faylor [Tue, 14 Jan 2003 20:31:47 +0000 (20:31 +0000)]
spacing cleanup

21 years agoAdd winsup.api/pthread/cancel10.c
Thomas Pfaff [Tue, 14 Jan 2003 20:22:20 +0000 (20:22 +0000)]
Add winsup.api/pthread/cancel10.c

21 years agoApply system_cancel patch
Thomas Pfaff [Tue, 14 Jan 2003 20:19:27 +0000 (20:19 +0000)]
Apply system_cancel patch

21 years agoAdd winsup.api/pthread/cancel9.c
Thomas Pfaff [Tue, 14 Jan 2003 20:15:58 +0000 (20:15 +0000)]
Add winsup.api/pthread/cancel9.c

21 years agoApply wait_cancel patch
Thomas Pfaff [Tue, 14 Jan 2003 20:13:09 +0000 (20:13 +0000)]
Apply wait_cancel patch

21 years agoAdd winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.c
Thomas Pfaff [Tue, 14 Jan 2003 20:09:13 +0000 (20:09 +0000)]
Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.c

21 years agoApply sleep_cancel patch
Thomas Pfaff [Tue, 14 Jan 2003 20:05:49 +0000 (20:05 +0000)]
Apply sleep_cancel patch

21 years agoAdd winsup.api/pthread/cancel6.c
Thomas Pfaff [Tue, 14 Jan 2003 20:03:41 +0000 (20:03 +0000)]
Add winsup.api/pthread/cancel6.c

21 years agoApply handle_sigsuspend patch
Thomas Pfaff [Tue, 14 Jan 2003 19:55:42 +0000 (19:55 +0000)]
Apply handle_sigsuspend patch

21 years ago* fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support for
Christopher Faylor [Tue, 14 Jan 2003 02:08:35 +0000 (02:08 +0000)]
* fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support for
SNDCTL_DSP_GETFMTS.

21 years agoupdate link for commercial inquiries
David Starks-Browning [Mon, 13 Jan 2003 22:17:01 +0000 (22:17 +0000)]
update link for commercial inquiries

21 years agoChange location.
Christopher Faylor [Mon, 13 Jan 2003 21:11:19 +0000 (21:11 +0000)]
Change location.

21 years agoReformatting.
David Starks-Browning [Mon, 13 Jan 2003 21:06:12 +0000 (21:06 +0000)]
Reformatting.
New location for Open Source Definition.

21 years agocygcheck output should be attached, not pasted
David Starks-Browning [Mon, 13 Jan 2003 20:51:49 +0000 (20:51 +0000)]
cygcheck output should be attached, not pasted
(diff thanks to Igor Pechtchanski)

21 years agoupdate commercial references from Cygnus to Red Hat, Inc.
David Starks-Browning [Mon, 13 Jan 2003 20:44:05 +0000 (20:44 +0000)]
update commercial references from Cygnus to Red Hat, Inc.

21 years agoChange EM_MSP430 value to new, officially assigned number.
Nick Clifton [Mon, 13 Jan 2003 16:37:47 +0000 (16:37 +0000)]
Change EM_MSP430 value to new, officially assigned number.

21 years ago* ntdll.h: Fix typo.
Christopher Faylor [Mon, 13 Jan 2003 03:55:00 +0000 (03:55 +0000)]
* ntdll.h: Fix typo.

21 years ago * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.
Corinna Vinschen [Sun, 12 Jan 2003 11:45:54 +0000 (11:45 +0000)]
* uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.

21 years ago * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.
Corinna Vinschen [Sun, 12 Jan 2003 11:38:51 +0000 (11:38 +0000)]
* sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.
(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.

21 years ago * mingwex/math/llround.c: Correct function name and
Danny Smith [Sat, 11 Jan 2003 10:52:20 +0000 (10:52 +0000)]
* mingwex/math/llround.c: Correct function name and
change return value to long long.

21 years ago * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
Danny Smith [Sat, 11 Jan 2003 06:06:46 +0000 (06:06 +0000)]
* include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.

21 years ago * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
Danny Smith [Sat, 11 Jan 2003 04:08:15 +0000 (04:08 +0000)]
* include/accctrl.h (enum _SE_OBJECT_TYPE): Add
SE_REGISTRY_WOW64_32KEY.

21 years ago * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
Danny Smith [Sat, 11 Jan 2003 03:43:14 +0000 (03:43 +0000)]
* include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
(tagNMHDDISPINFO[AW}: Add structures and typedefs.

21 years ago* net.cc: Use gethostname define from winsock2.h.
Christopher Faylor [Sat, 11 Jan 2003 01:29:18 +0000 (01:29 +0000)]
* net.cc: Use gethostname define from winsock2.h.

21 years ago* include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
Christopher Faylor [Sat, 11 Jan 2003 01:28:37 +0000 (01:28 +0000)]
* include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.

21 years ago * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
Nathanael Nerode [Fri, 10 Jan 2003 21:43:31 +0000 (21:43 +0000)]
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
* Makefile.in: Regenerate.
* configure: Regenerate.

21 years ago* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_path
Christopher Faylor [Fri, 10 Jan 2003 21:24:04 +0000 (21:24 +0000)]
* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_path
part.

21 years ago * path.cc: Revert patch from 2003-01-09 to normalize a windows path
Corinna Vinschen [Fri, 10 Jan 2003 20:25:47 +0000 (20:25 +0000)]
* path.cc: Revert patch from 2003-01-09 to normalize a windows path
rather than converting to posix.

21 years ago * autoload.cc (gethostname): Make call optional, return 1 if function
Corinna Vinschen [Fri, 10 Jan 2003 12:55:47 +0000 (12:55 +0000)]
* autoload.cc (gethostname): Make call optional, return 1 if function
can't get loaded.
* net.cc (cygwin_gethostname): Call GetComputerName if return value
of gethostname is non-zero.

21 years ago Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen [Fri, 10 Jan 2003 12:32:49 +0000 (12:32 +0000)]
Split ChangeLog, create ChangeLog-2002.
Fix copyright dates.

21 years ago * cygwin.din: add asprintf and vasprintf, as well as the reentrant
Corinna Vinschen [Fri, 10 Jan 2003 12:19:17 +0000 (12:19 +0000)]
* cygwin.din: add asprintf and vasprintf, as well as the reentrant
versions and underscore variants.
* include/cygwin/version.h: bump CYGWIN_VERSION_API_MINOR.

21 years ago * net.cc (cygwin_gethostname): Fix call to wsock function gethostname.
Corinna Vinschen [Fri, 10 Jan 2003 11:58:52 +0000 (11:58 +0000)]
* net.cc (cygwin_gethostname): Fix call to wsock function gethostname.

21 years ago * setfacl (usage): Remove double ":" for mask and other.
Corinna Vinschen [Fri, 10 Jan 2003 11:39:19 +0000 (11:39 +0000)]
* setfacl (usage): Remove double ":" for mask and other.

21 years agomerge from gcc
DJ Delorie [Fri, 10 Jan 2003 03:27:26 +0000 (03:27 +0000)]
merge from gcc

21 years ago* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.
Christopher Faylor [Fri, 10 Jan 2003 03:13:45 +0000 (03:13 +0000)]
* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.
* miscfuncs.cc (low_priority_sleep): Sleep in regular priority if that's what
we're currently running at.

21 years agoApply pthread_types_patch
Thomas Pfaff [Thu, 9 Jan 2003 21:14:33 +0000 (21:14 +0000)]
Apply pthread_types_patch

21 years agoApply pthread_cancel_patch
Thomas Pfaff [Thu, 9 Jan 2003 20:57:54 +0000 (20:57 +0000)]
Apply pthread_cancel_patch

21 years agoAdd pthread_mutex tests
Thomas Pfaff [Thu, 9 Jan 2003 20:51:55 +0000 (20:51 +0000)]
Add pthread_mutex tests

21 years ago* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
DJ Delorie [Thu, 9 Jan 2003 20:50:25 +0000 (20:50 +0000)]
* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
* Makefile.in: Regenerate.

21 years agoApplied pthread_mutex patch
Thomas Pfaff [Thu, 9 Jan 2003 20:50:23 +0000 (20:50 +0000)]
Applied pthread_mutex patch

21 years ago* configure.in: Remove Makefile in build, host and target modules
Alexandre Oliva [Thu, 9 Jan 2003 20:45:29 +0000 (20:45 +0000)]
* configure.in: Remove Makefile in build, host and target modules
unless configure was run with --no-recursion.
* configure: Rebuilt.

21 years agoApplied cond_init patch
Thomas Pfaff [Thu, 9 Jan 2003 20:40:44 +0000 (20:40 +0000)]
Applied cond_init patch

21 years ago * fhandler_disk_file.cc (num_entries): Return 2 as link count if
Corinna Vinschen [Thu, 9 Jan 2003 17:15:44 +0000 (17:15 +0000)]
* fhandler_disk_file.cc (num_entries): Return 2 as link count if
directory unreadable.

21 years ago * security.cc (get_nt_attribute): Always return -1 when read_sd()
Corinna Vinschen [Thu, 9 Jan 2003 11:44:17 +0000 (11:44 +0000)]
* security.cc (get_nt_attribute): Always return -1 when read_sd()
fails.
(get_file_attribute): Set permissions to 0 and owner/group to -1
if security descriptor is unreadable.

21 years agoUse isdirsep rather than SLASH_P throughout.
Christopher Faylor [Thu, 9 Jan 2003 08:22:05 +0000 (08:22 +0000)]
Use isdirsep rather than SLASH_P throughout.
* 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.

21 years ago[ ChangeLog ]
Chris Demetriou [Wed, 8 Jan 2003 22:09:30 +0000 (22:09 +0000)]
[ 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.

[ 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.

21 years ago * mkpasswd.cc (current_user): Create.
Corinna Vinschen [Wed, 8 Jan 2003 17:38:11 +0000 (17:38 +0000)]
* mkpasswd.cc (current_user): 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_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.

21 years ago * mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.
Richard Sandiford [Wed, 8 Jan 2003 12:54:29 +0000 (12:54 +0000)]
* mips/crt0.S (_start): Allocate 64 bytes of stack instead of 32.
Pass an empty argv and envp to main().

21 years ago * mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.
Richard Sandiford [Wed, 8 Jan 2003 12:52:49 +0000 (12:52 +0000)]
* mips/configure.in (mips64vr-elf, mips64vrel-elf): New config.
* mips/configure: Regenerate.

21 years ago * configure.host (mips64vr-elf, mips64vrel-elf): New config.
Richard Sandiford [Wed, 8 Jan 2003 12:51:23 +0000 (12:51 +0000)]
* configure.host (mips64vr-elf, mips64vrel-elf): New config.

21 years ago * lib/dxguid.c: Don't #include <objbase.h>.
Danny Smith [Wed, 8 Jan 2003 10:55:02 +0000 (10:55 +0000)]
* lib/dxguid.c: Don't #include <objbase.h>.
* include/unknwn.h: Partially revert change of 2002-12-26.
Don't include <ole2.h>.

21 years ago2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Wed, 8 Jan 2003 09:15:53 +0000 (09:15 +0000)]
2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>

* 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__.

21 years ago2003-01-07 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Wed, 8 Jan 2003 07:36:47 +0000 (07:36 +0000)]
2003-01-07  Chris Demetriou  <cgd@broadcom.com>

        * 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.

21 years ago* configure: Regenerate with proper autoconf 2.13.
Christopher Faylor [Wed, 8 Jan 2003 01:19:55 +0000 (01:19 +0000)]
* configure: Regenerate with proper autoconf 2.13.

21 years ago* configure.in: Add AC_PREREQ for consistency.
Christopher Faylor [Tue, 7 Jan 2003 21:58:19 +0000 (21:58 +0000)]
* configure.in: Add AC_PREREQ for consistency.
* configure: Regenerate.

21 years ago2002-01-07 Chris Demetriou <cgd@broadcom.com>
Jeff Johnston [Tue, 7 Jan 2003 21:10:54 +0000 (21:10 +0000)]
2002-01-07  Chris Demetriou  <cgd@broadcom.com>

* crt0.S: Check for definition of __mips64 rather than
checking (__mips < 3).
* pmon.S: Likewise.
* cygmon.c (sysCall): Avoid multi-line string literals.

21 years ago * include/ctype.h (__isascii): Don't cast arg to unsigned.
Danny Smith [Tue, 7 Jan 2003 21:05:13 +0000 (21:05 +0000)]
* include/ctype.h (__isascii): Don't cast arg to unsigned.
(iswascii): Likewise.  Correct mask.
* include/wctype.h (iswascii): Don't cast arg to unsigned.
Correct mask

21 years ago2003-01-07 Charles Wilson <cwilson@ece.gatech.edu>
Jeff Johnston [Tue, 7 Jan 2003 20:02:33 +0000 (20:02 +0000)]
2003-01-07  Charles Wilson  <cwilson@ece.gatech.edu>

        * libc/stdio/sprintf.c: fix typo
        * libc/stdio/vfprintf.c: fix typo

21 years ago2003-01-07 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 7 Jan 2003 19:52:27 +0000 (19:52 +0000)]
2003-01-07  Jeff Johnston  <jjohnstn@redhat.com>

        * 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.

21 years ago2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
Jeff Johnston [Tue, 7 Jan 2003 01:45:32 +0000 (01:45 +0000)]
2003-01-06  Charles Wilson  <cwilson@ece.gatech.edu>

        * Makefile.am: Add vasprintf.
        * Makefile.in: Regenerated.

21 years ago2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
Jeff Johnston [Mon, 6 Jan 2003 20:51:25 +0000 (20:51 +0000)]
2003-01-06  Charles Wilson  <cwilson@ece.gatech.edu>

* asprintf.c (_asprintf_r): insure both declarations
are the same.

21 years ago2003-01-06 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney [Mon, 6 Jan 2003 18:36:08 +0000 (18:36 +0000)]
2003-01-06  Andrew Cagney  <ac131313@redhat.com>

* configure.in (GDB_TK): Add tcl directories conditional on
gdb/gdbtk directory being present.
* configure: Regenerate.

21 years ago * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
Danny Smith [Mon, 6 Jan 2003 00:22:48 +0000 (00:22 +0000)]
* include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
* include/zmouse.h (WHEEL_DELTA): Guard against prior
definition.
(WHEEL_PAGESCROLL): Likewise.
(SPI_SETWHEELSCROLLLINES): Define, if not already done.

21 years ago * include/winuser.h ((SPI_SETWHEELSCROLLLINES) Add define.
Danny Smith [Mon, 6 Jan 2003 00:18:45 +0000 (00:18 +0000)]
* include/winuser.h ((SPI_SETWHEELSCROLLLINES) Add define.
* include/zmouse.h (WHEEL_DELTA): Guard against prior
definition.
(WHEEL_PAGESCROLL): Likewise.
(SPI_SETWHEELSCROLLLINES): Define, if not already done.

21 years ago* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock when
Christopher Faylor [Sun, 5 Jan 2003 06:36:50 +0000 (06:36 +0000)]
* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock when
leaving.

21 years ago * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
Danny Smith [Sun, 5 Jan 2003 02:49:15 +0000 (02:49 +0000)]
* include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
(WHEEL_PAGESCROLL): Add define.

21 years ago * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
John David Anglin [Sat, 4 Jan 2003 22:36:41 +0000 (22:36 +0000)]
* configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
by gcc if LD is not defined and we are not doing a Canadian Cross.
* configure: Rebuilt.

21 years ago * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
Danny Smith [Sat, 4 Jan 2003 11:52:06 +0000 (11:52 +0000)]
* include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
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.

21 years ago * include/commctrl.h (TOOLINFO[AW]: Update structures.
Danny Smith [Sat, 4 Jan 2003 10:58:36 +0000 (10:58 +0000)]
* include/commctrl.h (TOOLINFO[AW]: Update structures.
(LVHITTESTINFO): Likewise.

* include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
(GRADIENT_RECT): Likewise.

21 years ago2003-01-03 Bang Jun-Young <junyoung@netbsd.org>
Danny Smith [Fri, 3 Jan 2003 22:57:37 +0000 (22:57 +0000)]
2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>

* 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.

21 years ago * dis-asm.h (print_insn_iq2000): Declare.
Stan Cox [Fri, 3 Jan 2003 18:03:18 +0000 (18:03 +0000)]
* dis-asm.h (print_insn_iq2000): Declare.
* common.h (EM_IQ2000): Define.
* iq2000.h: New file.

21 years ago* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanup
Christopher Faylor [Fri, 3 Jan 2003 06:20:23 +0000 (06:20 +0000)]
* dtable.h (dtable::in_vfork_cleanup): New function.  True if vfork cleanup
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.

21 years ago * include/stdlib.h (_osver, _winver, _winmajor,
Danny Smith [Fri, 3 Jan 2003 05:02:18 +0000 (05:02 +0000)]
* include/stdlib.h (_osver, _winver, _winmajor,
_winminor): Declare as direct imports from dll if
__DECLSPEC_SUPPORTED.

21 years ago * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
Danny Smith [Fri, 3 Jan 2003 00:04:21 +0000 (00:04 +0000)]
* lib/kernel32.c (GetCurrentFiber): Remove blank input field in
asm code.
(GetFiberData): Likewise.

21 years ago * include/winnt.h (GetCurrentFiber): Remove blank input field
Danny Smith [Thu, 2 Jan 2003 23:30:27 +0000 (23:30 +0000)]
* include/winnt.h (GetCurrentFiber): Remove blank input field
in asm code.
(GetFiberData): Likewise.

21 years ago2003-01-02 H.J. Lu <hjl@gnu.org>
H.J. Lu [Thu, 2 Jan 2003 20:51:02 +0000 (20:51 +0000)]
2003-01-02  H.J. Lu <hjl@gnu.org>

* Makefile.in (DESTDIR): New.
(install-info): Use it.

21 years ago[ gas/ChangeLog ]
Chris Demetriou [Thu, 2 Jan 2003 20:03:09 +0000 (20:03 +0000)]
[ gas/ChangeLog ]
2003-01-02  Chris Demetriou  <cgd@broadcom.com>

        * config/tc-mips.c: Update copyright years to include 2003.
        (mips_ip): Fix indentation of "+A", "+B", and "+C" handling.
        Additionally, clean up their code slightly and clean up their
        comments some more.

        * doc/c-mips.texi: Add MIPS32r2 to ".set mipsN" documentation.

[ gas/testsuite/ChangeLog ]
2003-01-02  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/elf_arch_mips32r2.d: Fix file description comment.

[ include/opcode/ChangeLog ]
2003-01-02  Chris Demetriou  <cgd@broadcom.com>

        * mips.h: Update copyright years to include 2002 (which had
        been missed previously) and 2003.  Make comments about "+A",
        "+B", and "+C" operand types more descriptive.

21 years ago * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
Danny Smith [Thu, 2 Jan 2003 11:17:16 +0000 (11:17 +0000)]
* include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
error codes.
Re-sort codes..

21 years ago * include/winspool.h (PRINTER_INFO_6): Add.
Danny Smith [Thu, 2 Jan 2003 03:47:21 +0000 (03:47 +0000)]
* include/winspool.h (PRINTER_INFO_6): Add.
Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>

21 years ago * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
Daniel Jacobowitz [Thu, 2 Jan 2003 00:50:57 +0000 (00:50 +0000)]
* src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.

21 years ago* passwd.cc (getpwuid_r32): Revert previous change.
Christopher Faylor [Thu, 2 Jan 2003 00:03:23 +0000 (00:03 +0000)]
* passwd.cc (getpwuid_r32): Revert previous change.

21 years ago* sysconf.cc (sysconf): Return arbitrary values for _SC_GETGR_R_SIZE_MAX,
Christopher Faylor [Wed, 1 Jan 2003 18:12:49 +0000 (18:12 +0000)]
* sysconf.cc (sysconf): Return arbitrary values for _SC_GETGR_R_SIZE_MAX,
_SC_LOGIN_NAME_MAX, _SC_GETPW_R_SIZE_MAX.
* passwd.cc (getpwuid_r32): Add uid/gid fields to size check calculation.

21 years ago2003-01-01 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Wed, 1 Jan 2003 10:00:39 +0000 (10:00 +0000)]
2003-01-01  Danny Smith  <dannysmith@users.sourceforge.net>

* pseudo-reloc.c (do_pseudo_reloc): Make static.
* pseudo-reloc-list.c: New file.
* crt1.c (_pei386_runtime_relocator): Declare.
(__mingw_CRTStartup): Call it.
* dllcrt1.c (_pei386_runtime_relocator): Declare.
(DllMainCRTStartup): Call it.
* Makefile.in: Add pseudo-reloc.o pseude-reloc-list.o to
libmingw32.a.

2003-01-01  Egor Duda  <deo@logos-m.ru>

* pseudo-reloc.c: New file.

21 years ago * Makefile.in: Rebuilt.
Tom Tromey [Tue, 31 Dec 2002 22:51:53 +0000 (22:51 +0000)]
* Makefile.in: Rebuilt.
* Makefile.def (target_modules) [libffi]: Allow installation.

21 years ago * configure.in: Fix use of $program_transform_name.
Andreas Schwab [Tue, 31 Dec 2002 18:00:11 +0000 (18:00 +0000)]
* configure.in: Fix use of $program_transform_name.
* configure: Regenerated.

21 years ago[ gas/ChangeLog ]
Chris Demetriou [Tue, 31 Dec 2002 08:11:18 +0000 (08:11 +0000)]
[ gas/ChangeLog ]
2002-12-31  Chris Demetriou  <cgd@broadcom.com>

* config/tc-mips.c (validate_mips_insn, mips_ip): Recognize
the "+D" operand, which will be used only by the disassembler.

[ gas/testsuite/ChangeLog ]
2002-12-31  Chris Demetriou  <cgd@broadcom.com>

* gas/mips/cp0sel-names-mips32.d: New test.
* gas/mips/cp0sel-names-mips32r2.d: New test.
* gas/mips/cp0sel-names-mips64.d: New test.
* gas/mips/cp0sel-names-numeric.d: New test.
* gas/mips/cp0sel-names-sb1.d: New test.
* gas/mips/cp0sel-names.s: New test source file.
* gas/mips/mips.exp: Run new tests.

[ include/opcode/ChangeLog ]
2002-12-31  Chris Demetriou  <cgd@broadcom.com>

* mips.h: Note that the "+D" operand type name is now used.

[ opcodes/ChangeLog ]
2002-12-31  Chris Demetriou  <cgd@broadcom.com>

* mips-dis.c (mips_cp0sel_name): New structure.
(mips_cp0sel_names_mips3264, mips_cp0sel_names_mips3264r2)
(mips_cp0sel_names_sb1): New arrays.
(mips_arch_choice): New structure members "cp0sel_names" and
"cp0sel_names_len".
(mips_arch_choices): Add references to new cp0sel_names arrays
as appropriate, and make all existing entries reference
appropriate mips_XXX_names_numeric arrays rather than simply
using NULL.
(mips_cp0sel_names, mips_cp0sel_names_len): New variables.
(lookup_mips_cp0sel_name): New function.
(set_default_mips_dis_options): Set mips_cp0sel_names and
mips_cp0sel_names_len as appropriate.  Remove now-unnecessary
checks for NULL register name arrays.
(parse_mips_dis_option): Likewise.
(print_insn_arg): Handle "+D" operand type.
* mips-opc.c (mips_builtin_opcodes): Add new "+D" variants
of mfc0, mtc0, dmfc0, and dmtc0 to print CP0+sel register
names symbolically.

21 years ago[ bfd/ChangeLog ]
Chris Demetriou [Tue, 31 Dec 2002 07:29:29 +0000 (07:29 +0000)]
[ bfd/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

* aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
* archures.c (bfd_mach_mipsisa32r2): New define.
* bfd-in2.h: Regenerate.
* cpu-mips.c (I_mipsisa32r2): New enum value.
(arch_info_struct): Add entry for I_mipsisa32r2.
* elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
(_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
(_bfd_mips_elf_final_write_processing): Add
bfd_mach_mipsisa32r2 case.
(_bfd_mips_elf_merge_private_bfd_data): Handle merging of
binaries marked as using MIPS32 Release 2.

[ binutils/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

* doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
changes in MIPS -M options.

[ gas/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

* configure.in: Recognize mipsisa32r2, mipsisa32r2el, and
CPU variants.
* configure: Regenerate.
* config/tc-mips.c (ISA_HAS_DROR, ISA_HAS_ROR): New defines.
(macro_build): Handle "K" operand.
(macro2): Use ISA_HAS_DROR and ISA_HAS_ROR in the places where
CPU_HAS_DROR and CPU_HAS_ROR are currently used.
(mips_ip): New variable "lastpos", and implement "+A", "+B",
and "+C" operands for MIPS32 Release 2 ins/ext instructions.
Implement "K" operand for MIPS32 Release 2 rdhwr instruction.
(validate_mips_insn): Implement "+" as a way to extend the
allowed operands, and implement "K", "+A", "+B", and "+C"
operands.
(OPTION_MIPS32R2): New define.
(md_longopts): Add entry for OPTION_MIPS32R2.
(OPTION_ELF_BASE): Adjust to accomodate OPTIONS_MIPS32R2.
(md_parse_option): Handle OPTION_MIPS32R2.
(s_mipsset): Reimplement handling of ".set mipsN" options
and add support for ".set mips32r2".
(mips_cpu_info_table): Add entry for "mips32r2" (MIPS32 Release 2).
(md_show_usage): Document "-mips32r2" option.
* doc/as.texinfo: Document "-mips32r2" option.
* doc/c-mips.texi: Likewise.

[ gas/testsuite/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

* gas/mips/cp0-names-mips32r2.d: New test.
* gas/mips/hwr-names-mips32r2.d: New test.
* gas/mips/hwr-names-numeric.d: New test.
* gas/mips/hwr-names.s: New test source file.
* gas/mips/mips32r2.d: New test.
* gas/mips/mips32r2.s: New test source file.
* gas/mips/mips32r2-ill.l: New test.
* gas/mips/mips32r2-ill.s: New test source file.
* gas/mips/mips.exp: Add mips32r2 architecture data array
entry.  Run new tests mentioned above.

[ include/elf/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

* mips.h (E_MIPS_ARCH_32R2): New define.

[ include/opcode/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

* mips.h: Document "+" as the start of two-character operand
type names, and add new "K", "+A", "+B", and "+C" operand types.
(OP_MASK_INSMSB, OP_SH_INSMSB, OP_MASK_EXTMSB)
(OP_SH_EXTMSB, INSN_ISA32R2, ISA_MIPS32R2, CPU_MIPS32R2): New
defines.

[ opcodes/ChangeLog ]
2002-12-30  Chris Demetriou  <cgd@broadcom.com>

* mips-dis.c (mips_cp0_names_mips3264r2, mips_hwr_names_numeric)
(mips_hwr_names_mips3264r2): New arrays.
(mips_arch_choice): New "hwr_names" member.
(mips_arch_choices): Adjust for structure change, and add a new
entry for "mips32r2" ISA.
(mips_hwr_names): New variable.
(set_default_mips_dis_options): Set mips_hwr_names.
(parse_mips_dis_option): New "hwr-names" option which sets
mips_hwr_names, and adjust "reg-names=ARCH" to set mips_hwr_names.
(print_insn_arg): Change return type to "int"
and use that to indicate number of characters consumed.
Add support for "+" operand extension character, "+A", "+B",
"+C", and "K" operands.
(print_insn_mips): Adjust for changes to print_insn_arg.
(print_mips_disassembler_options): Adjust for "hwr-names"
addition and "reg-names" change.
* mips-opc (I33): New define (shorthand for INSN_ISA32R2).
(mips_builtin_opcodes): Note that "nop" and "ssnop" are special
forms of "sll".  Add new MIPS32 Release 2 instructions: ehb,
di, ei, ext, ins, jr.hb, jalr.hb, mfhc1, mfhc2, mthc1, mthc2,
rdhwr, rdpgpr, seb, seh, synci, wrpgpr, wsbh.
Note that hardware rotate instructions (ror, rorv) can be
used on MIPS32 Release 2, and add the official mnemonics
for them (rotr, rotrv) and the similar "rotl" mnemonic for
left-rotate.

21 years ago * configure.in (baseargs): Don't remove first configure argument.
Daniel Jacobowitz [Tue, 31 Dec 2002 03:28:41 +0000 (03:28 +0000)]
* configure.in (baseargs): Don't remove first configure argument.
* configure: Regenerated.

21 years ago* exceptions.cc (events_init): Display name of mutex on failure.
Christopher Faylor [Mon, 30 Dec 2002 23:08:35 +0000 (23:08 +0000)]
* exceptions.cc (events_init): Display name of mutex on failure.

21 years ago* windows.cc (setitimer): Return ENOSYS on invalid argument.
Christopher Faylor [Mon, 30 Dec 2002 22:38:13 +0000 (22:38 +0000)]
* windows.cc (setitimer): Return ENOSYS on invalid argument.

21 years agoAdd support for msp430.
Nick Clifton [Mon, 30 Dec 2002 19:25:12 +0000 (19:25 +0000)]
Add support for msp430.

21 years agoAdded some more pseudo opcodes for system call processing.
Nick Clifton [Mon, 30 Dec 2002 10:50:32 +0000 (10:50 +0000)]
Added some more pseudo opcodes for system call processing.

21 years ago2002-12-30 Hartmut Honisch <hhonisch@users.sourceforge.net>
Danny Smith [Mon, 30 Dec 2002 08:48:23 +0000 (08:48 +0000)]
2002-12-30  Hartmut Honisch <hhonisch@users.sourceforge.net>

* include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.

* lib/ntdll.def (NtConnectPort, NtOpenEvent,
NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
Add stubs.

21 years ago * include/wingdi.h (wglGetLayerPaletteEntries): Correct
Danny Smith [Mon, 30 Dec 2002 06:48:50 +0000 (06:48 +0000)]
* include/wingdi.h (wglGetLayerPaletteEntries): Correct
prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.

ChangeLog: Remove some whitespace.

21 years ago* Makefile.tpl (local-distclean): Don't remove...
Alexandre Oliva [Sun, 29 Dec 2002 19:05:04 +0000 (19:05 +0000)]
* Makefile.tpl (local-distclean): Don't remove...
(multilib.ts): ... this.  Moved into...
(multilib.out): ... this.  Don't use sub-make.
($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
$(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
(configure-build-[+module+], configure-[+module+],
configure-target-[+module+], configure-gcc): ... these.  Test
for Makefile existence.  Drop config.status from dependencies.
* Makefile.in: Rebuilt.
* configure.in: Move gcc-version-trigger to the end of
ac_configure_args.  Add comments to maybedep.tmp and
serdep.tmp.  Introduce --disable-serial-configure.  Remove
nonopt from baseargs, matching and removing corresponding
whitespace while at it.
* configure: Rebuilt.

21 years ago* libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather than
Christopher Faylor [Sat, 28 Dec 2002 23:20:47 +0000 (23:20 +0000)]
* libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather than
defining getopt directly.

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