summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/lib
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-2313-27/+0
* Remove unused and unsafe call to __builtin_frame_addressPeter Foley2016-03-201-3/+2
* * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen2014-11-061-3/+18
* * lib/atexit.c (atexit): Check for being linked into the executable.Corinna Vinschen2014-11-052-1/+24
* * Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.Corinna Vinschen2014-11-051-0/+23
* * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen2013-08-141-0/+1
* * lib/libcmain.c (main): Don't point to last quoted character if the only thingChristopher Faylor2013-07-191-2/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-237-19/+56
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-215-5/+5
* * Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32apiChristopher Faylor2012-07-301-1/+1
* * Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor2012-07-021-2/+1
* Clean up whitespace.Christopher Faylor2011-12-171-2/+2
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-2/+2
* * cygheap.cc: Add some __stdcall decoration where appropriate.Christopher Faylor2011-02-101-1/+1
* * winlean.h: New file.Christopher Faylor2010-08-302-4/+3
* * Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor2010-05-073-369/+20
* * lib/_cygwin_crt0_common.cc: Remove unneeded declarations.Christopher Faylor2010-04-201-3/+0
* Correct pseudo-reloc size bug wrt error messagesCharles Wilson2009-10-261-2/+3
* Sync pseudo-reloc.c with mingw64Charles Wilson2009-10-251-82/+76
* Support pseudo-reloc version 2Charles Wilson2009-10-071-14/+340
* * external.cc (cygwin_internal): Add hack to always reset cxx_malloc to properChristopher Faylor2009-09-211-2/+3
* * pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names.Christopher Faylor2009-08-171-3/+3
* * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen2009-08-131-7/+12
* winsup/ChangeLog:Dave Korn2009-07-071-11/+62
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-034-14/+5
* * mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor2008-07-272-16/+6
* * lib/cygwin_attach_dll.c: Fix compiler warning.Christopher Faylor2007-08-022-0/+4
* * Makefile.in (DLL_OFILES): Add winf.o.Christopher Faylor2006-04-121-1/+1
* * lib/libcmain.c (main): Properly deal with quoted first argument.Christopher Faylor2004-12-091-10/+19
* * lib/_cygwin_crt0_common.cc: Revert patch from 2004-09-16. BrakesCorinna Vinschen2004-09-271-0/+7
* * cygwin.din (_impure_ptr): Don't export.Corinna Vinschen2004-09-161-7/+0
* * cygwin.din (_impure_ptr): Export.Christopher Faylor2004-09-161-1/+3
* * cygwin.din: Make crt0 functions NOSIGFE.Christopher Faylor2003-12-311-1/+0
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-102-822/+0
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-101-0/+319
* * lib/getopt.c: Refresh from NetBSD sources.Christopher Faylor2003-03-031-18/+28
* * lib/getopt.c: Nuke use of unneeded BSDisms.Christopher Faylor2003-03-021-8/+3
* * lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...Christopher Faylor2003-01-301-5/+2
* * lib/pseudo-reloc.c: New file.Christopher Faylor2002-12-092-0/+49
* * lib/_cygwin_S_IEXEC.cc: Remove obsolete file.Christopher Faylor2002-06-241-21/+0
* * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen2001-11-141-2/+1
* * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen2001-11-071-1/+1
* Eliminate excess whitespace.Christopher Faylor2001-11-052-7/+7
* * select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor2001-09-241-1/+6
* * lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor2001-09-191-2/+2
* * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen2001-09-191-1/+1
* * lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor2001-09-191-0/+3
* * cygwin.din (__argv): Export.Christopher Faylor2001-09-191-297/+399
* Update copyrights.Christopher Faylor2001-09-116-6/+6
* * cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor2001-05-081-6/+0