summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dlfcn.cc
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. CommentChristopher Faylor2005-06-041-2/+2
* * dlfcn.cc (set_dl_error): Use UNIX error rather than Windows error.Christopher Faylor2005-05-301-1/+1
* * spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor2005-05-221-1/+2
* white space and minor comment cleanup.Christopher Faylor2005-05-021-8/+8
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-1/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * autoload.cc (EnumProcessModules): Add.Corinna Vinschen2004-09-141-1/+22
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-7/+0
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-8/+6
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-2/+2
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * dlfcn.cc (dlerror): Only report load errors once per error.Christopher Faylor2003-02-011-4/+9
* * cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor2001-10-311-1/+1
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-6/+6
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* * dlfcn.cc (dlclose): Do not call FreeLibrary if the symbol to close wasChristopher Faylor2001-06-031-1/+3
* * dlfcn.cc (check_access): Eliminate.Christopher Faylor2001-03-261-106/+34
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-8/+4
* * dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when theChristopher Faylor2001-02-141-1/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-2/+3
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+3
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-1/+1
* * dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never beChristopher Faylor2000-07-161-51/+35
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-2/+1
* * exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor2000-04-261-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+236