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