summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * path.cc (path_conv::check): Don't bail out with error if path is "//".Corinna Vinschen2004-05-122-1/+5
* * cygheap.h (struct init_cygheap): Add mt_h member.Corinna Vinschen2004-05-123-3/+10
* 2004-05-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-124-36/+61
* * fhandler.cc (fhandler_base::open): Set file attributes to correctCorinna Vinschen2004-05-113-0/+9
* * fhandler.h (class fhandler_socket): Add "owner" status flag.Corinna Vinschen2004-05-103-12/+50
* 2004-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-092-11/+17
* * syscalls.cc: Include environ.h.Christopher Faylor2004-05-083-11/+14
* * fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): MoveCorinna Vinschen2004-05-072-19/+19
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Move delete ofCorinna Vinschen2004-05-072-10/+23
* Revert code reversion from 2004-04-03. So, revert to async I/O again.Corinna Vinschen2004-05-075-143/+193
* fix entryChristopher Faylor2004-05-071-1/+6
* * thread.cc (pthread::create): Move postcreate call to avoid a potential race.Christopher Faylor2004-05-071-0/+7
* Christopher Faylor <cgf@timesys.com>Christopher Faylor2004-05-073-16/+33
* 2004-05-06 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-062-74/+52
* fix changelog datesChristopher Faylor2004-05-051-2/+2
* * path.cc (normalize_win32_path): Detect components with only dots. Remove aChristopher Faylor2004-05-042-36/+32
* * path.cc (is_unc_share): Remove redundant tests.Christopher Faylor2004-05-043-11/+14
* * crt0.o (mainCRTStartup): 16 byte align stack for main function.Corinna Vinschen2004-05-042-0/+6
* * path.cc (check_sysfile): Don't scan string twice.Corinna Vinschen2004-05-042-2/+7
* * dir.cc (writable_directory): Remove.Corinna Vinschen2004-05-034-51/+8
* * fhandler.cc (fhandler_base::open): Call path_conv::get_nt_native_pathCorinna Vinschen2004-04-304-20/+40
* * fhandler.cc (fhandler_base::open): Fix NT native path evaluationCorinna Vinschen2004-04-302-10/+20
* * init.cc (threadfunc_fe): Hack to make thread stacks always 16Corinna Vinschen2004-04-302-0/+7
* * syscalls.cc (lseek64): Fix debug_printf format string.Corinna Vinschen2004-04-213-2/+12
* fix commentChristopher Faylor2004-04-201-1/+1
* * path.cc (is_unc_share): Rename from slash_unc_prefix_p throughout.Christopher Faylor2004-04-202-40/+37
* * fhandler_disk_file.cc (fhandler_base::open_fs): ChangeCorinna Vinschen2004-04-205-46/+66
* * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJORCorinna Vinschen2004-04-204-9/+13
* * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES whenCorinna Vinschen2004-04-202-1/+6
* * include/cygwin/mtio.h (GMT_ASYNC): New define.Corinna Vinschen2004-04-192-1/+7
* * errno.cc (errmap): Handle ERROR_IO_PENDING.Corinna Vinschen2004-04-197-23/+130
* * fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_waitCorinna Vinschen2004-04-193-9/+17
* fix commentsChristopher Faylor2004-04-171-2/+1
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-1614-144/+293
* .Christopher Faylor2004-04-161-3/+3
* Check in missed file.Christopher Faylor2004-04-151-1/+0
* * autoload.cc (dll_chain1): Rename to dll_chain. Remove old dll_chain code.Christopher Faylor2004-04-152-13/+11
* * fhandler_disk_file.cc (fhandler_disk_file::fchmo): Try openingCorinna Vinschen2004-04-152-3/+22
* Fix case.Corinna Vinschen2004-04-141-1/+1
* * ntdll.h: Fix copyright date.Corinna Vinschen2004-04-144-2/+14
* * sec_acl.cc (getacl): Avoid compiler warning.Corinna Vinschen2004-04-143-10/+16
* * syscalls.cc (fstat64): Use get_namehash instead of hash_path_name.Corinna Vinschen2004-04-142-1/+5
* * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen2004-04-149-165/+191
* * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen2004-04-148-41/+131
* * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen2004-04-148-53/+48
* * cygwin.din: Export rand_r and ttyname_r.Corinna Vinschen2004-04-144-13/+46
* 2004-04-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-04-144-2/+14
* * security.cc (set_nt_attribute): Only call get_nt_object_securityCorinna Vinschen2004-04-132-1/+6
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-1310-95/+137
* * autoload.cc (NtQuerySecurityObject): Add.Corinna Vinschen2004-04-134-32/+35