summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_disk_file.cc (fhandler_disk_file::ftruncate): UseCorinna Vinschen2007-07-272-12/+20
* * fhandler_disk_file.cc (fhandler_base::fstat_by_name): UseCorinna Vinschen2007-07-273-36/+55
* * fhandler_disk_file.cc (is_volume_mountpoint): New static inlineCorinna Vinschen2007-07-272-40/+40
* * fhandler.h (enum query_state): Drop redundant query_stat_control.Corinna Vinschen2007-07-274-20/+18
* * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen2007-07-2612-270/+573
* * autoload.cc (CreateToolhelp32Snapshot): Remove.Corinna Vinschen2007-07-252-1/+4
* * autoload.cc (Process32First): Remove.Corinna Vinschen2007-07-252-2/+5
* * include/wtypes.h (LPDECIMAL): Define.Danny Smith2007-07-252-6/+12
* * autoload.cc (NetWkstaUserGetInfo): Remove.Corinna Vinschen2007-07-252-5/+8
* Add missing ChangeLog entry.Corinna Vinschen2007-07-241-0/+1
* * dumper.cc: Change license to plain GPLv2 + later.Corinna Vinschen2007-07-245-10/+386
* * Makefile.in (SUBDIRS): Delete stray line continuation artifact,Keith Marshall2007-07-232-2/+10
* * strace.cc (create_child): Don't convert a path from cygwin format unless itChristopher Faylor2007-07-232-1/+7
* * bsd_helper.cc: Drop unnecessary security.h include.Corinna Vinschen2007-07-212-1/+4
* Fix ChangeLogCorinna Vinschen2007-07-201-2/+0
* * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen2007-07-2010-1381/+1287
* * 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