]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
22 years ago2001-11-01 Arati Dikey <aratidikey@hotmail.com>
Jeff Johnston [Thu, 1 Nov 2001 19:47:32 +0000 (19:47 +0000)]
2001-11-01  Arati Dikey  <aratidikey@hotmail.com>

        * libm/mathfp/sf_isinf.c (isinff): Change to use _DEFUN macro.
        [_DOUBLE_IS_32BITS](isinf): New function that calls isinff.
        * libm/mathfp/sf_isnan.c (isnanf): Change to use _DEFUN macro.
        [_DOUBLE_IS_32BITS](isnan): New function that calls isnanf.

22 years ago2001-11-01 Danny Smith <dannysmith@users.sourceforge.net>
Earnie Boyd [Thu, 1 Nov 2001 19:42:57 +0000 (19:42 +0000)]
2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>

* include/basetyps.h (DECLARE_INTERFACE): Don't add
__attribute__((com_interface)) for __GNUC__ >= 3.

2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>

* include/commdlg.h (PRINTPAGERANGE): Add structure
definition.
(PRINTDLGEX[AW]): Likewise.
(PrintDlgEx[AW]): Add function declaration.
* lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
* ChangeLog: Fix typo in last entry.

2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>

* include/objbase.h (CoGetClassObject): Change third parameter
to COSERVERINFO*.

2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>

* include/winuser.h (MOUSEEVENTF_WHEEL): Define.
Thanks to: Kim Saunders.
* include/oleauto.h: Define VARIANT* flags for VariantChangeType.
Thanks to: Pat Thoyts.
* include/winnt.h: Change C++ style comment to C style.
  * include/shlobj.h: Ditto.
* include/objbase.h (enum tagCOINIT): Remove comma at end of
list.
* include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
* include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
(enum not limited to range of int).
* include/oaidl.h (struct tagVARIANT): Mark as __extension__
(struct with no named members), ifndef NONAMELESSUNION.

2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>

* include/winuser.h (CREATESTRUCT): UNICODE it.
(CBT_CREATEWND): Likewise.

2001-10-20  Corinna Vinschen  <corinna@vinschen.de>

* include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
(WNetGetResourceInformationW): Ditto.
(WNetGetResourceInformation): Add define.

2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>

* include/winuser.h (POINTSTOPOINT): Use explicit casts
before extracting words.

22 years ago2001-10-31 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 31 Oct 2001 19:26:13 +0000 (19:26 +0000)]
2001-10-31  Jeff Johnston  <jjohnstn@redhat.com>

        * m32r/Makefile.in: Use gdb stub set by configure.
        * m32r/configure.in: Add a special macro for testing
        c compiler without building executable.  Add setting of
        GDBSTUB.
        * m32r/configure: Regenerated.

22 years ago2001-10-31 David Howells <dhowells@redhat.com>
Jeff Johnston [Wed, 31 Oct 2001 19:19:08 +0000 (19:19 +0000)]
2001-10-31  David Howells  <dhowells@redhat.com>

        * syscall.h: Added SYS_times, SYS_gettimeofday, SYS_link values.
        * mn10300/times.c: Renamed "times" to "_times" so that it can be
        referenced by newlib.
        * mn10300/cygmon.c: New file.
        * mn10300/crt0_redboot.S: Ditto.
        * mn10300/crt0_cygmon.S: Ditto.
        * mn10300/Makefile.in: Added RedBoot and Cygmon support.
        * mn10300/configure.in: Changed to allow for future
        evaluation boards to be added.
        * mn10300/configure: Regenerated.

22 years ago* environ.cc: Set reset_com to false to mimic linux behavior more closely.
Christopher Faylor [Wed, 31 Oct 2001 16:30:46 +0000 (16:30 +0000)]
* environ.cc: Set reset_com to false to mimic linux behavior more closely.

22 years ago * dtable.cc (dtable::vfork_child_dup): Revert impersonation
Corinna Vinschen [Wed, 31 Oct 2001 12:03:45 +0000 (12:03 +0000)]
* dtable.cc (dtable::vfork_child_dup): Revert impersonation
before duplicating fhandler.

22 years agoremove garbage ChangeLog entry.
Christopher Faylor [Wed, 31 Oct 2001 05:35:28 +0000 (05:35 +0000)]
remove garbage ChangeLog entry.

22 years ago* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.
Christopher Faylor [Wed, 31 Oct 2001 02:58:38 +0000 (02:58 +0000)]
* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.
* sigproc.h (sigframe): Decorate some methods with `inline'.
(new_muto): Coerce pointer to new to void *.

22 years ago* fhandler.cc (fhandler_base::fork_fixup): Pass old handle to setclexec_pid.
Christopher Faylor [Wed, 31 Oct 2001 02:03:00 +0000 (02:03 +0000)]
* fhandler.cc (fhandler_base::fork_fixup): Pass old handle to setclexec_pid.

22 years ago* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
Christopher Faylor [Wed, 31 Oct 2001 00:55:32 +0000 (00:55 +0000)]
* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
(cygheap_fdmanip::isopen): New method.
* syscalls.cc (_read): Avoid accessing closed fd.
* path.h (fe_types): New enum.
(path_conv::set_path): New method.
(find_exec): Change null_if_not_found argument to something more generic.
* spawn.cc (find_exec): Default to returning the POSIX path rather than the
windows path, unless instructed otherwise.
(spawn_guts): Force call to find_exec to use native paths.
* dlfcn.cc (check_path_access): Accommodate new find_exec arguments.
* environ.h (win_env::get_posix): New method.

22 years agoAdd MMIX support
Nick Clifton [Tue, 30 Oct 2001 15:20:10 +0000 (15:20 +0000)]
Add MMIX support

22 years ago * fhandler_socket.cc (fhandler_socket::close): Add error handling.
Corinna Vinschen [Tue, 30 Oct 2001 11:48:36 +0000 (11:48 +0000)]
* fhandler_socket.cc (fhandler_socket::close): Add error handling.

Fixed ChangeLog entries.

22 years ago * (fhandler_socket::dup): Revert previous change.
Corinna Vinschen [Tue, 30 Oct 2001 10:07:39 +0000 (10:07 +0000)]
    * (fhandler_socket::dup): Revert previous change.

22 years ago* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed in
Christopher Faylor [Tue, 30 Oct 2001 07:43:46 +0000 (07:43 +0000)]
* dtable.cc (dtable::dup2): Add some debugging.  Use methods from passed in
class rather than cygheap->fdtab.
* fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): Add more
debugging output.
(fhandler_socket::dup): Allocate new space for prot_info_ptr for duplicated
entry.
* syscalls.cc (stat_worker): Always delete fh if it has been created.

22 years ago * security.cc (is_group_member): Call NetLocalGroupGetMembers() for
Corinna Vinschen [Tue, 30 Oct 2001 00:02:36 +0000 (00:02 +0000)]
* security.cc (is_group_member): Call NetLocalGroupGetMembers() for
local machine only.
(get_user_local_groups): Ditto for NetLocalGroupEnum().

22 years ago* Makefile.in: Propagate 'clean' to subdirs properly.
Christopher Faylor [Mon, 29 Oct 2001 20:32:27 +0000 (20:32 +0000)]
* Makefile.in: Propagate 'clean' to subdirs properly.

22 years ago* fhandler.cc (fhandler_base::set_name): Set namehash here to catch name
Christopher Faylor [Mon, 29 Oct 2001 20:30:47 +0000 (20:30 +0000)]
* fhandler.cc (fhandler_base::set_name): Set namehash here to catch name
changes.
(fhandler_base::open): Remove namehash setting.
(fhandler_base::fstat): Subtract 1 from arbitrary time setting to avoid strange
ls -l granularity problem.
* shared_info.h (MOUNT_VE

22 years ago* winsup.api/ltp/stat03.c: Supress compiler warning.
Egor Duda [Mon, 29 Oct 2001 20:03:06 +0000 (20:03 +0000)]
* winsup.api/ltp/stat03.c: Supress compiler warning.

22 years ago* winsup.api/signal-into-win32-api.c: Supress compiler warning.
Egor Duda [Mon, 29 Oct 2001 19:45:43 +0000 (19:45 +0000)]
* winsup.api/signal-into-win32-api.c: Supress compiler warning.

22 years ago* select.cc (MAKEready): Remove extraneous select_read.
Christopher Faylor [Mon, 29 Oct 2001 16:12:47 +0000 (16:12 +0000)]
* select.cc (MAKEready): Remove extraneous select_read.

22 years ago * uinfo.cc (internal_getlogin): Set environment variable $HOME
Corinna Vinschen [Mon, 29 Oct 2001 11:53:52 +0000 (11:53 +0000)]
* uinfo.cc (internal_getlogin): Set environment variable $HOME
from either /etc/passwd or $HOMEDRIVE/$HOMEPATH if necessary.

22 years ago* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit
Christopher Faylor [Mon, 29 Oct 2001 05:28:24 +0000 (05:28 +0000)]
* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit
argument.
* fhandler_serial.cc (fhandler_serial::fhandler_serial): Ditto.
(fhandler_serial::open): Avoid else when previous clause is a return().
* path.cc (get_devn): Alias /dev/ttyS0 -> /dev/com1, etc.
(get_device_number): Reallow standalone "com1" as a valid name for /dev/com1.

22 years agofix spelling errors
Christopher Faylor [Sun, 28 Oct 2001 23:05:49 +0000 (23:05 +0000)]
fix spelling errors

22 years agofix consistent spelling errors.
Christopher Faylor [Sun, 28 Oct 2001 18:10:44 +0000 (18:10 +0000)]
fix consistent spelling errors.

22 years ago * configure: Regenerate, removing erroneous SUBDIRS substitution.
Corinna Vinschen [Fri, 26 Oct 2001 15:01:08 +0000 (15:01 +0000)]
* configure: Regenerate, removing erroneous SUBDIRS substitution.

22 years agoFix usage of H_GET_32/16. Likewise with H_PUT_32/16.
Nick Clifton [Fri, 26 Oct 2001 10:57:04 +0000 (10:57 +0000)]
Fix usage of H_GET_32/16. Likewise with H_PUT_32/16.

22 years ago* select.cc (MAKEready): Check for read_ready in loop since select_read could
Christopher Faylor [Fri, 26 Oct 2001 04:06:27 +0000 (04:06 +0000)]
* select.cc (MAKEready): Check for read_ready in loop since select_read could
set it.
(peek_socket): Check ready/write/except specifically since they could have been
set even prior to peek_socket call.

22 years agoClarify checkin comment slightly.
Christopher Faylor [Wed, 24 Oct 2001 23:56:45 +0000 (23:56 +0000)]
Clarify checkin comment slightly.

22 years ago* shared_info.h (MOUNT_VERSION): Change to a smaller, still arbitrary number.
Christopher Faylor [Wed, 24 Oct 2001 22:10:06 +0000 (22:10 +0000)]
* shared_info.h (MOUNT_VERSION): Change to a smaller, still arbitrary number.
* shared.cc (open_shared): Accept a number to denote the shared memory region.
(memory_init): Use shared memory version as part of the object name of the
shared region.  Ditto for the mount table.
* path.cc (CYGWIN_REGNAME): New define used in place of
CYGWIN_INFO_CYGWIN_REGISTRY_NAME throughout.
* external.cc (cygwin_internal): Implement CW_[GS]ET_CYGWIN_REGISTRY_NAME.
* cygheap.h (init_cygheap::cygwin_regname): New element.

22 years ago* Makefile.in: Remove EXEEXT consideration. We always need EXEEXT.
Christopher Faylor [Wed, 24 Oct 2001 22:09:37 +0000 (22:09 +0000)]
* Makefile.in: Remove EXEEXT consideration.  We always need EXEEXT.

22 years ago* Makefile.in: Only build testsuite directory on first 'make check'.
Christopher Faylor [Wed, 24 Oct 2001 21:56:54 +0000 (21:56 +0000)]
* Makefile.in: Only build testsuite directory on first 'make check'.
* configure.in: Remove testsuite from SUBDIRS.
* configure: Regenerate.

22 years agomerge from gcc
DJ Delorie [Wed, 24 Oct 2001 20:32:09 +0000 (20:32 +0000)]
merge from gcc

22 years ago2001-10-24 Jeff Holcomb <jeffh@redhat.com>
Jeff Holcomb [Wed, 24 Oct 2001 20:02:25 +0000 (20:02 +0000)]
2001-10-24  Jeff Holcomb  <jeffh@redhat.com>

Makefile.in (all-bison): Don't depend on texinfo.

22 years ago2001-10-24 Christopher Faylor <cgf@redhat.com>
Jeff Johnston [Wed, 24 Oct 2001 18:10:30 +0000 (18:10 +0000)]
2001-10-24  Christopher Faylor  <cgf@redhat.com>

        * libc/stdio/fseek.c: Reset pointer to buffer base
        when forced to seek outside of current buffer contents.
        This prevents the code from erroneously thinking there is
        anything in the current buffer.

22 years agoRemove merge conflict indicator.
Christopher Faylor [Wed, 24 Oct 2001 15:40:24 +0000 (15:40 +0000)]
Remove merge conflict indicator.

22 years agoEnsure that all fhandler_*::read definitions are __stdcall throughout.
Christopher Faylor [Wed, 24 Oct 2001 04:16:45 +0000 (04:16 +0000)]
Ensure that all fhandler_*::read definitions are __stdcall throughout.
* fhandler.cc (fhandler_base::set_inheritance): Be more defensive in debugging
code.
* fhandler.h: Adjust regparms throughout to reflect passing 'this' parameter.
* fhandler_console.cc (fhandler_console::read): Remove unneeded test.  Only
honor "key down" events.
* miscfuncs.cc (strcasestr): Reorganize for efficient code use.
(check_null_empty_str_errno): Ditto.
(__check_null_invalid_struct_errno): Ditto.
(__check_invalid_read_ptr_errno): Ditto.
* syscalls.cc (_read): Return 0 when length == 0, as per Single UNIX
Specification.

22 years ago * libc/include/math.h: The C++ standard adds the single-precision
Geoffrey Keating [Tue, 23 Oct 2001 17:43:16 +0000 (17:43 +0000)]
* libc/include/math.h: The C++ standard adds the single-precision
versions of the elementary functions.

22 years agomerge from gcc
DJ Delorie [Tue, 23 Oct 2001 15:31:55 +0000 (15:31 +0000)]
merge from gcc

22 years ago * internal.h: White space changes to keep lines under 80 chars.
Alan Modra [Tue, 23 Oct 2001 04:42:12 +0000 (04:42 +0000)]
* internal.h: White space changes to keep lines under 80 chars.

22 years ago* debug.cc (set_errno): Return value of errno that was set, just like the
Christopher Faylor [Mon, 22 Oct 2001 21:09:41 +0000 (21:09 +0000)]
* debug.cc (set_errno): Return value of errno that was set, just like the
macro.
(setclexec_pid): Replace old handle with new handle.
* debug.h: Reflect change in arguments for setclexec_pid.
* fhandler.cc (fhandler_base::set_inheritance): Ditto.
(fhandler_base::fork_fixup): Ditto.
* cygerrno.h: Reflect return value change for set_errno.

22 years agoRemove 'cb' parameter and modify fhandler_* constructors throughout.
Christopher Faylor [Mon, 22 Oct 2001 18:39:22 +0000 (18:39 +0000)]
Remove 'cb' parameter and modify fhandler_* constructors throughout.
* dtable.cc (dtable::build_fhandler): Remove debugging output which uses 'cb'.
* exec.cc (execvp): New function.
(execvpe): Ditto.
* fhandler.cc (fhandler_base::fhandler_base): Use constructor initialization.
* fhandler.h (fhandler_tty_common::fhandler_tty_common): Ditto.
* fhandler_clipboard.cc (fhandler_dev_clipboard::fhandler_dev_clipboard):
Ditto.
* fhandler_console.cc (fhandler_console::fhandler_console): Ditto.
* fhandler_raw.cc (fhandler_dev_raw::fhandler_dev_raw): Ditto.
* fhandler_serial.cc (fhandler_serial::fhandler_serial): Ditto.
* fhandler_tty.cc (fhandler_tty_master::fhandler_tty_master): Ditto.
(fhandler_tty_slave::fhandler_tty_slave): Ditto.
(fhandler_pty_master::fhandler_pty_master): Ditto.
* fhandler_windows.cc (fhandler_windows::fhandler_windows): Ditto.

22 years ago Patch suggested by Ian Ray <ian.ray@nokia.com>:
Corinna Vinschen [Mon, 22 Oct 2001 18:31:00 +0000 (18:31 +0000)]
Patch suggested by Ian Ray <ian.ray@nokia.com>:
* syscalls.cc (seteuid): Unset environment variables HOMEDRIVE and
HOMEPATH before calling internal_getlogin().
* uinfo.cc (internal_getlogin): Use default HOMEPATH and HOMEDRIVE
from environment if both are present, else query NetUserGetInfo().

22 years ago* libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations throughout.
Christopher Faylor [Mon, 22 Oct 2001 16:40:26 +0000 (16:40 +0000)]
* libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations throughout.
* signal.h: Change comment to reflect __CYGWIN__ rather than __CYGWIN32__.
* popen.c (popen): Use __CYGWIN_ rather than __CYGWIN32__.
* system.c (_system_r): Ditto.

22 years ago * net.cc (get_2k_ifconf): Change multiple IP address naming scheme
Corinna Vinschen [Mon, 22 Oct 2001 12:23:33 +0000 (12:23 +0000)]
    * net.cc (get_2k_ifconf): Change multiple IP address naming scheme
        to Linux style.

Patch by Alexander Gottwald <ago@informatik.tu-chemnitz.de>:
        * net.cc (get_2k_ifconf): Added support for multiple IP addresses on
        one interface.

22 years ago * miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.
Corinna Vinschen [Mon, 22 Oct 2001 11:31:39 +0000 (11:31 +0000)]
* miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.

22 years ago* resource.cc (fill_rusage): Perform paranoid zero structure passed to
Christopher Faylor [Mon, 22 Oct 2001 00:10:46 +0000 (00:10 +0000)]
* resource.cc (fill_rusage): Perform paranoid zero structure passed to
GetProcessMemoryInfo.

22 years ago* autoload.cc: Autoload GetProcessMemoryInfo.
Christopher Faylor [Sun, 21 Oct 2001 23:44:43 +0000 (23:44 +0000)]
* autoload.cc: Autoload GetProcessMemoryInfo.
* resource.cc (fill_rusage): Calculate ru_maxrss and ru_majflt entries.
(Bug report on this from Guido Serassio in the squid project).  This requires
including psapi.h.

22 years ago* dll_init.cc (dll_list::alloc): Increase retry count to 1000.
Christopher Faylor [Sun, 21 Oct 2001 03:38:41 +0000 (03:38 +0000)]
* dll_init.cc (dll_list::alloc): Increase retry count to 1000.

22 years agofix typo.
Christopher Faylor [Sat, 20 Oct 2001 17:35:27 +0000 (17:35 +0000)]
fix typo.

22 years ago * mkgroup.c: Avoid compiler warnings.
Corinna Vinschen [Sat, 20 Oct 2001 13:56:09 +0000 (13:56 +0000)]
    * mkgroup.c: Avoid compiler warnings.
        (print_special): New function.
        (main): Print special accounts by calling print_special().
        * mkpasswd.c: Avoid compiler warnings.
        (enum_users): Print additional U-domain\username info in gecos
        field when SIDs are printed.
        (print_special): New function.
        (main): Print special accounts by calling print_special().

22 years ago * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
Corinna Vinschen [Sat, 20 Oct 2001 10:41:09 +0000 (10:41 +0000)]
    * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
        (WNetGetResourceInformationW): Ditto.
        (WNetGetResourceInformation): Add define.

22 years ago* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.
Christopher Faylor [Sat, 20 Oct 2001 05:08:21 +0000 (05:08 +0000)]
* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.
* syscalls.c (_write): Validate that write buffer is accessible for reading,
not writing.
* winsup.h: Declare new function, increase regparmization of check_* functions.

22 years ago * path.cc (getcwd): Allow len == 0 when buf == NULL.
Corinna Vinschen [Fri, 19 Oct 2001 19:17:04 +0000 (19:17 +0000)]
    * path.cc (getcwd): Allow len == 0 when buf == NULL.

22 years ago* syscalls.cc (_read): Validate input pointer.
Christopher Faylor [Fri, 19 Oct 2001 02:27:19 +0000 (02:27 +0000)]
* syscalls.cc (_read): Validate input pointer.
(_write): Ditto.
(system): Ditto.

22 years ago2001-10-18 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Thu, 18 Oct 2001 22:41:35 +0000 (22:41 +0000)]
2001-10-18  Chris Demetriou  <cgd@broadcom.com>

        * mips.h (OPCODE_IS_MEMBER): Add a no-op term to the end
        of the expression, to make source code merging easier.

22 years agoAdd ddb-kseg0.ld and switch to kseg1 if sizing memory from kseg0
Michael Meissner [Thu, 18 Oct 2001 02:24:30 +0000 (02:24 +0000)]
Add ddb-kseg0.ld and switch to kseg1 if sizing memory from kseg0

22 years ago2001-10-17 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Thu, 18 Oct 2001 01:50:26 +0000 (01:50 +0000)]
2001-10-17  Chris Demetriou  <cgd@broadcom.com>

       * mips.h: Sort coprocessor instruction argument characters
       in comment, add a few more words of description for "H".

22 years ago[gas/testsuite/ChangeLog]
Chris Demetriou [Thu, 18 Oct 2001 01:42:16 +0000 (01:42 +0000)]
[gas/testsuite/ChangeLog]
2001-10-17  Chris Demetriou  <cgd@broadcom.com>

        * gas/mips/mips.exp (sb1-ext-ps): New test to test
        SB-1 core's paired-single extensions to the MIPS64 ISA.
        * gas/mips/sb1-ext-ps.d: New file.
        * gas/mips/sb1-ext-ps.s: New file.

[include/opcode/ChangeLog]
2001-10-17  Chris Demetriou  <cgd@broadcom.com>

        * mips.h (INSN_SB1): New cpu-specific instruction bit.
        (OPCODE_IS_MEMBER): Allow instructions matching INSN_SB1
        if cpu is CPU_SB1.

[opcodes/ChangeLog]
2001-10-17  Chris Demetriou  <cgd@broadcom.com>

        * mips-dis.c (mips_isa_type): Make the ISA used to disassemble
        SB-1 binaries include instructions specific to the SB-1.
        * mips-opc.c (SB1): New definition.
        (mips_builtin_opcodes): Add SB-1 extension opcodes "div.ps",
        "recip.ps", "rsqrt.ps", and "sqrt.ps".

22 years ago Add __rtems__ as system defining fchdir().
Corinna Vinschen [Wed, 17 Oct 2001 19:28:35 +0000 (19:28 +0000)]
Add __rtems__ as system defining fchdir().

22 years ago Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:
Corinna Vinschen [Wed, 17 Oct 2001 18:52:06 +0000 (18:52 +0000)]
Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:
* poll.cc (poll): Call cygwin_select() if any fd is valid.

22 years ago * libc/include/sys/unistd.h: Add prototype for fchdir() when
Corinna Vinschen [Wed, 17 Oct 2001 18:16:43 +0000 (18:16 +0000)]
* libc/include/sys/unistd.h: Add prototype for fchdir() when
__CYGWIN__ is defined.

22 years ago[gas/ChangeLog]
Matthew Green [Wed, 17 Oct 2001 13:13:15 +0000 (13:13 +0000)]
[gas/ChangeLog]
* config/tc-ppc.c (md_show_usage): Add missing -maltivec, -m7400,
-m7410, -m7450 and -m7455 options.

[gas/testsuite/ChangeLog]
* gas/ppc/altivec.s: New test for AltiVec.
* gas/ppc/altivec.d: New file.
* gas/ppc/ppc.exp: Test altivec.s

[include/opcode/ChangeLog]
* ppc.h (PPC_OPCODE_BOOKE64): Fix typo.

[opcodes/ChangeLog]
* ppc-opc.c (STRM): New AltiVec operand.
(XDSS): New AltiVec instruction form.
(mtvscr): Correct operand list.
(dst, dstt, dstst, dststt, dss, dssall): AltiVec instructions.

22 years ago2001-10-16 Jeff Holcomb <jeffh@redhat.com>
Jeff Holcomb [Wed, 17 Oct 2001 01:44:50 +0000 (01:44 +0000)]
2001-10-16  Jeff Holcomb  <jeffh@redhat.com>

        * internal.h (elf_internal_shdr): Make contents a unsigned char *.

22 years ago * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibility
Corinna Vinschen [Tue, 16 Oct 2001 20:17:23 +0000 (20:17 +0000)]
    * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibility
        code since no Win32 device names are used anymore.
        * fhandler_tape.cc (fhandler_dev_tape::tape_set_blocksize): Allow
        0 as blocksize to indicate variable blocksize.
        * path.cc (win32_device_name): Generate NT internal device names
        using upper/lower case names for readability.
        Generate \DosDevices\<letter>: device name for mount table
        compatibility devices.

22 years agoForgot ChangeLog
Corinna Vinschen [Tue, 16 Oct 2001 17:32:42 +0000 (17:32 +0000)]
Forgot ChangeLog

22 years ago* fhandler.cc (fhandler_base::fork_fixup): Guard against compiler warning.
Christopher Faylor [Tue, 16 Oct 2001 16:58:28 +0000 (16:58 +0000)]
* fhandler.cc (fhandler_base::fork_fixup): Guard against compiler warning.

22 years ago * fhandler_tape.cc (fhandler_dev_tape::tape_status): Report
Corinna Vinschen [Tue, 16 Oct 2001 16:28:39 +0000 (16:28 +0000)]
    * fhandler_tape.cc (fhandler_dev_tape::tape_status): Report
        EOTWarningZoneSize in get->mt_eotwarningzonesize.
        * include/cygwin/mtio.h: Define DEFTAPE.
        (struct mtget): Add member `mt_eotwarningzonesize'. Add a comment.
        * include/cygwin/version.h: Bump API minor version to 47.

22 years ago * pathnames.sgml: Cleanup raw device text to be more coherent.
Corinna Vinschen [Tue, 16 Oct 2001 16:03:22 +0000 (16:03 +0000)]
    * pathnames.sgml: Cleanup raw device text to be more coherent.

22 years ago * pathnames.sgml: Add description for new fixed device paths.
Corinna Vinschen [Tue, 16 Oct 2001 15:16:02 +0000 (15:16 +0000)]
* pathnames.sgml: Add description for new fixed device paths.

22 years ago * autoload.cc: Add load statement for `NtOpenFile'.
Corinna Vinschen [Tue, 16 Oct 2001 14:53:26 +0000 (14:53 +0000)]
* autoload.cc: Add load statement for `NtOpenFile'.
* fhandler.h (fhandler_dev_raw::get_unit): New method.
(fhandler_dev_tape::norewind): Eliminate.
(fhandler_dev_tape::is_rewind_device): New method.
* fhandler_raw.cc (fhandler_dev_raw::open): Open new
fixed device name devices using NT internal method.
Keep calling fhandler_base::open() for old mount table
device mapping compatibility devices.
(fhandler_dev_raw::fstat): Eliminate.  Settings are done
by fhandler_base::fstat() already.
* fhandler_tape.cc: Remove `norewind' usage throughout.
* ntdll.h: Define FILE_SYNCHRONOUS_IO_NONALERT.
Define struct _IO_STATUS_BLOCK.
Declare NtOpenFile().
* path.cc (get_raw_device_number): Add new approach for
using fixed device names.
(win32_device_name): Ditto.
(get_device_number): Ditto.  Require POSIX path to begin
with "/dev/".
(mount_info::conv_to_win32_path): Call win32_device_name()
instead of get_device_number() after evaluating mount points
to allow changing the win32 destination path again.
* security.cc (str2buf2uni): Remove `static' to be able to
call function from fhandler_dev_raw::open().
* wincap.cc: Set flag has_raw_devices appropriately.
* wincap.h: Add flag has_raw_devices.

22 years ago* cygheap.h (cygheap_fdget::cygheap_fdget): Remove debugging operation from
Christopher Faylor [Tue, 16 Oct 2001 14:43:36 +0000 (14:43 +0000)]
* cygheap.h (cygheap_fdget::cygheap_fdget): Remove debugging operation from
set_errno.

22 years ago* mmap.cc (mmap): Assign 'fh' from cygheap_fdget. Use 'fh' everywhere.
Christopher Faylor [Tue, 16 Oct 2001 14:04:26 +0000 (14:04 +0000)]
* mmap.cc (mmap): Assign 'fh' from cygheap_fdget.  Use 'fh' everywhere.

22 years agominor reformat.
Christopher Faylor [Tue, 16 Oct 2001 13:49:38 +0000 (13:49 +0000)]
minor reformat.

22 years ago* filenames.h: Add cygwin to the list of dosish style path systems.
Christopher Faylor [Tue, 16 Oct 2001 12:47:31 +0000 (12:47 +0000)]
* filenames.h: Add cygwin to the list of dosish style path systems.

22 years ago* cygerrno.h (set_errno): Define more informative version of this function for
Christopher Faylor [Tue, 16 Oct 2001 03:31:50 +0000 (03:31 +0000)]
* cygerrno.h (set_errno): Define more informative version of this function for
debugging.
(__set_errno): Declare when DEBUGGING.
* cygheap.h (cygheap_fdget::cygheap_fdget): Add a flag to control when errno is
set.
* debug.cc (__set_errno): New function.
* fcntl.cc (_fcntl): Fix so that correct fd is used for second argument to
dup2.
* syscalls.cc (_cygwin_istext_for_stdio): Don't set errno here when using
cygheap_fdget.

22 years ago* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
Christopher Faylor [Mon, 15 Oct 2001 23:39:33 +0000 (23:39 +0000)]
* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
* dlfcn.cc: Fix to confirm to coding standards.  Reorganize includes throughout
to accomodate new cygheap.h usage.
* cygheap.h (cygheap_fdmanip): New class: simplifies locking and retrieval of
fds from cygheap->fdtab.
(cygheap_fdget): Ditto.
(cygheap_fdnew): Ditto.
* fcntl.cc (_fcntl): Use new method to lock fdtab and retrieve info.
* ioctl.cc (ioctl): Ditto.
* mmap.cc (mmap): Ditto.
* net.cc: Ditto, throughout.
* passwd.cc (getpass): Ditto.
* path.cc (fchdir): Ditto.
* pipe.cc (make_pipe): Ditto.
* sec_acl.cc (facl): Ditto.
* syscalls.cc: Ditto, throughout.
* termios.cc: Ditto, throughout.

22 years agonew known problem "hang or core-dump during make"
David Starks-Browning [Mon, 15 Oct 2001 22:32:46 +0000 (22:32 +0000)]
new known problem "hang or core-dump during make"

22 years agocvs+ssh problem on Win9x now FITNR.
David Starks-Browning [Mon, 15 Oct 2001 21:51:36 +0000 (21:51 +0000)]
cvs+ssh problem on Win9x now FITNR.

22 years ago* mkpasswd.cc (enum_users): Shorten "unused" passwd field.
Christopher Faylor [Mon, 15 Oct 2001 15:44:37 +0000 (15:44 +0000)]
* mkpasswd.cc (enum_users): Shorten "unused" passwd field.

22 years ago * uname.cc (uname): Use `wProcessorLevel' unless OS sets it wrong.
Corinna Vinschen [Mon, 15 Oct 2001 09:41:18 +0000 (09:41 +0000)]
    * uname.cc (uname):  Use `wProcessorLevel' unless OS sets it wrong.
        Use `dwProcessorType' then instead.
        * wincap.cc: Set flag has_valid_processorlevel appropriately.
        * wincap.h: Add flag has_valid_processorlevel.

22 years ago* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine path
Christopher Faylor [Sun, 14 Oct 2001 15:49:13 +0000 (15:49 +0000)]
* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine path
name.
* fork.cc (fork_parent): Correct the "unable to allocate forker_finished event"
error message.  It named the wrong event before.

22 years ago* autoload.cc (load_wsock32): Declare dummy function to force loading of
Christopher Faylor [Sun, 14 Oct 2001 04:14:24 +0000 (04:14 +0000)]
* autoload.cc (load_wsock32): Declare dummy function to force loading of
winsock.
* fhandler.cc (fhandler_base::set_inheritance): Make debugging output more
verbose.
* fhandler_socket.cc (fhandler_socket::fixup_after_fork): Force loading of
winsock32 if winsock2 not available.
* net.cc (set_socket_inheritance): Use DuplicateHandle in all cases to set
inheritance correctly.
(fdsock): Use winsock2_active macro to determine when to set socket
inheritance.  Remove fdtab resource locking since this function should already
be protected.
(cygwin_accept): Simplify logic.  Ensure that fdtab unlock is not called
inappropriately.
(cygwin_rcmd): Use fdtab locking.
(cygwin_rresvport): Ditto.
(cygwin_rexec): Ditto.
* select.cc (peek_socket): Set errno appropriately if winsock select fails.
* winsup.h: Declare check_pty_fds.
* syscalls.cc (check_pty_fds): Rename from check_ttys_fds.  Also check pty
master.
(setsid): Use check_pty_fds.
* dtable.cc (dtable::dec_console_fds): Add check on pty fds.

22 years ago* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor [Sat, 13 Oct 2001 17:23:35 +0000 (17:23 +0000)]
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
SNDCTL_DSP_GETBLKSIZE operation.  Remove obsolete 'name' arg from fhandler_*
constructors throughout.
* winsup.h (winsock_active): New macro.
(winsock2_active): Ditto.
* autoload.cc (wsock_init): Use new macros to decide if winsock or winsock2 is
loaded.
(nonexist_wsock32): Dummy function to force winsock load.
(nonexist_ws2_32): Dummy function to force winsock2 load.
* fhandler.h (fhandler_socket::fstat): Declare new method.  Currently unused.
* fhandler_socket.cc (fhandler_socket::fixup_before_fork_exec): Check that
winsock2 is active before trying WSADuplicateSocketA.
(fhandler_socket::fixup_after_fork): Add extra check for winsock2_active.
Otherwise use iffy procedures for Windows 95.
(fhandler_socket::fixup_after_exec): Add debugging.
(fhandler_socket::dup): Add debugging.
(fhandler_socket::fstat): New method.
(fhandler_socket::set_close_on_exec): Attempt to perform iffy stuff on Windows
95.
* errno.cc (_sys_nerr): Work around compiler strangeness.
* pinfo.cc (winpids::add): Add extra element at end of allocated array for
setting to NULL.
(winpids::enumNT): Ditto.
(winpids::init): Don't modify pidlist if it hasn't been allocated
(possibly due to malloc problem).

22 years ago* Makefile.in: Allow stdinc searching for dumper.
Christopher Faylor [Sat, 13 Oct 2001 05:33:47 +0000 (05:33 +0000)]
* Makefile.in: Allow stdinc searching for dumper.

22 years agooops, fix an error in the previous entry.
Matthew Green [Sat, 13 Oct 2001 02:27:25 +0000 (02:27 +0000)]
oops, fix an error in the previous entry.

22 years ago[gas/ChangeLog]
Matthew Green [Sat, 13 Oct 2001 01:59:09 +0000 (01:59 +0000)]
[gas/ChangeLog]
* config/tc-ppc.c (md_parse_option): New -m7410, -m7450 and -m7455
flags, equivalent to -m7400.  New -maltivec to enable AltiVec
instructions.  New -mbook64 and -mbooke/-mbooke32 flags to enable
64-bit and 32-bit BookE support, respectively.  Change -m403 and
-m405 to set PPC403 option.
(md_show_usage): Adjust for new options.
* doc/all.texi: Set PPC.
* doc/as.texinfo: Add PPC support and pull in c-ppc.texi.
* doc/c-ppc.texi: New file.
* doc/Makefile.am (CPU_DOCS): Add c-ppc.texi.
* doc/Makefile.in: Regenerate.

[gas/testsuite/ChangeLog]
* gas/ppc/booke.s: New test for Motorola BookE.
* gas/ppc/booke.d: New file.
* gas/ppc/ppc.exp: Test booke.s.

[include/opcode/ChangeLog]
* ppc.h (PPC_OPCODE_BOOKE, PPC_OPCODE_403): New opcode flags for
BookE and PowerPC403 instructions.

[opcodes/ChangeLog]
* ppc-opc.c (insert_de, extract_de, insert_des, extract_des): New
instruction field instruction/extraction functions for new BookE
DE form instructions.
(CT): New macro for CT field in an X form instruction.
(DE, DES, DEO, DE_MASK): New macros for DE/DES fields in DE form
instructions.
(PPC64): Don't include PPC_OPCODE_PPC.
(403): New opcode macro for PPC403 processors.
(BOOKE): New opcode macro for BookE processors.
(bce, bcel, bcea, bcela, bclre, bclrel: New BookE instructions.
(bcctre, bcctrel, be, bel, bea, bela, icbt, icbte, lwzxe): Likewise.
(dcbste, lwzuxe, luxe, dcbfe, lbzxe, lwarxe, lbzuxe): Likewise.
(stwcxe, stwxe, stxe, stwuxe, stuxe, stbxe, dcbtste, stbuxe): Likewise.
(mfapidi, dcbte, lhzxe, lhzuxe, lhaxe, lhauxe, subfe64): Likewise.
(subfeo64, adde64, addeo64, sthxe, sthuxe, subfze64): Likewise.
(subfzeo64, addze64, addzeo64, dcbie, subfme64, subfmeo64): Likewise.
(addme64, addmeo64, stdcxe., mcrxr64, lwbrxe, lfsxe, lfsuxe): Likewise.
(lfdxe, lfduxe, stwbrxe, stfsxe, stfsuxe, stfdxe, dcbae): Likewise.
(stfduxe, tlbivax, tlbivaxe, lhbrxe, ldxe, lduxe, tlbsx): Likewise.
(tlbsxe, sthbrxe, stdxe, stduxe, icbie, stfiwxe, dcbze, lbze): Likewise.
(lbzue, ldue, lhze, lhzue, lhae, lhaue, lwze, lwzue): Likewise.
(stbe, stbue, sthe, sthue, stwe, stwue, lfse, lfsue, lfde): Likewise.
(lfdue, stde, stdue, stfse, stfsue, stfde, stfdue): Likewise.

* ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc): Look
for a disassembler option of `booke', `booke32' or `booke64' to enable
BookE support in the disassembler.

22 years ago* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
Christopher Faylor [Sat, 13 Oct 2001 01:35:15 +0000 (01:35 +0000)]
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.

22 years ago* Makefile.in: Add -nostdinc to CXXFLAGS.
Christopher Faylor [Sat, 13 Oct 2001 00:59:20 +0000 (00:59 +0000)]
* Makefile.in: Add -nostdinc to CXXFLAGS.

22 years ago* Makefile.in: Comment out install for now.
Christopher Faylor [Fri, 12 Oct 2001 20:02:41 +0000 (20:02 +0000)]
* Makefile.in: Comment out install for now.

22 years ago* Makefile.in: Accomodate changes to w32api_include macro.
Christopher Faylor [Fri, 12 Oct 2001 19:49:29 +0000 (19:49 +0000)]
* Makefile.in: Accomodate changes to w32api_include macro.

22 years ago* Makefile.common: Perform more include file testing trickery.
Christopher Faylor [Fri, 12 Oct 2001 12:52:05 +0000 (12:52 +0000)]
* Makefile.common: Perform more include file testing trickery.

22 years agoRed Hatize
Christopher Faylor [Fri, 12 Oct 2001 01:51:21 +0000 (01:51 +0000)]
Red Hatize

22 years ago* net.cc (cygwin_sendto): Use correct socket address when sending
Egor Duda [Thu, 11 Oct 2001 09:46:21 +0000 (09:46 +0000)]
* net.cc (cygwin_sendto): Use correct socket address when sending
data to AF_UNIX socket.

22 years ago * net.cc (get_95_ifconf): Using other registry values pointing to
Corinna Vinschen [Wed, 10 Oct 2001 19:28:19 +0000 (19:28 +0000)]
* net.cc (get_95_ifconf): Using other registry values pointing to
correct networkdevice identification for Windows95.

22 years agoNew entries:
David Starks-Browning [Wed, 10 Oct 2001 09:21:55 +0000 (09:21 +0000)]
New entries:
My application cannot locate cygncurses5.dll!!!
Why is Cygwin suddenly @emph{so} slow?
Modified:
Why doesn't //c (for C:) work anymore?

22 years agoThroughout, rename PROC_FORK1 to PROC_FORK.
Christopher Faylor [Wed, 10 Oct 2001 02:32:12 +0000 (02:32 +0000)]
Throughout, rename PROC_FORK1 to PROC_FORK.
* child_info.h: Rename PROC_* to _PROC_*.  Define PROC_* with additional
testing magic.  Eliminate old PROC_FORK and rename PROC_FORK1 to PROC_FORK.
* dcrt0.cc (_cygwin_testing_magic): New variable.  Added to magic number in
proc_info.
(alloc_stack): Eliminate old PROC_FORK test.
(dll_crt0_1): Ditto.  Use _PROC_* enums for test.  Subtract
_cygwin_testing_magic from child_proc_info->type so that normal cygwin programs
invoked by test suite programs do not consider themselves to be in a cygwin
environment.
(_dll_crt0): Ditto.  Move environment checks to initial_env function to
conserve on stack space.
(initial_env): New function.  Checks for testing and debugging environment
variables.
* init.cc (cygwin_hmodule): Move declaration.
* winsup.h: Declare variables used for cygwin testing.

22 years ago* Makefile.in (MINGW_INCLUDES): Accomodate changes in Makefile.common.
Christopher Faylor [Wed, 10 Oct 2001 01:58:33 +0000 (01:58 +0000)]
* Makefile.in (MINGW_INCLUDES): Accomodate changes in Makefile.common.

22 years ago* Makefile.common: Avoid adding -I options to compile if they already exist in
Christopher Faylor [Wed, 10 Oct 2001 01:57:43 +0000 (01:57 +0000)]
* Makefile.common: Avoid adding -I options to compile if they already exist in
CC or C*FLAGS.  This prevents warnings from newer versions of gcc.

22 years ago* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default
Christopher Faylor [Tue, 9 Oct 2001 23:28:24 +0000 (23:28 +0000)]
* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default
condition.

22 years agofix typos
Egor Duda [Tue, 9 Oct 2001 18:12:51 +0000 (18:12 +0000)]
fix typos

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