Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2007-12-19 * cygwin.din: Export wcpcpy, wcpncpy.Corinna Vinschen
2007-12-17* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor
2007-12-17* pathnames.xml: Fix a typo.Christopher Faylor
2007-12-14 * include/cygwin/socket.h: Include sys/uio.h instead of cygwin/uio.h.Corinna Vinschen
2007-12-14 * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen
2007-12-13 * poll.cc (poll): Return count of fds with events instead of totalCorinna Vinschen
2007-12-13 * string.h: Guard cygwin internal string function definitions withCorinna Vinschen
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen
2007-12-11 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix R/O bitCorinna Vinschen
2007-12-112007-12-11 Dave Korn <dave.korn@artimi.com>Dave Korn
2007-12-11 * localtime.cc (tzset): Guard by a muto for thread safety.Corinna Vinschen
2007-12-11 * cygheap.cc (_csbrk): Don't request zero bytes from VirtualAlloc,Dave Korn
2007-12-11 * localtime.cc (tzset): Call tzsetwall only if it hasn't beenCorinna Vinschen
2007-12-07 * regtool.cc (opts): Add missing 'W'.Corinna Vinschen
2007-12-07 * include/sys/cygwin.h: Include limits.h.Corinna Vinschen
2007-12-06 * ps.cc: Include limits.h.Corinna Vinschen
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen
2007-12-05 * fhandler_tty.cc (fhandler_tty_slave::open): Use MAX_PATH instead ofCorinna Vinschen
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-12-05 Add missing ChangeLog entry.Corinna Vinschen
2007-12-04 * fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME for pipe nameCorinna Vinschen
2007-12-042007-12-03 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-12-042007-12-03 techrazy <techrazy@users.sourceforge.net>Chris Sutcliffe
2007-12-03 * autoload.cc (GetModuleFileNameExW): Replace definition ofCorinna Vinschen
2007-12-03 * include/cygwin/time.h: Remove redundant #endif.Corinna Vinschen
2007-12-01 * include/cygwin/time.h (daylight): Declare as extern symbol referringCorinna Vinschen
2007-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add timezone.Corinna Vinschen
2007-11-28 * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen
2007-11-28 * fhandler_socket.cc (fhandler_socket::recv_internal): Add MSG_WAITALLCorinna Vinschen
2007-11-27 * posix_ipc.cc (ipc_names): Rename max_len to prefix_len. StoreCorinna Vinschen
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen
2007-11-27 * mmap.cc: Convert usage of dynamically growing cmalloced arrays toCorinna Vinschen
2007-11-272007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-11-23* cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.Christopher Faylor
2007-11-222007-11-21 Kevin Conaway <kevin_conaway@users.sourceforge.net>Chris Sutcliffe
2007-11-222007-11-21 elsapo <elsapo@users.sourceforge.net>Chris Sutcliffe
2007-11-222007-11-21 Brian Dessent <dessent@users.sourceforge.net>Chris Sutcliffe
2007-11-08revert premature checkinChristopher Faylor
2007-11-08revert premature checkinChristopher Faylor
2007-11-08* dllfixdbg: Eliminate extra objcopy step.Christopher Faylor
2007-11-08 * dllfixdbg: Pass --only-keep-debug to objcopy, instead ofCorinna Vinschen
2007-11-06 * thread.cc (pthread_key_create): Drop check for incoming valid object.Corinna Vinschen
2007-11-06 * shm.cc: Include sync.hCorinna Vinschen
2007-11-05 * bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed asCorinna Vinschen
2007-11-05 * shm.cc (shmctl): On IPC_RMID don't unmap views and don't close handleCorinna Vinschen
2007-11-05 * shm.cc (shmctl): On IPC_RMID also unmap all views on shared memCorinna Vinschen
2007-10-31 * net.cc (load_ipv6_funcs): Use MAX_PATH instead of CYG_MAX_PATH.Corinna Vinschen
2007-10-31 * external.cc (get_cygdrive_info): Make inline.Corinna Vinschen
2007-10-30 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't removeCorinna Vinschen