summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dll_init.cc
Commit message (Expand)AuthorAgeFilesLines
* * dll_init.cc (dll_list::alloc): Increase retry count to 1000.Christopher Faylor2001-10-211-1/+1
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-0/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-1/+5
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-1/+1
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-2/+2
* Whitespace cleanup.Christopher Faylor2000-10-281-2/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+3
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-1/+1
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * dll_init.cc (dll_list::alloc): Fix debugging output.Christopher Faylor2000-07-181-1/+1
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-25/+27
* Update comments.Christopher Faylor2000-07-161-15/+14
* * dll_init.cc (dll_list::alloc): Round correctly. Use VirtualAlloc sinceChristopher Faylor2000-07-151-7/+16
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-313/+224
* * debug.cc (thread_stub): Use impure_ptr in place of reent_data.Christopher Faylor2000-07-121-17/+2
* * dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor2000-07-051-19/+15
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+499