summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Fix spawned process window not foregrounding.Kaz Kylheku2017-11-161-1/+2
* Implement getloadavg()Jon Turney2017-03-271-0/+1
* fix parallel build for version.cc and winver.oMichael Haubenwallner2017-02-161-1/+3
* Move getentropy/getrandom into own fileCorinna Vinschen2017-01-191-0/+1
* Revert "Use .DELETE_ON_ERROR"Jon Turney2016-06-251-4/+1
* Use .DELETE_ON_ERRORJon Turney2016-06-251-1/+4
* Drop wow64_has_secondary_stack flagCorinna Vinschen2016-06-241-1/+0
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* Allow 'make distclean' to clean winsup/cygwinKen Brown2016-06-061-5/+7
* Only regenerate tlsoffsets{64}.h if cygtls.h can be compiledCorinna Vinschen2016-06-061-1/+1
* Add dependencies to tlsoffsets fileCorinna Vinschen2016-03-301-2/+2
* Add missing nanlCorinna Vinschen2016-03-291-0/+1
* Add missing long double functions to CygwinCorinna Vinschen2016-03-291-2/+98
* Move arc4random Cygwin only code to CygwinSebastian Huber2016-03-211-0/+1
* Delete Cygwin's arc4random in favor of new Newlib implementationCorinna Vinschen2016-03-181-1/+0
* Implement POSIX.1e ACL functionsCorinna Vinschen2016-03-081-1/+5
* Disallow installing "man pages" from release subdirCorinna Vinschen2015-06-181-4/+4
* Compile exceptions.cc with -fno-omit-frame-pointer on x86Jon TURNEY2015-04-231-52/+7
* 2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY2015-02-201-1/+1
* * Makefile.in (VERSION_OFILES): New variable containing object filesCorinna Vinschen2015-01-281-12/+9
* * Makefile.in (install): Add install-ldif target.Corinna Vinschen2014-11-261-1/+5
* * Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.Corinna Vinschen2014-11-051-0/+1
* * Makefile.in (NEW_FUNCTIONS): Define target-independent. Add targetCorinna Vinschen2014-11-051-3/+54
* * Makefile.in (DLL_OFILES): Add quotactl.o.Corinna Vinschen2014-10-171-0/+1
* * Makefile.in (DLL_OFILES): Rearrange with one file per line.Corinna Vinschen2014-10-161-25/+151
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-2/+2
* Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen2013-07-151-2/+1
* * Makefile.in (VPATH): Drop CONFIG_DIR.Corinna Vinschen2013-06-181-6/+9
* * Makefile.in (DEFS): Unused, remove.Corinna Vinschen2013-05-241-3/+4
* * Makefile.in (DLL_OFILES): Add arc4random.o.Corinna Vinschen2013-05-211-2/+2
* * libc/base64.c: New file.Corinna Vinschen2013-05-211-3/+3
* * Makefile.in (devices_CFLAGS): Drop -Os.Corinna Vinschen2013-05-141-1/+1
* * Makefile.in (localtime_CFLAGS): Define as -fwrapv since localtimeCorinna Vinschen2013-05-141-0/+1
* * i686.din: New file.Christopher Faylor2013-04-301-7/+4
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-17/+31
* Update copyrightsChristopher Faylor2013-01-211-1/+1
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* cygwin/ChangeLog:Christopher Faylor2012-11-231-1/+1
* ChangeLog:Christopher Faylor2012-11-231-34/+55
* * Makefile.in (DLL_IMPORTS): Use system import libraries forYaakov Selkowitz2012-10-241-2/+2
* * Makefile.in: Semi-revert patch from 2012-07-01, assuming the previousCorinna Vinschen2012-08-011-9/+2
* * Makefile.in, configure.in, mkvers.sh: Revert accidental checkin fromCorinna Vinschen2012-07-091-2/+1
* * Makefile.in: Change mingw_lib (temporarily?) back to w32api_lib.Christopher Faylor2012-07-081-1/+1
* * winlean.h (__STRALIGN_H_): Drop definition.Corinna Vinschen2012-07-061-2/+3
* * Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor2012-07-021-3/+12
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-8/+8
* * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen2012-03-291-19/+19
* * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen2012-02-131-1/+1
* * Makefile.in (DLL_OFILES): Add wow64.o.Corinna Vinschen2011-12-161-1/+1
* * Makefile.in: Allow CFLAGS to be overridden from the environment.Christopher Faylor2011-05-021-1/+1