aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-19* syscalls.cc (setmode): change mode of any matching FILE* also.DJ Delorie2-0/+26
2000-05-19* cygpath.cc: add --windir/--sysdir optionsDJ Delorie3-2/+27
* utils.sgml: and document them
2000-05-18* Makefile.in: Remove external.h dependency.Christopher Faylor4-6/+15
* dcrt0.cc (sigthread::init): Move here from sigproc.h. * sigproc.h (sigthread): Move init to dcrt0.cc.
2000-05-18* libc/stdio/fgets.c (fgets): perform CRLF conversions if __SCLEDJ Delorie2-0/+23
2000-05-18* Makefile.in: Eliminate WINSUP_DEPS.Christopher Faylor8-135/+14
* cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes. * mkgroup.c: Ditto. * mkpasswd.c: Ditto. * mount.cc: Ditto. Eliminate use of cygwin source specific includes. * ps.cc: Ditto. * cygwin.cc: Eliminate obsolete file.
2000-05-18* MAINTAINERS: Add Corinna to general list.Christopher Faylor2-9/+16
2000-05-18Eliminate.Christopher Faylor1-50/+0
2000-05-18* select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor6-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.
2000-05-1820000-05-18 H.J. Lu (hjl@gnu.org)H.J. Lu2-0/+16
* configure: Ask to create the gcc directory for cross compiling if necessary.
2000-05-18 * configure.in (hppa*64*-*-*): Do build ld for this configuration.Jeff Law2-1/+6
2000-05-18* configure.in: Special case powerpc*-*-aix* target_makefile_frag.David Edelsohn2-0/+7
2000-05-18 * include/winnt.h: Add some missing TAPE_DRIVE_* defines.Corinna Vinschen2-0/+7
2000-05-18* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.Christopher Faylor2-1/+6
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor5-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.
2000-05-18Typo. bfd@sourceware -> binutils@sourceware.Andrew Cagney1-1/+1
2000-05-17Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implementNick Clifton2-3/+9
--emit-relocs switch to the linker to preserve relocs in an output executable
2000-05-17* Makefile.in (configure-target-libiberty): Depend onAlexandre Oliva2-1/+6
configure-target-newlib.
2000-05-17* testsuite/winsup.api/crlf.c: NewDJ Delorie5-0/+1289
* testsuite/winsup.api/iospeed.c: New
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor15-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.
2000-05-17Fix fild.Alan Modra2-3/+7
2000-05-16 * fhandler_tape.cc (fhandler_dev_tape::ioctl): CheckCorinna Vinschen2-1/+12
for filemark feature on MTWEOF operation.
2000-05-16* cgen/opcodes fixFrank Ch. Eigler2-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.
2000-05-16* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.Christopher Faylor2-1/+5
2000-05-16manually updated some sites (txt version badly formatted, dont know why)David Starks-Browning1-10/+17
2000-05-16update README to latest net release, if only in nameDavid Starks-Browning1-1/+7
2000-05-16fix dependencies for readme.txtDavid Starks-Browning1-1/+1
2000-05-16remove doc/readme exclusion for starksb@ebi.ac.ukDavid Starks-Browning1-1/+1
2000-05-16Skip CVS directories when creating tar ball.Andrew Cagney2-2/+10
2000-05-16Add code to tweek djunpack as part of release process.Andrew Cagney2-1/+30
2000-05-15Mon May 15 18:54:00 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2-2/+7
* libc/include/ctype.h: Changed tolower and toupper macros to use __extension__ to prevent pedantic warnings.
2000-05-15Mon May 15 14:26:00 2000 Joel Sherrill <joel@oarcorp.com>Ranjith Kumaran2-0/+32
* libc/sys/rtems/sys/time.h: Add macros for manipulating timeval structures.
2000-05-15* include/cygwin/version.h: Bump DLL minor version number to 2.Christopher Faylor2-5/+5
2000-05-15* shared.h: Bump PROC_MAGIC.Christopher Faylor3-2/+9
* include/cygwin/version.h: Bump API minor to accomodate two recent exports.
2000-05-142000-05-13 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2-1/+5
* include/cygwin/socket.h (AF_INET6): Use same value as winsock2.
2000-05-132000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>H.J. Lu2-0/+10
* ltmain.sh: Preserve in relink_command any environment variables that may affect the linker behavior.
2000-05-13Fix cpu_flags for sys{enter,exit} fx{save,restore}Alan Modra2-5/+9
2000-05-13`.arch cpu_type' pseudo for x86.Alan Modra2-774/+805
2000-05-132000-05-12 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan3-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.
2000-05-13* dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor3-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.
2000-05-12 * fhandler_raw.cc (write_file, read_file): New wrapper functionsCorinna Vinschen2-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.
2000-05-12 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.Jeff Law2-1/+7
2000-05-12* Makefile.in (DLL_OFILES): Sort.Christopher Faylor4-35/+47
* fhandler_tty.cc (fhandler_tty_slave::send_ioctl_request): Eliminate. (fhandler_tty_slave::ioctl): Rewrite to avoid races.
2000-05-11* mmap.cc (list::erase): Increment loop counter.DJ Delorie2-2/+7
(map::erase): Likewise.
2000-05-11Preliminary update to FAQ to reflect latest net release.David Starks-Browning9-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.)
2000-05-11* cygwin.din: insure that regsub() is included inDJ Delorie2-0/+7
cygwin1.dll
2000-05-11Add toplevel configure support for ia64-elf.Jim Wilson2-0/+8
* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
2000-05-11Add minimal ia64 support.Jim Wilson3-1/+14
* libc/include/machine/ieeefp.h: Add ia64 support. * configure.host: Likewise.
2000-05-10Wed May 10 13:52:24 2000 Egor Duda <deo@logos-m.ru>Jeff Johnston2-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.
2000-05-09* Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.Christopher Faylor2-2/+7
2000-05-09 * fhandler.cc (fhandler_base::puts_readahead): ChangeCorinna Vinschen2-2/+7
while condition to disallow wild runs.