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
...
*
* sigproc.cc (remove_proc): Don't terminate the currently executing thread.
Christopher Faylor
2011-11-29
9
-136
/
+219
*
[libgloss]
DJ Delorie
2011-11-29
49
-2
/
+12716
*
fix older description
Christopher Faylor
2011-11-29
1
-2
/
+28
*
* locale.cc (print_locale_with_codeset): Fetch Windows path as UNICODE
Corinna Vinschen
2011-11-28
2
-3
/
+8
*
* external.cc (fillout_pinfo): Store program name as POSIX path in
Corinna Vinschen
2011-11-28
2
-1
/
+6
*
* ps.cc: Remove all Win 9x considerations. Use psapi functions
Corinna Vinschen
2011-11-28
3
-120
/
+25
*
* pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potential
Corinna Vinschen
2011-11-28
2
-0
/
+8
*
* init.cc (dll_entry): Revert previous change since it caused inexplicable fork
Christopher Faylor
2011-11-27
2
-2
/
+6
*
Clean up DIRENT errno handling; make it more POSIX conformant.
Keith Marshall
2011-11-26
2
-95
/
+108
*
* init.cc (remove): Don't bother calling through thread removal cleanup if we
Christopher Faylor
2011-11-26
2
-0
/
+6
*
* exceptions.cc (stackdump): Make global.
Christopher Faylor
2011-11-26
3
-47
/
+63
*
* exceptions.cc (sigpacket::process): Move signal_exit processing into...
Christopher Faylor
2011-11-26
6
-25
/
+32
*
* strace.cc (attach_process): Use NT_SUCCESS to figure out if
Christopher Faylor
2011-11-24
2
-3
/
+16
*
missed this in previous checkin
Christopher Faylor
2011-11-24
2
-3
/
+6
*
* cygthread.h (cygthread::name): Default name to "main" if we are early in the
Christopher Faylor
2011-11-24
9
-53
/
+75
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.
Christopher Faylor
2011-11-24
7
-12
/
+32
*
* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.
Christopher Faylor
2011-11-23
5
-16
/
+25
*
* fhandler.h (fhandler_pipe::create): Rename from the misnamed
Christopher Faylor
2011-11-23
8
-20
/
+43
*
* sigproc.cc (remove_proc): Don't do busy loop when exiting since it doesn't
Christopher Faylor
2011-11-21
2
-1
/
+6
*
* sigproc.cc (remove_proc): Don't do busy loop when execing since thread could
Christopher Faylor
2011-11-21
3
-2
/
+13
*
* faq-using.xml (faq.using.weirdchars): Rewrite.
Corinna Vinschen
2011-11-21
2
-12
/
+15
*
* shared.cc (get_shared_parent_dir): Use global shared_parent_dir
Corinna Vinschen
2011-11-18
2
-13
/
+24
*
* faq-using.xml (faq.using.converting-paths): Remove reference to
Corinna Vinschen
2011-11-18
4
-48
/
+59
*
* shared.cc (shared_info::create): Open global shared data section
Corinna Vinschen
2011-11-17
2
-1
/
+7
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2011-11-16
5
-15
/
+59
*
* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.
Christopher Faylor
2011-11-14
2
-2
/
+11
*
* strace.cc (handle_output_debug_string): Disable code which attempted to add
Christopher Faylor
2011-11-14
2
-0
/
+10
*
Remove erroneously checked-in debugging statements.
Christopher Faylor
2011-11-14
5
-10
/
+8
*
update copyrights
Christopher Faylor
2011-11-14
8
-7
/
+23
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
27
-242
/
+458
*
2011-11-09 Roland McGrath <mcgrathr@google.com>
DJ Delorie
2011-11-09
6
-0
/
+451
*
Merge libitm changes to configure.ac from gcc master.
Richard Henderson
2011-11-08
3
-0
/
+46
*
merge from gcc
DJ Delorie
2011-11-08
2
-2
/
+20
*
* libnosys/Makefile.in (install): Use INSTALL_DATA.
Corinna Vinschen
2011-11-08
2
-1
/
+5
*
* libc/iconv/ccs/Makefile.am: Add missing backslash.
Corinna Vinschen
2011-11-08
3
-8
/
+24
*
* new-features.sgml (ov-new1.7.10): Document ptsname_r.
Corinna Vinschen
2011-11-08
2
-1
/
+5
*
* posix.sgml (std-gnu): Add ptsname_r.
Corinna Vinschen
2011-11-08
2
-0
/
+5
*
* fhandler.h (__ptsname): New macro.
Christopher Faylor
2011-11-08
5
-5
/
+24
*
* include/cygwin/stdlib.h: Update copyright.
Christopher Faylor
2011-11-08
2
-1
/
+5
*
* cygwin.din (ptsname_r): Export.
Christopher Faylor
2011-11-07
11
-16
/
+69
*
* fhandler.cc (CHUNK_SIZE): Drop NO_COPY.
Corinna Vinschen
2011-11-07
2
-1
/
+5
*
* syscalls.cc (check_dir_not_empty): Check surplus directory entries
Corinna Vinschen
2011-11-07
2
-22
/
+131
*
* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.
Christopher Faylor
2011-11-05
3
-0
/
+9
*
* faq-using.xml (faq.using.fixing-fork-failures): Add new FAQ.
Jon TURNEY
2011-11-05
3
-1
/
+94
*
* pinfo.cc (status_exit): Return complete error code. Handle
Christopher Faylor
2011-11-05
2
-6
/
+16
*
* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subproc
Christopher Faylor
2011-11-04
3
-6
/
+17
*
* sigproc.cc (child_info_spawn::reattach_children): Clean up handle when can't
Christopher Faylor
2011-11-04
2
-0
/
+7
*
* sigproc.cc (child_info::sync): Report on exit code in strace output.
Christopher Faylor
2011-11-03
2
-2
/
+10
*
* sigproc.cc (child_info_spawn::reattach_children): Avoid issuing an error when
Christopher Faylor
2011-11-03
2
-8
/
+13
*
* fhandler.cc (off_current): Define local in fhandler_base::raw_write.
Corinna Vinschen
2011-11-03
4
-8
/
+13
[prev]
[next]