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
...
*
*** empty log message ***
Corinna Vinschen
2013-06-06
1
-0
/
+9
*
* exceptions.cc (_cygtls::handle_SIGCONT): Simplify loop waiting for
Corinna Vinschen
2013-06-06
3
-23
/
+30
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 20.
Corinna Vinschen
2013-06-05
2
-1
/
+5
*
*** empty log message ***
Corinna Vinschen
2013-06-05
1
-2
/
+2
*
* fhandler.cc (fhandler_base::lock): Move to flock.cc.
Corinna Vinschen
2013-06-04
6
-22
/
+51
*
*** empty log message ***
Corinna Vinschen
2013-06-03
1
-0
/
+3
*
* sigproc.cc (exit_thread): Allow to exit the thread while running
Corinna Vinschen
2013-06-03
2
-1
/
+15
*
Fix typo
Corinna Vinschen
2013-06-02
1
-1
/
+1
*
* autoload.cc (CancelSynchronousIo): Define.
Corinna Vinschen
2013-06-02
9
-16
/
+289
*
* exceptions.cc (exception::handle): Resurrect accidentally lost
Corinna Vinschen
2013-06-02
2
-1
/
+7
*
* include/sys/socket.h: Move SHUT_xx definitoins from here...
Corinna Vinschen
2013-05-31
3
-9
/
+14
*
*** empty log message ***
Corinna Vinschen
2013-05-31
1
-0
/
+3
*
* include/cygwin/if.h: Include cygwin/socket.h rather than sys/socket.h
Corinna Vinschen
2013-05-31
2
-2
/
+7
*
* fhandler_procsys.cc (fhandler_procsys::read): Just call
Corinna Vinschen
2013-05-28
3
-15
/
+10
*
*** empty log message ***
Corinna Vinschen
2013-05-27
1
-0
/
+4
*
* dll_init.cc (dll_list::topsort): Fix early-return condition to
Corinna Vinschen
2013-05-27
3
-5
/
+13
*
*** empty log message ***
Corinna Vinschen
2013-05-25
1
-1
/
+5
*
* Makefile.in (DEFS): Unused, remove.
Corinna Vinschen
2013-05-24
2
-3
/
+10
*
* pinfo.cc (pinfo::status_exit): Enhance comment.
Corinna Vinschen
2013-05-24
2
-3
/
+7
*
* environ.cc (win_env::add_cache): Set the Windows environment variable
Corinna Vinschen
2013-05-24
4
-6
/
+26
*
* fork.cc (frok::parent): Always set CREATE_UNICODE_ENVIRONMENT flag.
Corinna Vinschen
2013-05-24
2
-0
/
+10
*
* fork.cc (frok::parent): Call CreateProcessW with command line set
Corinna Vinschen
2013-05-23
3
-2
/
+18
*
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype of
Corinna Vinschen
2013-05-23
3
-18
/
+27
*
* environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"
Corinna Vinschen
2013-05-23
5
-10
/
+55
*
* spinlock.h (ULONG): Replace LONG operator with ULONG to accommodate
Corinna Vinschen
2013-05-22
3
-2
/
+9
*
Add missing ChangeLog entry for former checkin.
Corinna Vinschen
2013-05-21
1
-0
/
+12
*
* Makefile.in (DLL_OFILES): Add arc4random.o.
Corinna Vinschen
2013-05-21
8
-19
/
+388
*
* globals.cc (__isthreaded): New global variable. Explain what it's
Corinna Vinschen
2013-05-21
3
-0
/
+16
*
* fhandler.h (class fhandler_dev_random): Change type of pseudo to
Corinna Vinschen
2013-05-21
2
-1
/
+6
*
x86_64 only:
Corinna Vinschen
2013-05-21
2
-31
/
+28
*
* libc/base64.c: New file.
Corinna Vinschen
2013-05-21
6
-4
/
+333
*
* syscalls.cc (open): Only return ENOTDIR if file exists.
Corinna Vinschen
2013-05-21
2
-1
/
+5
*
* sigproc.cc (sig_hold): Delete.
Christopher Faylor
2013-05-16
2
-51
/
+39
*
* Makefile.in (devices_CFLAGS): Drop -Os.
Corinna Vinschen
2013-05-14
2
-1
/
+5
*
* Makefile.in (localtime_CFLAGS): Define as -fwrapv since localtime
Corinna Vinschen
2013-05-14
3
-43
/
+26
*
* grp.cc (get_groups): Convert to void function.
Corinna Vinschen
2013-05-14
3
-32
/
+31
*
* grp.cc (get_groups): Never return error. Always create a group list,
Corinna Vinschen
2013-05-14
2
-10
/
+10
*
* include/cygwin/version.h: Bump api minor number to reflect previous change.
Christopher Faylor
2013-05-13
2
-1
/
+7
*
* i686.din: Remove _strtold.
Christopher Faylor
2013-05-13
4
-2
/
+7
*
change wording
Christopher Faylor
2013-05-08
1
-1
/
+1
*
* fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never wait an
Christopher Faylor
2013-05-08
2
-1
/
+10
*
* spawn.cc (ILLEGAL_SIG_FUNC_PTR): New define.
Christopher Faylor
2013-05-03
2
-11
/
+35
*
* resource.cc (setrlimit): Use consistent commenting style. Return EINVAL when
Christopher Faylor
2013-05-01
2
-5
/
+15
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
33
-74
/
+85
*
* gendef: Fix sigfe.s typo.
Christopher Faylor
2013-05-01
2
-1
/
+5
*
* spawn.cc (system_call_cleanup): Rename from pthread_cleanup. Extend
Christopher Faylor
2013-04-30
2
-26
/
+42
*
* exceptions.cc (cygwin_exception::dumpstack): Guard against wild pointer
Christopher Faylor
2013-04-30
2
-22
/
+40
*
Sigh. Another missing checkin.
Christopher Faylor
2013-04-30
1
-0
/
+5
*
missing checkin
Christopher Faylor
2013-04-30
1
-114
/
+119
*
* i686.din: New file.
Christopher Faylor
2013-04-30
9
-2101
/
+785
[prev]
[next]