]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
23 years ago * dis-asm.h: Declare cris_get_disassembler, not print_insn_cris.
Hans-Peter Nilsson [Fri, 29 Sep 2000 18:07:47 +0000 (18:07 +0000)]
* dis-asm.h: Declare cris_get_disassembler, not print_insn_cris.
Fix typo in comment.

23 years ago * cris.h (EF_CRIS_UNDERSCORE): New.
Hans-Peter Nilsson [Fri, 29 Sep 2000 16:52:42 +0000 (16:52 +0000)]
* cris.h (EF_CRIS_UNDERSCORE): New.

23 years ago Forgot to remove cygkeycheck.cc
Corinna Vinschen [Fri, 29 Sep 2000 11:22:36 +0000 (11:22 +0000)]
    Forgot to remove cygkeycheck.cc

23 years ago * cygcheck.cc (keyeprint): New function.
Corinna Vinschen [Fri, 29 Sep 2000 11:20:53 +0000 (11:20 +0000)]
    * cygcheck.cc (keyeprint): New function.
        (check_keys): New function. Perform checking keycodes.
        (main): Add option `-k' for invoking check_keys.
        Change option processing to use long options and getopt_long.
        * cygkeycheck.cc: Removed. Functionality moved to `cygcheck.cc'.
        * Makefile.in: Remove cygkeycheck from the dependencies.

23 years agoAdd alloca-conf.h from libiberty.
Alan Modra [Thu, 28 Sep 2000 08:00:54 +0000 (08:00 +0000)]
Add alloca-conf.h from libiberty.

23 years ago * cygkeycheck.cc: New file. Utility to retrieve keycodes.
Corinna Vinschen [Thu, 28 Sep 2000 06:39:43 +0000 (06:39 +0000)]
    * cygkeycheck.cc: New file. Utility to retrieve keycodes.
        * Makefile.in: Add cygkeycheck to the dependencies.

23 years ago * net.cc (get_ifconf): Code cleanup. Split. Call os dependent
Corinna Vinschen [Thu, 28 Sep 2000 06:34:38 +0000 (06:34 +0000)]
    * net.cc (get_ifconf): Code cleanup. Split. Call os dependent
        subfunctions instead.
        (get_9x_ifconf): New function for 9X systems, called by get_ifconf.
        (get_nt_ifconf): New function for NT systems, called by get_ifconf.
        (get_2k_ifconf): New function for W2K systems, called by get_ifconf.

23 years ago.plt stub for lazy linking, --stub-group-size=N ld switch,
Alan Modra [Wed, 27 Sep 2000 17:30:17 +0000 (17:30 +0000)]
.plt stub for lazy linking, --stub-group-size=N ld switch,
import stub fix, extra DIR14F reloc to fix abort in tc_gen_reloc

23 years ago* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quoting
Christopher Faylor [Wed, 27 Sep 2000 05:12:09 +0000 (05:12 +0000)]
* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quoting
mechanism when dealing with '\' and '"'.

23 years agoNew entry "Why doesn't man work?"
David Starks-Browning [Tue, 26 Sep 2000 14:55:51 +0000 (14:55 +0000)]
New entry "Why doesn't man work?"
(need ash)

23 years agoRemove entry "How do I set /etc up?"
David Starks-Browning [Tue, 26 Sep 2000 14:46:56 +0000 (14:46 +0000)]
Remove entry "How do I set /etc up?"
(never been updated to latest, no longer helpful)

23 years ago* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.
Christopher Faylor [Tue, 26 Sep 2000 00:52:21 +0000 (00:52 +0000)]
* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.
* fhandler.h (fhandler_socket::~fhandler_socket): Delete declaration.
* net.cc: Remove unnecessary "number_of_sockets" usage.
(fhandler_socket::fhandler_socket): Ditto.
(fhandler_socket::~fhandler_socket): Delete definition.
* spawn.cc (spawn_guts): Force first argument passed to CreateProcess as a
command line to be windows style.

23 years ago* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
Alexandre Oliva [Mon, 25 Sep 2000 20:26:51 +0000 (20:26 +0000)]
* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
ltcf-c.sh.

23 years ago* spawn.cc (av::dup_maybe): Make function void rather than void *.
Christopher Faylor [Mon, 25 Sep 2000 16:36:12 +0000 (16:36 +0000)]
* spawn.cc (av::dup_maybe): Make function void rather than void *.
* environ.cc (environ_init): Remember to reparse CYGWIN if envp is
supplied.
* heap.cc (_sbrk): Remember frame for signal handling.
* syscalls.cc (read_handler): Eliminate.
(_read): Move read_handler code here.  Reorganize for one path through
'ready_for_read'.

23 years agoFix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again.
Jim Wilson [Fri, 22 Sep 2000 19:43:49 +0000 (19:43 +0000)]
Fix ia64 gas testsuite.  Update ia64 DV tables.  Fix ia64 gas testsuite again.
gas/ChangeLog
* config/tc-ia64.c (dv_sem): Add "stop".
(specify_resource, case IA64_RS_PR): Only handles regs 1 to 15 now.
(specify_resource, case IA64_RS_PRr): New for regs 16 to 62.
(specify_resource, case IA64_RS_PR63): Reorder (note == 7) test to
match above.
(mark_resources): Check IA64_RS_PRr.
gas/testsuite/ChangeLog
* gas/ia64/dv-raw-err.s: Add new testcases for PR%, 16 - 62.
* gas/ia64/dv-waw-err.s: Likewise.
* gas/ia64/dv-imply.d: Regenerate.
* gas/ia64/dv-mutex.d, gas/ia64/dv-raw-err.l, gas/ia64/dv-safe.d,
gas/ia64/dv-srlz.d, gas/ia64/dv-war-err.l, gas/ia64/dv-waw-err.l,
gas/ia64/opc-f.d, gas/ia64/opc-i.d, gas/ia64/opc-m.d: Likewise.
include/opcode/ChangeLog
* ia64.h (enum ia64_dependency_semantics): Add IA64_DVS_STOP.
opcodes/ChangeLog
* ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
* ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
(lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
* ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
* ia64-asmtab.c: Regnerate.

23 years ago * libc/signal/signal.c (__sigtramp_r): ISO C requires
Geoffrey Keating [Tue, 19 Sep 2000 19:39:45 +0000 (19:39 +0000)]
* libc/signal/signal.c (__sigtramp_r): ISO C requires
case labels to be integral constant expressions, so
use an if/else tree instead.
(_raise_r): Likewise.

23 years ago* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] as
Christopher Faylor [Tue, 19 Sep 2000 13:48:52 +0000 (13:48 +0000)]
* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] as
originally suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.

23 years ago* path.h: Create new input path flag PATH_NEEDDIR.
Christopher Faylor [Tue, 19 Sep 2000 03:22:45 +0000 (03:22 +0000)]
* path.h: Create new input path flag PATH_NEEDDIR.
* path.cc (path::check): Detect trailing slash before converting to windows
path.  Tell symlink_info::check to check for directory if one is found.
(symlink_info::check): Set errno when path is not a directory if pflags &
PATH_NEEDDIR.

23 years ago* cygpath.cc: Add new options: -s and -i.
Christopher Faylor [Tue, 19 Sep 2000 01:26:45 +0000 (01:26 +0000)]
* cygpath.cc: Add new options: -s and -i.
* utils.sgml: Document the new options.

23 years ago* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which caused
Christopher Faylor [Mon, 18 Sep 2000 23:46:10 +0000 (23:46 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which caused
resetting of windows error to ERROR_IO_DEVICE to be ignored.

23 years ago* path.cc (mount_info::read_mounts): Don't delete mount entries of which mount
Christopher Faylor [Mon, 18 Sep 2000 16:42:28 +0000 (16:42 +0000)]
* path.cc (mount_info::read_mounts): Don't delete mount entries of which mount
points have the cygdrive prefix.
* (mount_info::add_reg_mount): Properly catch errors on registry operations.
* (mount_info::write_cygdrive_info_to_registry): Ditto.
* (mount_info::del_reg_mount): Cosmetic changes to be consistent with other
methods.
* (mount_info::add_item): Check arguments more precisely.  Increment nmounts
only when registry operations succeed.

23 years ago* exceptions.cc (interruptible): Return 0 if given an address in uncommitted
Christopher Faylor [Mon, 18 Sep 2000 02:20:42 +0000 (02:20 +0000)]
* exceptions.cc (interruptible): Return 0 if given an address in uncommitted
memory.

23 years ago * signal.cc (sleep): If interrupted by signal, return the
Egor Duda [Sat, 16 Sep 2000 13:19:52 +0000 (13:19 +0000)]
* signal.cc (sleep): If interrupted by signal, return the
requested time minus the time actually slept.

23 years ago* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
Christopher Faylor [Sat, 16 Sep 2000 02:36:11 +0000 (02:36 +0000)]
* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
thread.
* external.cc (fillout_pinfo): Fix compiler warning.
* sigproc.h: Eliminate special asm naming for sig_dispatch_pending.
* sigproc.cc (sig_send): Remove debugging statements.

23 years agoUpdate entry "How can I find out which dlls are needed by an executable?"
David Starks-Browning [Thu, 14 Sep 2000 15:58:56 +0000 (15:58 +0000)]
Update entry "How can I find out which dlls are needed by an executable?"
including information about cygcheck.

23 years agoNew entry 'Why doesn't chmod work?'
David Starks-Browning [Thu, 14 Sep 2000 15:42:41 +0000 (15:42 +0000)]
New entry 'Why doesn't chmod work?'

23 years agoNew entry "My Windows logon name has a space in it, will this cause problems?"
David Starks-Browning [Thu, 14 Sep 2000 11:38:15 +0000 (11:38 +0000)]
New entry "My Windows logon name has a space in it, will this cause problems?"

23 years agoUpdate (& alphabetize) contents of 'latest'.
David Starks-Browning [Thu, 14 Sep 2000 11:21:04 +0000 (11:21 +0000)]
Update (& alphabetize) contents of 'latest'.
Other minor cosmetic.

23 years agominor cosmetic
David Starks-Browning [Thu, 14 Sep 2000 11:06:44 +0000 (11:06 +0000)]
minor cosmetic

23 years ago* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
Alexandre Oliva [Thu, 14 Sep 2000 04:56:55 +0000 (04:56 +0000)]
* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Change
numbers to the range from 160 to 167.
(R_SH_FIRST_INVALID_RELOC): Adjust.
(R_SH_FIRST_INVALID_RELOC_2, R_SH_LAST_INVALID_RELOC_2):
New relocs to fill in the gap.

23 years agoAdd support for the MIPS32
Nick Clifton [Thu, 14 Sep 2000 01:47:37 +0000 (01:47 +0000)]
Add support for the MIPS32

23 years agoCommit change mentioned in ChangeLog.
Christopher Faylor [Wed, 13 Sep 2000 19:57:36 +0000 (19:57 +0000)]
Commit change mentioned in ChangeLog.

23 years ago* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methods
Christopher Faylor [Wed, 13 Sep 2000 19:57:00 +0000 (19:57 +0000)]
* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methods
only.
(spawn_guts): Use methods for manipulating most newargv stuff.
* child_info.h (child_info_spawn::~child_info_spawn): Avoid memory leaks in
cygheap.
* spawn.cc (spawn_guts): Ditto.
* dcrt0.cc (quoted): Return next character after a quoted string when not doing
special quote processing.  Also ensure that non-NULL is returned in all circumstances.
* spawn.cc (spawn_guts): Ensure that argv[0] is correctly set to the full path
when a script is detected.  Suggested by Kazuhiro Fujieda
<fujieda@jaist.ac.jp>.

23 years ago2000-09-13 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 13 Sep 2000 16:15:41 +0000 (16:15 +0000)]
2000-09-13  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/machine/v850/setjmp.S: Fixed tab problems caused by
        clipping patch from e-mail reader.

23 years ago2000-09-13 Will Cohen <wcohen@redhat.com>
Jeff Johnston [Wed, 13 Sep 2000 16:10:50 +0000 (16:10 +0000)]
2000-09-13  Will Cohen  <wcohen@redhat.com>

        * libc/machine/v850/setjmp.S (_setjmp): Save r1 rather than r0.
        Added return value 0.
        (_longjmp): Allow longjmp to return value of second argument
        passed to it.

23 years agoNew entry "Can I link with both MSVCRT*.DLL and cygwin1.dll?"
David Starks-Browning [Wed, 13 Sep 2000 15:27:20 +0000 (15:27 +0000)]
New entry "Can I link with both MSVCRT*.DLL and cygwin1.dll?"

23 years agoContents split into how-*.texinfo. (Had gotten too big.)
David Starks-Browning [Wed, 13 Sep 2000 15:13:57 +0000 (15:13 +0000)]
Contents split into how-*.texinfo.  (Had gotten too big.)

23 years agoNew files, contents of how.texinfo has been split into these.
David Starks-Browning [Wed, 13 Sep 2000 15:13:17 +0000 (15:13 +0000)]
New files, contents of how.texinfo has been split into these.

23 years ago* kill.cc (main): Change behavior of -f so that it will force the killing of a
Christopher Faylor [Wed, 13 Sep 2000 02:48:39 +0000 (02:48 +0000)]
* kill.cc (main): Change behavior of -f so that it will force the killing of a
cygwin process after waiting 2 tenths of a second for it to terminate.
(forcekill): Add an extra argument determining whether to wait for the process
to exit.

23 years ago* external.cc (fillout_pinfo): Handle explicit pids correctly.
Christopher Faylor [Wed, 13 Sep 2000 02:35:05 +0000 (02:35 +0000)]
* external.cc (fillout_pinfo): Handle explicit pids correctly.

23 years ago* path.cc (normalize_posix_path): Fix more slashdot madness.
Christopher Faylor [Tue, 12 Sep 2000 18:41:36 +0000 (18:41 +0000)]
* path.cc (normalize_posix_path): Fix more slashdot madness.

23 years ago2000-09-12 Philip Blundell <philb@gnu.org>
Phil Blundell [Tue, 12 Sep 2000 18:09:36 +0000 (18:09 +0000)]
2000-09-12  Philip Blundell  <philb@gnu.org>

* config.sub, config.guess: Update from subversions.

23 years ago* Makefile.in: Make clean target remove *.d.
Christopher Faylor [Tue, 12 Sep 2000 16:31:01 +0000 (16:31 +0000)]
* Makefile.in: Make clean target remove *.d.

23 years agoNew entry "dllwrap is broken".
David Starks-Browning [Tue, 12 Sep 2000 16:18:03 +0000 (16:18 +0000)]
New entry "dllwrap is broken".

23 years agoNew entry "Ctrl-S hangs rxvt and xterm".
David Starks-Browning [Tue, 12 Sep 2000 15:27:18 +0000 (15:27 +0000)]
New entry "Ctrl-S hangs rxvt and xterm".

23 years agoAdd some details about AV software.
David Starks-Browning [Tue, 12 Sep 2000 15:18:29 +0000 (15:18 +0000)]
Add some details about AV software.

23 years agoUpdate "How do I rebuild the tools on my NT box?": add links to ancillary doc tools.
David Starks-Browning [Tue, 12 Sep 2000 13:40:36 +0000 (13:40 +0000)]
Update "How do I rebuild the tools on my NT box?": add links to ancillary doc tools.

23 years agoRemove obsolete B20.1 entries. Chapter now empty.
David Starks-Browning [Tue, 12 Sep 2000 13:05:59 +0000 (13:05 +0000)]
Remove obsolete B20.1 entries.  Chapter now empty.

23 years agoNew section "Recent history of the project: What version *is* this, anyway?".
David Starks-Browning [Tue, 12 Sep 2000 13:00:10 +0000 (13:00 +0000)]
New section "Recent history of the project: What version *is* this, anyway?".
Rename section "A brief history of the project" to "Ancient history" and remove
disclaimer about being out of date.

23 years agoMinor cosmetic change.
David Starks-Browning [Tue, 12 Sep 2000 12:20:38 +0000 (12:20 +0000)]
Minor cosmetic change.

23 years ago* path.cc (normalize_posix_path): Correctly deal with a "." parameter.
Christopher Faylor [Mon, 11 Sep 2000 17:21:13 +0000 (17:21 +0000)]
* path.cc (normalize_posix_path): Correctly deal with a "." parameter.

23 years ago* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.
Christopher Faylor [Mon, 11 Sep 2000 00:25:57 +0000 (00:25 +0000)]
* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.
* exceptions.cc (signal_exit): Don't terminate the main thread.  Just try to
exit in this thread really quickly.
* signal.cc (kill_pgrp): Fix typo which caused pinfo structure to be assigned
incorrectly.

23 years ago* Makefile.in: Refine dumper.exe message.
Christopher Faylor [Sun, 10 Sep 2000 16:56:00 +0000 (16:56 +0000)]
* Makefile.in: Refine dumper.exe message.

23 years ago* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handling
Christopher Faylor [Sun, 10 Sep 2000 16:43:47 +0000 (16:43 +0000)]
* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handling
exec/fork.
* dtable.cc (dtable::fixup_after_exec): Always clear out the read ahead buffer
whether closing or adjusting.
* path.cc (chdir): Avoid a compiler warning.

23 years ago* path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdir
Christopher Faylor [Sun, 10 Sep 2000 03:36:40 +0000 (03:36 +0000)]
* path.cc (chdir): Use the full path for cwd_win32.  Consider attempts to chdir
to strings of dots > 2 to be an error.  Pass 'dir' argument to cygcwd.set.
(cwdstuff::set): Need to treat arguments from chdir differently.
* path.h (cwdstuff): Add an argument to set.

23 years ago* lib/_cygwin_crt0_common.cc: Add missing header files.
Christopher Faylor [Fri, 8 Sep 2000 15:54:36 +0000 (15:54 +0000)]
* lib/_cygwin_crt0_common.cc: Add missing header files.

23 years ago* sigproc.h (sigframe::set): Eliminate second argument. Default bp to current
Christopher Faylor [Fri, 8 Sep 2000 03:12:13 +0000 (03:12 +0000)]
* sigproc.h (sigframe::set): Eliminate second argument.  Default bp to current
frame pointer rather than using this within the function, which is unstable
when this method is not inlined.
* net.cc: Eliminate use of second argument to sigframe.set throughout.
* select.cc (cygwin_select): Ditto.
* sigproc.cc (sig_send): Ditto.

23 years agoBreak out more header info into separate files. Use appropriate header files
Christopher Faylor [Fri, 8 Sep 2000 02:56:55 +0000 (02:56 +0000)]
Break out more header info into separate files.  Use appropriate header files
throughout.
* shared.h: Remove.
* cygwin_version.h: New file.
* delqueue.h: New file.
* environ.h: New file.
* host_dependent.h: New file.
* perprocess.h: New file.
* registry.h: New file.
* security.h: New file.

23 years ago* dyn-string.h: Adjust formatting.
Christopher Faylor [Fri, 8 Sep 2000 01:04:58 +0000 (01:04 +0000)]
* dyn-string.h: Adjust formatting.
(dyn_string_insert_char): New macro.  New declaration.

23 years ago* md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
Christopher Faylor [Fri, 8 Sep 2000 01:03:08 +0000 (01:03 +0000)]
* md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
* md5.h: New file.

23 years agoSplit out tty and shared_info stuff into their own headers and use throughout.
Christopher Faylor [Thu, 7 Sep 2000 16:23:51 +0000 (16:23 +0000)]
Split out tty and shared_info stuff into their own headers and use throughout.
Include sys/termios.h for files which need it.
* tty.h: New file.
* shared_info.h: New file.
* fhandler.h: Move inline methods that rely on tty stuff to
fhandler_console.cc.
* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set
output_done_event immediately after reading data to speed up tty output
processing.
(process_output): Set write_error to errno or zero.
(fhandler_tty_slave::write): Check previous write error prior to writing to
slave end of pipe.  This allows tty output to be slightly less synchronous.
* fhandler_console.cc (fhandler_console::tcsetpgrp): Moved here from
fhandler.h.
(fhandler_console::set_input_state): Ditto.

23 years ago* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.
Christopher Faylor [Thu, 7 Sep 2000 01:18:37 +0000 (01:18 +0000)]
* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.
* fhandler.h: Define *_output_mutex macros for serializing tty output.
(fhandler_termios): Remove restart_output_event.  Define dummy output mutex
methods.
(fhandler_pty_master): Remove unneeded fixup_after_fork method.
* fhandler_termios.cc (fhandler_termios::line_edit): Acquire output_mutex when
CTRL-S is hit.  Release it on CTRL-Q.
* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Remove
inappropriate OutputStopped test here.  Just use the output mutex.
(fhandler_pty_master::fhandler_pty_master): Remove obsolete reference to
restart_output_event.
(fhandler_tty_common::close): Ditto.
(fhandler_pty_master::set_close_on_exec): Ditto.
(fhandler_pty_master::fixup_after_fork): Delete.
* tty.cc (tty::common_init): Ditto.
* sync.cc (muto::reset): New method.
* sync.h: Declare above method.

23 years ago* sigproc.cc: Add include file for proper definitions.
Christopher Faylor [Wed, 6 Sep 2000 21:03:10 +0000 (21:03 +0000)]
* sigproc.cc: Add include file for proper definitions.
* spawn.cc: Ditto.
* winsup.h: Define cfree to avoid newlib pollution.

23 years ago2000-09-06 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 6 Sep 2000 20:55:46 +0000 (20:55 +0000)]
2000-09-06  Jeff Johnston <jjohnstn@redhat.com>

        * libc/include/sys/types.h (FD_ZERO): Remove call to bzero and
        inline code to prevent having to include another header file.

23 years ago* Makefile.am: Fix space vs. tab problem in install-data-local.
Christopher Faylor [Wed, 6 Sep 2000 20:46:27 +0000 (20:46 +0000)]
* Makefile.am: Fix space vs. tab problem in install-data-local.
* Makefile.in: Regenerate.
* libc/include/_ansi.h (_EXFUN): Define specially for __CYGWIN__.
(_EXPARM): New macro for defining a function parameter.
* libc/include/stdlib.h: Use _EXPARM.
* libc/stdlib/mallocr.c: Don't build cfree for Cygwin.

23 years ago* Makefile.in (all-zlib): Added dummy target.
Alexandre Oliva [Wed, 6 Sep 2000 18:56:59 +0000 (18:56 +0000)]
* Makefile.in (all-zlib): Added dummy target.

23 years ago* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS is
Christopher Faylor [Wed, 6 Sep 2000 18:13:38 +0000 (18:13 +0000)]
* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS is
overwritten.

23 years agoAdd 'const' qualifiers where needed to avoid compiler warnings.
Egor Duda [Wed, 6 Sep 2000 14:21:53 +0000 (14:21 +0000)]
Add 'const' qualifiers where needed to avoid compiler warnings.
* libltp/lib/tst_sig.c (tst_sig): Don't attempt to cleanup on
fatal errors.
* libltp/lib/parse_opts.c (parse_opts): Initialize allocated
string to prevent heap corruption.

23 years ago* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
Alexandre Oliva [Wed, 6 Sep 2000 13:27:41 +0000 (13:27 +0000)]
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
multi-language branch.

23 years ago* path.cc (cwdstuff::get_initial): Keep caching alive.
Christopher Faylor [Wed, 6 Sep 2000 06:42:08 +0000 (06:42 +0000)]
* path.cc (cwdstuff::get_initial): Keep caching alive.
(mount_info::conv_to_win32_path): Fill out relative path in failing case.

23 years agoDummy file to accomodate programs which include
Christopher Faylor [Wed, 6 Sep 2000 02:21:44 +0000 (02:21 +0000)]
Dummy file to accomodate programs which include
it unconditionally.

23 years ago* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.
Christopher Faylor [Wed, 6 Sep 2000 01:56:17 +0000 (01:56 +0000)]
* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.
(normalize_win32_path): Ditto.
(mount_info::conv_to_win32_path): Ditto.
(cwdstuff::get): Set buf to NULL on error.

23 years ago* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.
Christopher Faylor [Tue, 5 Sep 2000 21:51:06 +0000 (21:51 +0000)]
* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.

23 years ago2000-08-31 Manfred Hollstein <manfredh@redhat.com>
Jeff Johnston [Tue, 5 Sep 2000 18:39:58 +0000 (18:39 +0000)]
2000-08-31  Manfred Hollstein  <manfredh@redhat.com>

        * Makefile.am (install-data-local): Use optional $(DESTDIR) where
        required, as documented in the gnu coding standards.
        * Makefile.in: Regenerate.

23 years ago2000-09-05 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 5 Sep 2000 18:29:53 +0000 (18:29 +0000)]
2000-09-05  Jeff Johnston <jjohnstn@redhat.com>

        * libc/include/fcntl.h (_FNDELAY): Changed to be _FNONBLOCK to
        make O_NDELAY and O_NONBLOCK have the same value.

23 years ago* rs6000/simulator.S: Use conditional returns for documentation
Geoffrey Keating [Tue, 5 Sep 2000 18:25:02 +0000 (18:25 +0000)]
* rs6000/simulator.S: Use conditional returns for documentation
purposes.
(access): Add new syscall.

23 years ago* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
Alexandre Oliva [Tue, 5 Sep 2000 16:10:03 +0000 (16:10 +0000)]
* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
(bootstrap*): Depend on all-bootstrap.

23 years agodoco addition.
Alan Modra [Tue, 5 Sep 2000 05:22:24 +0000 (05:22 +0000)]
doco addition.

23 years ago* path.cc (cwd_win32): Eliminate.
Christopher Faylor [Tue, 5 Sep 2000 03:16:28 +0000 (03:16 +0000)]
* path.cc (cwd_win32): Eliminate.
(cwd_posix): Eliminate.
(cwd_hash): Eliminate.
(cwdstuff::init): Rename from cwd_init.
(cwdstuff::fixup_after_exec): Rename from cwd_fixup_after_exec.
(cwdstuff::get): Rename from get_cwd_inner.
(normalize_posix_path): Eliminate cwd argument.  Just calculate when necessary.
(normalize_win32_path): Ditto.
(mount_info::conv_to_win32_path): Eliminate cwd retrieval here.
(mount_info::conv_to_posix_path): Ditto.
(hash_path_name): Accomodate additional methods in cwdstuff.
(get_cwd_win32): Eliminate.
(getcwd): Use cwdstuff methods.  Properly handle case where buf == NULL and len
< 0.
(cwdstuff::get_hash): New method.
(cwdstuff::get_initial): New method.
(cwdstuff::set): New method.
(cwdstuff::get): New method.
(cwdstuff::copy): New method.
* path.h: Move cwdstuff struct here.  Add a bunch of stuff to cwdstuff.  Make
cygcwd an extern.
* spawn.cc (spawn_guts): Use copy method to get copies of cwd info to pass to
execed process.
* dcrt0.cc (dll_crt0_1): Use cygcwd methods for cwd initialization.

23 years agoAdd some reloc types.
Alan Modra [Tue, 5 Sep 2000 02:14:38 +0000 (02:14 +0000)]
Add some reloc types.

23 years agoPatch by Egor Duda <deo@logos-m.ru>:
Corinna Vinschen [Mon, 4 Sep 2000 19:04:53 +0000 (19:04 +0000)]
Patch by Egor Duda <deo@logos-m.ru>:
*  Makefile.in: Always add libltp headers directory to headers
search path.

23 years ago* path.cc (readlink): Check if buffer length is positive. Truncate output to
Christopher Faylor [Mon, 4 Sep 2000 17:52:42 +0000 (17:52 +0000)]
* path.cc (readlink): Check if buffer length is positive.  Truncate output to
buffer length.  Don't terminate buffer with '\0'.

23 years agoAdd ARRAY_SIZE macro from egcs version
Nick Clifton [Sun, 3 Sep 2000 17:35:07 +0000 (17:35 +0000)]
Add ARRAY_SIZE macro from egcs version

23 years agoFix formatting, add copyright notice
Nick Clifton [Sun, 3 Sep 2000 17:28:21 +0000 (17:28 +0000)]
Fix formatting, add copyright notice

23 years ago* environ.cc (environ_init): Don't free the new environment table after we've
Christopher Faylor [Sun, 3 Sep 2000 04:45:52 +0000 (04:45 +0000)]
* environ.cc (environ_init): Don't free the new environment table after we've
just copied stuff to it.

23 years ago* Makefile.in: Add cygheap.o.
Christopher Faylor [Sun, 3 Sep 2000 04:16:35 +0000 (04:16 +0000)]
* Makefile.in: Add cygheap.o.
* child_info.h: Add specific exec class.
* cygheap.h: New file.  Contains declarations for cygwin heap.
* cygheap.cc: New file.  Implements cygwin heap functions.
* dcrt0.cc (quoted): Simplify due to new method for passing arguments between
cygwin programs.
(alloc_stack_hard_way): Attempt to handle overlapped stack.
(dll_crt0_1): Move child_info processing here.  Accomodate new method for
passing arguments between cygwin programs.  Initialize cygwin heap.  Establish
__argc and __argv variables.
(_dll_crt0): Move most of child_info processing to dll_crt0_1.
(cygwin_dll_init): Remove duplication.
* dtable.cc (dtable::extend): Allocate dtable using cygwin heap.
(dtable::build_fhandler): Ditto for fhandler type being constructed.
(dtable::dup_worker): Free new fhandler from cygwin heap on error.
(dtable::select_*): Don't assume that this == fdtab.
(dtable::linearize_fd_array): Delete.
(dtable::delinearize_fd_array): Delete.
(dtable::fixup_after_exec): New file.
(dtable::vfork_child_dup): Use cygwin heap.
(dtable::vfork_parent_restore): Ditto.
* dtable.h: Remove obsolete methods.  Add new method.
* environ.cc (posify): Eliminate already_posix parameter and logic.
(envsize): New function.
(_addenv): Use envsize.
(environ_init): Accept an argument pointing to an existing environment list.
If supplied, allocate space for this in the the program's heap.
* fhandler.cc (fhandler_base::operator =): Move here from fhandler.h.  Use
cygwin heap to allocate filenames.
(fhandler_base::set_name): Allocate/free names from cygwin heap.
(fhandler_base::linearize): Delete.
(fhandler_base::de_linearize): Delete.
(fhandler_base::operator delete): Free from cygwin heap.
(fhandler_base::~fhandler_base): Ditto.
* fhandler.h: Accomodate elimination of *linearize and other changes above.
* fhandler_console.cc (fhandler_console::fixup_after_exec): Rename from
de_linearize.
* heap.h: New file.
* fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Use cygwin heap for
name.  fhandler_tty::fixup_after_exec): Rename from de_linearize.
* fork.cc (fork): Call cygheap_fixup_in_child.
* heap.cc: Use declarations in heap.h.
* malloc.cc: Sprinkle assertions throughout to catch attempts to free/realloc
something from the cygwin heap.
* path.cc: Throughout, eliminate use of per-thread cache for cwd.  Use cwd_*
functions rather than cwd_* variables to access cwd_win32 and cwd_posix.
(cwd_win32): New function.
(cwd_posix): New function.
(cwd_hash): New function.
(cwd_fixup_after_exec): New function.
* path.h: Accomodate path.cc changes.
* pinfo.cc (pinfo_init): Accept a pointer to an environment table.  Pass this
to environ_init.  Eliminate old 'title' tests.
* pinfo.h: Accomodate above change in argument.
* spawn.cc (struct av): New method for building argv list.
(av::unshift): New method.
(spawn_guts): Allocate everything that the child process needs in the cygwin
heap and pass a pointer to this to the child.  Build argv list using new
method.  Eliminate delinearize stuff.
* thread.h: Eliminate _cwd_win32 and _cwd_posix buffers.
* winsup.h: Eliminate obsolete functions.  Add envsize() declaration.

23 years ago* Makefile.in: Add new goal "check"
Christopher Faylor [Sun, 3 Sep 2000 04:06:38 +0000 (04:06 +0000)]
* Makefile.in: Add new goal "check"
* configure.in: When doing native build do configure in testsuite subdirectory
* configure: Regenerate.

23 years ago* Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.
Christopher Faylor [Sun, 3 Sep 2000 04:01:56 +0000 (04:01 +0000)]
* Makefile.in: Remove "make check" support.  It is now in winsup/Makefile.in.

23 years agoImporting Egor's testsuite.
Christopher Faylor [Sun, 3 Sep 2000 03:58:18 +0000 (03:58 +0000)]
Importing Egor's testsuite.

23 years agoImporting Egor's testsuite.
Christopher Faylor [Sun, 3 Sep 2000 03:52:30 +0000 (03:52 +0000)]
Importing Egor's testsuite.

23 years agoRemove everything
Christopher Faylor [Sun, 3 Sep 2000 03:42:01 +0000 (03:42 +0000)]
Remove everything

23 years agoRemove README
Christopher Faylor [Sun, 3 Sep 2000 03:41:19 +0000 (03:41 +0000)]
Remove README

23 years agoremove everything and move it up a level.
Christopher Faylor [Sun, 3 Sep 2000 03:40:29 +0000 (03:40 +0000)]
remove everything and move it up a level.

23 years ago* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
Alexandre Oliva [Sat, 2 Sep 2000 07:24:51 +0000 (07:24 +0000)]
* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
crosses, but add gcc/include to the header search path for them.

23 years ago* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
Alexandre Oliva [Sat, 2 Sep 2000 02:24:02 +0000 (02:24 +0000)]
* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New relocs.
(R_SH_FIRST_INVALID_RELOC): Adjust.

23 years ago* sigproc.cc (mychild): New function.
Christopher Faylor [Sat, 2 Sep 2000 01:19:58 +0000 (01:19 +0000)]
* sigproc.cc (mychild): New function.
(proc_subproc): Use mychild() to determine if a specific pid is valid for
wait()ing.

23 years ago* sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoid
Christopher Faylor [Fri, 1 Sep 2000 21:04:34 +0000 (21:04 +0000)]
* sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoid
potential races.
(init_child_info): Avoid unneeded test.

23 years ago* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".
Christopher Faylor [Fri, 1 Sep 2000 20:54:22 +0000 (20:54 +0000)]
* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".
* shared.h: Split out "child_info" stuff into a new header file and use where
necessary.  Declare pid_exists.
* child_info.h: New file.

23 years ago* Makefile.in: More normalization.
Christopher Faylor [Fri, 1 Sep 2000 14:20:30 +0000 (14:20 +0000)]
* Makefile.in: More normalization.

23 years ago* Makefile.in: Normalize 'pwd' based on location of winsup.
Christopher Faylor [Thu, 31 Aug 2000 20:39:32 +0000 (20:39 +0000)]
* Makefile.in: Normalize 'pwd' based on location of winsup.

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