Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * fhandler_termios.cc (fhandler_termios::line_edit): Fix condition | Corinna Vinschen | 2015-02-26 | 1 | -0/+6 | |
| | | | | for writing remaining bytes in readahead buffer in non-canonical mode. | |||||
* | *** empty log message *** | Corinna Vinschen | 2015-02-25 | 1 | -0/+3 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2015-02-25 | 1 | -0/+10 | |
| | ||||||
* | * fhandler.h (class fhandler_base): Add was_nonblocking status flag. | Corinna Vinschen | 2015-02-24 | 1 | -0/+5 | |
| | | | | | | | | | * fhandler.cc (fhandler_base::set_flags): Set was_nonblocking if the O_NONBLOCK flag has been specified. (fhandler_base_overlapped::close): Check for was_nonblocking instead of for is_nonblocking. Explain why. (fhandler_base::set_nonblocking): Set was_nonblocking if noblocking mode gets enabled. | |||||
* | * winsup.h (SIGTOMASK): Add cast to sigset_t to avoid int overflow. | Corinna Vinschen | 2015-02-23 | 1 | -0/+3 | |
| | ||||||
* | * sec_acl.cc (setacl): Always grant owner FILE_WRITE_ATTRIBUTES access. | Corinna Vinschen | 2015-02-19 | 1 | -4/+9 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2015-02-16 | 1 | -1/+1 | |
| | ||||||
* | * i686.din (__mempcpy): Move symbol export from here... | Corinna Vinschen | 2015-02-15 | 1 | -0/+3 | |
| | | | | * common.din (__mempcpy): ... to here. | |||||
* | *** empty log message *** | Corinna Vinschen | 2015-02-12 | 1 | -0/+9 | |
| | ||||||
* | * sec_acl.cc (setacl): Introduce bool array "invalid" to note the | Corinna Vinschen | 2015-02-12 | 1 | -0/+5 | |
| | | | | invalidation of incoming acl entries while iterating over them. | |||||
* | *** empty log message *** | Corinna Vinschen | 2015-02-06 | 1 | -0/+15 | |
| | ||||||
* | * common.din (wcstold): Export. | Corinna Vinschen | 2015-02-04 | 1 | -0/+2 | |
| | | | | * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. | |||||
* | *** empty log message *** | Corinna Vinschen | 2015-02-03 | 1 | -0/+2 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2015-01-27 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2015-01-23 | 1 | -0/+3 | |
| | ||||||
* | * fhandler.h (class fhandler_process): Add fd_type member. | Corinna Vinschen | 2015-01-22 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | * fhandler_process.cc (process_tab): Fix indentation. (fhandler_process::exists): Rely on format_process_fd returning file type in fd_type. (struct process_fd_t): Add fd_type member. (fhandler_process::fill_filebuf): Allow format_process_fd to set this->fd_type member. (format_process_fd): Fix path evaluation to allow recognizing trailing path components. Fix check for file descriptor path component. Return virt_symlink in fd_type if no trailing path compenents exist, return virt_fsdir otherwise and copy full resulting path into destbuf. * path.cc (path_conv::check): If /proc/$PID/fd symlink has trailing path components, reparse resulting path as if it's the incoming path. Add comment to wail over the outdated and hackish check method, and to explain what we do here. | |||||
* | * common.din (sockatmark): Export. | Corinna Vinschen | 2015-01-20 | 1 | -0/+3 | |
| | | | | | * net.cc (sockatmark): New function. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. | |||||
* | *** empty log message *** | Corinna Vinschen | 2015-01-20 | 1 | -0/+6 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2015-01-14 | 1 | -0/+3 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2015-01-08 | 1 | -0/+9 | |
| | ||||||
* | * common.din (__fbufsize, __flbf, __fpending, __freadable, __freading, | Yaakov Selkowitz | 2014-12-18 | 1 | -0/+10 | |
| | | | | | | | | | | __fsetlocking, __fwritable, __fwriting, clearerr_unlocked, feof_unlocked, ferror_unlocked, fflush_unlocked, fgetc_unlocked, fgets_unlocked, fgetwc_unlocked, fgetws_unlocked, fileno_unlocked, fputc_unlocked, fputs_unlocked, fputwc_unlocked, fputws_unlocked, fread_unlocked, fwrite_unlocked, getwc_unlocked, getwchar_unlocked, putwc_unlocked, putwchar_unlocked): Export. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. | |||||
* | *** empty log message *** | Corinna Vinschen | 2014-12-15 | 1 | -0/+3 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2014-12-03 | 1 | -0/+18 | |
| | ||||||
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 34. | Corinna Vinschen | 2014-11-13 | 2 | -22/+32 | |
| | | | | | * new-features.xml (ov-new1.7.34): Add new section. (ov-new1.7.33): Reflect intermediate 1.7.33 release. | |||||
* | *** empty log message *** | Corinna Vinschen | 2014-11-05 | 1 | -0/+8 | |
| | ||||||
* | * common.din (__cxa_atexit): Define as cygwin__cxa_atexit. | Corinna Vinschen | 2014-10-29 | 1 | -0/+4 | |
| | | | | * dcrt0.cc (cygwin__cxa_atexit): New function. Explain what we do. | |||||
* | * globals.cc (dos_file_warning): Set to false by default. | Corinna Vinschen | 2014-10-28 | 1 | -0/+2 | |
| | | | | | | * path.cc (warn_msdos): Make static. Drop test for dos_file_warning. (path_conv::check): Check for dos_file_warning here to avoid a function call in the default case. | |||||
* | * dcrt0.cc (cygwin_atexit): Add workaround for broken atexit calls | Corinna Vinschen | 2014-10-27 | 1 | -0/+3 | |
| | | | | in __gcc_register_frame of DLLs built with gcc-4.8.3-3. | |||||
* | * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir. | Corinna Vinschen | 2014-10-27 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | (init_cygheap::init_installation_root): Set installation_dir_len. (setup_cygheap): Drop call to set_dll_dir. * cygheap.h (struct init_cygheap): Add installation_dir_len member. (init_cygheap::set_dll_dir): Remove. * environ.cc (win_env::add_cache): Use stpcpy for speed. (posify_maybe): Use tmp_pathbuf buffer instead of stack. (raise_envblock): New function to resize Windows environment block. (build_env): Fix indentation. Call raise_envblock function. Check if $PATH exists and is non-empty. If not, add PATH variable with Cygwin installation directory as content to Windows environment. Explain why. * uinfo.cc (cygheap_pwdgrp::_nss_init): Fill UNICODE_STRING members on the fly. Drop call to RtlInitUnicodeString. (pwdgrp::check_file): Ditto. | |||||
* | *** empty log message *** | Corinna Vinschen | 2014-10-27 | 1 | -0/+3 | |
| | ||||||
* | * fhandler_socket.cc (fhandler_socket::af_local_connect): Drop | Corinna Vinschen | 2014-10-26 | 1 | -2/+1 | |
| | | | | | | | | | setting connect_state to connect_credxchg. (fhandler_socket::af_local_accept): Ditto. (fhandler_socket::recv_internal): Drop ill-advised connect_state check. Add comment so as not to repeat the exercise. * fhandler.h (enum conn_state): Drop now unneeded connect_credxchg state. | |||||
* | *** empty log message *** | Corinna Vinschen | 2014-10-24 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2014-10-22 | 1 | -0/+3 | |
| | ||||||
* | * common.din (stime): Export. | Yaakov Selkowitz | 2014-10-22 | 1 | -0/+2 | |
| | | | | | | * times.cc (stime): New function. * include/cygwin/time.h (stime): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. | |||||
* | *** empty log message *** | Corinna Vinschen | 2014-10-22 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2014-10-22 | 1 | -3/+8 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2014-10-22 | 1 | -9/+45 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2014-10-20 | 1 | -0/+2 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2014-10-17 | 1 | -0/+8 | |
| | ||||||
* | * fhandler_proc.cc (proc_tab): Add entry for cygdrive symlink. | Corinna Vinschen | 2014-09-05 | 1 | -0/+4 | |
| | | | | (format_proc_cygdrive): New function to implement /proc/cygdrive. | |||||
* | *** empty log message *** | Corinna Vinschen | 2014-08-18 | 1 | -0/+7 | |
| | ||||||
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 33. | Corinna Vinschen | 2014-08-13 | 2 | -5/+28 | |
| | | | | (CYGWIN_VERSION_API_MINOR): Bump to reflect intermediate 1.7.32 release. | |||||
* | *** empty log message *** | Corinna Vinschen | 2014-07-18 | 1 | -1/+1 | |
| | ||||||
* | . | Christopher Faylor | 2014-07-16 | 1 | -0/+4 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2014-07-16 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | Corinna Vinschen | 2014-07-16 | 2 | -8/+39 | |
| | ||||||
* | * exceptions.cc (exception::myfault_handle): Disable handling | Corinna Vinschen | 2014-07-07 | 1 | -0/+2 | |
| | | | | STATUS_STACK_OVERFLOW. Explain why. | |||||
* | *** empty log message *** | Corinna Vinschen | 2014-05-23 | 1 | -0/+2 | |
| | ||||||
* | * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Fix floppy | Corinna Vinschen | 2014-05-20 | 1 | -0/+3 | |
| | | | | drive handling broken with 1.7.19. | |||||
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 31. | Corinna Vinschen | 2014-05-19 | 2 | -32/+44 | |
| |