aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2019-11-15Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.Takashi Yano1-0/+22
2019-11-13Cygwin: console: Revise the code checking if the console is legacy.Takashi Yano1-14/+15
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano3-16/+18
2019-11-13regtool: allow /proc/registry{,32,64}/ registry path prefixBrian Inglis2-5/+19
2019-11-08Cygwin: Doc change to note stackdump limit patchMark Geisert1-0/+3
2019-11-08Cygwin: Raise dumpstack frame limit to 32Mark Geisert1-2/+4
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano4-17/+46
2019-11-06Cygwin: pty: Change how to determine if running as service or not.Takashi Yano1-14/+3
2019-11-05Cygwin: document console helper patchCorinna Vinschen1-0/+4
2019-11-05Cygwin: fix quoting when starting invisible console processCorinna Vinschen1-5/+7
2019-11-04Cygwin: devices: drop MAX_CONSOLES and fix FH_CONS_MAXCorinna Vinschen1-2/+1
2019-11-02Cygwin: fix process parent/child relationship after execveCorinna Vinschen4-23/+25
2019-10-31Cygwin: getpriority() consistent with process priorityAnton Lavrentiev via cygwin-patches1-1/+6
2019-10-23Cygwin: Provide more COM devicesAchim Gratz2-613/+1727
2019-10-18Cygwin: spawnvp, spawnvpe: fail if executable is not in $PATHKen Brown2-3/+9
2019-10-16Cygwin: pty: Change the timing of clear screen.Takashi Yano1-13/+13
2019-10-16Cygwin: pty: Avoid detach console in the process running as service.Takashi Yano1-0/+2
2019-10-07Cygwin: mkdir and rmdir: treat drive names speciallyKen Brown2-5/+32
2019-10-07Cygwin: document recent changes to format_proc_cpuinfoKen Brown2-0/+6
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): or model extension bitsBrian Inglis1-1/+1
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): comment flags not reportedBrian Inglis1-15/+15
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add feature flagsBrian Inglis1-9/+229
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): use feature test print macroBrian Inglis1-268/+153
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add microcodeBrian Inglis1-5/+21
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add bogomipsBrian Inglis1-1/+3
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): round cpu MHzBrian Inglis1-0/+1
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): fix AMD physical cores countBrian Inglis1-2/+1
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): fix cpuid level countBrian Inglis1-1/+18
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): fix cache sizeBrian Inglis1-27/+18
2019-10-03Cygwin: Fix signal handling issue introduced by PTY related change.Takashi Yano1-1/+1
2019-09-27Document the last bug fixKen Brown1-0/+3
2019-09-26Cygwin: normalize_win32_path: improve error checkingKen Brown1-3/+6
2019-09-26Cygwin: pty: Fix PTY so that cygwin setup shows help with -h option.Takashi Yano1-2/+2
2019-09-24Document the last changeKen Brown1-0/+3
2019-09-24Cygwin: rmdir: fail if last component is a symlink, as on LinuxKen Brown1-4/+25
2019-09-21Cygwin: remove old cruft from path_conv::checkKen Brown1-13/+0
2019-09-20Cygwin: Fix incorrect TTY for non-cygwin process.Takashi Yano2-5/+2
2019-09-20Cygwin: console: Make console input work in GDB and strace.Takashi Yano1-1/+1
2019-09-20Cygwin: pty: Add missing guard when PTY is in the legacy mode.Takashi Yano1-1/+4
2019-09-20Cygwin: pty: Add charset conversion for console apps in legacy PTY.Takashi Yano1-0/+7
2019-09-20Cygwin: pty: Unify the charset conversion codes into a function.Takashi Yano1-81/+49
2019-09-20Cygwin: pty: Make GDB work again on pty.Takashi Yano1-0/+35
2019-09-20Cygwin: pty: Avoid potential segfault in PTY code when ppid = 1.Takashi Yano1-2/+9
2019-09-19Cygwin: console: Revive Win7 compatibility.Takashi Yano3-7/+6
2019-09-15Cygwin: document last changeKen Brown2-0/+7
2019-09-15winsup/cygwin/times.cc (times): follow Linux and allow for a NULL buf argumentAchim Gratz1-6/+11
2019-09-15Cygwin: pty: Use autoload feature for pseudo console system calls.Takashi Yano2-23/+16
2019-09-15Cygwin: pty: Correct typos that do not fit the coding style.Takashi Yano1-13/+13
2019-09-15Cygwin: pty: Change the timing of clearing screen.Takashi Yano1-13/+13
2019-09-15Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano4-397/+107