summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-0/+16
* * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen2008-01-311-0/+25
* * cygheap.h (struct cwdstuff): Add dir member to store cwd handle.Corinna Vinschen2008-01-311-0/+8
* * path.cc: Fix Samba version in comment.Corinna Vinschen2008-01-281-0/+4
* * path.cc (fs_info::update): Fix old-style Samba test to supportCorinna Vinschen2008-01-241-0/+5
* * ntdll.h (struct _FILE_FS_OBJECTID_INFORMATION): Define.Corinna Vinschen2008-01-221-0/+9
* * fhandler_disk_file.cc (fhandler_disk_file::link): Open file withCorinna Vinschen2008-01-211-0/+5
* * Makefile.in (install-libs): Overwrite newlib's libg.a with symlinkCorinna Vinschen2008-01-151-0/+5
* * Makefile.in (DLL_OFILES): Remove memmem.o.Corinna Vinschen2008-01-151-0/+5
* * fhandler.h: Update copyright.Corinna Vinschen2008-01-071-0/+5
* * fhandler.h (fhandler_base::is_tty): Make bool.Christopher Faylor2008-01-061-0/+13
* * include/limits.h (TTY_NAME_MAX): Increase size to same as linux to allow forChristopher Faylor2008-01-061-0/+5
* * tty.cc: Update copyright.Christopher Faylor2008-01-011-0/+5
* * newsym: First stab at understanding data as well as functions.Christopher Faylor2008-01-011-2765/+5
* * cygwin.din (_f_llrint, _f_llrintf, _f_llrintl, _f_lrint, _f_lrintf,Dave Korn2007-12-301-0/+9
* * fhandler.h (class fhandler_dev_random): Add dummy_offset member.Corinna Vinschen2007-12-221-0/+6
* * libc/memmem.cc (memmem): Fix bug when searching for empty string.Corinna Vinschen2007-12-201-0/+4
* * cygwin.din: Export wcpcpy, wcpncpy.Corinna Vinschen2007-12-191-0/+5
* * dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor2007-12-161-0/+28
* * include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h.Corinna Vinschen2007-12-141-0/+5
* * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen2007-12-141-0/+7
* * poll.cc (poll): Return count of fds with events instead of totalCorinna Vinschen2007-12-131-0/+6
* * string.h: Guard cygwin internal string function definitions withCorinna Vinschen2007-12-131-0/+5
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-0/+45
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix R/O bitCorinna Vinschen2007-12-111-0/+5
* * localtime.cc (tzset): Guard by a muto for thread safety.Corinna Vinschen2007-12-111-0/+4
* * cygheap.cc (_csbrk): Don't request zero bytes from VirtualAlloc,Dave Korn2007-12-111-0/+5
* * localtime.cc (tzset): Call tzsetwall only if it hasn't beenCorinna Vinschen2007-12-111-0/+5
* * include/sys/cygwin.h: Include limits.h.Corinna Vinschen2007-12-071-0/+4
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-0/+23
* * fhandler_tty.cc (fhandler_tty_slave::open): Use MAX_PATH instead ofCorinna Vinschen2007-12-051-1/+12
* * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen2007-12-051-0/+21
* Add missing ChangeLog entry.Corinna Vinschen2007-12-051-0/+8
* * autoload.cc (GetModuleFileNameExW): Replace definition ofCorinna Vinschen2007-12-031-0/+15
* * include/cygwin/time.h: Remove redundant #endif.Corinna Vinschen2007-12-031-0/+4
* * include/cygwin/time.h (daylight): Declare as extern symbol referringCorinna Vinschen2007-12-011-0/+6
* * Makefile.in (OBSOLETE_FUNCTIONS): Add timezone.Corinna Vinschen2007-12-011-0/+7
* * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen2007-11-281-0/+10
* * fhandler_socket.cc (fhandler_socket::recv_internal): Add MSG_WAITALLCorinna Vinschen2007-11-281-0/+9
* * posix_ipc.cc (ipc_names): Rename max_len to prefix_len. StoreCorinna Vinschen2007-11-271-0/+16
* Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen2007-11-271-0/+34
* * mmap.cc: Convert usage of dynamically growing cmalloced arrays toCorinna Vinschen2007-11-271-0/+18
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-0/+7
* * cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.Christopher Faylor2007-11-231-0/+4
* * dllfixdbg: Eliminate extra objcopy step.Christopher Faylor2007-11-081-0/+4
* * dllfixdbg: Pass --only-keep-debug to objcopy, instead ofCorinna Vinschen2007-11-081-0/+5
* * thread.cc (pthread_key_create): Drop check for incoming valid object.Corinna Vinschen2007-11-061-0/+4
* * shm.cc: Include sync.hCorinna Vinschen2007-11-061-0/+17
* * shm.cc (shmctl): On IPC_RMID don't unmap views and don't close handleCorinna Vinschen2007-11-051-0/+5
* * shm.cc (shmctl): On IPC_RMID also unmap all views on shared memCorinna Vinschen2007-11-051-0/+5