aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2023-11-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke1-0/+1
2023-09-10Cygwin: Add initial support for SOURCE_DATE_EPOCHChristian Franke1-0/+6
2023-09-01Cygwin: Implement sound mixer device.Takashi Yano1-0/+1
2023-07-14Cygwin: testsuite: Setup test prereqs in 'installation' the tests run inJon Turney1-2/+2
2023-02-15Cygwin: Makefile.am: fix rule to create version from git describeCorinna Vinschen1-1/+2
2023-01-10Cygwin: Run testsuite against the just-built DLLJon Turney1-3/+5
2022-12-21Cygwin: Makefile: Drop all the "test dll" considerationsJon Turney1-7/+2
2022-12-20Cygwin: x86_64: import swab.S from NetBSDCorinna Vinschen1-0/+1
2022-12-20Cygwin: x86_64: import latest NetBSD bcopy.SCorinna Vinschen1-1/+7
2022-12-20Cygwin: x86_64: import memchr.S from NetBSDCorinna Vinschen1-2/+3
2022-12-13Cygwin: Makefile: build new-cygwin1.dll in a single stepCorinna Vinschen1-17/+2
2022-12-13Cygwin: Makefile: only regenerate cygwin_version.c if it changesCorinna Vinschen1-1/+9
2022-12-07Cygwin: uname: fix building in non-git source dirCorinna Vinschen1-1/+4
2022-12-07Cygwin: uname: generate default release string from git as wellCorinna Vinschen1-1/+7
2022-12-07Cygwin: link mcountFunc.o to libgmon.aCorinna Vinschen1-2/+7
2022-11-25Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.Takashi Yano1-1/+1
2022-10-28Cygwin: Enable dynamicbase on the Cygwin DLL by defaultCorinna Vinschen1-1/+2
2022-10-28Cygwin: drop objcopy .gnu_debuglink juggleCorinna Vinschen1-17/+5
2022-08-10Cygwin: rename CygwinCreateThread to create_posix_threadCorinna Vinschen1-0/+1
2022-08-10Cygwin: move memory management sources into mm subdirCorinna Vinschen1-11/+11
2022-08-10Cygwin: drop building modelibsCorinna Vinschen1-20/+1
2022-08-09Cygwin: pthreads: merge pthread.cc into thread.ccCorinna Vinschen1-3/+2
2022-08-08Cygwin: fold common.din and x86_64.din into cygwin.dinCorinna Vinschen1-3/+2
2022-08-08Cygwin: x86_64: add wmemset assembler entry pointCorinna Vinschen1-3/+3
2022-08-08Cygwin: split out x86_64 memset/memcpy functionsCorinna Vinschen1-0/+7
2022-08-05Cygwin: update the "dirs" variable in Makefile.amKen Brown1-1/+1
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-55/+62
2022-05-13Cygwin: revamp TLS offsets computationCorinna Vinschen1-7/+7
2022-05-13Cygwin: configure: disable i686 buildsCorinna Vinschen1-59/+0
2022-03-16newlib: libc: merge build up a directoryMike Frysinger1-1/+1
2022-03-01Cygwin: Makefile: fix ctags --extras optionCorinna Vinschen1-1/+1
2022-02-22Cygwin: Implicitly support the /dev/fd symlink and friendsJohannes Schindelin1-0/+1
2022-02-22Cygwin: Adjust path to newlib libc.a, tooCorinna Vinschen1-2/+2
2022-02-22Cygwin: Adjust path to newlib libm.a in builddirJon Turney1-3/+3
2022-02-05Cygwin: drop dllfixdbg scriptCorinna Vinschen1-2/+24
2022-02-04Cygwin: fix dependency to dllfixdbg scriptCorinna Vinschen1-2/+2
2022-02-03Cygwin: dllfixdbg: honor Makefile verbositiy flag "V"Corinna Vinschen1-1/+1
2022-02-03Cygwin: dllfixdbg: don't overwrite input DLLCorinna Vinschen1-5/+2
2022-02-02Cygwin: Makefile.am: fix DLL build ruleCorinna Vinschen1-7/+14
2022-01-19Cygwin: silence most custom build rulesJon Turney1-19/+19
2022-01-12Cygwin: Makefile: add dependency to newlib's libsCorinna Vinschen1-1/+2
2021-10-22Cygwin: drop outdated -O3 optimization for malloc and syncCorinna Vinschen1-10/+0
2021-08-26Cygwin: Allow using CFLAGS also for C++ filesCorinna Vinschen1-0/+1
2021-05-21Cygwin: POSIX msg queues: Convert mqd_t to a descriptorCorinna Vinschen1-0/+1
2021-05-06Cygwin: revert handwritten tags/ctags target, take 2Corinna Vinschen1-13/+9
2021-05-06Cygwin: revert handwritten tags/ctags targetCorinna Vinschen1-0/+15
2021-04-30Cygwin: Ensure toollibdir exists before installing a link thereJon Turney1-0/+1
2021-04-29Cygwin: specify toollibdir toolincludedir in terms of tooldirJon Turney1-2/+2
2021-04-27Cygwin: Use automake (v5)Jon Turney1-0/+770