Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2019-12-22Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flagKen Brown
2019-12-21Cygwin: add 3.1.2 release textcygwin-3_1_2-releaseCorinna Vinschen
2019-12-19Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again.Takashi Yano
2019-12-18Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.Takashi Yano
2019-12-18Cygwin: Bump DLL version to 3.1.2Corinna Vinschen
2019-12-18Cygwin: add 3.1.1 release text belatedlyCorinna Vinschen
2019-12-17Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinitycygwin-3_1_1-releaseCorinna Vinschen
2019-12-16Cygwin: Bump DLL version to 3.1.1Corinna Vinschen
2019-12-16Cygwin: add strtold fix to release messagecygwin-3_1_0-releaseCorinna Vinschen
2019-12-16Cygwin: ilogbl: Make sure to return FP_ILGB0 on zero inputCorinna Vinschen
2019-12-10Cygwin: document the last bugfixKen Brown
2019-12-09Cygwin: symlink_info::check: avoid assertion failureKen Brown
2019-12-02Cygwin: /proc/[PID]/stat to pull process priority correctlyAnton Lavrentiev via cygwin-patches
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano
2019-11-15Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.Takashi Yano
2019-11-13Cygwin: console: Revise the code checking if the console is legacy.Takashi Yano
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano
2019-11-13regtool: allow /proc/registry{,32,64}/ registry path prefixBrian Inglis
2019-11-08Cygwin: Doc change to note stackdump limit patchMark Geisert
2019-11-08Cygwin: Raise dumpstack frame limit to 32Mark Geisert
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano
2019-11-06Cygwin: pty: Change how to determine if running as service or not.Takashi Yano
2019-11-05Cygwin: document console helper patchCorinna Vinschen
2019-11-05Cygwin: fix quoting when starting invisible console processCorinna Vinschen
2019-11-04Cygwin: devices: drop MAX_CONSOLES and fix FH_CONS_MAXCorinna Vinschen
2019-11-02Cygwin: fix process parent/child relationship after execveCorinna Vinschen
2019-10-31Cygwin: getpriority() consistent with process priorityAnton Lavrentiev via cygwin-patches
2019-10-23Cygwin: Provide more COM devicesAchim Gratz
2019-10-18Cygwin: spawnvp, spawnvpe: fail if executable is not in $PATHKen Brown
2019-10-16Cygwin: pty: Change the timing of clear screen.Takashi Yano
2019-10-16Cygwin: pty: Avoid detach console in the process running as service.Takashi Yano
2019-10-07Cygwin: mkdir and rmdir: treat drive names speciallyKen Brown
2019-10-07Cygwin: document recent changes to format_proc_cpuinfoKen Brown
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): or model extension bitsBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): comment flags not reportedBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add feature flagsBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): use feature test print macroBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add microcodeBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add bogomipsBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): round cpu MHzBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): fix AMD physical cores countBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): fix cpuid level countBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): fix cache sizeBrian Inglis
2019-10-03Cygwin: Fix signal handling issue introduced by PTY related change.Takashi Yano
2019-09-27Document the last bug fixKen Brown
2019-09-26Cygwin: normalize_win32_path: improve error checkingKen Brown
2019-09-26Cygwin: pty: Fix PTY so that cygwin setup shows help with -h option.Takashi Yano
2019-09-25Document the last changeKen Brown
2019-09-25Cygwin: rmdir: fail if last component is a symlink, as on LinuxKen Brown
2019-09-21Cygwin: remove old cruft from path_conv::checkKen Brown