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