summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * overview2.sgml: Reorganize and make minor wording changes.Christopher Faylor2008-11-252-14/+19
* * overview2.sgml: Clarify unix-specific automatic updates section.Christopher Faylor2008-11-252-11/+22
* * overview2.sgml: Add text that no automatic updates are provided.Corinna Vinschen2008-11-252-3/+11
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): DropCorinna Vinschen2008-11-212-2/+10
* * mmap.cc (MapView): Add NT status to debug output.Corinna Vinschen2008-11-212-2/+7
* * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen2008-11-126-3/+84
* * include/winbase.h (PROCESS_DEP_ENABLE,Corinna Vinschen2008-11-112-0/+28
* * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen2008-11-113-3/+19
* * cygwinenv.sgml: Add description for upcaseenv option.Corinna Vinschen2008-11-112-0/+40
* * environ.cc (create_upcaseenv): New static variable.Corinna Vinschen2008-11-112-2/+77
* * path.cc (normalize_win32_path): Don't add a trailing '\' if the cwd returns aChristopher Faylor2008-11-112-1/+7
* * pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if theChristopher Faylor2008-11-073-11/+28
* * environ.cc (environ_init): Avoid evaluating $CYGWIN twice.Corinna Vinschen2008-11-052-2/+4
* * Makefile.in: Use -static-libgcc when creating cygserver.exe.Christopher Faylor2008-10-302-7/+12
* * Makefile.in (ALL_LDFLAGS): Link libgcc statically for everything here.Christopher Faylor2008-10-292-1/+6
* Correct some binary distribution packaging defects.Keith Marshall2008-10-282-18/+37
* * wincap.cc (all wincaps): Store in .cygwin_dll_common section same asCorinna Vinschen2008-10-232-10/+21
* * autoload.cc (GetSystemWindowsDirectoryW): Define.Corinna Vinschen2008-10-223-0/+43
* * passwd.cc (pwdgrp::read_passwd): Check if we're called withinCorinna Vinschen2008-10-212-8/+17
* * ntdll.h (NtSetAttributesFile): New inline function.Corinna Vinschen2008-10-205-45/+38
* Fix MinGW-Bug [2136252]: Remove extraneous radix point in printf( "%.0f", v )...Keith Marshall2008-10-182-32/+41
* * dtable.cc (dtable::get_debugger_info): Call SetStdHandleCorinna Vinschen2008-10-172-1/+17
* Fix MinGW-Bug [2160227]: Eliminate conflicting declarations and implementatio...Keith Marshall2008-10-133-1/+20
* * sec_acl.cc (setacl): Align standard owner and group permissionsCorinna Vinschen2008-10-133-10/+19
* fix typoChristopher Faylor2008-10-131-1/+1
* * mingw: Set sawcfile when -xc* is detected. Extend list of detected sourceChristopher Faylor2008-10-132-1/+7
* * Makefile.in: Use a different method to invoke gcc in a cygwin-hostedChristopher Faylor2008-10-1210-3993/+6379
* * mingw: Add more checks to allow more varied use.Christopher Faylor2008-10-122-10/+24
* * Makefile.in: Rearrange to avoid -mno-cygwin.Christopher Faylor2008-10-125-1603/+2374
* * mingw: Use a better method to find where mingw directory lives.Christopher Faylor2008-10-122-7/+5
* Dummy check-in to get right revision log:Christopher Faylor2008-10-122-2/+2
* * Makefile.in: Tweak to work better with new utils/mingw front-end.Christopher Faylor2008-10-125-15/+114
* Use de-facto standard Makefile goals to invoke test suite.Keith Marshall2008-10-112-5/+19
* Make strtod() inline definition C89 compliant.Keith Marshall2008-10-112-2/+14
* 2008-10-09 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2008-10-102-1/+5
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): CheckCorinna Vinschen2008-10-093-11/+19
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Keep track ofCorinna Vinschen2008-10-092-12/+23
* * grp.cc (pwdgrp::read_group): Generate more speaking group nameCorinna Vinschen2008-10-092-1/+7
* Fix ChangeLog entryCorinna Vinschen2008-10-091-1/+1
* * path.cc (path_conv::is_binary): Always check for GetBinaryType.Corinna Vinschen2008-10-093-6/+10
* * path.cc (symlink_info::check_shortcut): Don't check for executabilityCorinna Vinschen2008-10-092-18/+9
* * path.cc (path_conv::path_conv): Only assume executability by suffixCorinna Vinschen2008-10-082-1/+7
* * pthread.cc (pthread_create): Very minor formatting change.Christopher Faylor2008-10-073-2/+18
* * cygtls.h (_cygtls::initialized): Remove bogus stack check which would whenChristopher Faylor2008-10-072-2/+7
* * dcrt0.cc (dll_crt0_0): Don't initialize signals early when dynamicallyChristopher Faylor2008-10-052-1/+11
* 2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2008-10-042-1/+7
* Fix incorrect guard added in last commitChris Sutcliffe2008-10-041-1/+1
* 2008-10-04 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2008-10-042-0/+7
* Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.Keith Marshall2008-10-032-26/+55
* Improve package identification in configure script.Keith Marshall2008-10-034-19/+37