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-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
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* Revert erroneous checkin.Christopher Faylor
2008-11-26update copyrightChristopher Faylor
2008-11-26* Makefile.in: Revert erroneous checkin.Christopher Faylor
2008-11-26 * passwd.c (longopts): Add --reg-store-pwd option.Corinna Vinschen
2008-11-26 * Makefile.in (OBJS): Add setpwd.o.Corinna Vinschen
2008-11-26 * Makefile.in (DLL_OFILES): Add setlsapwd.o.Corinna Vinschen
2008-11-25* overview2.sgml: Reorganize and make minor wording changes.Christopher Faylor
2008-11-25* overview2.sgml: Clarify unix-specific automatic updates section.Christopher Faylor
2008-11-25 * overview2.sgml: Add text that no automatic updates are provided.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 * include/winbase.h (PROCESS_DEP_ENABLE,Corinna Vinschen
2008-11-11 * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen
2008-11-11 * cygwinenv.sgml: Add description for upcaseenv option.Corinna 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