summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_socket.cc: Update copyright.Corinna Vinschen2006-07-131-0/+5
* * mmap.cc (mmap64): Drop MAP_NORESERVE flag for non-anonymous,Corinna Vinschen2006-07-131-0/+14
* * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen2006-07-131-0/+11
* * mmap.cc (mmap_record::alloc_page_map): Don't call VirtualProtectCorinna Vinschen2006-07-121-0/+5
* * include/pthread.h: Define PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT andCorinna Vinschen2006-07-121-0/+5
* * libc/inet_addr.c: Define __INSIDE_CYGWIN_NET__.Corinna Vinschen2006-07-101-0/+5
* * fhandler_socket.cc (fhandler_socket::wait): Disable SA_RESTARTCorinna Vinschen2006-07-071-0/+5
* * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.Corinna Vinschen2006-07-071-0/+14
* * hookapi.cc: Add comment headerChristopher Faylor2006-07-061-0/+11
* * sortdin: Ignore all leading underscores when deriving a sort key.Christopher Faylor2006-07-051-0/+5
* * sortdin: New program.Christopher Faylor2006-07-051-0/+5
* * fhandler.h (fhandler_socket::wait): Reset default timeout to 10ms.Corinna Vinschen2006-07-051-0/+4
* * path.cc (path_conv::check): Ignore has_ea setting, it's always unsetCorinna Vinschen2006-07-051-0/+10
* * libc/rexec.cc (cygwin_rexec): Obvious (?) fix to correct a gcc warning - setChristopher Faylor2006-07-051-0/+5
* * signal.cc (signal): Set sa_mask to sig.Christopher Faylor2006-07-041-0/+4
* * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen2006-07-041-0/+11
* * fhandler_socket.cc (fhandler_socket::listen): Allow listening onCorinna Vinschen2006-07-041-0/+5
* * fhandler.h (fhandler_socket::wait): Set default timeout to INFINITE.Corinna Vinschen2006-07-041-0/+4
* * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen2006-07-031-0/+24
* * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen2006-07-031-0/+14
* * include/stdint.h (UINT8_C, UINT16_C): Unsigned types smallerCorinna Vinschen2006-07-031-0/+5
* * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen2006-07-031-0/+17
* * include/cygwin/version.h: Bump DLL minor version number to 21.Christopher Faylor2006-07-021-2/+6
* * net.cc (cygwin_sendto): Allow zero-sized packets.Corinna Vinschen2006-06-301-0/+5
* Revert patches from 2005-10-22 and 2006-06-14 to use event drivenCorinna Vinschen2006-06-261-0/+18
* * fhandler_fifo.cc (fhandler_fifo::open): Release process lock and grab aChristopher Faylor2006-06-231-0/+8
* * cygwin.din: Export __srget_r, __swbuf_r.Corinna Vinschen2006-06-151-0/+5
* * fhandler.h (class fhandler_socket): Add private mutex handleCorinna Vinschen2006-06-141-0/+13
* * fhandler_tty.cc (fhandler_pty_master::close): Always closeChristopher Faylor2006-06-121-0/+5
* * include/sys/wait.h: Move definition of wait constants from here...Corinna Vinschen2006-06-121-0/+6
* * heap.cc (heap_init): Only commit if allocsize is not zero.Corinna Vinschen2006-06-121-0/+4
* * net.cc (fdsock): Disable raising buffer sizes. Add comment toCorinna Vinschen2006-06-121-0/+5
* * ioctl.cc (ioctl): Accommodate change in reported pty master device number.Christopher Faylor2006-06-041-0/+6
* * cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like.Christopher Faylor2006-06-041-0/+5
* fix wordingChristopher Faylor2006-06-031-1/+2
* * cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor2006-06-031-0/+23
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-0/+49
* * Makefile.in (libdl.a): New library.Christopher Faylor2006-06-031-0/+4
* * fhandler_tty.cc (fhandler_pty_master::close): Don't close handles if we don'tChristopher Faylor2006-06-031-0/+11
* * cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor2006-06-031-0/+13
* (check in missing ChangeLog lines)Christopher Faylor2006-06-031-0/+6
* * cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor2006-06-031-0/+5
* * fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor2006-06-021-0/+59
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-021-0/+22
* * cygtls.cc (_cygtls::call2): Don't call ExitThread on the main thread.Christopher Faylor2006-05-311-0/+4
* * winf.h (MAXCYGWINCMDLEN): Set down size to 30000 or suffer fork errors.Christopher Faylor2006-05-291-0/+5
* * sigproc.cc (child_info::proc_retry): Mask all of the bits we're interestedChristopher Faylor2006-05-291-0/+5
* * dll_init.cc (dll_dllcrt0): Previous change didn't work very well with fork.Christopher Faylor2006-05-271-0/+6
* * thread.cc (verifyable_object_isvalid): Check for NULL specifically.Christopher Faylor2006-05-271-0/+4
* * dll_init.cc (dll_dllcrt0): Call _my_tls.init_exception_handler if we'veChristopher Faylor2006-05-271-0/+7