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
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-09-172002-09-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-172002-09-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-16* init.cc: Cleanup slightly and remove obsolete code.Christopher Faylor
2002-09-162002-09-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-13fix typoChristopher Faylor
2002-09-13fix typoChristopher Faylor
2002-09-13 * syscalls.cc (seteuid32): Treat ILLEGAL_UID invalid.Corinna Vinschen
2002-09-11 * grp.cc (initgroups): Call groups::clear_supp to free theCorinna Vinschen
2002-09-08* fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/outputChristopher Faylor
2002-09-06* winsup.h (_WIN32_WINNT): Protect.Christopher Faylor
2002-09-06* winsup.h (_WIN32_WINNT): Define.Christopher Faylor
2002-09-04fix typoChristopher Faylor
2002-09-04 * Makefile.in (DLL_OFILES): Drop shortcut.o.Corinna Vinschen
2002-09-04 * fhandler.h (fhandler_socket::read): Remove method.Corinna Vinschen
2002-09-03 * cygwin.din: Revert exporting new wchar functions.Corinna Vinschen
2002-09-02* dcrt0.cc (dll_crt0_1): Remove getpagesize() call.Christopher Faylor
2002-08-31* fhandler_proc.cc: Add <sys/param.h> include.Christopher Faylor
2002-08-31* fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Set "don't needChristopher Faylor
2002-08-31(inspired by a patch from Egor Duda)Christopher Faylor
2002-08-30Christopher Faylor <cgf@redhat.com>Christopher Faylor
2002-08-30* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor
2002-08-30 * cygwin.din: Add more prototypes for new wchar functions in newlib.Corinna Vinschen
2002-08-30 * cygwin.din: Add prototypes for new wchar functions in newlib.Corinna Vinschen
2002-08-29 * poll.cc (poll): Peek sockets ready for read to see if there'sCorinna Vinschen
2002-08-29* cygthread.cc (hthreads): Remove unneeded global.Christopher Faylor
2002-08-28* malloc.cc: Protect some definitions to avoid a compile time warning.Christopher Faylor
2002-08-28 * cygwin.din: Export getc_unlocked, getchar_unlocked,Corinna Vinschen
2002-08-28 * fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flagsCorinna Vinschen
2002-08-28 * poll.cc (poll): Eliminate erroneous POLLERR conditional.Corinna Vinschen
2002-08-27 * fhandler_socket.cc (fhandler_socket::check_peer_secret_event):Corinna Vinschen
2002-08-27* child_info.h: Add _PROC_WHOOPS enum value.Christopher Faylor
2002-08-26 * fhandler.h (fhandler_socket::recvfrom): Fix prototype.Corinna Vinschen
2002-08-26 * sec_acl.cc (getacl): Check ace_sid == well_known_world_sidCorinna Vinschen
2002-08-26* Makefile.in (cygcheck.exe): Make a -mno-cygwin program.Christopher Faylor
2002-08-25* Makefile.in (DLL_IMPORTS): Move libuuid.a and libshell32.a to list ratherChristopher Faylor
2002-08-19* pinfo.h (pinfo::remember): Arrange for destructor call if proc_subprocChristopher Faylor
2002-08-19 * pwdgrp.h (pwdgrp_read::pwdgrp_read): Remove.Corinna Vinschen
2002-08-19* fhandler.h (fhandler_console::send_winch_maybe): New method.Christopher Faylor
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor
2002-08-18* cygmalloc.h (MORECORE_CANNOT_TRIM): Define.Christopher Faylor
2002-08-18* sigproc.cc (sigCONT): Define.Christopher Faylor
2002-08-18* malloc.cc: Update to 2.7.2.Christopher Faylor
2002-08-17fix typoChristopher Faylor
2002-08-16* winsup.h: Remove malloc_*lock functions.Christopher Faylor
2002-08-16* Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor
2002-08-16* exceptions.cc (interrupt_setup): Ensure that the previous signal mask isChristopher Faylor
2002-08-16* dcrt0.cc: Modify define for CYGWIN_GUARD.Christopher Faylor