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
2003-01-05* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock whenunlabeled-1.107.12Christopher Faylor
2003-01-05Replace is_fs_device with is_fs_special throughout.Christopher Faylor
2003-01-03* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor
2003-01-01* sysconf.cc (sysconf): Return arbitrary values for _SC_GETGR_R_SIZE_MAX,Christopher Faylor
2002-12-29* cygwin-gperf: New file.Christopher Faylor
2002-12-28Eliminate unit argument and special unit fields from fhandler classes andChristopher Faylor
2002-12-28Introduce device class to cygwin throughout. Rename FH_DISK to FH_FSChristopher Faylor
2002-10-21This commit was manufactured by cvs2svn to create branchcvs2svn
2002-10-21Change _function() to function() throughout.Christopher Faylor
2002-10-20* cygthread.cc (cygthread::stub): Fix typo.Christopher Faylor
2002-10-20fix typoChristopher Faylor
2002-10-20missed checkinChristopher Faylor
2002-10-20force checkinChristopher Faylor
2002-10-20fix typoChristopher Faylor
2002-10-202002-10-19 Kang Li <rubylith@users.sourceforge.net>Danny Smith
2002-10-202002-10-19 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2002-10-20* sigproc.cc (wait_sig): Remove obsolete sigchld logic.Christopher Faylor
2002-10-20Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor
2002-10-20 * Makefile.in (CRT0S): Add txtmode.o binmode.o.Danny Smith
2002-10-19* fork.cc (fork_child): Move pinfo fixup later to attempt some minor gains fromChristopher Faylor
2002-10-19fix changelogChristopher Faylor
2002-10-19* mount.cc (usage): Correctly report default mode.Christopher Faylor
2002-10-19* dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.Christopher Faylor
2002-10-19* cygthread.cc: Bump number of cygthreads up to accommodate applications whichChristopher Faylor
2002-10-19* fork.cc (fork_child): Move mmap initialization.Christopher Faylor
2002-10-192002-10-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-10-192002-10-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-10-192002-10-04 Michael Snyder <msnyder@redhat.com>Jeff Johnston
2002-10-192002-10-18 Stephane Carrez <stcarrez@nerim.fr>Jeff Johnston
2002-10-182002-10-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-10-182002-10-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2002-10-18* thread.cc (verifyable_object_isvalid): Test for a valid object pointer beforeChristopher Faylor
2002-10-18* dtable.cc (dtable::init_std_file_from_handle): Force "devices" to always beChristopher Faylor
2002-10-17* dtable.cc (dtable::set_file_pointers_for_exec): New function.Christopher Faylor
2002-10-172002-10-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-10-172002-10-17 Thomas Pfaff <tpfaff@gmx.net>Robert Collins
2002-10-17 * include/winuser.h (MONITORINFOEX[AW]): Add structureDanny Smith
2002-10-16merge from gccDJ Delorie
2002-10-16* fhandler_tty.cc (fhandler_tty_slave::read): Attempt #527 to properlyChristopher Faylor
2002-10-15* shared.cc (open_shared): Revert to "old" method for shared memory location ifChristopher Faylor
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2002-10-14 * Makefile.in: Add components for lib/ddk. Adjust for autoconf-2.53.Earnie Boyd
2002-10-14 * cgen.h: Test __BFD_H_SEEN__ rather than BFD_VERSION_DATE.Alan Modra
2002-10-14* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do itChristopher Faylor
2002-10-14* cygthread.cc (cygthread::stub): Don't zero __name here. That introduces aChristopher Faylor
2002-10-14 * include/windows.h: Don't include basetyps.h.Danny Smith
2002-10-14* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor
2002-10-13 * include/objbase.h: Include rpc.h and rpcndr.hDanny Smith