aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exec.cc
AgeCommit message (Expand)AuthorFilesLines
2015-02-11 * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.Corinna Vinschen1-4/+4
2013-11-26 * common.din: Export posix_spawn[...] functions.Corinna Vinschen1-0/+1
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-1/+2
2012-02-07 * include/process.h: Move here from include/cygwin subdir.Corinna Vinschen1-1/+1
2012-01-09 * include/cygwin/process.h: Move here from newlib.Corinna Vinschen1-2/+2
2011-01-20 * exec.cc: Include pinfo.h.Corinna Vinschen1-0/+1
2011-01-19 * exec.cc (execlp): Add missing _P_PATH_TYPE_EXEC flag in call toCorinna Vinschen1-1/+2
2011-01-19 * exec.cc: Rearrange functions in alphabetical order.Corinna Vinschen1-27/+59
2011-01-19 * exec.cc (strccpy): Move function from here...Corinna Vinschen1-15/+0
2011-01-19 * errno.cc (errmap): Add error codes for invalid binaries.Corinna Vinschen1-3/+12
2009-12-21 * exec.cc (execvp): Call find_exec with FE_NNF flag to enforceCorinna Vinschen1-2/+2
2009-09-26Add fexecve, execvpe.Eric Blake1-1/+17
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-6/+0
2006-02-15minor comment restructuringChristopher Faylor1-5/+3
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen1-2/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2002-10-21Change _function() to function() throughout.Christopher Faylor1-3/+8
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor1-118/+5
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor1-22/+25
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-0/+1
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+4
2000-08-25 * exec.cc (_execve): Change definition according to declaration inCorinna Vinschen1-2/+2
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+2
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-7/+7
2000-07-16* environ.cc: Use new definition of "environ" throughout.Christopher Faylor1-6/+6
2000-07-15* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor1-7/+6
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-1/+0
2000-04-26* exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+204