Age | Commit message (Expand) | Author | Files | Lines |
2007-07-21 | * bsd_helper.cc: Drop unnecessary security.h include. | Corinna Vinschen | 2 | -1/+4 |
2007-07-20 | Fix ChangeLog | Corinna Vinschen | 1 | -2/+0 |
2007-07-20 | * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes | Corinna Vinschen | 10 | -1381/+1287 |
2007-07-19 | * security.cc (set_nt_attribute): Remove. | Corinna Vinschen | 2 | -21/+16 |
2007-07-19 | * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Use | Corinna Vinschen | 3 | -29/+43 |
2007-07-19 | * fhandler.cc (fhandler_base::open): Drop local wpath and upath | Corinna Vinschen | 6 | -24/+74 |
2007-07-19 | * include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define for | Danny Smith | 2 | -1/+12 |
2007-07-19 | * sec_helper.cc: Remove unused code. | Corinna Vinschen | 2 | -71/+4 |
2007-07-19 | * autoload.cc (SetSecurityDescriptorControl): Drop. | Corinna Vinschen | 5 | -22/+25 |
2007-07-19 | * autoload.cc (SetUserObjectSecurity): Drop. | Corinna Vinschen | 5 | -7/+24 |
2007-07-19 | * cygheap.h (init_cygheap::luid): Remove. | Corinna Vinschen | 9 | -170/+302 |
2007-07-19 | * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, after | Corinna Vinschen | 3 | -2/+8 |
2007-07-18 | * faq-using.xml (faq.using.console-window): Mention FHS location of | Brian Dessent | 2 | -5/+7 |
2007-07-18 | * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define. | Corinna Vinschen | 2 | -0/+5 |
2007-07-18 | * cygheap.h (shared_prefix): De-const. | Corinna Vinschen | 3 | -2/+13 |
2007-07-17 | * fhandler.cc (fhandler_base::fhaccess): Add check for R/O file system. | Corinna Vinschen | 3 | -1/+16 |
2007-07-17 | * include/winnt.h (FILE_READ_ONLY_VOLUME): Define. | Corinna Vinschen | 3 | -0/+7 |
2007-07-17 | * fhandler_disk_file.cc (fhandler_disk_file::opendir): Move setting | Corinna Vinschen | 2 | -3/+8 |
2007-07-16 | * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token. | Corinna Vinschen | 7 | -16/+28 |
2007-07-14 | * init.cc (in_dllentry): Delete. | Christopher Faylor | 5 | -7/+10 |
2007-07-14 | * init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives. | Christopher Faylor | 2 | -1/+6 |
2007-07-12 | 2007-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2 | -0/+7 |
2007-07-12 | Changelog typo | Danny Smith | 1 | -2/+3 |
2007-07-12 | * incude/wchar.h (_wsystem) Declare. | Danny Smith | 4 | -13/+39 |
2007-07-12 | * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY, | Danny Smith | 3 | -16/+36 |
2007-07-12 | [mingw-Bugs-1751518] | Danny Smith | 4 | -34/+19 |
2007-07-10 | [mingw-Bugs-1750898] | Danny Smith | 2 | -1/+7 |
2007-07-10 | * debug.cc (close_handle): Change debug output format slightly. | Christopher Faylor | 5 | -11/+22 |
2007-07-10 | * strace.cc (usage): Add missing description for -q. | Christopher Faylor | 2 | -1/+6 |
2007-07-10 | * cygwin/strsig.cc (__signals): New macro. | Christopher Faylor | 7 | -39/+78 |
2007-07-09 | * dir.cc (closedir): Revert change from 2007-06-29. | Corinna Vinschen | 5 | -82/+83 |
2007-07-09 | [mingw-Bugs-1749305] | Danny Smith | 2 | -0/+6 |
2007-07-08 | * Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance on | Christopher Faylor | 4 | -30/+41 |
2007-07-08 | Add initial FreeBSD version of random.c | Christopher Faylor | 1 | -0/+502 |
2007-07-07 | update copyright | Christopher Faylor | 1 | -1/+1 |
2007-07-07 | * fhandler.h (fhandler_base::write): Remove __stdcall decoration. | Christopher Faylor | 2 | -3/+9 |
2007-07-07 | Preliminary change to make fifos/pipes interruptible and fifos reliable. | Christopher Faylor | 10 | -504/+305 |
2007-07-07 | * path.cc (symlink_info::check_shortcut): Handle device "symlinks" specially - | Christopher Faylor | 2 | -2/+11 |
2007-07-07 | * fhandler_disk_file.cc: White space. | Christopher Faylor | 4 | -24/+30 |
2007-07-07 | * fork.cc: White space. | Christopher Faylor | 4 | -36/+42 |
2007-07-06 | * times.cc (gettimeofday): Align definition to POSIX. | Corinna Vinschen | 2 | -1/+6 |
2007-07-06 | * cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm. | Corinna Vinschen | 3 | -1/+12 |
2007-07-06 | * CYGWIN_LICENSE: Fix URL to world-wide offices. | Corinna Vinschen | 2 | -2/+6 |
2007-07-06 | * CYGWIN_LICENSE: Fix URL to open source definition. | Corinna Vinschen | 2 | -2/+6 |
2007-07-05 | * fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missing | Corinna Vinschen | 2 | -2/+10 |
2007-07-05 | Check in missing cygwin.din change from 2007-06-29. | Corinna Vinschen | 1 | -0/+1 |
2007-07-04 | * times.cc: Define __timezonefunc__ before including time.h to protect | Corinna Vinschen | 2 | -0/+6 |
2007-07-04 | * include/cygwin/time.h: Switch to timezone variable by default. Add | Corinna Vinschen | 2 | -1/+8 |
2007-07-02 | * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO. | Corinna Vinschen | 2 | -0/+6 |
2007-07-02 | * include/oaidl.h: Include windows.h and ole2.h, | Danny Smith | 2 | -1/+17 |