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
2009-02-03 * pathnames.sgml: Rephrase the "Case sensitive filenames" chapterCorinna Vinschen
2009-01-29 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode numberCorinna Vinschen
2009-01-29 * cygcheck.cc (dump_sysinfo): Evaluate and print state ofCorinna Vinschen
2009-01-27* fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR orChristopher Faylor
2009-01-26 * shared.cc (shared_name): New function for WCHAR names.Corinna Vinschen
2009-01-26 * grp.cc (getgrgid_r): Simplify code by using stpcpy.Corinna Vinschen
2009-01-26 * uinfo.cc (pwdgrp::load): Open file with FILE_OPEN_FOR_BACKUP_INTENTCorinna Vinschen
2009-01-24 * mount.cc (mount_info::from_fstab): Open fstab file withCorinna Vinschen
2009-01-24 * pathnames.sgml: Add requirement for world-readability of specialCorinna Vinschen
2009-01-24 * pathnames.sgml: Add section about accessing /etc files.Corinna Vinschen
2009-01-23 * smallprint.cc (__small_vsprintf): Use already available buffer tmpCorinna Vinschen
2009-01-22* select.cc (peek_serial): Add hack to allow proper operation with com0comChristopher Faylor
2009-01-21ChangeLog:Corinna Vinschen
2009-01-20 * fhandler_procnet.cc: Reorganize global procnet content data into aCorinna Vinschen
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen
2009-01-20 * thread.h (struct pthread_rwlock::RWLOCK_READER): Add counter n.Corinna Vinschen
2009-01-20 * autoload.cc (WSAIoctl): Reintroduce.Corinna Vinschen
2009-01-19 * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.Corinna Vinschen
2009-01-19Remove conflict marker.Andreas Schwab
2009-01-17 * mmap.cc (mmap64): Fix condition checking if anonymous mapping beyondCorinna Vinschen
2009-01-172009-01-11 Henry Nestler <henry@bigfoot.de>Chris Sutcliffe
2009-01-17 * Makefile.in: Fix copyright date.Corinna Vinschen
2009-01-17 * fhandler_proc.cc: Reorganize global proc content data into a newCorinna Vinschen
2009-01-16 * Fix copyright dates.Corinna Vinschen
2009-01-16 * cygcheck.cc (dump_sysinfo): Raise size of osname. Add Windows 7Corinna Vinschen
2009-01-13 * libc/getopt.c (parse_long_options): Use fix from NetBSD's getoptCorinna Vinschen
2009-01-12 * syscalls.cc (enum bin_status): New type.Corinna Vinschen
2009-01-11 * errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout.Corinna Vinschen
2009-01-102009-01-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-01-09 * mount.cc (mount_info::from_fstab_line): Always convert driveCorinna Vinschen
2009-01-09* include/sys/cygwin.h (CW_SETERRNO): Define.Christopher Faylor
2009-01-09* ldd.cc: New file. First stab at implementing ldd-like functionality forChristopher Faylor
2009-01-09 * libc/fts.c (fts_build): Use DT_DIR case on Cygwin.Corinna Vinschen
2009-01-07 * ntdll.h: Reorder NT status flags. Fix a case difference. AddCorinna Vinschen
2009-01-07 * fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe ifCorinna Vinschen
2009-01-07 * include/winbase.h (SCS_64BIT_BINARY): Define.Corinna Vinschen
2009-01-06 * cygcheck.cc (dump_sysinfo_services): Quote the path for popen.Pierre Humblet
2009-01-04Fix MinGW-Bug [2445962]; (reported by Keishi Suenaga).Keith Marshall
2009-01-03* Makefile.in (CFLAGS): Look in cygwin's build directory for header files.Christopher Faylor
2009-01-03correctChristopher Faylor
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2009-01-03Year-end rollover.Christopher Faylor
2009-01-02* speclib: Rewrite completely in perl. Avoid multiple nm calls.Christopher Faylor
2009-01-01* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 191.Christopher Faylor
2009-01-01* glob_pattern_p.cc: New file.Christopher Faylor
2008-12-31Correct mishandling of invalid characters in printf() format specs.Keith Marshall
2008-12-31* include/bits/wordsize.h: New linux-compatibility header.Christopher Faylor
2008-12-31 * cygcheck.cc (pretty_id): Quote the path for popen.Pierre Humblet
2008-12-30* exceptions.cc (try_to_debug): Avoid creating a huge buffer on the stack.Christopher Faylor
2008-12-25* mount.cc: Change comment.Christopher Faylor