summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler.h: Update copyright.Christopher Faylor2014-01-045-2185/+2214
* .Christopher Faylor2013-12-311-0/+4
* * fhandler_console.cc (region_split): New function.Christopher Faylor2013-12-312-11/+93
* * strace.cc (strace::vsprntf): Fix potential (if unlikely) use of uninitializedChristopher Faylor2013-12-222-1/+7
* *** empty log message ***Corinna Vinschen2013-12-181-0/+3
* .Christopher Faylor2013-12-181-0/+6
* * dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor2013-12-183-4/+11
* * autoload.cc (timeBeginPeriod): Delete.Christopher Faylor2013-12-183-2/+7
* * autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor2013-12-185-11/+18
* * external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor2013-12-186-62/+83
* * sigproc.cc (sig_send): Set PIPE_NOWAIT for pipes which are not us.Christopher Faylor2013-12-182-1/+14
* * fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.Christopher Faylor2013-12-174-10/+8
* * syscalls.cc (NT_TRANSACTIONAL_ERROR): Define.Corinna Vinschen2013-12-113-9/+57
* * mount.cc (fs_info::update): Fix formatting.Corinna Vinschen2013-12-112-2/+6
* * fhandler.h (fhandler_dev_clipboard): Add private memberCorinna Vinschen2013-12-103-4/+14
* signal hangChristopher Faylor2013-12-091-0/+10
* * globals.cc (hntdll): Define/declare.Christopher Faylor2013-12-094-0/+13
* * include/cygwin/stdlib.h (initstate, random, setstate, srandom):Corinna Vinschen2013-12-092-1/+9
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 28.Corinna Vinschen2013-12-082-1/+5
* *** empty log message ***Corinna Vinschen2013-12-081-0/+1
* * path.cc (symlink_native): Workaround Windows 8.1 bug: Drop long pathCorinna Vinschen2013-12-073-4/+35
* * syscalls.cc (dup): Use cygheap_fdnew properly.Christopher Faylor2013-12-062-1/+5
* * cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will haveChristopher Faylor2013-12-055-10/+33
* * dtable.cc (dtable::find_unused_handle): When extending, always make sure thatChristopher Faylor2013-12-042-1/+8
* * select.cc (select): Add workaround for, as yet undebugged, pathological case.Christopher Faylor2013-12-032-3/+11
* * dtable.cc (dtable::find_unused_handle): Break out of the right loop.Christopher Faylor2013-12-012-2/+6
* * dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exitChristopher Faylor2013-12-013-18/+29
* Fix ChangeLog entryCorinna Vinschen2013-12-011-3/+4
* * dtable.cc (dtable::extend): Change local variable new_size to size_tCorinna Vinschen2013-12-013-3/+10
* .Christopher Faylor2013-12-011-2/+5
* * dtable.h (dtable::first_fd_for_open): Change declaration to size_t.Christopher Faylor2013-12-013-10/+18
* * dtable.cc (build_fh_pc): When creating an archetype, use native name ratherChristopher Faylor2013-12-013-1/+12
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.Christopher Faylor2013-11-292-1/+5
* * include/cygwin/stdlib.h(initstate, random, setstate, srandom) :Jon TURNEY2013-11-292-0/+9
* * include/glob.h: Fix invalid use of 'restrict' error.Corinna Vinschen2013-11-282-1/+5
* * syscalls.cc (try_to_bin): Enhance debug output in case reopen fails.Corinna Vinschen2013-11-272-1/+6
* * syscalls.cc (try_to_bin): Drop fh_dup, reuse tmp_fh instead.Corinna Vinschen2013-11-272-3/+6
* * syscalls.cc (try_to_bin): Take additional parameter to get file openCorinna Vinschen2013-11-273-5/+43
* * nlsfuncs.cc (wcscoll): Add "__restrict" to definition.Corinna Vinschen2013-11-262-2/+7
* * common.din: Export posix_spawn[...] functions.Corinna Vinschen2013-11-266-2/+56
* * nlsfuncs.cc (strcoll): Add "__restrict" to definition.Corinna Vinschen2013-11-262-2/+7
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-2515-30/+47
* * dtable.cc: Include sys/param.h for MAX definition.Corinna Vinschen2013-11-242-0/+5
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-2421-49/+23
* *** empty log message ***Corinna Vinschen2013-11-241-0/+2
* dup2: fix off-by-one crashEric Blake2013-11-233-2/+15
* * include/cygwin/stdlib.h (realpath): Drop declaration. It's declaredCorinna Vinschen2013-11-202-1/+5
* * ntdll.h (RtlGetVersion): Declare.Corinna Vinschen2013-11-195-7/+20
* * wincap.cc (wincapc::init): Revert previous change. It's not working.Corinna Vinschen2013-11-193-13/+4
* *** empty log message ***Corinna Vinschen2013-11-191-0/+4