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
path: root/winsup
AgeCommit message (Expand)Author
2014-04-04 * new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging.Corinna Vinschen
2014-04-04*** empty log message ***Corinna Vinschen
2014-04-04 * ntea.cc (EA_BUFSIZ): Fix comment.Corinna Vinschen
2014-04-04 * ntea (EA_BUFSIZ): Reduce to 64K. Add comment to explain why.Corinna Vinschen
2014-04-01*** empty log message ***Corinna Vinschen
2014-04-01* new-features.xml: (ov-new1.7.29): Add new section.Christopher Faylor
2014-03-30* DevNotes: Add entry cgf-000025.Christopher Faylor
2014-03-29 * dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.Corinna Vinschen
2014-03-29 * sec_auth.cc (create_token): Initialize lsa handle to NULL, rather thanCorinna Vinschen
2014-03-28 * exceptions.cc (_cygtls::signal_debugger): Move memcpy to copy contextCorinna Vinschen
2014-03-27 * gendef (_sigbe/x86_64): Fix typo in .seh_proc pseudo-op.Corinna Vinschen
2014-03-20* fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Actually pass ioctl argument toChristopher Faylor
2014-03-20* fhandler.h (fhandler_dev_dsp): Remove variable names from declarations.Christopher Faylor
2014-03-19 * exception.h (exception::handle_while_being_debugged): Declare.Corinna Vinschen
2014-03-19Fix ChangeLogCorinna Vinschen
2014-03-19 * fhandler_dsp.cc (fhandler_dev_dsp::fixup_after_fork): Actually callCorinna Vinschen
2014-03-19* fhandler_dsp.cc (fhandler_dev_dsp::fixup_after_fork): Actually callChristopher Faylor
2014-03-18 Partially revert patch from 2014-03-04.Corinna Vinschen
2014-03-17* sigproc.h (no_thread_exit_protect): New class.Christopher Faylor
2014-03-12 * Makefile.in (OBJS): Add pwdgrp.o.Corinna Vinschen
2014-03-12 * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen
2014-03-12 * Throughout, fix format specifiers in debug statements to accommodateCorinna Vinschen
2014-03-12 * uinfo.cc (pwdgrp::fetch_account_from_windows): Avoid crash onCorinna Vinschen
2014-03-12 * include/cygwin/socket.h (IPV6_JOIN_GROUP): Revert.Corinna Vinschen
2014-03-11Fix ChangeLog entry date.Corinna Vinschen
2014-03-10* fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for useChristopher Faylor
2014-03-10* fhandler_console.cc (dev_console::save_restore): Save entire line of currentChristopher Faylor
2014-03-10* fhandler_console.cc (fhandler_console::save_restore): Save only until lastChristopher Faylor
2014-03-10* fhandler.h (fhandler_console::dwBufferSize): Delete.Christopher Faylor
2014-03-09* sigproc.cc (_cygtls::remove_wq): Reset thread_ev inside of lock. Set to NULLChristopher Faylor
2014-03-09* fhandler_console.cc (fhandler_console::char_command): Properly use calculatedChristopher Faylor
2014-03-09* dir.cc (opendir): Propagate any errno from build_fh_name.Christopher Faylor
2014-03-08 * pwdgrp.h (pwdgrp::is_passwd): New inline method.Corinna Vinschen
2014-03-06 * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins andCorinna Vinschen
2014-03-06 * setpwd.cc (client_request_setpwd::serve): Use RtlSecureZeroMemory toCorinna Vinschen
2014-03-06 * setlsapwd.cc (setlsapwd): Use RtlSecureZeroMemory to delete passwordCorinna Vinschen
2014-03-06 * ldap.cc (rediscover_thread): Remove.Corinna Vinschen
2014-03-05 * include/cygwin/config.h (__TM_GMTOFF): Define.Corinna Vinschen
2014-03-05 * localtime.cc: Define TM_GMTOFF and TM_ZONE based on __TM_GMTOFF andCorinna Vinschen
2014-03-04 * exception.h (exception::handler_installed): Remove.Corinna Vinschen
2014-03-03 * exception.h (exception::exception): Install vectored exceptionCorinna Vinschen
2014-03-03 * sec_helper.cc (cygpsid::get_id): Move Samba SID->uid/gid mappingCorinna Vinschen
2014-02-28 * uinfo.cc (pwdgrp::fetch_account_from_windows): Only fetch extendedCorinna Vinschen
2014-02-28 * cygheap.h (cygheap_user::sid): Return reference to cygpsid ratherCorinna Vinschen
2014-02-27 * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen
2014-02-27 * path.cc (find_fast_cwd_pointer): Fix preceeding comment.Corinna Vinschen
2014-02-26Fix typoCorinna Vinschen
2014-02-26* fhandler.h (fhandler_console::scroll_buffer_screen): New function.Christopher Faylor
2014-02-24 * mkgroup.c (domlist_t): Drop id_offset.Corinna Vinschen
2014-02-23 * minidumper.cc (minidump): Fix -t option argument handling.Jon TURNEY