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
AgeCommit message (Expand)Author
2006-11-01 * security.h (cygpriv_idx): Add privileges new in Vista.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-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-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 * 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-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 * 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 * autoload.cc (Wow64DisableWow64FsRedirection): Define.Corinna Vinschen
2006-10-12 * security.cc (create_token): Fix condition for source identifier.Corinna Vinschen
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-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-08* environ.cc (build_env): Don't put an empty environment variable into theChristopher Faylor
2006-08-31 * grp.cc (initgroups32): Run get_server_groups under original token.Corinna Vinschen
2006-08-27* child_info.h (child_info_spawn::~child_info_spawn): Don't close myself_pinfoChristopher Faylor
2006-08-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Fix formatting.Corinna Vinschen
2006-08-20 * fhandler_disk_file.cc (DIR_NUM_ENTRIES): Set to 100 to maximizeCorinna Vinschen
2006-08-20* fhandler_disk_file.cc (fhandler_disk_file::pread): Properly check forChristopher Faylor
2006-08-17 * fhandler_serial.cc (raw_read): Evaluate minchars taking theCorinna Vinschen
2006-08-14 * security.cc (subauth): Initialize user_token to NULL. Add comment.Corinna Vinschen
2006-08-11 * shared.cc (open_shared): Desperately try to get shared memory, onlyCorinna Vinschen
2006-08-11* pinfo.cc (_onreturn::~onreturn): Don't attempt to close a NULL handle.Christopher Faylor
2006-08-10revert erroneous checkinChristopher Faylor
2006-08-10* winsup.h: Turn on DEBUGGING by default for now.Christopher Faylor
2006-08-10 * fhandler_disk_file.cc (fhandler_disk_file::lock): HandleCorinna Vinschen
2006-08-09 * path.h (SYMLINK_EA_NAME): Remove.Corinna Vinschen
2006-08-09* autoload.cc (GetHandleInformation): Declare new function.Christopher Faylor
2006-08-07 * autoload.cc (NtSetInformationFile): Define.Corinna Vinschen
2006-08-02* environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor
2006-08-01* environ.cc (dos_file_warning): Declare.Christopher Faylor
2006-07-31 * fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problemCorinna Vinschen
2006-07-31 * fhandler_socket.cc (fhandler_socket::evaluate_events): CircumventCorinna Vinschen