summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * security.cc (set_nt_attribute): Remove.Corinna Vinschen2007-07-192-21/+16
* * fhandler_disk_file.cc (fhandler_base::fstat_by_name): UseCorinna Vinschen2007-07-193-29/+43
* * fhandler.cc (fhandler_base::open): Drop local wpath and upathCorinna Vinschen2007-07-196-24/+74
* * include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define forDanny Smith2007-07-192-1/+12
* * sec_helper.cc: Remove unused code.Corinna Vinschen2007-07-192-71/+4
* * autoload.cc (SetSecurityDescriptorControl): Drop.Corinna Vinschen2007-07-195-22/+25
* * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen2007-07-195-7/+24
* * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen2007-07-199-170/+302
* * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, afterCorinna Vinschen2007-07-193-2/+8
* * faq-using.xml (faq.using.console-window): Mention FHS location ofBrian Dessent2007-07-182-5/+7
* * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.Corinna Vinschen2007-07-182-0/+5
* * cygheap.h (shared_prefix): De-const.Corinna Vinschen2007-07-183-2/+13
* * fhandler.cc (fhandler_base::fhaccess): Add check for R/O file system.Corinna Vinschen2007-07-173-1/+16
* * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.Corinna Vinschen2007-07-173-0/+7
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Move settingCorinna Vinschen2007-07-172-3/+8
* * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen2007-07-167-16/+28
* * init.cc (in_dllentry): Delete.Christopher Faylor2007-07-145-7/+10
* * init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.Christopher Faylor2007-07-142-1/+6
* 2007-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-07-122-0/+7
* Changelog typoDanny Smith2007-07-121-2/+3
* * incude/wchar.h (_wsystem) Declare.Danny Smith2007-07-124-13/+39
* * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,Danny Smith2007-07-123-16/+36
* [mingw-Bugs-1751518]Danny Smith2007-07-124-34/+19
* [mingw-Bugs-1750898]Danny Smith2007-07-102-1/+7
* * debug.cc (close_handle): Change debug output format slightly.Christopher Faylor2007-07-105-11/+22
* * strace.cc (usage): Add missing description for -q.Christopher Faylor2007-07-102-1/+6
* * cygwin/strsig.cc (__signals): New macro.Christopher Faylor2007-07-107-39/+78
* * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen2007-07-095-82/+83
* [mingw-Bugs-1749305]Danny Smith2007-07-092-0/+6
* * Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance onChristopher Faylor2007-07-084-30/+41
* Add initial FreeBSD version of random.cChristopher Faylor2007-07-081-0/+502
* update copyrightChristopher Faylor2007-07-071-1/+1
* * fhandler.h (fhandler_base::write): Remove __stdcall decoration.Christopher Faylor2007-07-072-3/+9
* Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor2007-07-0710-504/+305
* * path.cc (symlink_info::check_shortcut): Handle device "symlinks" specially -Christopher Faylor2007-07-072-2/+11
* * fhandler_disk_file.cc: White space.Christopher Faylor2007-07-074-24/+30
* * fork.cc: White space.Christopher Faylor2007-07-074-36/+42
* * times.cc (gettimeofday): Align definition to POSIX.Corinna Vinschen2007-07-062-1/+6
* * cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm.Corinna Vinschen2007-07-063-1/+12
* * CYGWIN_LICENSE: Fix URL to world-wide offices.Corinna Vinschen2007-07-062-2/+6
* * CYGWIN_LICENSE: Fix URL to open source definition.Corinna Vinschen2007-07-062-2/+6
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missingCorinna Vinschen2007-07-052-2/+10
* Check in missing cygwin.din change from 2007-06-29.Corinna Vinschen2007-07-051-0/+1
* * times.cc: Define __timezonefunc__ before including time.h to protectCorinna Vinschen2007-07-042-0/+6
* * include/cygwin/time.h: Switch to timezone variable by default. AddCorinna Vinschen2007-07-042-1/+8
* * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.Corinna Vinschen2007-07-022-0/+6
* * include/oaidl.h: Include windows.h and ole2.h,Danny Smith2007-07-022-1/+17
* * include/ws2tcpip.h (s6_addr32): Correct definition,Danny Smith2007-07-012-1/+6
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-2911-61/+127
* * mingwex/gdtoa/mingw_snprintf.c: New file.Danny Smith2007-06-293-3/+1251