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_socket.cc (fhandler_socket::wait): Disable SA_RESTART
Corinna Vinschen
2006-07-07
1
-0
/
+5
*
* Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.
Corinna Vinschen
2006-07-07
1
-0
/
+14
*
* hookapi.cc: Add comment header
Christopher Faylor
2006-07-06
1
-0
/
+11
*
* sortdin: Ignore all leading underscores when deriving a sort key.
Christopher Faylor
2006-07-05
1
-0
/
+5
*
* sortdin: New program.
Christopher Faylor
2006-07-05
1
-0
/
+5
*
* fhandler.h (fhandler_socket::wait): Reset default timeout to 10ms.
Corinna Vinschen
2006-07-05
1
-0
/
+4
*
* path.cc (path_conv::check): Ignore has_ea setting, it's always unset
Corinna Vinschen
2006-07-05
1
-0
/
+10
*
* libc/rexec.cc (cygwin_rexec): Obvious (?) fix to correct a gcc warning - set
Christopher Faylor
2006-07-05
1
-0
/
+5
*
* signal.cc (signal): Set sa_mask to sig.
Christopher Faylor
2006-07-04
1
-0
/
+4
*
* Makefile.in (DLL_OFILES): Add rexec.o.
Corinna Vinschen
2006-07-04
1
-0
/
+11
*
* fhandler_socket.cc (fhandler_socket::listen): Allow listening on
Corinna Vinschen
2006-07-04
1
-0
/
+5
*
* fhandler.h (fhandler_socket::wait): Set default timeout to INFINITE.
Corinna Vinschen
2006-07-04
1
-0
/
+4
*
* autoload.cc (NtQueryEaFile): Define.
Corinna Vinschen
2006-07-03
1
-0
/
+24
*
* fhandler.h (class dev_console): Add `metabit' indicating the
Corinna Vinschen
2006-07-03
1
-0
/
+14
*
* include/stdint.h (UINT8_C, UINT16_C): Unsigned types smaller
Corinna Vinschen
2006-07-03
1
-0
/
+5
*
* net.cc (cygwin_sendto): Define appropriate parameters using
Corinna Vinschen
2006-07-03
1
-0
/
+17
*
* include/cygwin/version.h: Bump DLL minor version number to 21.
Christopher Faylor
2006-07-02
1
-2
/
+6
*
* net.cc (cygwin_sendto): Allow zero-sized packets.
Corinna Vinschen
2006-06-30
1
-0
/
+5
*
Revert patches from 2005-10-22 and 2006-06-14 to use event driven
Corinna Vinschen
2006-06-26
1
-0
/
+18
*
* fhandler_fifo.cc (fhandler_fifo::open): Release process lock and grab a
Christopher Faylor
2006-06-23
1
-0
/
+8
*
* cygwin.din: Export __srget_r, __swbuf_r.
Corinna Vinschen
2006-06-15
1
-0
/
+5
*
* fhandler.h (class fhandler_socket): Add private mutex handle
Corinna Vinschen
2006-06-14
1
-0
/
+13
*
* 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
[next]