summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (OBSOLETE_FUNCTIONS): Add timezone.Corinna Vinschen2007-12-013-8/+10
* * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen2007-11-285-5/+15
* * fhandler_socket.cc (fhandler_socket::recv_internal): Add MSG_WAITALLCorinna Vinschen2007-11-283-10/+54
* * posix_ipc.cc (ipc_names): Rename max_len to prefix_len. StoreCorinna Vinschen2007-11-272-20/+46
* Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen2007-11-277-118/+85
* * mmap.cc: Convert usage of dynamically growing cmalloced arrays toCorinna Vinschen2007-11-272-200/+176
* 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-11-2713-102/+119
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-2620-80/+114
* * cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.Christopher Faylor2007-11-232-2/+9
* 2007-11-21 Kevin Conaway <kevin_conaway@users.sourceforge.net>Chris Sutcliffe2007-11-222-0/+12
* 2007-11-21 elsapo <elsapo@users.sourceforge.net>Chris Sutcliffe2007-11-222-0/+270
* 2007-11-21 Brian Dessent <dessent@users.sourceforge.net>Chris Sutcliffe2007-11-222-0/+7
* revert premature checkinChristopher Faylor2007-11-081-49/+4
* revert premature checkinChristopher Faylor2007-11-084-67/+21
* * dllfixdbg: Eliminate extra objcopy step.Christopher Faylor2007-11-088-30/+121
* * dllfixdbg: Pass --only-keep-debug to objcopy, instead ofCorinna Vinschen2007-11-082-5/+8
* * thread.cc (pthread_key_create): Drop check for incoming valid object.Corinna Vinschen2007-11-062-5/+4
* * shm.cc: Include sync.hCorinna Vinschen2007-11-062-21/+68
* * bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed asCorinna Vinschen2007-11-054-2/+20
* * shm.cc (shmctl): On IPC_RMID don't unmap views and don't close handleCorinna Vinschen2007-11-052-10/+13
* * shm.cc (shmctl): On IPC_RMID also unmap all views on shared memCorinna Vinschen2007-11-052-0/+18
* * net.cc (load_ipv6_funcs): Use MAX_PATH instead of CYG_MAX_PATH.Corinna Vinschen2007-10-312-86/+90
* * external.cc (get_cygdrive_info): Make inline.Corinna Vinschen2007-10-313-13/+12
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't removeCorinna Vinschen2007-10-303-3/+11
* * cygheap.h (struct cwdstuff): Drop hash member. Drop get_hash,Corinna Vinschen2007-10-236-186/+245
* * fhandler_disk_file.cc (__DIR_mounts::eval_ino): Make fname big enoughCorinna Vinschen2007-10-192-2/+7
* * fhandler.cc (fhandler_base::open): Open native symlinks withCorinna Vinschen2007-10-182-30/+43
* * include/sys/param.h (MAXPATHLEN): Define as PATH_MAX.Corinna Vinschen2007-10-182-4/+7
* * fhandler.cc (is_at_eof): Rewrite using NT functions.Corinna Vinschen2007-10-154-74/+108
* * ntdll.h (STATUS_END_OF_FILE): Define.Corinna Vinschen2007-10-133-18/+41
* * path.cc (basename): Return pointer into the path argument itself.Corinna Vinschen2007-10-112-15/+27
* * path.cc (struct symlink_info): Change size of contents member toCorinna Vinschen2007-10-103-230/+301
* * fhandler_socket.cc (fhandler_socket::bind): Open file for deletion,Corinna Vinschen2007-10-102-17/+31
* 2007-10-03 Jiri Malak <Jiri.Malak@iol.cz>Chris Sutcliffe2007-10-033-1/+7
* 2007-10-03 Frank Fesevur <ffes@users.sourceforge.net>Chris Sutcliffe2007-10-032-3/+9
* 2007-10-03 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2007-10-032-5/+9
* 2007-10-03 Bernd Becker <hugin@users.sourceforge.net>Chris Sutcliffe2007-10-038-48/+121
* * ntdll.h (struct _FILE_COMPRESSION_INFORMATION): Align with definitionCorinna Vinschen2007-09-273-4/+13
* * termios.cc (setspeed): Support new baud rates introduced 2007-02-05.Corinna Vinschen2007-09-262-0/+14
* * faq-what.xml: Remove paragraph about and link to stoneage oldCorinna Vinschen2007-09-252-7/+5
* Committed as obvious:Danny Smith2007-09-232-1/+7
* * ntdll.h (STATUS_OBJECT_NAME_INVALID): Define.Corinna Vinschen2007-09-202-0/+5
* * mmap.cc (fh_disk_file): Delete as global static variable and...Corinna Vinschen2007-09-182-9/+18
* * security.cc (set_file_sd): Open file with FILE_OPEN_FOR_BACKUP_INTENTCorinna Vinschen2007-09-182-1/+7
* * path.cc (symlink_info::check): Check for STATUS_OBJECT_NAME_INVALID.Corinna Vinschen2007-09-182-2/+17
* * fhandler.cc (fhandler_base::open): Partly revert change fromCorinna Vinschen2007-09-172-1/+17
* * include/cygwin/config.h: Conditionalize inline __getreent()Brian Dessent2007-09-082-0/+7
* * include/cygwin/config.h (__getreent): Define inline version.Brian Dessent2007-09-072-0/+25
* * include/sys/stdio.h (_flockfile): Don't try to lock a FILEBrian Dessent2007-09-062-3/+16
* * configure: Regenerate.Christopher Faylor2007-08-312-1685/+2277