]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2015-03-11 Corinna VinschenFix condition in DLL loading loop
2015-03-11 Nick CliftonFix a build problem running the newlib testsuite on...
2015-03-10 Yaakov Selkowitzcygwin: fix __x86_64__ conditional in stdint.h
2015-03-10 Corinna Vinschenwhitespace fix
2015-03-10 Corinna VinschenChange CVS->GIT in docs
2015-03-09 Corinna VinschenAdd .gitignore
2015-03-09 Corinna Vinschenmv .cvsignore to .gitignore
2015-03-09 Corinna VinschenAdd .gitattributes
2015-03-05 Corinna Vinschen * libc/include/stdio.h (FILE): Protect typedef from...
2015-03-05 Corinna Vinschen * tty.h (tty::set_master_ctl_closed): Rename from...
2015-03-05 Corinna Vinschen * fhandler.h (fhandler_base::get_echo_handle): New...
2015-03-05 Nick Clifton * v850/sim.ld: Add a .note.renesas section.
2015-03-04 DJ Deloriemerge from gcc
2015-03-04 Corinna Vinschen * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR...
2015-03-04 Corinna Vinschen * posix.xml (std-bsd): Add issetugid.
2015-03-03 Joel Sherrill2015-02-25 Gedare Bloom <gedare@rtems.org>
2015-03-03 Steve Ellcey * libc/machine/mips/memset.S: Add support for mips32r6...
2015-03-03 Steve Ellcey * libc/machine/mips/memcpy.S: Add support for mips32r6...
2015-03-03 Corinna Vinschen * new-features.xml (ov-new1.7.35): Add SIGSYS change.
2015-03-03 Corinna Vinschen * msg.cc: Throughout, drop raising SIGSYS if cygserver...
2015-03-03 Corinna Vinschen * new-features.xml (ov-new1.7.35): Add new section.
2015-03-03 Corinna Vinschen * common.din (issetugid): Export.
2015-03-02 Corinna Vinschen * security.cc (get_attribute_from_acl): Don't spill...
2015-02-28 Corinna Vinschen * utils.xml (getfacl): Adjust options to option nmame...
2015-02-28 Corinna Vinschen*** empty log message ***
2015-02-28 Corinna Vinschen * getfacl.c (usage): Change --all to --access, --dir...
2015-02-28 Corinna Vinschen * uinfo.cc (pwdgrp::add_line): Return NULL if parsing...
2015-02-27 Corinna Vinschen*** empty log message ***
2015-02-27 Corinna Vinschen * security.cc (alloc_sd): For directories, mark inheri...
2015-02-27 Corinna Vinschen * sec_acl.cc (getacl): Add mask even if all group...
2015-02-27 Corinna Vinschen * uinfo.cc (pwdgrp::fetch_account_from_windows): Drop...
2015-02-27 Corinna Vinschen * sec_acl.cc (setacl): Fix bug which leads to ACE...
2015-02-26 Steve Ellcey2015-02-26 Steve Ellcey <sellcey@imgtec.com>
2015-02-26 Corinna Vinschen * ldap.cc (cyg_ldap::wait): Call cygwait with cw_infin...
2015-02-26 Corinna Vinschen * posix_ipc.cc (ipc_mutex_lock): Revert unneeded call...
2015-02-26 Corinna Vinschen * posix_ipc.cc (ipc_mutex_lock): Add bool parameter...
2015-02-26 Corinna Vinschen * fhandler_termios.cc (fhandler_termios::line_edit...
2015-02-25 Corinna Vinschen * sec_acl.cc (setacl): Always grant default owner...
2015-02-25 Corinna Vinschen*** empty log message ***
2015-02-25 Corinna Vinschen * mkgroup.c (MAX_SID_LEN): Remove. Instead, use SECUR...
2015-02-25 Corinna Vinschen * fhandler_tape.cc (fhandler_dev_tape::_lock): Add...
2015-02-25 Warren YoungApplied the "chgrp `id -g`" improvements suggested...
2015-02-25 Corinna Vinschen * security.cc (alloc_sd): Don't apply temporary workar...
2015-02-25 Corinna Vinschen * fhandler_tty.cc (fhandler_pty_slave::read): Having...
2015-02-25 Jon TURNEY* libc/include/sys/cdefs.h (_GNU_SOURCE): Move check...
2015-02-25 Corinna Vinschen * ntsec.xml (ntsec-mapping): Match the description...
2015-02-25 Corinna Vinschen*** empty log message ***
2015-02-25 Corinna Vinschen * security.cc (alloc_sd): Fix comment style. Remove...
2015-02-25 Corinna Vinschen * security.cc (alloc_sd): Add temporary workaround...
2015-02-25 Corinna Vinschen * uinfo.cc (client_request_pwdgrp::client_request_pwdg...
2015-02-25 Warren YoungAdded chgrp None ~/.ssh/* hack to FAQ item 4.40
2015-02-24 Corinna Vinschen * ldap.h: Remove index macros.
2015-02-24 Corinna Vinschen * fhandler.h (class fhandler_base): Add was_nonblockin...
2015-02-24 Corinna Vinschen * include/sys/socket.h (sockatmark): Add prototype.
2015-02-23 Corinna Vinschen * userinfo.h (struct fetch_full_grp_t): Define only...
2015-02-23 Corinna Vinschen * pwdgrp.cc: Handle default fetch_user_arg_type_t...
2015-02-23 Corinna Vinschen * autoload.cc (LsaLookupSids): Import.
2015-02-23 Corinna Vinschen * grp.cc (internal_getgroups): Check for group attribu...
2015-02-23 Corinna Vinschen * cygwait.h (enum cw_wait_mask): Add cw_sig_restart...
2015-02-23 Corinna Vinschen * cygwait.cc (cygwait): Move setting res to WAIT_SIGNA...
2015-02-23 Corinna Vinschen * winsup.h (SIGTOMASK): Add cast to sigset_t to avoid...
2015-02-20 Corinna Vinschen * grp.cc (internal_getgroups): Take additional timeout...
2015-02-20 Jon TURNEY2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>
2015-02-20 Jon TURNEY2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>
2015-02-19 Corinna Vinschen * sec_acl.cc (setacl): Always grant owner FILE_WRITE_A...
2015-02-18 Corinna Vinschen * ldap.cc (struct cyg_ldap_search): Add scope member.
2015-02-18 Corinna Vinschen * ldap.cc: Macro-ize filter expressions. Use througho...
2015-02-17 Ken Brown* dump_setup.cc (check_package_files): Accommodate...
2015-02-17 Warren YoungApplied Andrey's and my improvments to FAQ item 4.2...
2015-02-17 Corinna Vinschen * ldap.cc (cyg_ldap::fetch_posix_offset_for_domain...
2015-02-17 Corinna Vinschen * ldap.h (class cyg_ldap): Rename rootdse to def_conte...
2015-02-17 Corinna Vinschen * arm/crt0.S: Initialise __heap_limit when ARM_RDI_MON...
2015-02-17 Corinna Vinschen * libc/machine/arm/aeabi_memclr.c: New file to support
2015-02-17 Corinna Vinschen * libc/machine/arm/aeabi_memmove.c: New file to support
2015-02-16 Corinna Vinschen*** empty log message ***
2015-02-16 Corinna Vinschen * spawn.cc (find_exec): Extend preceeding comment...
2015-02-16 Corinna Vinschen * setup-files.xml (setup-files): Drop hint to set...
2015-02-15 Corinna Vinschen * posix.xml (std-gnu): Add missing __mempcpy.
2015-02-15 Corinna Vinschen * i686.din (__mempcpy): Move symbol export from here...
2015-02-15 Corinna VinschenFix layout of ChangeLog entry
2015-02-15 Corinna Vinschen * path.h (path_conv): Make path_flags private. Rename...
2015-02-12 Corinna Vinschen*** empty log message ***
2015-02-12 Corinna Vinschen * sec_acl.cc (setacl): Introduce bool array "invalid...
2015-02-12 Corinna Vinschen * cygheap.h (cygheap_pwdgrp::get_home): Add dnsdomain...
2015-02-12 Corinna Vinschen * ntsec.xml: Throughout fix references to the Cygwin...
2015-02-11 Corinna Vinschen * flock.cc (fhandler_base::lock): Convert accidental...
2015-02-11 Corinna Vinschen * or1k/or1k_uart.c: Write bugfix and cleanup/documenta...
2015-02-11 Corinna Vinschen * dlfcn.cc (check_path_access): Drop FE_NATIVE from...
2015-02-11 Corinna Vinschen * faq-using.xml (faq.using.startup-slow): New entry.
2015-02-10 Corinna Vinschen * syscalls.cc (fhandler_base::stat_fixup): Generate...
2015-02-06 Corinna Vinschen*** empty log message ***
2015-02-06 Corinna Vinschen * posix.xml (std-susv4): Move cabsl, cimagl, creall...
2015-02-06 Corinna Vinschen * common.din: Export cabsl, cimagl, creall, finitel...
2015-02-06 Corinna Vinschen * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR...
2015-02-06 Nick Clifton * libc/include/complex.h (cabsl): Add prototype.
2015-02-06 Corinna Vinschen * fhandler_proc.cc (format_proc_cpuinfo): Enable multi...
2015-02-04 Corinna Vinschen * posix.xml (std-susv4): Move wcstold here from std...
2015-02-04 Corinna Vinschen * new-features.xml (ov-new1.7.34): Add wcstold.
2015-02-04 Corinna Vinschen * common.din (wcstold): Export.
2015-02-04 Corinna Vinschen * libc/include/wchar.h (wcstold): Drop _LDBL_EQ_DBL...
next
This page took 0.055078 seconds and 5 git commands to generate.