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
2014-10-11 * fhandler_socket.cc (fhandler_socket::evaluate_events): HandleCorinna Vinschen
2014-10-11 * fhandler_socket.cc (fhandler_socket::evaluate_events): SlightlyCorinna Vinschen
2014-10-10 * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.Corinna Vinschen
2014-10-09 * fhandler_procsys.cc (fhandler_procsys::readdir): Just testCorinna Vinschen
2014-10-09 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Set d_typeCorinna Vinschen
2014-10-09 * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen
2014-10-09Add accidentally missing ChangeLog for latest change.Corinna Vinschen
2014-10-09 * common.din (ffsl): Export.Corinna Vinschen
2014-10-08 * syscall.cc (ffs): Fix crash of ffs (0x80000000) on 64 bit.Corinna Vinschen
2014-10-08 * fhandler_process.cc (format_process_statm): Fix output of dirtyCorinna Vinschen
2014-10-08Fix typoCorinna Vinschen
2014-09-05 * fhandler_proc.cc (proc_tab): Add entry for cygdrive symlink.Corinna Vinschen
2014-09-05 * exception.h (class exception): Remove unnecessary #ifdef.Corinna Vinschen
2014-09-05 * uinfo.cc (pwdgrp::fetch_account_from_windows): Handle APPLICATIONCorinna Vinschen
2014-09-03 * sec_acl.cc (aclcheck32): Check for required default entries as well.Corinna Vinschen
2014-09-03 * sec_acl.cc (aclsort32): Set errno to EINVAL if aclcheck32 failed.Corinna Vinschen
2014-08-31 * uinfo.cc (pwdgrp::fetch_account_from_windows): Disallow user accountsCorinna Vinschen
2014-08-31 * uinfo.cc (cygheap_pwdgrp::init): Fix comment. Rearrange code forCorinna Vinschen
2014-08-31 * uinfo.cc (pwdgrp::fetch_account_from_windows): Disallow creating anCorinna Vinschen
2014-08-31 * sec_acl.cc (setacl): Add comment. Handle NULL ACE for SUID, SGID,Corinna Vinschen
2014-08-28 * fhandler.cc (fhandler_base::facl): Drop CLASS_OBJ entry.Corinna Vinschen
2014-08-28 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Try theCorinna Vinschen
2014-08-27 * fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameterCorinna Vinschen
2014-08-27 * kernel32.cc (CreateFileMappingW): Fix default standard rights forCorinna Vinschen
2014-08-27 * ntea.cc (read_ea): Change left-over return to __leave. FixCorinna Vinschen
2014-08-27 * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen
2014-08-25 * cygtls.cc (san::leave/x86_64): Implement.Corinna Vinschen
2014-08-25 * cygtls.cc (_cygtls::remove): Revert previous patch.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-08-21 * miscfuncs.cc (__import_address): Cover the first dereference to impCorinna Vinschen
2014-08-21 * net.cc (if_freenameindex): Don't catch a SEGV from free to failCorinna Vinschen
2014-08-21 * dir.cc (rmdir): Don't skip deleting fh in the ENOTEMPTY case.Corinna Vinschen
2014-08-20 * tls_pbuf.h (tmp_pathbuf::tmp_pathbuf): Convert to inline method.Corinna Vinschen
2014-08-19 * dir.cc (dirfd): Per POSIX, return EINVAL on invalid directory stream.Corinna Vinschen
2014-08-19 * fhandler.h (enum conn_state): Add "connect_credxchg" state.Corinna Vinschen
2014-08-19 * autoload.cc: Replace WNet[...]A with WNet[...]W imports.Corinna Vinschen
2014-08-19 * fhandler.h (fhandler_serial::is_tty): Reinstantiate.Corinna Vinschen
2014-08-18 * miscfuncs.cc (strlwr): Rename from cygwin_strlwr. Drop __stdcallCorinna Vinschen
2014-08-18*** empty log message ***Corinna Vinschen
2014-08-18 * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen
2014-08-16 * winsup.h (_GNU_SOURCE): Define. Explain why.Corinna Vinschen
2014-08-15 * cygerrno.h (seterrno): Define as (always) inline function.Corinna Vinschen
2014-08-15 * dll_init.sgml: Remove.Corinna Vinschen
2014-08-15 * security.sgml: Move to ../doc dir and rename to logon-funcs.xml.Corinna Vinschen
2014-08-14 * path.sgml: Move to ../doc dir and rename to path.xml.Corinna Vinschen
2014-08-14 * dlmalloc.c: Remove unused file.Corinna Vinschen
2014-08-13 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 33.Corinna Vinschen
2014-08-11 * cpuid.h: Add missing copyright header. Fix formatting. Use uint32_tCorinna Vinschen
2014-08-07* common.din (__cxa_finalize): Export.Yaakov Selkowitz
2014-08-06 * include/sys/file.h: Add extern "C".Corinna Vinschen