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
...
*
* autoload.cc (CreateSymbolicLinkW): Rename from CreateSymbolicLink.
Christopher Faylor
2013-04-30
2
-1
/
+5
*
* fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.
Corinna Vinschen
2013-04-26
3
-0
/
+9
*
Fix date in latest ChangeLog entry
Corinna Vinschen
2013-04-24
1
-1
/
+1
*
* autoload.cc (CreateSymbolicLink): Define.
Corinna Vinschen
2013-04-24
11
-93
/
+247
*
*** empty log message ***
Corinna Vinschen
2013-04-23
1
-0
/
+10
*
* cygwin64.din (_setjmp): Export.
Corinna Vinschen
2013-04-23
2
-0
/
+7
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
208
-4725
/
+10016
*
* include/sys/queue.h: Delete in favor of more complete newlib file.
Corinna Vinschen
2013-04-22
2
-512
/
+4
*
Adapt to changes in newlib's sys/cdefs.h:
Corinna Vinschen
2013-04-22
4
-7
/
+9
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 19.
Corinna Vinschen
2013-04-22
2
-2
/
+6
*
* glob.cc: Include winsup.h before anything else.
Corinna Vinschen
2013-04-16
2
-4
/
+8
*
* path.cc (symlink_info::check): Drop PC_KEEP_HANDLE flag for
Corinna Vinschen
2013-04-12
2
-14
/
+22
*
* hires.h (hires_ns::nsecs): Declare with bool parameter.
Corinna Vinschen
2013-04-11
3
-4
/
+11
*
fix YA typo
Christopher Faylor
2013-04-09
1
-1
/
+1
*
* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrived
Christopher Faylor
2013-04-09
7
-141
/
+156
*
fix typo
Christopher Faylor
2013-04-08
1
-1
/
+1
*
* fhandler_socket.cc (get_inet_addr): Handle abstract AF_LOCAL socket.
Corinna Vinschen
2013-04-08
2
-4
/
+39
*
* cygheap.cc (init_cygheap::find_tls): Add a comment.
Christopher Faylor
2013-04-07
4
-6
/
+16
*
* mmap.cc (is_mmapped_region): Call LIST_UNLOCK on premature return.
Corinna Vinschen
2013-04-05
2
-1
/
+8
*
* fhandler_proc.cc (format_proc_loadavg): Raise too small buffer size
Corinna Vinschen
2013-04-03
2
-1
/
+6
*
* path.cc (class suffix_scan): Add member namelen.
Corinna Vinschen
2013-04-03
2
-7
/
+40
*
.
Christopher Faylor
2013-04-01
1
-0
/
+5
*
whitespace
Christopher Faylor
2013-03-31
4
-6
/
+6
*
* child_info.h (cygheap_exec_info::sigmask): Declare new field.
Christopher Faylor
2013-03-31
10
-62
/
+111
*
whitespace
Christopher Faylor
2013-03-31
1
-1
/
+0
*
* cygthread.cc (cygthread::terminate_thread): Only try to free
Corinna Vinschen
2013-03-29
4
-12
/
+33
*
* pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.
Christopher Faylor
2013-03-29
4
-6
/
+25
*
* sigproc.cc (wait_sig): Avoid uninitialized use of nb when retrying.
Christopher Faylor
2013-03-29
2
-17
/
+11
*
* sigproc.cc (pending_signals::retry): Declare new element.
Christopher Faylor
2013-03-29
2
-41
/
+32
*
* exceptions.cc (exception::handle): Generalize comment.
Christopher Faylor
2013-03-28
2
-1
/
+5
*
test checkin
Christopher Faylor
2013-03-19
1
-1
/
+1
*
add news
Christopher Faylor
2013-03-09
1
-0
/
+4
*
* cygtls.h (_cygtls::signal_debugger): Change argument type.
Christopher Faylor
2013-03-09
3
-24
/
+42
*
* spawn.cc (child_info_spawn::worker): Save and restore my_wr_proc_pipe around
Christopher Faylor
2013-03-09
2
-5
/
+20
*
* include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN to
Corinna Vinschen
2013-03-07
3
-12
/
+48
*
* fhandler_socket.cc (fhandler_socket::bind): Fix check for AF_LOCAL
Corinna Vinschen
2013-03-07
2
-15
/
+37
*
* mount.cc (fs_names): Add trailing NULL element to avoid potential
Corinna Vinschen
2013-03-06
2
-1
/
+7
*
Remove now-inappropriate comment.
Christopher Faylor
2013-03-01
1
-2
/
+0
*
fix latest changelog description
Christopher Faylor
2013-03-01
1
-1
/
+1
*
* exceptions.cc (exception::handle): Eliminate buggy recursed value and just
Christopher Faylor
2013-03-01
2
-3
/
+8
*
* include/pthread.h (pthread_atfork): Add missing declaration.
Corinna Vinschen
2013-02-26
2
-0
/
+6
*
* include/error.h (error_message_count): Declare as dllimport.
Yaakov Selkowitz
2013-02-21
2
-0
/
+12
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Corinna Vinschen
2013-02-08
2
-4
/
+9
*
* fhandler_socket.cc (fhandler_socket::bind): Fix error code for
Corinna Vinschen
2013-02-04
2
-1
/
+6
*
* fhandler_socket.cc (fhandler_socket::bind): Fix length check of
Corinna Vinschen
2013-02-04
2
-4
/
+12
*
* DevNotes: Add entry cgf-000022.
Christopher Faylor
2013-01-31
9
-68
/
+100
*
* miscfuncs.cc (__import_address): Check if malloc field points directly at
Christopher Faylor
2013-01-23
2
-1
/
+7
*
* miscfuncs.cc (__import_address): On second thought, the chance that this
Christopher Faylor
2013-01-23
2
-1
/
+6
*
* exceptions.cc (exception::handle): Make attempt to recursively dump stack
Christopher Faylor
2013-01-23
2
-1
/
+6
*
* miscfuncs.cc (__import_address): Avoid NULL explicitly.
Christopher Faylor
2013-01-23
2
-1
/
+5
[prev]
[next]