summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-1217-138/+368
* * cygcheck.cc (find_app_on_path): Make buffer SYMLINK_MAX + 1Brian Dessent2008-03-112-3/+8
* * cygcheck.cc (dirname): New static function.Brian Dessent2008-03-114-31/+100
* * dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.Corinna Vinschen2008-03-112-2/+10
* * spawn.cc (find_exec): Use tmp_pathbuf to allocate path buffer.Corinna Vinschen2008-03-112-1/+6
* * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf toCorinna Vinschen2008-03-112-12/+23
* * path.cc (cwdstuff::set): Make sure drive_length is 0 for virtualCorinna Vinschen2008-03-113-3/+27
* * environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.Corinna Vinschen2008-03-114-10/+23
* * syscalls.cc (sync): Use MAX_PATH rather than CYG_MAX_PATH.Corinna Vinschen2008-03-112-7/+12
* * fhandler.h (class fhandler_console): Add write_buf as pointer toCorinna Vinschen2008-03-103-8/+25
* * fhandler_console.cc (fhandler_console::write_normal): Don't printCorinna Vinschen2008-03-102-1/+6
* * fhandler.h (dev_console::con_to_str): Declare returning DWORD.Corinna Vinschen2008-03-102-13/+26
* * Makefile.in (install): Don't install the testsuite.Brian Dessent2008-03-092-1/+5
* * Makefile.in: Add a 'check' target that builds and runsBrian Dessent2008-03-095-13/+309
* * Makefile.in: Reorganize considerably, using GNU make'sBrian Dessent2008-03-082-149/+87
* * fhandler_disk_file.cc (DIR_BUF_SIZE): Define required space for fileCorinna Vinschen2008-03-083-17/+44
* * dtable.cc (handle_to_fn): Null-terminate posix_fn in the caseBrian Dessent2008-03-082-0/+6
* * fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.Brian Dessent2008-03-083-2/+7
* * fhandler_socket.cc (fhandler_socket::sendto): Never send more thanCorinna Vinschen2008-03-072-6/+23
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-0722-204/+468
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Corinna Vinschen2008-03-062-1/+5
* * fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.Corinna Vinschen2008-03-062-1/+6
* s/open/create/Corinna Vinschen2008-03-061-1/+1
* * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen2008-03-055-5/+23
* 2008-02-28 Joseph Myers <joseph@codesourcery.com>Chris Sutcliffe2008-03-042-5/+5
* fix typoChristopher Faylor2008-03-021-1/+1
* * cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor2008-03-025-12/+46
* * smallprint.cc (__small_vsprintf): Free allocated buffer rather than pointerChristopher Faylor2008-03-022-4/+11
* Update ChangeLog.Christopher Faylor2008-03-011-0/+1
* * cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.Christopher Faylor2008-03-014-43/+19
* * cygtls.cc (_cygtls::init_exception_handler): Just return.Christopher Faylor2008-03-011-0/+4
* * exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind whenChristopher Faylor2008-03-014-20/+22
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Call close_fsCorinna Vinschen2008-02-292-3/+11
* * exceptions.cc (_cygtls::handle_exceptions): When being debugged,Corinna Vinschen2008-02-282-2/+8
* * exceptions.cc (open_stackdumpfile): Add comments.Corinna Vinschen2008-02-282-1/+8
* * exceptions.cc (open_stackdumpfile): Use NtCreateFile to createCorinna Vinschen2008-02-282-5/+28
* * mkpasswd.c (main): Simplify generating SYSTEM entry. Add entriesCorinna Vinschen2008-02-282-15/+10
* * exceptions.cc (stack_info::walk): Fix typo.Corinna Vinschen2008-02-272-1/+5
* * cygtls.cc (_cygtls::init_exception_handler): Fix comment.Corinna Vinschen2008-02-272-7/+6
* Fix dateCorinna Vinschen2008-02-271-1/+1
* * (struct __DIR_cache): Switch order of members so that the bufferCorinna Vinschen2008-02-272-1/+6
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make it clear that theChristopher Faylor2008-02-273-3/+25
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-2511-65/+103
* 2008-02-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2008-02-243-6/+7
* 2008-02-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2008-02-242-2/+10
* * path.cc (cwdstuff::set): Revert error handling change in caseCorinna Vinschen2008-02-202-13/+14
* * sigproc.cc (sig_send): Use sigmask of target thread if it is specifiedChristopher Faylor2008-02-192-2/+7
* * fhandler.cc (fhandler_base::fpathconf): Fix _PC_NAME_MAX andCorinna Vinschen2008-02-162-2/+15
* * include/sys/cygwin.h (__INT_MAX_PATH): Remove.Corinna Vinschen2008-02-163-4/+10
* * include/sys/cygwin.h (__INT_MAX_PATH): Define to 32K.Corinna Vinschen2008-02-152-1/+8