Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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