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
2004-02-14* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor
2004-02-12* gendef (_sigbe): Zero location on pop.Christopher Faylor
2004-02-12* dcrt0.cc (alloc_stack_hard_way): Eliminate second argument.Christopher Faylor
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2004-02-11 * security.cc (get_nt_object_attribute): Fix error handling.Corinna Vinschen
2004-02-09 * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.Corinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-02-08* localtime.cc (localtime_r): Call tzset.Christopher Faylor
2004-02-06 * cygserver.h (CYGWIN_SERVER_VERSION_API): Bump.Corinna Vinschen
2004-02-06 * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen
2004-02-05* cygwin.din: Make many more functions SIGFE.Christopher Faylor
2004-02-05 * security.h (SID): New macro.Corinna Vinschen
2004-02-04* tlsoffsets.h: Regenerate.Christopher Faylor
2004-02-04* cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow onChristopher Faylor
2004-02-04* Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor
2004-02-03* window.cc (Winmain): Show windows error code in error output whenChristopher Faylor
2004-02-03* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor
2004-02-02 * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGINGCorinna Vinschen
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor
2004-01-27* exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor
2004-01-26* cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor
2004-01-26* fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor
2004-01-25* sigproc.cc (proc_subproc): Don't protect *child's* handle.Christopher Faylor
2004-01-24* fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor
2004-01-242004-01-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-01-24* configure.in: Remove NEWVFORK default.Christopher Faylor
2004-01-23* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor
2004-01-23* fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when theChristopher Faylor
2004-01-22* dcrt0.cc (reent_data): Make global.Christopher Faylor
2004-01-22* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor
2004-01-22* fhandler.cc (fhandler_base::open): Revert isfs change.Christopher Faylor
2004-01-21* devices.in: Change raw com device to more correct form.Christopher Faylor
2004-01-21* fhandler.cc (fhandler_base::open): Use major numbers rather than deviceChristopher Faylor
2004-01-21* signal.cc (sigaction): Fix if-statement typo.Christopher Faylor
2004-01-21* cygtls.cc (handle_threadlist_exception): Change logic, improve debuggingChristopher Faylor
2004-01-21* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor
2004-01-20remove extra entryChristopher Faylor
2004-01-20* include/cygwin/version.h: Bump DLL minor number to 8.Christopher Faylor
2004-01-20 * sec_acl.cc (setacl): Make sure sd_ret is large enough.Corinna Vinschen
2004-01-20* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor
2004-01-19updateChristopher Faylor
2004-01-17* dtable.cc (dtable::vfork_parent_restore): Avoid double close of ctty whenChristopher Faylor
2004-01-17* fhandler_console.cc (fhandler_console::close): Remove obsolete test forChristopher Faylor
2004-01-17* cygheap.cc (init_cygheap::close_ctty): Don't NULL ctty if it is still active.Christopher Faylor
2004-01-17* dtable.cc (dtable::vfork_parent_restore): Store ctty_on_hold prior to callingChristopher Faylor
2004-01-15* gentls_offsets: Reinstate unlink of temp files.Christopher Faylor