summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: symlink_info::check: avoid assertion failureKen Brown2019-12-091-1/+2
* Cygwin: /proc/[PID]/stat to pull process priority correctlyAnton Lavrentiev via cygwin-patches2019-12-021-2/+3
* Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano2019-11-188-60/+60
* Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.Takashi Yano2019-11-151-0/+22
* Cygwin: console: Revise the code checking if the console is legacy.Takashi Yano2019-11-131-14/+15
* Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano2019-11-133-16/+18
* regtool: allow /proc/registry{,32,64}/ registry path prefixBrian Inglis2019-11-132-5/+19
* Cygwin: Doc change to note stackdump limit patchMark Geisert2019-11-081-0/+3
* Cygwin: Raise dumpstack frame limit to 32Mark Geisert2019-11-081-2/+4
* Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano2019-11-084-17/+46
* Cygwin: pty: Change how to determine if running as service or not.Takashi Yano2019-11-061-14/+3
* Cygwin: document console helper patchCorinna Vinschen2019-11-051-0/+4
* Cygwin: fix quoting when starting invisible console processCorinna Vinschen2019-11-051-5/+7
* Cygwin: devices: drop MAX_CONSOLES and fix FH_CONS_MAXCorinna Vinschen2019-11-041-2/+1
* Cygwin: fix process parent/child relationship after execveCorinna Vinschen2019-11-024-23/+25
* Cygwin: getpriority() consistent with process priorityAnton Lavrentiev via cygwin-patches2019-10-311-1/+6
* Cygwin: Provide more COM devicesAchim Gratz2019-10-232-613/+1727
* Cygwin: spawnvp, spawnvpe: fail if executable is not in $PATHKen Brown2019-10-182-3/+9
* Cygwin: pty: Change the timing of clear screen.Takashi Yano2019-10-161-13/+13
* Cygwin: pty: Avoid detach console in the process running as service.Takashi Yano2019-10-161-0/+2
* Cygwin: mkdir and rmdir: treat drive names speciallyKen Brown2019-10-072-5/+32
* Cygwin: document recent changes to format_proc_cpuinfoKen Brown2019-10-072-0/+6
* fhandler_proc.cc(format_proc_cpuinfo): or model extension bitsBrian Inglis2019-10-071-1/+1
* fhandler_proc.cc(format_proc_cpuinfo): comment flags not reportedBrian Inglis2019-10-071-15/+15
* fhandler_proc.cc(format_proc_cpuinfo): add feature flagsBrian Inglis2019-10-071-9/+229
* fhandler_proc.cc(format_proc_cpuinfo): use feature test print macroBrian Inglis2019-10-071-268/+153
* fhandler_proc.cc(format_proc_cpuinfo): add microcodeBrian Inglis2019-10-071-5/+21
* fhandler_proc.cc(format_proc_cpuinfo): add bogomipsBrian Inglis2019-10-071-1/+3
* fhandler_proc.cc(format_proc_cpuinfo): round cpu MHzBrian Inglis2019-10-071-0/+1
* fhandler_proc.cc(format_proc_cpuinfo): fix AMD physical cores countBrian Inglis2019-10-071-2/+1
* fhandler_proc.cc(format_proc_cpuinfo): fix cpuid level countBrian Inglis2019-10-071-1/+18
* fhandler_proc.cc(format_proc_cpuinfo): fix cache sizeBrian Inglis2019-10-071-27/+18
* Cygwin: Fix signal handling issue introduced by PTY related change.Takashi Yano2019-10-031-1/+1
* Document the last bug fixKen Brown2019-09-271-0/+3
* Cygwin: normalize_win32_path: improve error checkingKen Brown2019-09-261-3/+6
* Cygwin: pty: Fix PTY so that cygwin setup shows help with -h option.Takashi Yano2019-09-261-2/+2
* Document the last changeKen Brown2019-09-241-0/+3
* Cygwin: rmdir: fail if last component is a symlink, as on LinuxKen Brown2019-09-241-4/+25
* Cygwin: remove old cruft from path_conv::checkKen Brown2019-09-211-13/+0
* Cygwin: Fix incorrect TTY for non-cygwin process.Takashi Yano2019-09-202-5/+2
* Cygwin: console: Make console input work in GDB and strace.Takashi Yano2019-09-201-1/+1
* Cygwin: pty: Add missing guard when PTY is in the legacy mode.Takashi Yano2019-09-201-1/+4
* Cygwin: pty: Add charset conversion for console apps in legacy PTY.Takashi Yano2019-09-201-0/+7
* Cygwin: pty: Unify the charset conversion codes into a function.Takashi Yano2019-09-201-81/+49
* Cygwin: pty: Make GDB work again on pty.Takashi Yano2019-09-201-0/+35
* Cygwin: pty: Avoid potential segfault in PTY code when ppid = 1.Takashi Yano2019-09-201-2/+9
* Cygwin: console: Revive Win7 compatibility.Takashi Yano2019-09-193-7/+6
* Cygwin: document last changeKen Brown2019-09-152-0/+7
* winsup/cygwin/times.cc (times): follow Linux and allow for a NULL buf argumentAchim Gratz2019-09-151-6/+11
* Cygwin: pty: Use autoload feature for pseudo console system calls.Takashi Yano2019-09-152-23/+16