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
2007-03-08* signal.cc (handle_sigprocmask): Remove extraneous sig_dispatch_pending.Christopher Faylor
2007-03-07 * fhandler_proc.cc: Fix formatting. Drop setting errno when creatingCorinna Vinschen
2007-03-06 Fix log entry.Corinna Vinschen
2007-03-06 Add accidentally missing checkins.Corinna Vinschen
2007-03-06 * include/cygwin/stat.h (S_TYPEISMQ): Define.Corinna Vinschen
2007-03-06 * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen
2007-03-062007-03-05 Jan Nijtmans <nijtmans@users.sourceforge.net>Chris Sutcliffe
2007-03-05 * include/io.h (__mingw_access): New static inline wrapper to restoreDanny Smith
2007-03-05 * mingwex/fesetround.c (fesetround): Use unsigned int as operandDanny Smith
2007-03-02 * ntdll.h (struct _OBJECT_NAME_INFORMATION): Define.Corinna Vinschen
2007-03-02 * security.cc (get_file_attribute): Avoid compiler warning.Corinna Vinschen
2007-03-01* fork.cc (fork): Reset child to true after fork since it may have been resetChristopher Faylor
2007-03-01* Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor
2007-02-27 * path.cc (close_user_proc_parms_cwd_handle): Remove.Corinna Vinschen
2007-02-27 * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen
2007-02-272007-02-27 Thorsten Dahlheimer <tdahlheim@gmx.net>Danny Smith
2007-02-26 * fhandler.cc (fhandler_base::fstat): Set all file times to arbitraryCorinna Vinschen
2007-02-26 * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen
2007-02-26 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.Corinna Vinschen
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2007-02-23 * fhandler.h (class fhandler_pipe): Remove members writepipe_exists,Corinna Vinschen
2007-02-23 * devices.in: Change native device name to native NT device name forCorinna Vinschen
2007-02-23 * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen
2007-02-23 Throughout remove using wincap.Corinna Vinschen
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen
2007-02-23 * fhandler.cc (fhandler_base::lseek): Drop 9x considerations.Corinna Vinschen
2007-02-22 * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen
2007-02-22 * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen
2007-02-22 * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen
2007-02-22 Fix typo.Corinna Vinschen
2007-02-22 * dir.cc (rmdir): Move existance check in front ofCorinna Vinschen
2007-02-22 * fhandler.cc (fhandler_base::write): Remove wincap.has_lseek_bug case.Corinna Vinschen
2007-02-22 Throughout remove all usage of wincap.access_denied_on_delete.Corinna Vinschen
2007-02-22 * fhandler_disk_file.cc (fhandler_disk_file::closedir): Fix bugCorinna Vinschen
2007-02-22* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2007-02-22 * ipcs.c (_POSIX2_LINE_MAX): Drop definition.Corinna Vinschen
2007-02-22 * Makefile.in (OBJS): Drop transport_sockets.o.Corinna Vinschen
2007-02-21 * wincap.cc (wincap_unknown): Change settings for unknown to reflectCorinna Vinschen
2007-02-20 * cygcheck.cc (dump_sysinfo): Add "not supported" to osname on 9xCorinna Vinschen
2007-02-20 * cygwin.din (sem_unlink): Export.Corinna Vinschen
2007-02-20* exceptions.cc (_cygtls::signal_exit): Only call myself.exit when whenChristopher Faylor
2007-02-20 * fhandler_socket.cc (fhandler_socket::bind): Remove printing wrongCorinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2007-02-18Correct spelling of submitter's name in ChangeLog.Danny Smith
2007-02-182007-02-18 Aurimas Cernius <aurisc4@gmail.com>Danny Smith
2007-02-182007-02-18 Jiri Malak <jiri.malak@iol.cz>Danny Smith
2007-02-15 * posix_ipc.cc (mq_open): Avoid compiler warning. Initialize mqhdrCorinna Vinschen
2007-02-15 * posix_ipc.cc (ipc_mutex_init): Create global object name.Corinna Vinschen