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
path:
root
/
winsup
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Windows values in passwd and HOME env var.
cygnal-2.5.2
Kaz Kylheku
2017-03-18
4
-18
/
+25
*
Remove env var translation; PATH semicolon separated.
Kaz Kylheku
2017-01-08
2
-99
/
+9
*
Replace bogus resize-window-to-clear-screen logic.
cygnal-release-2.5.2
Kaz Kylheku
2016-07-27
2
-31
/
+23
*
Console: integrate end-of-line hack with cursor positioning.
Kaz Kylheku
2016-07-26
1
-8
/
+23
*
Symlink creation defaults to Windows shortcuts.
cygnal-release-2.5.1.99
Kaz Kylheku
2016-07-16
1
-1
/
+1
*
Respond to CYGNAL environment variable, not CYGWIN.
Kaz Kylheku
2016-07-16
1
-10
/
+10
*
Implement sh -> cmd.exe translation hack.
Kaz Kylheku
2016-07-13
1
-0
/
+15
*
Implement drive-relative paths and per-drive working dir.
cygnal-release-2.5.1.98
cygnal-release-2.4.98
Kaz Kylheku
2016-07-11
1
-2
/
+42
*
Remove conversion of native paths to POSIX mount points.
Kaz Kylheku
2016-07-10
1
-74
/
+1
*
First steps toward native path handling.
Kaz Kylheku
2016-07-08
4
-32
/
+76
*
Small fixes in get_cmd_exe_path.
Kaz Kylheku
2016-07-08
1
-11
/
+13
*
More secure way of obtaining command interpreter.
Kaz Kylheku
2016-07-07
3
-4
/
+30
*
Use COMSPEC env var, not hard-coded CMD.EXE path.
Kaz Kylheku
2016-07-07
3
-19
/
+25
*
Fix previous VT100 fix.
Kaz Kylheku
2016-07-02
1
-11
/
+11
*
Fix spawned process window not foregrounding.
Kaz Kylheku
2016-07-02
2
-1
/
+8
*
Console: provide VT100-like end-of-line print behavior.
Kaz Kylheku
2016-07-01
2
-0
/
+23
*
Report as CYGNAL in uname syscall.
Kaz Kylheku
2016-07-01
1
-1
/
+1
*
Cygnal apps use cmd.exe, not /bin/sh.
Kaz Kylheku
2016-06-30
3
-47
/
+13
*
When spawning, don't try to make invisible window.
Kaz Kylheku
2016-06-30
1
-2
/
+0
*
Use wShowWindow when calling CreateProcess.
Kaz Kylheku
2016-06-30
1
-1
/
+2
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
322
-757
/
+8
*
Add release message for commit 2c83227
Corinna Vinschen
2016-06-21
1
-0
/
+3
*
Drop useless calls to path_conv.isgood_inode
Corinna Vinschen
2016-06-21
1
-6
/
+2
*
Use correct file info (especially inode number) for newly created files
Corinna Vinschen
2016-06-21
1
-3
/
+9
*
Use new path_conv_handle functions to access file info
Corinna Vinschen
2016-06-21
2
-15
/
+5
*
Improve encapsulation of FS type behind path_conv cover
Corinna Vinschen
2016-06-21
1
-3
/
+24
*
uinfo.cc: More comment fixes, remove unused testing code.
Corinna Vinschen
2016-06-15
1
-12
/
+4
*
uinfo.cc: Fix comment
Corinna Vinschen
2016-06-15
1
-2
/
+2
*
Fix typos in comments and debug output in select_stuff::wait
Corinna Vinschen
2016-06-08
1
-3
/
+3
*
Add release message for commit 7239bb7b3ded5ab961dc56dc346d8ab83660ba29
Corinna Vinschen
2016-06-06
1
-0
/
+3
*
Add release message for select(2) changes
Corinna Vinschen
2016-06-06
1
-0
/
+2
*
Improve timer handling in select.
Corinna Vinschen
2016-06-06
1
-43
/
+50
*
Fix condition in select which results in busy loop.
Corinna Vinschen
2016-06-06
1
-1
/
+1
*
Return at most one line of input in canonical mode
Takashi Yano
2016-06-06
1
-6
/
+5
*
Allow 'make distclean' to clean winsup/cygwin
Ken Brown
2016-06-06
1
-5
/
+7
*
Only regenerate tlsoffsets{64}.h if cygtls.h can be compiled
Corinna Vinschen
2016-06-06
1
-1
/
+1
*
cygwin: include sys/types.h in sys/xattr.h
Yaakov Selkowitz
2016-06-03
1
-0
/
+1
*
sched.cc: Use PROCESS_QUERY_INFORMATION for now
Corinna Vinschen
2016-06-03
1
-2
/
+1
*
Revert "Cygwin hangs up if several keys are typed during outputting a lot of ...
Corinna Vinschen
2016-06-01
1
-1
/
+1
*
dlopen: Add dot to filename if no slash is present
Corinna Vinschen
2016-06-01
1
-1
/
+1
*
Cygwin: Add release messages for previous two commits
Corinna Vinschen
2016-05-31
1
-0
/
+6
*
realpath: Handle Win32 and NT long path prefixes
Corinna Vinschen
2016-05-31
1
-4
/
+6
*
TZ: Replace unreliable isupper calls on wchars
Corinna Vinschen
2016-05-25
1
-2
/
+4
*
Add release message for previous mmap fix
Corinna Vinschen
2016-05-20
1
-0
/
+3
*
mmap: Fix size restriction of maps due to using 32 bit size type
Corinna Vinschen
2016-05-20
2
-35
/
+36
*
Add release message for scheduler fixes
Corinna Vinschen
2016-05-20
1
-0
/
+3
*
Fix thread priority handling
Corinna Vinschen
2016-05-20
1
-9
/
+11
*
Rewrite scheduler functions getting and setting process and thread priority
Corinna Vinschen
2016-05-20
2
-172
/
+173
*
Miscellaneous style cleanup, whitespace only.
John Hood
2016-05-20
1
-2
/
+2
*
Improve and simplify select().
John Hood
2016-05-20
2
-49
/
+15
[next]