]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2015-05-28 Corinna VinschenFix comment in sys/wait.h
2015-05-28 Corinna VinschenUse NtQueryObject to detect closing the last master...
2015-05-27 Takashi Yano* net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.
2015-05-27 David StaceyFix potential memory leak in argz_replace
2015-05-27 DJ DelorieAvoid unneeded truncation to "int"
2015-05-26 Jeff Johnstonor1k: Add missing initialization of impure ptr
2015-05-26 Jeff Johnstonor1k: set heap start for optimsoc-gzll
2015-05-26 Jeff Johnstonor1k: Make heap start configurable
2015-05-26 Jeff Johnstonor1k: UART also accept timeout interrupt
2015-05-26 Jeff JohnstonBug fix in timer for or1k
2015-05-26 Jeff JohnstonStore entire context for or1k
2015-05-26 Jeff JohnstonFix exception stack frame for or1k
2015-05-26 Jeff JohnstonFix interrupt handling for or1k.
2015-05-18 Nick CliftonAdd a check that the data area does not overrun the...
2015-05-13 Nick CliftonUpdate signbit functions to work on targets where integ...
2015-05-05 Nick CliftonAdds support for placing MSP430 code and data into...
2015-05-03 Corinna VinschenBump minor DLL version to 2
2015-05-03 Corinna VinschenRevert to exposing sys/select.h from sys/time.h on...
2015-05-03 Corinna VinschenBump minor DLL version to 1
2015-04-30 Corinna VinschenUse all ACEs from original ACL on Samba share
2015-04-29 Yaakov SelkowitzFix more typos in ntsec.xml
2015-04-29 Corinna VinschenImprove check for int32_t being long or int
2015-04-27 Corinna VinschenDefine __s64 and __u64
2015-04-27 Mike DePaulocygserver.xml: Add new section. How to install Cygserver.
2015-04-23 Corinna VinschenDocument previous unlink patch newlib-snapshot-20150423
2015-04-23 Corinna VinschenHandle unlinking in-use files on virtual drives
2015-04-22 Corinna VinschenFix closing too many handles in pty fchown/fchmod
2015-04-22 Takashi YanoFix OPOST for non-Cygwin pty slaves
2015-04-22 Corinna VinschenUndef basename before defining function.
2015-04-22 Corinna VinschenFix basename prototype collision string.h vs libgen.h
2015-04-22 Mike Frysingerlibgloss: mcore: add custom syscall header
2015-04-22 Mike Frysingerlibgloss: arm: fix copy & paste in syscall.h
2015-04-21 Corinna VinschenRemove Cygwin's libgen.h
2015-04-21 Corinna VinschenAsia/Calcutta -> Asia/Kolkata (not on unicode.org)
2015-04-21 Corinna VinschenApply umask on "standard" Cygwin ACL
2015-04-20 Corinna VinschenApply mask execute bit for SYSTEM and Admins group.
2015-04-20 David MacekFix inconsistencies in docs regarding fstab and executa...
2015-04-20 Corinna Vinschensec_acl.cc (set_posix_access): Fix typo in comment
2015-04-18 Corinna VinschenTry to avoid creating dangerous DENY ACEs
2015-04-17 Corinna VinschenSupport acl(2) method for reading pty ACLs, fix pty...
2015-04-17 Corinna VinschenFix broken SID in passwd/group entry for unkown account
2015-04-17 Corinna VinschenFix broken PSID problem on cygheap in account handling
2015-04-16 Corinna VinschenFix merging group perms into owner perms in owner ...
2015-04-16 Corinna VinschenFix setting saw_group_obj flag
2015-04-16 Corinna VinschenSet GROUP_OBJ and CLASS_OBJ perms to new group perms
2015-04-16 Corinna VinschenBetter workaround owner/group SIDs being NULL
2015-04-16 Corinna VinschenWorkaround owner/group SIDs being NULL
2015-04-16 Corinna VinschenAdd mask recomputation as on Linux
2015-04-16 Corinna VinschenAdd output of effective rights to getfacl
2015-04-15 Corinna VinschenHandle files with owner == group.
2015-04-14 Corinna VinschenFix typo in comment
2015-04-14 Corinna VinschenFix thinko in creating the {DEF_}CLASS_OBJ value on...
2015-04-12 Corinna VinschenFix pty permssion handling in new permission handling...
2015-04-12 Corinna VinschenDon't rely on size argument in shmget call
2015-04-11 Corinna VinschenFix typo in new fchmod implementation
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.
next
This page took 0.058711 seconds and 5 git commands to generate.