summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * include/cygwin/version.h: Bump DLL minor version number to 22.Christopher Faylor2006-07-241-0/+4
* * pinfo.cc (commune_process): Don't add extra \0 to cmdline.Corinna Vinschen2006-07-191-0/+5
* * mmap.cc (msync): Disable rounding up len. Fix bug in access checkCorinna Vinschen2006-07-191-0/+5
* * path.cc (symlink_worker): Return EEXIST if newpath exists.Corinna Vinschen2006-07-191-0/+4
* * tty.cc (tty_list::terminate): Don't enter the busy loop if we don't own theChristopher Faylor2006-07-181-0/+5
* * sec_acl.cc (acltotext32): Add missing handling of default ACL entryCorinna Vinschen2006-07-181-0/+5
* * fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lintCorinna Vinschen2006-07-181-0/+5
* GCC 4.1 fixes.Christopher Faylor2006-07-171-0/+22
* * fork.cc (fork): Lock the process before forking to prevent things like newChristopher Faylor2006-07-141-0/+6
* * include/cygwin/types.h: Update copyright.Christopher Faylor2006-07-141-0/+4
* * cygwin.sc: Make sure there's something in the cygheap.Christopher Faylor2006-07-141-0/+6
* * sigproc.cc (waitq_head): Don't initialize to zero.Christopher Faylor2006-07-141-0/+5
* * fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're reallyChristopher Faylor2006-07-131-0/+7
* * 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