Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-12* some support for funny-endian 16/32-bit insn setsFrank Ch. Eigler
[cgen/ChangeLog] 2001-07-11 Frank Ch. Eigler <fche@redhat.com> * desc-cpu.scm (-gen-mach-table-defns): Emit fourth field: the mach->cpu insn-chunk-bitsize. (-gen-cpu-open): In @arch@_cgen_rebuild_tables, process above new field toward CGEN_CPU_TABLE->insn_chunk_bitsize. * mach.scm (<cpu>): New field insn-chunk-bitsize. (-cpu-parse, -cpu-read): Parse/initialize it. * doc/rtl.texi (define-cpu): Document it. [opcodes/ChangeLog] 2001-07-11 Frank Ch. Eigler <fche@redhat.com> * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of bfd_get_bits. * cgen-opc.c (cgen_get_insn_value, cgen_put_insn_value): Respect non-zero CGEN_CPU_DESC->insn_chunk_bitsize. [include/opcode/ChangeLog] 2001-07-11 Frank Ch. Eigler <fche@redhat.com> * cgen.h (CGEN_MACH): Add insn_chunk_bitsize field. (cgen_cpu_desc): Ditto.
2001-07-11merge from gccDJ Delorie
2001-07-11 * mmap.cc (fhandler_disk_file::mmap): Try to open file mappingsCorinna Vinschen
by a unified name when running under 9x/ME. If that failes, create the file mapping using the unified name.
2001-07-09 * uinfo.cc (internal_getlogin): Add pointer check.Corinna Vinschen
2001-07-09 * security.cc (alloc_sd): Don't set inheritance attribute forCorinna Vinschen
permissions given to directories.
2001-07-072001-07-07 Ben Elliston <bje@redhat.com>Ben Elliston
* m88k.h: Clean up and reformat. Remove unused code.
2001-07-06WinME also affected by missing pipe keyDavid Starks-Browning
2001-07-06New entry "Why doesn't Cygwin tcl/tk understand Cygwin paths?"David Starks-Browning
2001-07-06New entry: "Why don't international (8-bit) characters work?"David Starks-Browning
2001-07-06New "Known Problems" entry: Pipe key doesn't work on non-US kbds on Win9x.David Starks-Browning
Some cosmetic changes.
2001-07-06better instructions for installing cygwin snapshotsDavid Starks-Browning
2001-07-06New entry "Where is the su command?"David Starks-Browning
2001-07-05forceChristopher Faylor
2001-07-05"How do I rebuild the tools on my NT box?": texi2html now provided.David Starks-Browning
2001-07-05"Why the weird directory structure?": new mount output format.David Starks-Browning
"Why can't I run bash as a shell under NT Emacs?": new title.
2001-07-05Update "Can I use setup to install snapshots?" (now 'no') with new instructions.David Starks-Browning
2001-07-05Add caveat that contents list is always out of date.David Starks-Browning
Remove entry "Setup screwed up my mounts!"
2001-07-05just a bit more...David Starks-Browning
2001-07-05Add more to entry "How do I print under Cygwin"?David Starks-Browning
2001-07-05Add apropos and /usr/sbin/makewhatis to "Why doesn't man work?" entry.David Starks-Browning
2001-06-30Remerge with gccNick Clifton
2001-06-29Add DWARF 2.1 attributesNick Clifton
2001-06-29* fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Return 0 for success.Christopher Faylor
2001-06-28Handle ARMs with big endian IEEE words but little endian IEEE bytesNick Clifton
2001-06-28* regtool.cc (find_key): Revert previous change.Christopher Faylor
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor
* path.cc (path_conv::check): Add signal protection here since retrieving info about remote shares can take some time. * path.h (check_null_empty_str_errno): Convert to a function prototype. * path.cc (check_null_empty_str): Move to miscfuncs.cc. * miscfuncs.cc (check_null_empty_str_errno): New function. (__check_null_invalid_struct): Ditto. (__check_null_invalid_struct_errno): Ditto. (check_null_empty_str): Change from VirtualQuery to IsBadWritePtr. * thread.cc (check_valid_pointer): Ditto. * resource.cc (getrlimit): Use check_null_invalid_struct macro for checking validity of pointer. (setrlimit): Ditto.
2001-06-27* regtool.cc (find_key): Allow '/' as a synonym for '\\'.Christopher Faylor
2001-06-27* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor
being read for executable test since we could be checking for less than that. * syscalls.cc (stat_worker): Try opening the file the "correct" way first so that #! processing can potentially happen. If that fails, then use "query open" method. * spawn.cc (spawn_guts): Delay processing of signal until after we've notified parent about reparenting.
2001-06-26Remove trailing tabs.Christopher Faylor
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor
* thread.cc (pthread_cond::TimedWait): Check for WAIT_TIMEOUT as well as WAIT_ABANDONED. (__pthread_cond_timedwait): Calculate a relative wait from the abstime parameter.
2001-06-25forced commitChristopher Faylor
2001-06-25Fix typoChristopher Faylor
2001-06-25* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor
(setup_handler): Move actions after a successful interrupt to interrupt_setup. * fork.cc (vfork): Augment debugging output. * sigproc.cc (proc_subproc): Ditto. * spawn.cc (spawn_guts): Ditto. Correctly fill out progname when spawn NO_WAIT. Call signal handler when a signal arrives. * sigproc.h: Declare a function.
2001-06-23 * fhandler.h class fhandler_socket): Declare new methodCorinna Vinschen
`set_close_on_exec'. * fhandler_socket.cc (fhandler_socket::set_close_on_exec): New method.
2001-06-23 * fhandler_tape.cc (fhandler_dev_tape::tape_erase): Set sizeCorinna Vinschen
parameter to value expected by GetTapeParameters().
2001-06-23 * fhandler_console.cc (fhandler_console::read): Detect AltGr moreCorinna Vinschen
robustly on WinNT.
2001-06-222001-06-22 Robert Collins rbtcollins@hotmail.comRobert Collins
* thread.cc (__pthread_cond_timedwait): Lock the waiting mutex before the condition protect mutex to avoid deadlocking. (Found by Greg Smith). (__pthread_cond_wait): Ditto.
2001-06-20* fhandler.cc (fhandler_base::open): Work around windows bug whenEgor Duda
CreateFile() with dwDesiredAccess == 0 called on remote share returns valid handle even if file doesn't exist.
2001-06-20* fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda
function. * fhandler.h: Declare it. * fhandler_socket.cc (fhandler_socket::create_secret_event): Don't signal secret event immediately. (fhandler_socket::check_peer_secret_event): Do it after peer event was opened. * net.cc (cygwin_connect): Or if socket is non-blocking. (cygwin_accept): Ditto.
2001-06-19 * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.Earnie Boyd
Thanks to Kevin Chase <kevincha99@hotmail.com>.
2001-06-19 * Makefile.in: Revert 2001-06-17.Alan Modra
(VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
2001-06-19* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor
* fork.cc (fork_copy): Print more debugging info. (fork_parent): Change order of arguments to accomdate buggy gcc. (fork): Ditto. * syscalls.cc (_unlink): Reorganize to try harder to delete file with DeleteFile and to recover more gracefully if FILE_FLAG_DELETE_ON_CLOSE doesn't work properly.
2001-06-18Remove blank line.Christopher Faylor
2001-06-172001-06-17 H.J. Lu <hjl@gnu.org>H.J. Lu
* Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make. (gas+binutils.tar.bz2): Likewise. (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor
stopping. * fhandler_console.cc (fhandler_console::fixup_after_fork): Don't set controlling terminal if just inheriting a handle. (fhandler_console::fixup_after_exec): Ditto. * fhandler_tty.cc (fhandler_tty_slave::init): Ditto. * signal.cc (kill_worker): Set appropriate errno if proc_exists determines that process does not really exist.
2001-06-16* path.cc (path_conv::check): Deal more robustly with foo/ behavior.Christopher Faylor
2001-06-15 * dwarf2.h: Partial merge with gcc version.Per Bothner
(enum dwarf_descrim_list): Fix typo -> dwarf_discrim_list. (DW_LANG_Java): Use value from dwarf 2.1 draft (also used in gcc).
2001-06-15 * bfdlink.h (struct bfd_link_info): New member export_dynamic.Hans-Peter Nilsson
2001-06-15 * fhandler_tape.cc (fhandler_dev_tape::tape_status): Set sizeCorinna Vinschen
parameter to value expected by GetTapeParameters().
2001-06-15* mkpasswd.c (main): Output passwd file in binary mode so that there are no CRsChristopher Faylor
in the file. * umount.cc (remove_all_user_mounts): Don't try to remove /cygdrive mounts.