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
2008-12-23This commit was manufactured by cvs2svn to create branchreverse-20081226-branchpointreverse-20081226-branchcvs2svn
2008-12-23* fhandler.h (fhandler_base_setup_overlapped): Add new argument.Christopher Faylor
2008-12-22* pipe.cc (getov_result): Minor cleanup.Christopher Faylor
2008-12-21* pipe.cc (getov_result): Add parameters to facilitate better EOF checking.Christopher Faylor
2008-12-20* fhandler.cc (fhandler_base::wait_overlapped): Reorganize to eliminate gotosChristopher Faylor
2008-12-20* pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.Christopher Faylor
2008-12-20 * pwdgrp.h (pwdgrp::refresh): Fix indentation.Corinna Vinschen
2008-12-19* pinfo.cc (pinfo_basic): New class.Christopher Faylor
2008-12-19 * fhandler_registry.cc (perf_data_files): New table.Corinna Vinschen
2008-12-19 * path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy,Corinna Vinschen
2008-12-18 * fhandler_disk_file.cc: Set 4th parameter of NtQueryDirectoryFile toCorinna Vinschen
2008-12-18 * path.cc (symlin_info::check): Set 4th parameter ofCorinna Vinschen
2008-12-16 * fhandler_registry.cc (DEFAULT_VALUE_NAME): Remove constant.Corinna Vinschen
2008-12-15 * syscalls.cc (gen_full_path_at): Use isabspath instead of isdirsepCorinna Vinschen
2008-12-15 * sec_auth.cc (open_local_policy): Set lsa handle toCorinna Vinschen
2008-12-15 * setlsapwd.cc (setlsapwd): Simplify code. Only try to call cygserverCorinna Vinschen
2008-12-15 * setlsapwd.cc (setlsapwd): Explicitely erase password buffer contentCorinna Vinschen
2008-12-15 * fhandler_registry.cc (fhandler_registry::exists): Handle EACCES.Corinna Vinschen
2008-12-15 * cygwin.din: Export fgetwc, fgetws, fputwc, fputws, fwide, getwc,Corinna Vinschen
2008-12-15 * fhandler.h (class fhandler_registry): Declare dup method.Corinna Vinschen
2008-12-14* fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS pathsChristopher Faylor
2008-12-14* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor
2008-12-09 * resolv.h: #include <netinet/in.h> for sockaddr_in typedef.Corinna Vinschen
2008-12-08 * fhandler_registry.cc (encode_regname): Add Parameter add_val.Corinna Vinschen
2008-12-03 * libc/minires.c (open_sock): Set non blocking and close on exec.Corinna Vinschen
2008-12-02 * fhandler_registry.cc (must_encode): Fix condition changed for testing.Corinna Vinschen
2008-12-02 * fhandler_registry.cc (must_encode): New function.Corinna Vinschen
2008-11-29* exceptions.c (sigpacket::process): Set tls on return since it is assumed toChristopher Faylor
2008-11-29* include/cygwin/version.h: Bump api minor number to 189 to flag theChristopher Faylor
2008-11-28* exceptions.cc (sigpacket::process): Rework previous change. tls could stillChristopher Faylor
2008-11-28 * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.Corinna Vinschen
2008-11-28* exceptions.cc (sigpacket::process): Make sure that 'tls' is never NULL whenChristopher Faylor
2008-11-26clarify entryChristopher Faylor
2008-11-26Remove unneeded whitespace.Christopher Faylor
2008-11-26 * Makefile.in (DLL_OFILES): Add setlsapwd.o.Corinna Vinschen
2008-11-21 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): DropCorinna Vinschen
2008-11-21 * mmap.cc (MapView): Add NT status to debug output.Corinna Vinschen
2008-11-12 * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen
2008-11-11 * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen
2008-11-11 * environ.cc (create_upcaseenv): New static variable.Corinna Vinschen
2008-11-11* path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns aChristopher Faylor
2008-11-07* pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if theChristopher Faylor
2008-11-05 * environ.cc (environ_init): Avoid evaluating $CYGWIN twice.Corinna Vinschen
2008-10-24 * wincap.cc (all wincaps): Store in .cygwin_dll_common section same asCorinna Vinschen
2008-10-22 * autoload.cc (GetSystemWindowsDirectoryW): Define.Corinna Vinschen
2008-10-21 * passwd.cc (pwdgrp::read_passwd): Check if we're called withinCorinna Vinschen
2008-10-20 * ntdll.h (NtSetAttributesFile): New inline function.Corinna Vinschen
2008-10-17 * dtable.cc (dtable::get_debugger_info): Call SetStdHandleCorinna Vinschen
2008-10-13 * sec_acl.cc (setacl): Align standard owner and group permissionsCorinna Vinschen
2008-10-09 * fhandler_disk_file.cc (fhandler_base::fstat_helper): CheckCorinna Vinschen