aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2005-06-04* dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. CommentChristopher Faylor4-3/+95
2005-06-03* dlfcn.cc (get_full_path_of_dll): Use a relative path when converting so thatChristopher Faylor1-0/+7
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor9-10/+18
2005-06-02* fhandler_disk_file.cc (fhandler_disk_file::fchown): Make sure that disk openChristopher Faylor2-1/+6
2005-06-01* include/machine/stdlib.h: New file.Christopher Faylor2-0/+26
2005-06-01* thread.h (List_remove): Revert most of 2005-05-30 change.Christopher Faylor2-3/+5
2005-06-01* cygwin.sc: Don't output .reloc or .rsrc sections. Clean up stuff aroundChristopher Faylor2-4/+12
2005-06-01* cygheap.cc (cygheap_end): Remove bogus section attribute.Christopher Faylor3-3/+7
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor14-280/+202
2005-05-30* thread.h (List_remove): Make node parameter const. Use simple comparison andChristopher Faylor2-2/+10
2005-05-30* dlfcn.cc (set_dl_error): Use UNIX error rather than Windows error.Christopher Faylor2-1/+5
2005-05-30* cygmagic: Remove debugging cruft missed on 2005-05-21.Christopher Faylor2-1/+5
2005-05-29 * path.cc (path_conv::check): Move component to function scope. SetCorinna Vinschen2-4/+24
2005-05-29 * include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Always define.Corinna Vinschen2-2/+4
2005-05-29* thread.h (pthread_key::set): Inline.Christopher Faylor3-20/+10
2005-05-29* cygwin.din: Remove signal front end from pthread_[gs]etspecific.Christopher Faylor2-2/+6
2005-05-29* fhandler_tty.cc (fhandler_tty_slave:tcflush): Use signed comparison.Christopher Faylor2-1/+5
2005-05-28* times.cc (time_ms::usecs): Coerce comparison to signed or whole test is aChristopher Faylor2-1/+6
2005-05-27white spaceChristopher Faylor1-1/+1
2005-05-27* cygheap.h: Reference _cygheap_start via .cygheap section.Christopher Faylor3-3/+13
2005-05-26* include/cygwin/version.h: Bump DLL minor number to 18.Christopher Faylor2-1/+5
2005-05-25 * ChangeLog: Remove accidentally checked in entry.Corinna Vinschen1-17/+0
2005-05-25* fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor6-98/+161
2005-05-25* include/cygwin/version.h: Bump API minor number to 129.Christopher Faylor2-1/+6
2005-05-25Add top commentChristopher Faylor1-0/+6
2005-05-25* cygwin.din: Export mkdtemp.Christopher Faylor4-2/+190
2005-05-23 * include/stdint.h (INTMAX_C, UINTMAX_C): Fix definition.Corinna Vinschen2-2/+23
2005-05-22* spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor6-8/+38
2005-05-19 * include/cygwin/in.h: Add comment.Corinna Vinschen2-1/+7
2005-05-19 * include/cygwin/in.h: Define IPPROTO_xxx values as macros toCorinna Vinschen2-1/+16
2005-05-19fix commentChristopher Faylor1-1/+1
2005-05-19fix commentChristopher Faylor1-1/+1
2005-05-19* include/limits.h: Include features.h, as on linux.Christopher Faylor2-1/+8
2005-05-19* include/endian.h: New file.Christopher Faylor2-0/+21
2005-05-19 * cygwin.sc: Add Dwarf-2 debug sections.Corinna Vinschen2-0/+17
2005-05-19 * mmap.cc (mmap64): Make granularity an automatic variable.Corinna Vinschen2-1/+5
2005-05-19* fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.Christopher Faylor4-26/+16
2005-05-19* external.cc: Move pids declaration to file scope and use less enthusiasticChristopher Faylor5-4/+15
2005-05-18* cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor6-65/+75
2005-05-18 * mmap.cc (mmap64): Avoid compiler warning.Corinna Vinschen4-4/+8
2005-05-18 * fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it'sCorinna Vinschen3-7/+6
2005-05-18 * fhandler_netdrive.cc (fhandler_netdrive::telldir): Implement.Corinna Vinschen2-5/+16
2005-05-17 * fhandler.h (class fhandler_netdrive): Add method rewinddir.Corinna Vinschen3-36/+116
2005-05-17 * external.cc (cygwin_internal): Avoid compiler warning.Corinna Vinschen2-1/+6
2005-05-17white spaceChristopher Faylor1-1/+1
2005-05-17* dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically loaded sinceChristopher Faylor2-2/+7
2005-05-17* include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor4-4/+16
2005-05-17* path.cc (path_conv::check): Remove embedded dots before slashes.Christopher Faylor2-2/+6
2005-05-16 * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.Corinna Vinschen2-4/+5
2005-05-15 * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.Corinna Vinschen2-2/+8