]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2015-04-10 Corinna VinschenBump Cygwin version to 2.0.0.
2015-04-10 Jon TURNEYSet mcontext.cr2 to the faulting address
2015-04-10 Jon TURNEYOnly construct ucontext for SA_SIGINFO signal handlers
2015-04-10 Jon TURNEYInitialize context before RtlContextCapture
2015-04-10 Corinna VinschenFirst cut of full implementation of new permission...
2015-04-09 Corinna VinschenCall open_null to open fake handle
2015-04-09 Nick CliftonFor the RX port, avoid using string instructions when...
2015-04-08 Nick CliftonAdd .note and DWARF3 sections to RX linker scripts.
2015-04-08 Corinna VinschenIntroduce sidfromuid and sidfromgid
2015-04-08 Corinna VinschenUse NULL dey ACE rather than special Cygwin ACE
2015-04-08 Corinna VinschenRemove __acl16 from official header
2015-04-07 Nick CliftonAlways include the .csstart section in RL78 executables.
2015-04-07 Corinna VinschenRemove unused 32/64 bit tty code
2015-04-07 Corinna VinschenRaise # of ptys to 128.
2015-04-07 Jon TURNEYCompile exceptions.cc with -fno-omit-frame-pointer...
2015-04-03 Takashi YanoCygwin hangs up if several keys are typed during output...
2015-04-03 David A. WheelerAdd FAQ entry on how Cygwin counters install and update...
2015-04-02 Jon TURNEYTry to make sure struct _mcontext is 16-byte aligned
2015-04-02 Corinna VinschenRename index variable from i to idx.
2015-04-02 Corinna VinschenDrop unused parameter from add_access_*_ace
2015-04-01 Corinna VinschenAdd parens around MIN/MAX values in stdint.h.
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...
next
This page took 0.055101 seconds and 5 git commands to generate.