summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * include/cygwin/version.h: Bump API minor version.Corinna Vinschen2010-04-282-1/+6
* * cygwin.din (__locale_mb_cur_max): Export.Corinna Vinschen2010-04-284-325/+548
* * spawn.cc (find_exec): Use the first detected errno when lookup fails.Christopher Faylor2010-04-272-1/+7
* * include/regex.h: Include _ansi.h to avoid missing out on preprocessorCorinna Vinschen2010-04-272-0/+6
* * mount.h (fs_info::inited): New inline method.Corinna Vinschen2010-04-263-24/+40
* * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen2010-04-235-33/+110
* * path.cc (symlink_info::check): Make sure to restart only once.Corinna Vinschen2010-04-222-1/+7
* * mount.cc (GETVOLINFO_VALID_MASK): Drop FILE_SEQUENTIAL_WRITE_ONCECorinna Vinschen2010-04-224-53/+140
* * path.cc (symlink_info::check): Fix a comment.Corinna Vinschen2010-04-222-5/+9
* * fhandler_termios.cc (tcinit): Remove previously applied change.Corinna Vinschen2010-04-213-9/+20
* * dtable.cc (dtable::init_std_file_from_handle): Set access mask forCorinna Vinschen2010-04-212-2/+8
* * path.cc (cygwin_create_path): Free memory on error.Christopher Faylor2010-04-202-4/+11
* * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen2010-04-205-14/+34
* * cygerrno.h: Nevermind.Christopher Faylor2010-04-202-2/+4
* * cygerrno.h: Protect use of NTSTATUS for only when we need it.Christopher Faylor2010-04-202-0/+10
* * lib/_cygwin_crt0_common.cc: Remove unneeded declarations.Christopher Faylor2010-04-201-3/+0
* * fhandler_tty.cc (fhandler_tty_slave::fch_set_sd): Remove commented outCorinna Vinschen2010-04-192-5/+6
* * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen2010-04-199-149/+702
* * dtable.cc (dtable::init_std_file_from_handle): Set dev toCorinna Vinschen2010-04-192-3/+23
* * syscalls.cc (rename): On STATUS_ACCESS_VIOLATION, retry to openCorinna Vinschen2010-04-192-0/+23
* * sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTORCorinna Vinschen2010-04-173-7/+11
* * cygerrno.h (seterrno_from_nt_status): Declare.Corinna Vinschen2010-04-163-9/+27
* * kernel32.cc (CreateEventW): Create event object with EVENT_ALL_ACCESSCorinna Vinschen2010-04-152-4/+12
* * sec_helper.cc (set_cygwin_privileges): Enable SE_DEBUG_PRIVILEGE, ifCorinna Vinschen2010-04-152-0/+15
* * fhandler_socket.cc (get_inet_addr): Only test the file for being aCorinna Vinschen2010-04-132-14/+39
* * cygheap.cc (cwcsdup): Fix allocation size to accommodate sizeof WCHAR.Corinna Vinschen2010-04-132-2/+7
* * include/cygwin/version.h: Bump DLL minor version number to 5.Corinna Vinschen2010-04-122-1/+5
* * posix.sgml (std-notes): Improve lseek description.Corinna Vinschen2010-04-122-2/+7
* * fhandler_tty.cc (fhandler_tty_slave::open): Add code to duplicateCorinna Vinschen2010-04-122-11/+33
* * fhandler.h (class dev_console): Add backspace_keycode member.Corinna Vinschen2010-04-113-2/+16
* * fhandler_console.cc (fhandler_console::read): Default to sending CERASEChristopher Faylor2010-04-102-13/+10
* update copyrightChristopher Faylor2010-04-101-1/+1
* * mkvers.sh: Use modern date formats to construct the date.Christopher Faylor2010-04-102-27/+8
* * nlsfuncs.cc (__set_lc_time_from_win): Actually setCorinna Vinschen2010-04-092-0/+6
* * path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid aChristopher Faylor2010-04-093-2/+10
* * include/cygwin/version.h: Bump DLL minor version number to 4.Corinna Vinschen2010-04-072-1/+5
* * thread.cc (valid_sched_parameters): Declare extern here.Corinna Vinschen2010-04-062-0/+7
* * include/sched.h: Remove, overruled by newlib file.Corinna Vinschen2010-04-063-80/+5
* * fhandler_fifo.cc (fhandler_fifo::open): Accommodate previous return valueChristopher Faylor2010-04-062-1/+6
* * fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.Christopher Faylor2010-04-025-67/+55
* * fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.Christopher Faylor2010-04-025-29/+75
* * fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initializeChristopher Faylor2010-04-022-2/+6
* * fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.Corinna Vinschen2010-04-022-3/+6
* fix typoChristopher Faylor2010-04-021-1/+1
* * select.h (select_pipe_info::add_watch_handle): Delete declaration.Christopher Faylor2010-04-023-11/+8
* * dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab untilChristopher Faylor2010-04-023-30/+51
* * fhandler_tty.cc (fhandler_tty_slave::close): Avoid potential crashCorinna Vinschen2010-04-022-2/+8
* * nlsfuncs.cc: Fix indentation.Corinna Vinschen2010-04-012-4/+8
* * nlsfuncs.cc (rebase_locale_buf): New helper function to rebaseCorinna Vinschen2010-04-012-0/+35
* * sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor2010-03-314-2/+13