summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * times.cc (time_ms::usecs): Coerce comparison to signed or whole test is aChristopher Faylor2005-05-282-1/+6
* white spaceChristopher Faylor2005-05-271-1/+1
* * cygheap.h: Reference _cygheap_start via .cygheap section.Christopher Faylor2005-05-273-3/+13
* * include/cygwin/version.h: Bump DLL minor number to 18.Christopher Faylor2005-05-262-1/+5
* * ChangeLog: Remove accidentally checked in entry.Corinna Vinschen2005-05-251-17/+0
* * fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor2005-05-256-98/+161
* * include/cygwin/version.h: Bump API minor number to 129.Christopher Faylor2005-05-252-1/+6
* Add top commentChristopher Faylor2005-05-251-0/+6
* * cygwin.din: Export mkdtemp.Christopher Faylor2005-05-254-2/+190
* * include/stdint.h (INTMAX_C, UINTMAX_C): Fix definition.Corinna Vinschen2005-05-232-2/+23
* * spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor2005-05-226-8/+38
* * include/cygwin/in.h: Add comment.Corinna Vinschen2005-05-192-1/+7
* * include/cygwin/in.h: Define IPPROTO_xxx values as macros toCorinna Vinschen2005-05-192-1/+16
* fix commentChristopher Faylor2005-05-191-1/+1
* fix commentChristopher Faylor2005-05-191-1/+1
* * include/limits.h: Include features.h, as on linux.Christopher Faylor2005-05-192-1/+8
* * include/endian.h: New file.Christopher Faylor2005-05-192-0/+21
* * cygwin.sc: Add Dwarf-2 debug sections.Corinna Vinschen2005-05-192-0/+17
* * mmap.cc (mmap64): Make granularity an automatic variable.Corinna Vinschen2005-05-192-1/+5
* * fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.Christopher Faylor2005-05-194-26/+16
* * external.cc: Move pids declaration to file scope and use less enthusiasticChristopher Faylor2005-05-195-4/+15
* * cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor2005-05-186-65/+75
* * mmap.cc (mmap64): Avoid compiler warning.Corinna Vinschen2005-05-184-4/+8
* * fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it'sCorinna Vinschen2005-05-183-7/+6
* * fhandler_netdrive.cc (fhandler_netdrive::telldir): Implement.Corinna Vinschen2005-05-182-5/+16
* * fhandler.h (class fhandler_netdrive): Add method rewinddir.Corinna Vinschen2005-05-173-36/+116
* * external.cc (cygwin_internal): Avoid compiler warning.Corinna Vinschen2005-05-172-1/+6
* white spaceChristopher Faylor2005-05-171-1/+1
* * dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically loaded sinceChristopher Faylor2005-05-172-2/+7
* * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor2005-05-174-4/+16
* * path.cc (path_conv::check): Remove embedded dots before slashes.Christopher Faylor2005-05-172-2/+6
* * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.Corinna Vinschen2005-05-162-4/+5
* * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.Corinna Vinschen2005-05-152-2/+8
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CheckCorinna Vinschen2005-05-143-2/+14
* really fix typo.Christopher Faylor2005-05-131-1/+1
* fix typoChristopher Faylor2005-05-131-1/+1
* * path.cc (normalize_posix_path): Do normalization on . and .. after a '//'.Christopher Faylor2005-05-132-5/+6
* * fhandler.h (fhandler_netdrive::readdir): Remove useless comment.Corinna Vinschen2005-05-132-1/+4
* * autoload.cc (WNetGetResourceParentA): Import.Corinna Vinschen2005-05-134-4/+125
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-1310-28/+34
* * fhandler_netdrive.cc (fhandler_netdrive::exists): Assert that "//" exists.Christopher Faylor2005-05-132-1/+9
* * cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor2005-05-138-25/+71
* * dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.Christopher Faylor2005-05-112-4/+12
* * cygtls.cc (_cygtls::remove): Clear exitsock after close.Christopher Faylor2005-05-113-4/+14
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-1012-803/+1179
* * dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors areChristopher Faylor2005-05-102-1/+8
* * path.cc (path_conv::check): Set correct file attributes for socketCorinna Vinschen2005-05-102-1/+6
* 2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-05-095-2/+117
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-094-43/+72
* * path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor2005-05-073-1/+7