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
AgeCommit message (Expand)Author
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-11 * fhandler.h (class dev_console): Add backspace_keycode member.Corinna Vinschen
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
2010-03-31* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor
2010-03-31* fhandler.h (fhandler_base_overlapped): Temporarily (?) make select_pipe_infoChristopher Faylor
2010-03-31Add missing fhandler.h patch and ChangeLog comment.Christopher Faylor
2010-03-31* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.Christopher Faylor
2010-03-30 * fhandler_socket.cc (fhandler_socket::wait_for_events): Remove call toCorinna Vinschen
2010-03-302010-03-30 Thomas Wolff <towo@towo.net>Corinna Vinschen
2010-03-30 * syscalls.cc (open): Remove call to sig_dispatch_pending.Corinna Vinschen
2010-03-30 * net.cc: Remove calls to sig_dispatch_pending throughout.Corinna Vinschen
2010-03-30 * mount.cc (fs_info::update): Allow variable FILE_SUPPORTS_SPARSE_FILESCorinna Vinschen
2010-03-29 * spawn.cc (find_exec): Enable finding paths in backslash notation,Corinna Vinschen
2010-03-29 * include/cygwin/version.h: Bump DLL minor version number to 3.Corinna Vinschen
2010-03-29 * fhandler.cc (fhandler_base::fstat): Keep st_ctime and st_birthtimeCorinna Vinschen
2010-03-29 * libc/rcmd.c: Enable IPv6.Corinna Vinschen
2010-03-28change wordingChristopher Faylor
2010-03-28* fhandler.cc (fhandler_base::fstat): Set st_mtime time to current time.Christopher Faylor
2010-03-28* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.Christopher Faylor
2010-03-28 * nlsfuncs.cc (__set_charset_from_locale): Set default charset forCorinna Vinschen
2010-03-22 * fhandler_socket.cc (fhandler_socket::evaluate_events): Make eraseCorinna Vinschen