summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_disk_file.cc (fhandler_disk_file::link): Only add .exe ifCorinna Vinschen2009-01-073-1/+11
* correctChristopher Faylor2009-01-031-2/+2
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-0359-308/+410
* Year-end rollover.Christopher Faylor2009-01-032-3342/+3341
* * speclib: Rewrite completely in perl. Avoid multiple nm calls.Christopher Faylor2009-01-022-51/+94
* * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 191.Christopher Faylor2008-12-312-1/+6
* * glob_pattern_p.cc: New file.Christopher Faylor2008-12-316-16/+53
* * include/bits/wordsize.h: New linux-compatibility header.Christopher Faylor2008-12-312-0/+10
* * exceptions.cc (try_to_debug): Avoid creating a huge buffer on the stack.Christopher Faylor2008-12-302-3/+7
* * mount.cc: Change comment.Christopher Faylor2008-12-256-334/+365
* * path.cc (symlink_info::check_shortcut): Ensure that symlink handle is closedChristopher Faylor2008-12-242-2/+6
* * fhandler.h (fhandler_base_setup_overlapped): Add new argument.Christopher Faylor2008-12-234-143/+55
* * pipe.cc (getov_result): Minor cleanup.Christopher Faylor2008-12-222-3/+6
* * pipe.cc (getov_result): Add parameters to facilitate better EOF checking.Christopher Faylor2008-12-212-5/+15
* * fhandler.cc (fhandler_base::wait_overlapped): Reorganize to eliminate gotosChristopher Faylor2008-12-202-37/+43
* * pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.Christopher Faylor2008-12-204-16/+25
* * pwdgrp.h (pwdgrp::refresh): Fix indentation.Corinna Vinschen2008-12-203-6/+11
* * pinfo.cc (pinfo_basic): New class.Christopher Faylor2008-12-194-13/+41
* * fhandler_registry.cc (perf_data_files): New table.Corinna Vinschen2008-12-192-13/+77
* * path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy,Corinna Vinschen2008-12-192-1/+14
* * fhandler_disk_file.cc: Set 4th parameter of NtQueryDirectoryFile toCorinna Vinschen2008-12-182-9/+22
* * path.cc (symlin_info::check): Set 4th parameter ofCorinna Vinschen2008-12-182-23/+35
* * fhandler_registry.cc (DEFAULT_VALUE_NAME): Remove constant.Corinna Vinschen2008-12-162-69/+83
* * syscalls.cc (gen_full_path_at): Use isabspath instead of isdirsepCorinna Vinschen2008-12-152-1/+6
* * sec_auth.cc (open_local_policy): Set lsa handle toCorinna Vinschen2008-12-152-1/+11
* * setlsapwd.cc (setlsapwd): Simplify code. Only try to call cygserverCorinna Vinschen2008-12-152-7/+15
* * setlsapwd.cc (setlsapwd): Explicitely erase password buffer contentCorinna Vinschen2008-12-152-1/+9
* * fhandler_registry.cc (fhandler_registry::exists): Handle EACCES.Corinna Vinschen2008-12-152-2/+8
* * cygwin.din: Export fgetwc, fgetws, fputwc, fputws, fwide, getwc,Corinna Vinschen2008-12-154-8/+31
* * fhandler.h (class fhandler_registry): Declare dup method.Corinna Vinschen2008-12-153-8/+34
* * fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS pathsChristopher Faylor2008-12-143-2/+7
* * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor2008-12-136-153/+158
* * resolv.h: #include <netinet/in.h> for sockaddr_in typedef.Corinna Vinschen2008-12-092-0/+5
* * fhandler_registry.cc (encode_regname): Add Parameter add_val.Corinna Vinschen2008-12-082-36/+163
* * libc/minires.c (open_sock): Set non blocking and close on exec.Corinna Vinschen2008-12-032-48/+103
* * fhandler_registry.cc (must_encode): Fix condition changed for testing.Corinna Vinschen2008-12-022-1/+5
* * fhandler_registry.cc (must_encode): New function.Corinna Vinschen2008-12-022-10/+102
* * exceptions.c (sigpacket::process): Set tls on return since it is assumed toChristopher Faylor2008-11-292-0/+6
* * include/cygwin/version.h: Bump api minor number to 189 to flag theChristopher Faylor2008-11-292-1/+7
* * exceptions.cc (sigpacket::process): Rework previous change. tls could stillChristopher Faylor2008-11-282-14/+21
* * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.Corinna Vinschen2008-11-284-4/+35
* * exceptions.cc (sigpacket::process): Make sure that 'tls' is never NULL whenChristopher Faylor2008-11-282-8/+12
* clarify entryChristopher Faylor2008-11-261-1/+1
* Remove unneeded whitespace.Christopher Faylor2008-11-2621-196/+242
* * Makefile.in (DLL_OFILES): Add setlsapwd.o.Corinna Vinschen2008-11-2614-32/+323
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): DropCorinna Vinschen2008-11-212-2/+10
* * mmap.cc (MapView): Add NT status to debug output.Corinna Vinschen2008-11-212-2/+7
* * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen2008-11-126-3/+84
* * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen2008-11-113-3/+19
* * environ.cc (create_upcaseenv): New static variable.Corinna Vinschen2008-11-112-2/+77