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-05-14 * sec_auth.cc (get_server_groups): Call get_logon_server only forCorinna Vinschen
2014-05-13 * fhandler_socket.cc (fhandler_socket::ioctl): Handle the differentCorinna Vinschen
2014-05-13 * minidumper.cc (filter_minidump_type): New function.Jon TURNEY
2014-05-13 * Makefile.in (minidumper.exe): Link directly with dbghelp.Jon TURNEY
2014-05-11clarify checkin commentChristopher Faylor
2014-05-09* signal.cc (sigprocmask): Fix strace output to include "how".Christopher Faylor
2014-05-08 * uinfo.cc (cygheap_user::init): Fix formatting in debug output.Corinna Vinschen
2014-05-08 * grp.cc (gr_ent::enumerate_caches): Fix copy/paste bug introducingCorinna Vinschen
2014-05-07 * passwd.cc (pwdgrp::parse_passwd): Fix an off by one computing theCorinna Vinschen
2014-05-07 * uinfo.cc (pwdgrp::fetch_account_from_windows): Tweak SID<->uidCorinna Vinschen
2014-05-07 * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating anyCorinna Vinschen
2014-05-06 * security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIESCorinna Vinschen
2014-05-06 * grp.cc (internal_getgroups): Drop unused cygsid variable.Corinna Vinschen
2014-05-05 * net.cc (cygwin_getsockopt): Rearrange code slightly and handleCorinna Vinschen
2014-05-03* spawn.cc (av::setup): Eat trailing whitespace on #! script.Christopher Faylor
2014-05-02* fhandler_dsp.cc (ioctl): Use _ioctl for recursive call.Christopher Faylor
2014-04-26* DevNotes: Add entry cgf-000026.Christopher Faylor
2014-04-25 * syscalls.cc (NT_TRANSACTIONAL_ERROR): Cover all status codes up toCorinna Vinschen
2014-04-24 * fhandler_socket.cc: On x86_64, define u_long as __ms_u_long beforeCorinna Vinschen
2014-04-23 * miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.Corinna Vinschen
2014-04-22 * ldap.cc (user_attr): Remove "uid" attribute.Corinna Vinschen
2014-04-21* minidumper.cc (minidump): Fix copy and paste error in checkingJon TURNEY
2014-04-18 * winf.cc (linebuf::fromargv): Temporarily revert patch from 2014-01-24.Corinna Vinschen
2014-04-18 * cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursionsCorinna Vinschen
2014-04-16 * pwdgrp.cc (client_request_pwdgrp::pwd_serve): Add 1 to the messageCorinna Vinschen
2014-04-16*** empty log message ***Corinna Vinschen
2014-04-16 * net.cc (cygwin_setsockopt): Ignore IPV6_TCLASS the same way as IP_TOS.Corinna Vinschen
2014-04-16 * cygserver-config: Use numeric id 18 instead of "system" in chown.Corinna Vinschen
2014-04-12 * uinfo.cc (pwdgrp::fetch_account_from_windows): Fix gid evaluationCorinna Vinschen
2014-04-10 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 30.Corinna Vinschen
2014-04-09 * exceptions.cc (exception::myfault_handle): Only handle the minimumCorinna Vinschen
2014-04-08 * cygwin.sc.in: (Temporarily?) workaround serious ld bug whichCorinna Vinschen
2014-04-07release/1.7.29Corinna Vinschen
2014-04-07 * cygserver_ipc.h (ipc_set_proc_info): Add bool parameter to specifyCorinna Vinschen
2014-04-07 * process.cc (process::process): Only notice that signal_arrived isCorinna Vinschen
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