]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2015-04-01 Corinna VinschenDrop local stdint.h and inttypes.h in favor of newlib...
2015-04-01 Sebastian HuberAdd <sys/_stdint.h> for FreeBSD compatibility
2015-04-01 Jon TURNEYProvide ucontext to signal handlers
2015-04-01 Jon TURNEYMake stack_t typedef generally available
2015-04-01 Jon TURNEYAdd cygwin_internal() operation to retrieve the EXCEPTI...
2015-04-01 Jon TURNEYRename struct ucontext to struct __mcontext
2015-04-01 Corinna VinschenFix UTF-16 surrogate handling in wctomb and friends.
2015-04-01 Corinna VinschenAvoid potential crash at startup or in getgroups(2).
2015-03-31 Jon TURNEYFix documentation of cygwin_internal()'s return type.
2015-03-31 Renato SilvaFix buffer size error handling in gethostname.
2015-03-31 Corinna VinschenAdd release msg
2015-03-31 Corinna VinschenDocument GNU basename.
2015-03-31 Corinna VinschenDon't allow fully qualified Windows account names.
2015-03-31 Corinna VinschenAvoid excessive locking and calling tzset in time funct...
2015-03-31 Corinna VinschenAdd _tzset_unlocked and _tzset_unlocked_r
2015-03-31 Craig HowlandMove tzset calls to time functions.
2015-03-30 Yaakov Selkowitzstrftime: use tzname if TM_ZONE is NULL
2015-03-30 Yaakov Selkowitzcygwin: add GNU basename(3)
2015-03-30 Yaakov Selkowitzstring: add GNU basename(3)
2015-03-30 Corinna VinschenTry best to handle user from domain not in trusted...
2015-03-30 Corinna VinschenPrepare to rename/reuse struct ucontext.
2015-03-25 Corinna VinschenAdd CMIN and CTIME definitions
2015-03-25 Corinna VinschenBump tty.cc copyright date
2015-03-25 Takashi YanoTIOCPKT mode of PTY is broken if ONLCR bit is cleared.
2015-03-24 Sebastian HuberImport <sys/tree.h> from FreeBSD
2015-03-24 Corinna VinschenIgnore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROS
2015-03-23 Joel Sherrill* newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_... newlib-snapshot-20150323
2015-03-23 Joel SherrillChange from configure time to compile time probe for...
2015-03-23 Corinna VinschenDrop cygwin/_types.h.
2015-03-19 Corinna VinschenHandle S_ISGID bit and multiple ACEs for owner
2015-03-19 Steve Ellcey Add ChangeLog entry for last patch to libc/include...
2015-03-19 Steve Ellcey Replace uint32_t/uint64_t type usage with __uint32_t...
2015-03-18 Corinna VinschenPreliminary read side implementation of new permission...
2015-03-18 Corinna VinschenImplmenet faster getfrompw/getfromgr
2015-03-18 Corinna VinschenDrop unneeded passwd argument from security functions
2015-03-17 Corinna VinschenDrop unused timeoput paramter to internal_getlogin
2015-03-17 Corinna VinschenAdd *.swp (Vim swap files) to .gitignore
2015-03-17 Corinna VinschenAvoid name change if script is called via symlink from...
2015-03-16 Jon TURNEYFix newlib texinfo source so 'info libc' and 'info...
2015-03-16 Jon TURNEYFix winsup/doc to install into prefix
2015-03-13 Jon TURNEYTeach stackinfo::walk() how to virtually unwind the...
2015-03-13 Corinna VinschenRemove now useless include/cygwin/sys_time.h
2015-03-13 Corinna VinschenDrop including cygwin/sys_time.h on Cygwin.
2015-03-13 Sebastian HuberMerge parts of <sys/time.h> from FreeBSD
2015-03-13 Alexey Pavlovnet.cc: Remove extra braces.
2015-03-12 Alexey PavlovFix typo in include/cygwin/version.h
2015-03-12 Corinna VinschenDrop defining _BSDTYPES_DEFINED before including winsup.h.
2015-03-12 Sebastian HuberImport libc/sys/rtems/include/semaphore.h from FreeBSD.
2015-03-12 Takashi YanoLet pty slave detect closure of last master handle
2015-03-12 Corinna VinschenFix more typos in ntsec.xml
2015-03-12 Corinna VinschenFix typos in ntsec.xml
2015-03-11 Corinna VinschenAdd "tags" to .gitignore
2015-03-11 Corinna VinschenInclude sys/_timespec.h in cygwin/types.h to adjust...
2015-03-11 Sebastian HuberAdd and use latest <sys/timespec.h> from FreeBSD
2015-03-11 Corinna Vinschen* autoload.cc (CreateEnvironmentBlock): Make loading...
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...
next
This page took 0.060025 seconds and 5 git commands to generate.