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
2010-04-26 * mount.h (fs_info::inited): New inline method.Corinna Vinschen
2010-04-23 * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen
2010-04-22 * path.cc (symlink_info::check): Make sure to restart only once.Corinna Vinschen
2010-04-22 * mount.cc (GETVOLINFO_VALID_MASK): Drop FILE_SEQUENTIAL_WRITE_ONCECorinna Vinschen
2010-04-22 * path.cc (symlink_info::check): Fix a comment.Corinna Vinschen
2010-04-22 * cygserver.sgml: Note the fact that slave tty/pty handle dispersal isCorinna Vinschen
2010-04-21 * fhandler_termios.cc (tcinit): Remove previously applied change.Corinna Vinschen
2010-04-21 * dtable.cc (dtable::init_std_file_from_handle): Set access mask forCorinna Vinschen
2010-04-20* path.cc (cygwin_create_path): Free memory on error.Christopher Faylor
2010-04-20 * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen
2010-04-20* cygerrno.h: Nevermind.Christopher Faylor
2010-04-20* transport_pipes.cc: Include ntdef.h to accommodate cygerrno.h.Christopher Faylor
2010-04-20* cygerrno.h: Protect use of NTSTATUS for only when we need it.Christopher Faylor
2010-04-20* lib/_cygwin_crt0_common.cc: Remove unneeded declarations.Christopher Faylor
2010-04-20 * fhandler_tty.cc (fhandler_tty_slave::fch_set_sd): Remove commented outCorinna Vinschen
2010-04-19 * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen
2010-04-19 * dtable.cc (dtable::init_std_file_from_handle): Set dev toCorinna Vinschen
2010-04-19 * syscalls.cc (rename): On STATUS_ACCESS_VIOLATION, retry to openCorinna Vinschen
2010-04-17 * sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTORCorinna Vinschen
2010-04-16 * cygerrno.h (seterrno_from_nt_status): Declare.Corinna Vinschen
2010-04-15 * kernel32.cc (CreateEventW): Create event object with EVENT_ALL_ACCESSCorinna Vinschen
2010-04-15 * sec_helper.cc (set_cygwin_privileges): Enable SE_DEBUG_PRIVILEGE, ifCorinna Vinschen
2010-04-13 * fhandler_socket.cc (get_inet_addr): Only test the file for being aCorinna Vinschen
2010-04-13 * cygheap.cc (cwcsdup): Fix allocation size to accommodate sizeof WCHAR.Corinna Vinschen
2010-04-12 * include/cygwin/version.h: Bump DLL minor version number to 5.Corinna Vinschen
2010-04-12 * posix.sgml (std-notes): Improve lseek description.Corinna Vinschen
2010-04-12 * fhandler_tty.cc (fhandler_tty_slave::open): Add code to duplicateCorinna Vinschen
2010-04-12* cygwin.dsl: Remove comments.Christopher Faylor
2010-04-11 * new-features.sgml (ov-new1.7.5): New section.Corinna Vinschen
2010-04-11 * fhandler.h (class dev_console): Add backspace_keycode member.Corinna Vinschen
2010-04-11* cygwin-api.in.sgml: Update to DocBook SGML 4.5 DTD.Christopher Faylor
2010-04-10* fhandler_console.cc (fhandler_console::read): Default to sending CERASEChristopher Faylor
2010-04-10update copyrightChristopher Faylor
2010-04-10* mkvers.sh: Use modern date formats to construct the date.Christopher Faylor
2010-04-10 * nlsfuncs.cc (__set_lc_time_from_win): Actually setCorinna Vinschen
2010-04-09* path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid aChristopher Faylor
2010-04-07 * include/cygwin/version.h: Bump DLL minor version number to 4.Corinna Vinschen
2010-04-06 * thread.cc (valid_sched_parameters): Declare extern here.Corinna Vinschen
2010-04-06 * include/sched.h: Remove, overruled by newlib file.Corinna Vinschen
2010-04-06* fhandler_fifo.cc (fhandler_fifo::open): Accommodate previous return valueChristopher Faylor
2010-04-03* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.Christopher Faylor
2010-04-02* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.Christopher Faylor
2010-04-02* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initializeChristopher Faylor
2010-04-02 * fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.Corinna Vinschen
2010-04-02fix typoChristopher Faylor
2010-04-02* select.h (select_pipe_info::add_watch_handle): Delete declaration.Christopher Faylor
2010-04-02* dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab untilChristopher Faylor
2010-04-02 * fhandler_tty.cc (fhandler_tty_slave::close): Avoid potential crashCorinna Vinschen
2010-04-02 * nlsfuncs.cc: Fix indentation.Corinna Vinschen
2010-04-02 * nlsfuncs.cc (rebase_locale_buf): New helper function to rebaseCorinna Vinschen