Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2006-11-01 * security.h (cygpriv_idx): Add privileges new in Vista.Corinna Vinschen
2006-11-01 * include/winnt.h (SE_RELABEL_NAME): Define.Corinna Vinschen
2006-10-31 * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen
2006-10-31 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen
2006-10-31 * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.Corinna Vinschen
2006-10-302006-10-29 Daniel Atallah <datallah@users.sourceforge.net>Danny Smith
2006-10-27 * shared.cc (open_shared): Drop useless attempt from 2006-08-11.Corinna Vinschen
2006-10-27 * dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.Corinna Vinschen
2006-10-272006-10-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2006-10-23 * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Fix comment.Corinna Vinschen
2006-10-23 * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): AccomodateCorinna Vinschen
2006-10-22 * fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.Corinna Vinschen
2006-10-22 * external.cc (cygwin_internal): Use security_descriptor::copy method.Corinna Vinschen
2006-10-22 * fhandler.cc (fhandler_base::fhaccess): Check if opening registryCorinna Vinschen
2006-10-21 * regtool.cc (key_type): Drop.Corinna Vinschen
2006-10-21 * fhandler.cc (fhandler_base::fhaccess): Call check_registry_accessCorinna Vinschen
2006-10-21 * fhandler_registry.cc (fhandler_registry::fstat): Set restrictiveCorinna Vinschen
2006-10-20 * net.cc (cygwin_getnameinfo): Fix typo in comment.Corinna Vinschen
2006-10-19 * fhandler.h (fhandler_base::set_name): Make virtual.Corinna Vinschen
2006-10-19 * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.Corinna Vinschen
2006-10-19 * regtool.cc (longopts): Add --wow32 option.Corinna Vinschen
2006-10-17 * glob.c: Remove.Corinna Vinschen
2006-10-17 * winsup.h (WINVER): Define instead of _WIN32_WINNT. Set to 0x0502.Corinna Vinschen
2006-10-16 * regtool.cc (KEY_WOW64_64KEY): Drop definition. Instead defineCorinna Vinschen
2006-10-16 * regtool.cc (KEY_WOW64_64KEY): Define.Corinna Vinschen
2006-10-16 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop redundantCorinna Vinschen
2006-10-16 * include/asm/byteorder.h: Fix copyright dates.Corinna Vinschen
2006-10-16 Fix pathnames.Corinna Vinschen
2006-10-16 * autoload.cc (PrivilegeCheck): Define.Corinna Vinschen
2006-10-13* winsup.h: Turn off DEBUGGING.Christopher Faylor
2006-10-13 * Makefile.in (CFLAGS): Drop -nostdinc.Corinna Vinschen
2006-10-13 * autoload.cc (Wow64DisableWow64FsRedirection): Define.Corinna Vinschen
2006-10-12 * security.cc (create_token): Fix condition for source identifier.Corinna Vinschen
2006-10-12 * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOUR): Define.Danny Smith
2006-10-11 * select.cc (struct socketinf): Convert ser_num and w4 to dynamicallyCorinna Vinschen
2006-10-09 * path.cc (path_conv::get_nt_native_path): Properly detect \\?\ paths.Corinna Vinschen
2006-10-09 * devices.in: Raise number of handled serial ports to 64.Corinna Vinschen
2006-10-07.Christopher Faylor
2006-10-05 * cygcheck.cc (get_word, get_dword): Move to path.cc.Corinna Vinschen
2006-10-05 * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODEDanny Smith
2006-10-04 * Makefile.in: Semi-revert semi-reversion of 2006-08-30 change, nowCorinna Vinschen
2006-10-04 * include/winnt.h (CASSERT): Define.Danny Smith
2006-10-03 * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.Danny Smith
2006-09-19 * mingwex/mb_wc_common.h (get_codepage): Get itDanny Smith
2006-09-18* byteorder.h: Correct typo.Christopher Faylor
2006-09-18* byteorder.h: Don't #define n* macros if -fnoinline is specified.Christopher Faylor
2006-09-18 * mingwex/gdtoa/g_xfmt.c (g_xfmt): Fix representation of infinity. Use fpcla...Danny Smith
2006-09-16 * mingwex/gdtoa/strtopx.c (strtopx): Fix (sic) infinity.Danny Smith
2006-09-13white spaceChristopher Faylor
2006-09-13Check in previously mentioned change to cygcheck.ccChristopher Faylor