summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor2000-05-186-26/+88
| | | | | | | | | * external.cc: Eliminate obsolete include. * getopt.c (getopt_long): Fix compiler warning. * shared.h: Moved PID_ definitions to include/sys/cygwin so that they can be used by external programs. * include/sys/cygwin.h: Move external definitions here. Include sys/resource.h to avoid having to do this everywhere.
* 20000-05-18 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-182-0/+16
| | | | | * configure: Ask to create the gcc directory for cross compiling if necessary.
* * configure.in (hppa*64*-*-*): Do build ld for this configuration.Jeff Law2000-05-182-1/+6
|
* * configure.in: Special case powerpc*-*-aix* target_makefile_frag.David Edelsohn2000-05-182-0/+7
|
* * include/winnt.h: Add some missing TAPE_DRIVE_* defines.Corinna Vinschen2000-05-182-0/+7
|
* * sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.Christopher Faylor2000-05-182-1/+6
|
* * dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor2000-05-185-6/+22
| | | | | | | | it. * sigproc.cc (sigproc_init): Move mainthread initialization out of here. * sigproc.h (sigthread): Add init() method. (sigframe): Don't try to initialize muto. * sync.cc: Undef WaitForSingleObject to avoid recursion.
* Typo. bfd@sourceware -> binutils@sourceware.Andrew Cagney2000-05-181-1/+1
|
* Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implementNick Clifton2000-05-172-3/+9
| | | | --emit-relocs switch to the linker to preserve relocs in an output executable
* * Makefile.in (configure-target-libiberty): Depend onAlexandre Oliva2000-05-172-1/+6
| | | | configure-target-newlib.
* * testsuite/winsup.api/crlf.c: NewDJ Delorie2000-05-175-0/+1289
| | | | * testsuite/winsup.api/iospeed.c: New
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-1715-69/+182
| | | | | | | | | | | | | | | | | | | | | | | | | referring to something like c:\. * dcrt0.cc (dll_crt0_1): Move uinfo initialization prior to sig_send initialization to give signal thread a chance to finish. * debug.cc (WFSO): Move to sigproc.cc (WFMO): Ditto. * exceptions.cc (interruptible): Allocate slightly more space for directory just for paranoia's sake. (call_handler): Eliminate nonmain argument. Determine if main thread has set a frame pointer and use it if so. (sig_handle): Eliminate nonmain argument. * net.cc: Record frame information in appropriate routines throughout. * select.cc (select): Ditto. * sigproc.cc: Use sigthread structure to record mainthread id throughout. (sig_send): Record frame information for signal handler. (wait_sig): Reflect argument change in sig_handle. (WFSO): Move here and record frame information for signal handler. (WFMO): Ditto. * sigproc.h: Implement new "sigthread" class. Implement "sigframe" class for manipulating signal frame info. * thread.cc (__pthread_kill): Use standard _kill() function rather than calling sig_send directly. * winsup.h: Eliminate ebp element from signal_dispatch class.
* Fix fild.Alan Modra2000-05-172-3/+7
|
* * fhandler_tape.cc (fhandler_dev_tape::ioctl): CheckCorinna Vinschen2000-05-162-1/+12
| | | | for filemark feature on MTWEOF operation.
* * cgen/opcodes fixFrank Ch. Eigler2000-05-162-4/+27
| | | | | | | | | | | | | | | | | | | * approved by nickc [opcodes/ChangeLog] 2000-05-16 Frank Ch. Eigler <fche@redhat.com> * fr30-desc.h: Partially regenerated to account for changed CGEN_MAX_* -> CGEN_ACTUAL_MAX_* macros. * m32r-desc.h: Ditto. [include/opcode/ChangeLog] 2000-05-16 Frank Ch. Eigler <fche@redhat.com> * cgen.h (CGEN_MAX_SYNTAX_BYTES): Increase to 32. Check that it exceeds CGEN_ACTUAL_MAX_SYNTAX_BYTES, if set. (CGEN_MAX_IFMT_OPERANDS): Increase to 16. Check that it exceeds CGEN_ACTUAL_MAX_IFMT_OPERANDS, if set.
* * include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.Christopher Faylor2000-05-162-1/+5
|
* manually updated some sites (txt version badly formatted, dont know why)David Starks-Browning2000-05-161-10/+17
|
* update README to latest net release, if only in nameDavid Starks-Browning2000-05-161-1/+7
|
* fix dependencies for readme.txtDavid Starks-Browning2000-05-161-1/+1
|
* remove doc/readme exclusion for starksb@ebi.ac.ukDavid Starks-Browning2000-05-161-1/+1
|
* Skip CVS directories when creating tar ball.Andrew Cagney2000-05-162-2/+10
|
* Add code to tweek djunpack as part of release process.Andrew Cagney2000-05-162-1/+30
|
* Mon May 15 18:54:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2000-05-152-2/+7
| | | | | * libc/include/ctype.h: Changed tolower and toupper macros to use __extension__ to prevent pedantic warnings.
* Mon May 15 14:26:00 2000 Joel Sherrill <joel@oarcorp.com>Ranjith Kumaran2000-05-152-0/+32
| | | | | * libc/sys/rtems/sys/time.h: Add macros for manipulating timeval structures.
* * include/cygwin/version.h: Bump DLL minor version number to 2.Christopher Faylor2000-05-152-5/+5
|
* * shared.h: Bump PROC_MAGIC.Christopher Faylor2000-05-153-2/+9
| | | | * include/cygwin/version.h: Bump API minor to accomodate two recent exports.
* 2000-05-13 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-05-142-1/+5
| | | | * include/cygwin/socket.h (AF_INET6): Use same value as winsock2.
* 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>H.J. Lu2000-05-132-0/+10
| | | | | * ltmain.sh: Preserve in relink_command any environment variables that may affect the linker behavior.
* Fix cpu_flags for sys{enter,exit} fx{save,restore}Alan Modra2000-05-132-5/+9
|
* `.arch cpu_type' pseudo for x86.Alan Modra2000-05-132-774/+805
|
* 2000-05-12 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-05-133-2/+10
| | | | | | * include/cygwin/in.h (struct in6_addr): Fix spelling. * include/cygwin/socket.h (AF_INET6, PF_INET6): Define macros. (AF_MAX, PF_MAX): Bump to 32 to leave room for future expansion.
* * dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor2000-05-133-4/+37
| | | | | | | | * select.cc (peek_pipe): Don't check for "ready" if it's already set. (peek_console): Ditto. (peek_serial): Ditto. (peek_socket): Ditto. (peek_windows): Ditto.
* * fhandler_raw.cc (write_file, read_file): New wrapper functionsCorinna Vinschen2000-05-122-22/+59
| | | | | | | for WriteFile and ReadFile to get rid of ERROR_MEDIA_CHANGED and ERROR_BUS_RESET in case of first access to tape. (fhandler_dev_raw::raw_write): Use write_file instead of WriteFile. (fhandler_dev_raw::raw_read): Use read_file instead of ReadFile.
* * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.Jeff Law2000-05-122-1/+7
|
* * Makefile.in (DLL_OFILES): Sort.Christopher Faylor2000-05-124-35/+47
| | | | | * fhandler_tty.cc (fhandler_tty_slave::send_ioctl_request): Eliminate. (fhandler_tty_slave::ioctl): Rewrite to avoid races.
* * mmap.cc (list::erase): Increment loop counter.DJ Delorie2000-05-112-2/+7
| | | | (map::erase): Likewise.
* Preliminary update to FAQ to reflect latest net release.David Starks-Browning2000-05-119-36/+344
| | | | | (So far, just a new title, some minor updates, and a disclaimer in each section that has to be updated for the net release, or at least looked at.)
* * cygwin.din: insure that regsub() is included inDJ Delorie2000-05-112-0/+7
| | | | cygwin1.dll
* Add toplevel configure support for ia64-elf.Jim Wilson2000-05-112-0/+8
| | | | * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
* Add minimal ia64 support.Jim Wilson2000-05-113-1/+14
| | | | | * libc/include/machine/ieeefp.h: Add ia64 support. * configure.host: Likewise.
* Wed May 10 13:52:24 2000 Egor Duda <deo@logos-m.ru>Jeff Johnston2000-05-102-1/+7
| | | | | | * libc/time/asctime_r.c (asctime_r): Change output format. Day of month is now padded with space, not zero. This now conforms to ANSI standard.
* * Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.Christopher Faylor2000-05-092-2/+7
|
* * fhandler.cc (fhandler_base::puts_readahead): ChangeCorinna Vinschen2000-05-092-2/+7
| | | | while condition to disallow wild runs.
* * window.cc (setitimer): Check for overflow conditionCorinna Vinschen2000-05-092-0/+13
| | | | in tv_sec.
* * errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.Corinna Vinschen2000-05-092-1/+6
|
* * path.cc (symlink::info): Treat non readable filesCorinna Vinschen2000-05-082-1/+6
| | | | as normal non symlink files.
* * include/pthread.h (pthread_detach): Add missing prototype.Christopher Faylor2000-05-082-4/+9
| | | | (pthread_join): same.
* * fhandler.cc (lock): use signed math to allow checking rangesDJ Delorie2000-05-082-8/+14
| | | | properly.
* * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lstEli Zaretskii2000-05-081-1/+1
| | | | with the version name.
* * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lstEli Zaretskii2000-05-081-0/+5
| | | | | | | | | with the version name. * config/djgpp/djconfig.sh: Use more warning switches. * config/djgpp/fnchange.lst: Replace the leading gdb-0222 with the @V@ placebo.