aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-26Cygwin: console: Add workaround for broken IL/DL in xterm mode.Takashi Yano3-2/+166
2020-02-26Cygwin: ps: fix compiler warning in ttynamCorinna Vinschen1-9/+10
2020-02-26Cygwin: cygserver: drop useless packed attributeCorinna Vinschen1-9/+3
2020-02-26Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when building exec.oCorinna Vinschen1-0/+2
2020-02-26Cygwin: posix timers: fix uninitialized variableCorinna Vinschen1-1/+1
2020-02-26cpuinfo:power management: add proc_feedback, acc_powerBrian Inglis1-2/+2
2020-02-25x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill23-23/+161
2020-02-24Cygwin: console: Fix segfault on shared_console_info access.Takashi Yano2-12/+15
2020-02-24fhandler_proc/cpuinfo: support fast short REP MOVSBBrian Inglis1-0/+1
2020-02-21Cygwin: add release message for NUL character bugsCorinna Vinschen1-0/+7
2020-02-21Cygwin: don't move cursor on NUL char at allCorinna Vinschen1-2/+3
2020-02-20Cygwin: fhandler_console.cc: fix minor style issuesCorinna Vinschen1-3/+3
2020-02-20Cygwin: console: ignore NUL byte on write in xterm emulation mode as wellCorinna Vinschen1-1/+3
2020-02-20newlib/libc/include/devctl.h: Add extern "C" wrapperJoel Sherrill1-0/+8
2020-02-19Bump DLL version to 3.1.5Corinna Vinschen1-1/+1
2020-02-18Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano4-58/+103
2020-02-18Cygwin: console: Fix ioctl() FIONREAD.Takashi Yano1-4/+33
2020-02-18Cygwin: add @cjksingle to release docsCorinna Vinschen2-0/+12
2020-02-18Cygwin: describe new locale modifier @cjksingle for user guideThomas Wolff1-0/+11
2020-02-18Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff2-4/+17
2020-02-18Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen7-29/+37
2020-02-18Cygwin: move 3.1.3 to 3.1.4 release documentCorinna Vinschen2-33/+34
2020-02-17Cygwin: console: Fix code for restoring console mode.Takashi Yano1-1/+1
2020-02-17Cygwin: Bump DLL version to 3.1.4Corinna Vinschen1-1/+1
2020-02-17Cygwin: console: Change timing of set/unset xterm compatible mode.cygwin-3_1_3-releaseTakashi Yano3-67/+89
2020-02-14pow: fix pow(-1.0, NaN)Nicolas Brunie1-1/+1
2020-02-11Cygwin: pty: Add error handling in setup_pseudoconsole().Takashi Yano1-68/+111
2020-02-11Only pass the minimum number of syscall argumentsGeorg Sauthoff18-29/+48
2020-02-10Cygwin: pty: Prevent potential errno overwriting.Takashi Yano1-0/+3
2020-02-10Cygwin: pty: Fix state mismatch caused in mintty.Takashi Yano2-2/+16
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano5-91/+329
2020-02-10Cygwin: pty: Add missing member initialization for struct pipe_reply.Takashi Yano1-1/+1
2020-02-10Cygwin: pty: Remove debug codes and organize related codes.Takashi Yano2-81/+23
2020-02-10Cygwin: pty: Avoid screen distortion on slave read.Takashi Yano2-22/+32
2020-02-10Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.Takashi Yano2-8/+11
2020-02-06Cygwin: pty: Use pinfo() rather than kill() with signal 0.Takashi Yano2-6/+6
2020-02-06Typo in license for newlib/libc/stdio/flags.cKeith Packard1-1/+1
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard1-1/+1
2020-02-06libgloss: Fix lseek semihosting bug on nios2 and m68kSandra Loosemore2-2/+2
2020-02-04Cygwin: pty: Remove meaningless pointer increment.Takashi Yano1-1/+1
2020-02-04Cygwin: console: Revise color setting codes in legacy console mode.Takashi Yano2-21/+28
2020-02-01Cygwin: fhandler_fifo.cc: add commentaryKen Brown1-0/+29
2020-01-31Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown1-3/+4
2020-01-31RISC-V: Use newlib nano specific libm.Jim Wilson1-1/+1
2020-01-30Cygwin: document recent changesKen Brown2-0/+8
2020-01-30Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is setKen Brown2-0/+17
2020-01-30Cygwin: AF_LOCAL::fstatvfs: use our handle if O_PATH is setKen Brown1-0/+7
2020-01-30Cygwin: AF_LOCAL: set appropriate errno on system callsKen Brown1-4/+15
2020-01-30Cygwin: AF_LOCAL: allow opening with the O_PATH flagKen Brown2-0/+22
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard300-1034/+307