aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-18newlib: fix fseek optimization with SEEK_CURBastien Bouclet2-50/+12
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-08Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung1-10/+10
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-04Move timeval macros to <sys/time.h>Sebastian Huber2-32/+31
2019-11-04Synchronize <sys/time.h> with FreeBSDSebastian Huber1-0/+27
2019-11-04Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber1-2/+4
2019-11-04Fix sbttons for values > 2simp1-2/+9
2019-11-02Cygwin: fix process parent/child relationship after execveCorinna Vinschen4-23/+25
2019-11-02Fix libgloss being built for disabled multilibsJozef Lawrynowicz2-0/+2
2019-10-31Cygwin: getpriority() consistent with process priorityAnton Lavrentiev via cygwin-patches1-1/+6
2019-10-31Add PRU license to COPYING.NEWLIB and COPYING.LIBGLOSSJeff Johnston2-0/+54
2019-10-31PRU: Align libmath to PRU ABIDimitar Dimitrov18-2/+6719
2019-10-31Fix some generated filesJeff Johnston4-16/+16
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov32-3/+11658
2019-10-25MSP430: Add missing build rule for unlink() to libgloss MakefileJozef Lawrynowicz1-0/+1
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-09riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill1-0/+2
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston37-9/+16544
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-07Allow verifying _REENT_CHECK macros memory allocationJeff Johnston6-5/+54
2019-10-07Optimize epilogue sequence for architectures with POP interworking.Christos Gentsos2-0/+12
2019-10-04Prevent NULL ptr accesses due to Balloc out of memoryJeff Johnston3-12/+20
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