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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler_tty.cc (fhandler_pty_master::close): Always close
Christopher Faylor
2006-06-12
1
-0
/
+5
*
* include/sys/wait.h: Move definition of wait constants from here...
Corinna Vinschen
2006-06-12
1
-0
/
+6
*
* heap.cc (heap_init): Only commit if allocsize is not zero.
Corinna Vinschen
2006-06-12
1
-0
/
+4
*
* net.cc (fdsock): Disable raising buffer sizes. Add comment to
Corinna Vinschen
2006-06-12
1
-0
/
+5
*
* ioctl.cc (ioctl): Accommodate change in reported pty master device number.
Christopher Faylor
2006-06-04
1
-0
/
+6
*
* cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like.
Christopher Faylor
2006-06-04
1
-0
/
+5
*
fix wording
Christopher Faylor
2006-06-03
1
-1
/
+2
*
* cygthread.cc (cygthread::terminate_thread): In debugging output, use name of
Christopher Faylor
2006-06-03
1
-0
/
+23
*
* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.
Christopher Faylor
2006-06-03
1
-0
/
+49
*
* Makefile.in (libdl.a): New library.
Christopher Faylor
2006-06-03
1
-0
/
+4
*
* fhandler_tty.cc (fhandler_pty_master::close): Don't close handles if we don't
Christopher Faylor
2006-06-03
1
-0
/
+11
*
* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.
Christopher Faylor
2006-06-03
1
-0
/
+13
*
(check in missing ChangeLog lines)
Christopher Faylor
2006-06-03
1
-0
/
+6
*
* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the
Christopher Faylor
2006-06-03
1
-0
/
+5
*
* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.
Christopher Faylor
2006-06-02
1
-0
/
+59
*
* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let the
Christopher Faylor
2006-06-02
1
-0
/
+22
*
* cygtls.cc (_cygtls::call2): Don't call ExitThread on the main thread.
Christopher Faylor
2006-05-31
1
-0
/
+4
*
* winf.h (MAXCYGWINCMDLEN): Set down size to 30000 or suffer fork errors.
Christopher Faylor
2006-05-29
1
-0
/
+5
*
* sigproc.cc (child_info::proc_retry): Mask all of the bits we're interested
Christopher Faylor
2006-05-29
1
-0
/
+5
*
* dll_init.cc (dll_dllcrt0): Previous change didn't work very well with fork.
Christopher Faylor
2006-05-27
1
-0
/
+6
*
* thread.cc (verifyable_object_isvalid): Check for NULL specifically.
Christopher Faylor
2006-05-27
1
-0
/
+4
*
* dll_init.cc (dll_dllcrt0): Call _my_tls.init_exception_handler if we've
Christopher Faylor
2006-05-27
1
-0
/
+7
*
* debug.h (ModifyHandle): Define new macro.
Christopher Faylor
2006-05-25
1
-0
/
+14
*
* cygtls.cc (_cygtls::call): Call call2 using _my_tls.
Christopher Faylor
2006-05-25
1
-0
/
+14
*
update to newer autoconf
Christopher Faylor
2006-05-24
1
-0
/
+7
*
* fhandler.cc (readv): Remove nonsensical assert.
Christopher Faylor
2006-05-24
1
-0
/
+4
*
* select.cc (start_thread_socket): Delay setting thread local exitsock until we
Christopher Faylor
2006-05-24
1
-0
/
+5
*
* select.cc (start_thread_socket): Clean up exitsock in case of error. Use
Christopher Faylor
2006-05-24
1
-0
/
+6
*
* child_info.h (_CI_SAW_CTRL_C): New enum.
Christopher Faylor
2006-05-22
1
-0
/
+21
*
* fhandle.h (fhandler_pipe::create_guard): Revert change which eliminated
Christopher Faylor
2006-05-21
1
-0
/
+18
*
typo
Christopher Faylor
2006-05-21
1
-1
/
+1
*
* debug.cc (add_handle): Print handle value when collision detected.
Christopher Faylor
2006-05-21
1
-0
/
+32
*
* fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.
Christopher Faylor
2006-05-20
1
-0
/
+4
*
* fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisible
Christopher Faylor
2006-05-20
1
-0
/
+5
*
fix incorrect function name in old entry
Christopher Faylor
2006-05-20
1
-1
/
+1
*
* fhandler_console.cc (fhandler_console::need_invisible): Allocate an invisible
Christopher Faylor
2006-05-19
1
-0
/
+5
*
* cygtls.cc (_cygtls::remove): Don't test for initialization since this
Christopher Faylor
2006-05-17
1
-0
/
+7
*
correct changelog date
Christopher Faylor
2006-05-16
1
-1
/
+1
*
* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.
Christopher Faylor
2006-05-16
1
-0
/
+23
*
* ntdll.h (STATUS_INVALID_INFO_CLASS): Conditionalize.
Christopher Faylor
2006-05-14
1
-0
/
+4
*
* Makefile.in (clean): Also delete *.dbg.
Brian Dessent
2006-05-10
1
-0
/
+4
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix typo which caused
Christopher Faylor
2006-05-08
1
-0
/
+5
*
* external.cc (cygwin_internal): Set errno on failure.
Christopher Faylor
2006-05-02
1
-0
/
+4
*
* pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.
Corinna Vinschen
2006-04-27
1
-0
/
+4
*
* fhandler.h (fhandler_base): Change fstat_helper prototype
Corinna Vinschen
2006-04-26
1
-0
/
+27
*
* environ.cc (getearly): Force correct dereference order when inspecting
Christopher Faylor
2006-04-24
1
-0
/
+5
*
* select.cc (thread_pipe): Raise sleep time only every 8th iteration.
Corinna Vinschen
2006-04-24
1
-0
/
+5
*
* select.cc (thread_pipe): Raise sleep time dynamically to speed up
Corinna Vinschen
2006-04-23
1
-0
/
+7
*
* signal.cc (abort): On second thought, just set incyg once.
Christopher Faylor
2006-04-22
1
-2
/
+6
*
* abort.cc (abort): Set incyg manually to help get a reliable gdb stack trace.
Christopher Faylor
2006-04-22
1
-0
/
+6
[next]