summaryrefslogtreecommitdiffstats
path: root/winsup/cygserver
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: cygserver: build with -Wimplicit-fallthrough=5Ken Brown2020-08-074-3/+5
* Cygwin: cygserver: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen2020-08-071-1/+1
* Cygwin: fix GCC 8.3 'local external declaration' errorsKen Brown2019-07-171-3/+2
* Cygwin: fix bumptious GCC 7 warningsCorinna Vinschen2018-06-261-1/+1
* cygserver: remove all asserts on "this"Corinna Vinschen2017-11-282-7/+0
* Revert "cygserver: Revamp thread sleep handling"Corinna Vinschen2017-06-205-71/+99
* cygserver: Speed up non-debug scenarioCorinna Vinschen2017-03-247-16/+30
* cygserver: Small code cleanupCorinna Vinschen2017-03-242-3/+3
* cygserver: Revamp thread sleep handlingCorinna Vinschen2017-03-245-99/+71
* cygserver: raise number of worker threads on demandCorinna Vinschen2017-03-242-12/+11
* cygserver: Only print basename of source in debug output to raise readabilityCorinna Vinschen2017-03-241-1/+2
* cygserver: Seralize debug output to stdout to raise readabilityCorinna Vinschen2017-03-241-0/+13
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-2326-50/+2
* Rename without-mingw-progs to with-cross-bootstrapPeter Foley2016-04-042-3/+8
* Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usageCorinna Vinschen2016-03-302-5/+3
* Remove misleading indentationPeter Foley2016-03-212-3/+6
* winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen2016-03-193-921/+0
* Deprecate all winsup ChangeLog filesCorinna Vinschen2016-01-072-833/+834
* * pwdgrp.cc: Handle default fetch_user_arg_type_t in switchesCorinna Vinschen2015-02-232-1/+14
* * Makefile.in: Simplify rule to build dependencies from cygwin dir.Corinna Vinschen2015-01-282-6/+7
* * bsd_helper.h: Throughout, convert "struct thread" to "class thread".Corinna Vinschen2015-01-198-48/+66
* * cygserver-config: Add -N option to allow different service name.Corinna Vinschen2014-11-062-5/+16
* * configure.ac: Convert to new AC_INIT style.Corinna Vinschen2014-08-153-24/+39
* Fix typoCorinna Vinschen2014-07-161-1/+1
* * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs in another errorCorinna Vinschen2014-06-232-0/+6
* * client.cc: Throughout, fix debug output of signed byte count value.Corinna Vinschen2014-06-232-8/+12
* * bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructorCorinna Vinschen2014-05-192-0/+7
* * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to makeCorinna Vinschen2014-05-193-4/+18
* * pwdgrp.cc (client_request_pwdgrp::pwd_serve): Add 1 to the messageCorinna Vinschen2014-04-162-2/+7
* * cygserver-config: Use numeric id 18 instead of "system" in chown.Corinna Vinschen2014-04-162-2/+6
* * process.cc (process::process): Only notice that signal_arrived isCorinna Vinschen2014-04-072-2/+6
* * Makefile.in (OBJS): Add pwdgrp.o.Corinna Vinschen2014-03-124-2/+174
* * Throughout, fix format specifiers in debug statements to accommodateCorinna Vinschen2014-03-128-94/+85
* * setpwd.cc (client_request_setpwd::serve): Use RtlSecureZeroMemory toCorinna Vinschen2014-03-062-2/+7
* winsup/ChangeLog:Christopher Faylor2013-11-074-140/+155
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-2316-53/+139
* * Makefile.in: Remove old from CFLAGS and move C*FLAGS so that they can beChristopher Faylor2012-11-282-3/+9
* ChangeLog:Christopher Faylor2012-11-264-114/+115
* * transport_pipes.cc (pipe_instance_lock_once): Remove.Corinna Vinschen2012-11-262-33/+10
* * cygserver.cc (main): Call listen right after creating theCorinna Vinschen2012-11-233-30/+44
* cygwin/ChangeLog:Christopher Faylor2012-11-232-5/+6
* * sysv_sem.cc (semundo_clear): Move condition to break fromCorinna Vinschen2012-11-232-2/+7
* ChangeLog:Christopher Faylor2012-11-236-1319/+676
* * bsd_helper.cc (adjust_identity_info): Fix typo in log message.Corinna Vinschen2012-10-252-2/+6
* * woutsup.h: Just include winlean.h.Corinna Vinschen2012-07-192-16/+5
* * client.cc: Revert sigproc.h inclusion since it was fixed elsewhere.Christopher Faylor2012-03-192-4/+4
* * client.cc: Include sigproc.h if __INSIDE_CYGWIN__ is defined.Corinna Vinschen2012-03-192-0/+8
* * client.cc: Remove unneeded #include "sigproc.h".Christopher Faylor2012-03-192-2/+4
* * transport_pipes.cc (transport_layer_pipes::transport_layer_pipes):Corinna Vinschen2012-02-142-7/+6
* * cygserver.cc (print_usage): Align output to utilities in utilsCorinna Vinschen2011-10-102-26/+29