summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exec.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen2016-04-011-8/+0
* * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.Corinna Vinschen2015-02-111-4/+4
* * common.din: Export posix_spawn[...] functions.Corinna Vinschen2013-11-261-0/+1
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+2
* * include/process.h: Move here from include/cygwin subdir.Corinna Vinschen2012-02-071-1/+1
* * include/cygwin/process.h: Move here from newlib.Corinna Vinschen2012-01-091-2/+2
* * exec.cc: Include pinfo.h.Corinna Vinschen2011-01-201-0/+1
* * exec.cc (execlp): Add missing _P_PATH_TYPE_EXEC flag in call toCorinna Vinschen2011-01-191-1/+2
* * exec.cc: Rearrange functions in alphabetical order.Corinna Vinschen2011-01-191-27/+59
* * exec.cc (strccpy): Move function from here...Corinna Vinschen2011-01-191-15/+0
* * errno.cc (errmap): Add error codes for invalid binaries.Corinna Vinschen2011-01-191-3/+12
* * exec.cc (execvp): Call find_exec with FE_NNF flag to enforceCorinna Vinschen2009-12-211-2/+2
* Add fexecve, execvpe.Eric Blake2009-09-261-1/+17
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* minor comment restructuringChristopher Faylor2006-02-151-5/+3
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen2004-09-101-2/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* Change _function() to function() throughout.Christopher Faylor2002-10-211-3/+8
* * Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor2002-06-111-118/+5
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-22/+25
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-0/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+4
* * exec.cc (_execve): Change definition according to declaration inCorinna Vinschen2000-08-251-2/+2
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+2
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-7/+7
* * environ.cc: Use new definition of "environ" throughout.Christopher Faylor2000-07-161-6/+6
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-7/+6
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-011-1/+0
* * exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor2000-04-261-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+204