summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-0538-61/+59
* * dtable.cc (handle_to_fn): Correct placement and length of name buffer.Christopher Faylor2002-06-052-2/+7
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-0533-146/+157
* * fhandler.h (class fhandler_socket): Add private methodCorinna Vinschen2002-06-043-4/+28
* * fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES ifCorinna Vinschen2002-06-042-1/+9
* * fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor2002-06-045-24/+42
* * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen2002-06-033-1/+17
* * syscalls.cc (stat64_to_stat32): Transform st_dev correctly.Corinna Vinschen2002-06-035-7/+39
* * syscalls.cc (setegid32): Verify the correctness of the gidCorinna Vinschen2002-06-032-1/+7
* * security.cc (lsa2wchar): Suppressed.Corinna Vinschen2002-06-034-88/+114
* * dtable.cc (handle_to_fn): Use largest match for device. CorrectlyChristopher Faylor2002-06-022-8/+37
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specificallyChristopher Faylor2002-06-022-2/+15
* * fhandler_process.cc (fhandler_process::open): Set fileid.Christopher Faylor2002-06-023-7/+12
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-0228-107/+83
* * fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.Christopher Faylor2002-06-026-28/+37
* * path.cc (chdir): Don't allow cd'ing to a non-directory virtual path.Christopher Faylor2002-06-012-0/+9
* * fhandler_disk_file.cc (readdir): Move inode calculation into caller.Christopher Faylor2002-06-013-35/+59
* remove accidentally checked in test version.Christopher Faylor2002-06-011-2/+0
* oopsChristopher Faylor2002-05-311-1/+0
* (add the rest of the ChangeLog)Christopher Faylor2002-05-311-0/+11
* * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor2002-05-317-7/+16
* * fhandler_console.cc (fhandler_console::open): Always default to binmode.Christopher Faylor2002-05-312-9/+16
* * fhandler.cc (fhandler_base::open): Make default open mode == binmode.Christopher Faylor2002-05-312-7/+14
* * dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.Christopher Faylor2002-05-312-1/+4
* * fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files.Christopher Faylor2002-05-314-3/+13
* * path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES forChristopher Faylor2002-05-312-1/+16
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_nameChristopher Faylor2002-05-313-4/+14
* * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen2002-05-306-29/+45
* speling fxiChristopher Faylor2002-05-301-1/+1
* * include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor2002-05-293-1/+7
* * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen2002-05-293-2/+11
* * external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor2002-05-293-4/+13
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-2917-55/+135
* * include/cygwin/socket.h: Protect some symbols against multipleCorinna Vinschen2002-05-296-20/+399
* * dtable.cc (dtable::init_std_file_from_handle): Attempt stronger detection ofChristopher Faylor2002-05-292-43/+61
* clarify changelogChristopher Faylor2002-05-291-1/+2
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Properly check forChristopher Faylor2002-05-292-1/+10
* * security.cc (set_security_attribute): Call getegid32() instead ofCorinna Vinschen2002-05-283-1/+8
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-2815-74/+235
* * autoload.cc (noload): Properly mask low order word for determining number ofChristopher Faylor2002-05-282-1/+6
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Minor logic cleanup.Christopher Faylor2002-05-282-3/+6
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-2830-913/+1067
* * security.cc (lsa2str): New function.Corinna Vinschen2002-05-272-2/+15
* * syscalls.cc (seteuid): Do not take allow_ntsec into account.Corinna Vinschen2002-05-272-242/+225
* * debug.h (being_debugged): New macro.Christopher Faylor2002-05-275-2/+16
* * winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.Christopher Faylor2002-05-272-3/+5
* update commentChristopher Faylor2002-05-271-1/+1
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-2536-42/+7
* * security.cc (create_token): Call __sec_user() instead ofCorinna Vinschen2002-05-242-4/+11
* 2002-05-25 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-05-242-1/+10