summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sched.cc
Commit message (Expand)AuthorAgeFilesLines
* Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen2016-06-271-1/+2
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* sched.cc: Use PROCESS_QUERY_INFORMATION for nowCorinna Vinschen2016-06-031-2/+1
* Rewrite scheduler functions getting and setting process and thread priorityCorinna Vinschen2016-05-201-171/+172
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-99/+28
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+2
* * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-261-4/+0
* ChangeLog:Christopher Faylor2012-11-231-3/+0
* * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen2012-07-061-0/+2
* * sched.c (sched_yield): Just call SwitchToThread because yield nowCorinna Vinschen2011-07-061-1/+1
* * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen2011-04-231-2/+2
* * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen2011-04-191-4/+4
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-1/+1
* * localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor2008-09-111-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-7/+1
* * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.Corinna Vinschen2006-10-191-2/+1
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-1/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * Makefile.in: Add libusr32.a to DLL_IMPORTS.Christopher Faylor2003-09-271-11/+69
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-1/+1
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-5/+5
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-261-25/+24
* * configure.in: Remove PTH_ALLOW.Robert Collins2001-04-121-1/+43
* Add missing files.Christopher Faylor2001-03-211-0/+404