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 (Expand)Author
2005-10-03 * configure.in (bfin-*-*): Support bfin.Catherine Moore
2005-10-03 * uname.cc (uname): Disable use of GetNativeSystemInfo.Corinna Vinschen
2005-10-032005-10-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2005-10-02* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor
2005-10-01* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor
2005-09-30 * dis-asm.h (print_insn_bfin): Declare.Catherine Moore
2005-09-302005-09-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2005-09-30 Fix typo.Corinna Vinschen
2005-09-30 * fhandler_disk_file.cc: Change calls to pc.set_attributes intoCorinna Vinschen
2005-09-30 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): UseCorinna Vinschen
2005-09-30 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Also useCorinna Vinschen
2005-09-30 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only writeCorinna Vinschen
2005-09-30* fork.cc (frok::parent): Simplify error messages. Don't issue an error whenChristopher Faylor
2005-09-29 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Don't callCorinna Vinschen
2005-09-29 * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen
2005-09-29 * crt0.cc: Remove PPC considerations.Corinna Vinschen
2005-09-29Index: ChangeLogGeoffrey Keating
2005-09-29Fix typo.Christopher Faylor
2005-09-29Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor
2005-09-29* hookapi.cc (hook_or_detect_cygwin): Correct inverted test for whether toChristopher Faylor
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-28* dcrt0.cc (getstack): New function.Christopher Faylor
2005-09-28* pinfo.cc (_pinfo::dup_proc_pipe): Ignore error if the child process has justChristopher Faylor
2005-09-28* init.cc (prime_threads): Make this static, as it should be.Christopher Faylor
2005-09-282005-09-27 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston
2005-09-28 * pthread.cc (mangle_sem_name): Use cygheap->shared_prefix insteadCorinna Vinschen
2005-09-27 * cygheap.cc (cygheap_init): Add GLOBAL_PRIV to hProcToken explicitelyCorinna Vinschen
2005-09-27* strace.cc (strace::vsprntf): Avoid printing a zero pid.Christopher Faylor
2005-09-27 * init.cc (dll_entry): Call IsWow64Process with GetCurrentProcessCorinna Vinschen
2005-09-27 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): AlwaysCorinna Vinschen
2005-09-27 * libiberty.h (expandargv): New function.Mark Mitchell
2005-09-26 * errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_NOT_FOUND.Corinna Vinschen
2005-09-26* exceptions.cc (_cygtls::call_signal_handler): Minor cleanup.Christopher Faylor
2005-09-26 * fhandler.h (class fhandler_dev_raw): Add drive information membersCorinna Vinschen
2005-09-26* exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor
2005-09-26* pinfo.cc (proc_waiter): Properly fill out si_code as according to SUSv3.Christopher Faylor
2005-09-26* exceptions.cc (handle_exceptions): Properly fill out si_code.Christopher Faylor
2005-09-26* sigproc.cc (wait_sig): Cosmetic change.Christopher Faylor
2005-09-262005-09-25 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2005-09-25 * hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries.John David Anglin
2005-09-24* sigproc.cc (sigproc_terminate): More reversion of always-exit-from-sigthreadChristopher Faylor
2005-09-24 * include/math.h (HUGE_VALF, HUGE_VALL, INFINITY, NAN)Danny Smith
2005-09-24* shared.cc (open_shared): Add crucial bit of debugging info.Christopher Faylor
2005-09-24Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor
2005-09-24* net.cc (cygwin_gethostbyname): Remove debugging cruft.Christopher Faylor
2005-09-242005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-09-24* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal thread.Christopher Faylor
2005-09-232005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe