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
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-202008-12-16 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
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 * utils.sgml: Fix typo in passwd screen text.Corinna 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 * setpwd.cc (client_request_setpwd::serve): Don't treat removingCorinna Vinschen
2008-12-15 * setlsapwd.cc (setlsapwd): Explicitely erase password buffer contentCorinna Vinschen
2008-12-15 * setpwd.cc (client_request_setpwd::serve): Explicitely erase passwordCorinna Vinschen
2008-12-15 * passwd.c (main): Put how to delete the registry password on its ownCorinna 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-15 * gcc.sgml: Use 'bash$' as Cygwin prompt throughout.Corinna Vinschen
2008-12-14* fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS pathsChristopher Faylor
2008-12-14* utils.sgml: Convert some backslashes to slashes.Christopher Faylor
2008-12-14* pathnames.sgml: Convert some backslashes to slashes.Christopher Faylor
2008-12-14* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor
2008-12-12 * pathnames.sgml: New section for /proc/registry. Document registryCorinna Vinschen
2008-12-09 * resolv.h: #include <netinet/in.h> for sockaddr_in typedef.Corinna Vinschen
2008-12-09Committed as obvious.Danny Smith
2008-12-08 * fhandler_registry.cc (encode_regname): Add Parameter add_val.Corinna Vinschen
2008-12-062008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2008-12-062008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2008-12-04 * ntsec.sgml: Fix typo.Corinna Vinschen
2008-12-03 * libc/minires.c (open_sock): Set non blocking and close on exec.Corinna Vinschen
2008-12-03 * ntsec.sgml: Revamp parts of the doc for clearness.Corinna Vinschen
2008-12-02 * ntsec.sgml: Fix a few typos.Corinna Vinschen
2008-12-02 * cygserver.sgml: Fix cross reference to the ntsec documentation.Corinna Vinschen
2008-12-02 * cygserver.sgml: Document new feature to store hidden passwordsCorinna Vinschen
2008-12-02 * ntsec.sgml: Finishing up changes for 1.7.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-12-01 * ntsec.sgml: Further changes for 1.7. Switch from "NT" to "Windows".Corinna Vinschen
2008-12-01fix typoChristopher Faylor
2008-12-01* faq-using.xml: Remove assertion that lpr doesn't exit.Christopher Faylor
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