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-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
2007-08-25Make snprintf() and vsnprintf() conform to C99.Keith Marshall
2007-08-24 * syscalls.cc (open): Don't follow symlinks if O_EXCL is given.Corinna Vinschen
2007-08-24* dll.sgml: myprog.ca -> myprog.cChristopher Faylor
2007-08-23 * ntdll.h (STATUS_NO_SUCH_FILE): Define.Corinna Vinschen
2007-08-21 * uinfo.cc (pwdgrp::load): Use NT native functions.Corinna Vinschen
2007-08-21 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Rewrite checkingCorinna Vinschen
2007-08-21 * syscalls.cc (unlink_nt): Drop one local FILE_BASIC_INFORMATION struct.Corinna Vinschen
2007-08-21 * ntdll.h (NtNotifyChangeDirectoryFile): Declare.Corinna Vinschen
2007-08-21 * fhandler_disk_file.cc: Change debugging output througout to printCorinna Vinschen
2007-08-20 * hookapi.cc (ld_preload): Call LoadLibraryW.Corinna Vinschen
2007-08-20 * fhandler.cc (rootdir): Delete.Corinna Vinschen