aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygserver
AgeCommit message (Expand)AuthorFilesLines
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen1-1/+0
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen1-0/+1
2021-08-26Cygwin: Allow using CFLAGS also for C++ filesCorinna Vinschen1-0/+1
2021-08-26Cygwin: C++17: register keyword is deprecatedCorinna Vinschen1-6/+6
2021-04-29Cygwin: drop all generated autotools filesCorinna Vinschen1-1241/+0
2021-04-27Cygwin: Use automake (v5)Jon Turney2-52/+1271
2020-11-20Cygwin: Remove recursive configureJon Turney5-5330/+0
2020-11-02Cygwin: Drop autoconf variable all_hostJon Turney2-23/+0
2020-10-28Cygwin: Restore setting CC and CXX Makefile variablesJon Turney1-0/+3
2020-10-21Cygwin: Drop do-nothing install_host targetJon Turney2-7/+0
2020-10-21Cygwin: Drop cygwin version.o from cygserverJon Turney1-3/+1
2020-10-18Cygwin: Use aclocal option --system-acdir rather than --acdirJon Turney1-1/+1
2020-10-18Cygwin: Remove --with-windows-{libs,headers}Jon Turney3-102/+0
2020-10-18Cygwin: Remove ccwrapJon Turney3-25/+16
2020-10-14Cygwin: Remove AC_PROG_MAKE_SETJon Turney2-35/+0
2020-10-14Cygwin: Drop looking for w32api in winsup/w32apiJon Turney2-4/+0
2020-08-07Cygwin: cygserver: build with -Wimplicit-fallthrough=5Ken Brown4-3/+5
2020-08-07Cygwin: cygserver: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen1-1/+1
2019-07-17Cygwin: fix GCC 8.3 'local external declaration' errorsKen Brown1-3/+2
2018-06-26Cygwin: fix bumptious GCC 7 warningsCorinna Vinschen1-1/+1
2017-11-28cygserver: remove all asserts on "this"Corinna Vinschen2-7/+0
2017-06-20Revert "cygserver: Revamp thread sleep handling"Corinna Vinschen5-71/+99
2017-03-24cygserver: Speed up non-debug scenarioCorinna Vinschen7-16/+30
2017-03-24cygserver: Small code cleanupCorinna Vinschen2-3/+3
2017-03-24cygserver: Revamp thread sleep handlingCorinna Vinschen5-99/+71
2017-03-24cygserver: raise number of worker threads on demandCorinna Vinschen2-12/+11
2017-03-24cygserver: Only print basename of source in debug output to raise readabilityCorinna Vinschen1-1/+2
2017-03-24cygserver: Seralize debug output to stdout to raise readabilityCorinna Vinschen1-0/+13
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen26-50/+2
2016-04-04Rename without-mingw-progs to with-cross-bootstrapPeter Foley2-3/+8
2016-03-30Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usageCorinna Vinschen2-5/+3
2016-03-21Remove misleading indentationPeter Foley2-3/+6
2016-03-19winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen3-921/+0
2016-01-07Deprecate all winsup ChangeLog filesCorinna Vinschen2-833/+834
2015-02-23 * pwdgrp.cc: Handle default fetch_user_arg_type_t in switchesCorinna Vinschen2-1/+14
2015-01-28 * Makefile.in: Simplify rule to build dependencies from cygwin dir.Corinna Vinschen2-6/+7
2015-01-19 * bsd_helper.h: Throughout, convert "struct thread" to "class thread".Corinna Vinschen8-48/+66
2014-11-06 * cygserver-config: Add -N option to allow different service name.Corinna Vinschen2-5/+16
2014-08-15 * configure.ac: Convert to new AC_INIT style.Corinna Vinschen3-24/+39
2014-07-16Fix typoCorinna Vinschen1-1/+1
2014-06-23 * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs in another errorCorinna Vinschen2-0/+6
2014-06-23 * client.cc: Throughout, fix debug output of signed byte count value.Corinna Vinschen2-8/+12
2014-05-19 * bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructorCorinna Vinschen2-0/+7
2014-05-19 * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to makeCorinna Vinschen3-4/+18
2014-04-16 * pwdgrp.cc (client_request_pwdgrp::pwd_serve): Add 1 to the messageCorinna Vinschen2-2/+7
2014-04-16 * cygserver-config: Use numeric id 18 instead of "system" in chown.Corinna Vinschen2-2/+6
2014-04-07 * process.cc (process::process): Only notice that signal_arrived isCorinna Vinschen2-2/+6
2014-03-12 * Makefile.in (OBJS): Add pwdgrp.o.Corinna Vinschen4-2/+174
2014-03-12 * Throughout, fix format specifiers in debug statements to accommodateCorinna Vinschen8-94/+85
2014-03-06 * setpwd.cc (client_request_setpwd::serve): Use RtlSecureZeroMemory toCorinna Vinschen2-2/+7