index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
string: add GNU basename(3)
Yaakov Selkowitz
2015-03-30
6
-2
/
+61
|
*
Try best to handle user from domain not in trusted domain list.
Corinna Vinschen
2015-03-30
3
-4
/
+45
|
*
Prepare to rename/reuse struct ucontext.
Corinna Vinschen
2015-03-30
6
-112
/
+120
|
*
Add CMIN and CTIME definitions
Corinna Vinschen
2015-03-25
3
-4
/
+11
|
*
Bump tty.cc copyright date
Corinna Vinschen
2015-03-25
1
-1
/
+1
|
*
TIOCPKT mode of PTY is broken if ONLCR bit is cleared.
Takashi Yano
2015-03-25
7
-132
/
+168
|
*
Import <sys/tree.h> from FreeBSD
Sebastian Huber
2015-03-24
2
-0
/
+805
|
*
Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROS
Corinna Vinschen
2015-03-24
3
-23
/
+9
|
*
* newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.
newlib-snapshot-20150323
Joel Sherrill
2015-03-23
2
-6
/
+4
|
*
Change from configure time to compile time probe for intptr_t definition.
Joel Sherrill
2015-03-23
5
-110
/
+36
|
*
Drop cygwin/_types.h.
Corinna Vinschen
2015-03-23
2
-16
/
+4
|
*
Handle S_ISGID bit and multiple ACEs for owner
Corinna Vinschen
2015-03-19
2
-5
/
+43
|
*
Add ChangeLog entry for last patch to libc/include/sys/time.h.
Steve Ellcey
2015-03-19
1
-0
/
+5
|
*
Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.
Steve Ellcey
2015-03-19
1
-18
/
+18
|
*
Preliminary read side implementation of new permission handling.
Corinna Vinschen
2015-03-18
6
-355
/
+394
*
|
Fix comment in sys/wait.h
Corinna Vinschen
2015-05-28
2
-1
/
+5
*
|
Use NtQueryObject to detect closing the last master handle
Corinna Vinschen
2015-05-28
2
-8
/
+29
*
|
* net.cc: Define _NETIOAPI_H_ to accomodate newer w32api.
Takashi Yano
2015-05-27
2
-1
/
+6
*
|
Fix potential memory leak in argz_replace
David Stacey
2015-05-27
2
-1
/
+8
*
|
Avoid unneeded truncation to "int"
newlib-snapshot-20150526
DJ Delorie
2015-05-27
2
-1
/
+6
*
|
or1k: Add missing initialization of impure ptr
Jeff Johnston
2015-05-27
2
-0
/
+7
*
|
or1k: set heap start for optimsoc-gzll
Jeff Johnston
2015-05-27
2
-0
/
+33
*
|
or1k: Make heap start configurable
Jeff Johnston
2015-05-27
2
-2
/
+7
*
|
or1k: UART also accept timeout interrupt
Jeff Johnston
2015-05-27
2
-3
/
+9
*
|
Bug fix in timer for or1k
Jeff Johnston
2015-05-27
2
-1
/
+5
*
|
Store entire context for or1k
Jeff Johnston
2015-05-27
2
-0
/
+14
*
|
Fix exception stack frame for or1k
Jeff Johnston
2015-05-27
3
-3
/
+8
*
|
Fix interrupt handling for or1k.
Jeff Johnston
2015-05-27
2
-28
/
+28
*
|
Add a check that the data area does not overrun the stack.
Nick Clifton
2015-05-27
7
-3
/
+110
*
|
Update signbit functions to work on targets where integers are only 16-bits.
Nick Clifton
2015-05-27
2
-4
/
+9
*
|
Adds support for placing MSP430 code and data into either low memory or high ...
Nick Clifton
2015-05-27
10
-786
/
+455
*
|
Bump minor DLL version to 2
cygwin-2_0_2-release
Corinna Vinschen
2015-05-03
2
-1
/
+5
*
|
Revert to exposing sys/select.h from sys/time.h on Cygwin
Corinna Vinschen
2015-05-02
2
-0
/
+10
*
|
Bump minor DLL version to 1
cygwin-2_0_1-release
Corinna Vinschen
2015-04-30
3
-1
/
+13
*
|
Use all ACEs from original ACL on Samba share
Corinna Vinschen
2015-04-30
2
-3
/
+8
*
|
Fix more typos in ntsec.xml
Yaakov Selkowitz
2015-04-29
1
-4
/
+4
*
|
Improve check for int32_t being long or int
Corinna Vinschen
2015-04-29
5
-32
/
+53
*
|
Define __s64 and __u64
cygwin-2_0_0-release
Corinna Vinschen
2015-04-27
2
-1
/
+9
*
|
cygserver.xml: Add new section. How to install Cygserver.
Mike DePaulo
2015-04-27
2
-0
/
+18
*
|
Document previous unlink patch
Corinna Vinschen
2015-04-23
1
-0
/
+6
*
|
Handle unlinking in-use files on virtual drives
Corinna Vinschen
2015-04-23
4
-3
/
+46
*
|
Fix closing too many handles in pty fchown/fchmod
Corinna Vinschen
2015-04-23
2
-3
/
+5
*
|
Fix OPOST for non-Cygwin pty slaves
Takashi Yano
2015-04-23
5
-19
/
+178
*
|
Undef basename before defining function.
Corinna Vinschen
2015-04-23
2
-0
/
+7
*
|
Fix basename prototype collision string.h vs libgen.h
Corinna Vinschen
2015-04-23
3
-12
/
+34
*
|
libgloss: mcore: add custom syscall header
Mike Frysinger
2015-04-23
2
-0
/
+47
*
|
libgloss: arm: fix copy & paste in syscall.h
Mike Frysinger
2015-04-23
2
-3
/
+7
*
|
Remove Cygwin's libgen.h
Corinna Vinschen
2015-04-23
2
-23
/
+4
*
|
Asia/Calcutta -> Asia/Kolkata (not on unicode.org)
Corinna Vinschen
2015-04-23
3
-4
/
+13
*
|
Fix inconsistencies in docs regarding fstab and executable file detection
David Macek
2015-04-23
1
-7
/
+6
[prev]
[next]