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-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
2007-10-23 * cygheap.h (struct cwdstuff): Drop hash member. Drop get_hash,Corinna Vinschen
2007-10-19 * fhandler_disk_file.cc (__DIR_mounts::eval_ino): Make fname big enoughCorinna Vinschen
2007-10-18 * fhandler.cc (fhandler_base::open): Open native symlinks withCorinna Vinschen
2007-10-18 * include/sys/param.h (MAXPATHLEN): Define as PATH_MAX.Corinna Vinschen
2007-10-15 * fhandler.cc (is_at_eof): Rewrite using NT functions.Corinna Vinschen
2007-10-13 * ntdll.h (STATUS_END_OF_FILE): Define.Corinna Vinschen
2007-10-11 * path.cc (basename): Return pointer into the path argument itself.Corinna Vinschen
2007-10-10 * path.cc (struct symlink_info): Change size of contents member toCorinna Vinschen
2007-10-10 * fhandler_socket.cc (fhandler_socket::bind): Open file for deletion,Corinna Vinschen
2007-10-042007-10-03 Jiri Malak <Jiri.Malak@iol.cz>Chris Sutcliffe
2007-10-042007-10-03 Frank Fesevur <ffes@users.sourceforge.net>Chris Sutcliffe
2007-10-042007-10-03 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2007-10-032007-10-03 Bernd Becker <hugin@users.sourceforge.net>Chris Sutcliffe
2007-09-27 * ntdll.h (struct _FILE_COMPRESSION_INFORMATION): Align with definitionCorinna Vinschen
2007-09-26 * termios.cc (setspeed): Support new baud rates introduced 2007-02-05.Corinna Vinschen
2007-09-25 * faq-what.xml: Remove paragraph about and link to stoneage oldCorinna Vinschen
2007-09-24Committed as obvious:Danny Smith
2007-09-20 * ntdll.h (STATUS_OBJECT_NAME_INVALID): Define.Corinna Vinschen
2007-09-18 * mmap.cc (fh_disk_file): Delete as global static variable and...Corinna Vinschen
2007-09-18 * security.cc (set_file_sd): Open file with FILE_OPEN_FOR_BACKUP_INTENTCorinna Vinschen
2007-09-18 * path.cc (symlink_info::check): Check for STATUS_OBJECT_NAME_INVALID.Corinna Vinschen
2007-09-17 * fhandler.cc (fhandler_base::open): Partly revert change fromCorinna Vinschen
2007-09-08 * include/cygwin/config.h: Conditionalize inline __getreent()Brian Dessent
2007-09-07 * include/cygwin/config.h (__getreent): Define inline version.Brian Dessent
2007-09-06 * include/sys/stdio.h (_flockfile): Don't try to lock a FILEBrian Dessent
2007-09-01* configure: Regenerate.Christopher Faylor
2007-08-312007-08-31 Dave Korn <dave.korn@artimi.com>Dave Korn