summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: cygserver: drop useless packed attributeCorinna Vinschen2020-02-261-9/+3
* Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when building exec.oCorinna Vinschen2020-02-261-0/+2
* Cygwin: posix timers: fix uninitialized variableCorinna Vinschen2020-02-261-1/+1
* cpuinfo:power management: add proc_feedback, acc_powerBrian Inglis2020-02-261-2/+2
* x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill2020-02-2523-23/+161
* Cygwin: console: Fix segfault on shared_console_info access.Takashi Yano2020-02-242-12/+15
* fhandler_proc/cpuinfo: support fast short REP MOVSBBrian Inglis2020-02-241-0/+1
* Cygwin: add release message for NUL character bugsCorinna Vinschen2020-02-211-0/+7
* Cygwin: don't move cursor on NUL char at allCorinna Vinschen2020-02-211-2/+3
* Cygwin: fhandler_console.cc: fix minor style issuesCorinna Vinschen2020-02-201-3/+3
* Cygwin: console: ignore NUL byte on write in xterm emulation mode as wellCorinna Vinschen2020-02-201-1/+3
* newlib/libc/include/devctl.h: Add extern "C" wrapperJoel Sherrill2020-02-201-0/+8
* Bump DLL version to 3.1.5Corinna Vinschen2020-02-191-1/+1
* Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano2020-02-184-58/+103
* Cygwin: console: Fix ioctl() FIONREAD.Takashi Yano2020-02-181-4/+33
* Cygwin: add @cjksingle to release docsCorinna Vinschen2020-02-182-0/+12
* Cygwin: describe new locale modifier @cjksingle for user guideThomas Wolff2020-02-181-0/+11
* Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff2020-02-182-4/+17
* Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen2020-02-187-29/+37
* Cygwin: move 3.1.3 to 3.1.4 release documentCorinna Vinschen2020-02-182-33/+34
* Cygwin: console: Fix code for restoring console mode.Takashi Yano2020-02-171-1/+1
* Cygwin: Bump DLL version to 3.1.4Corinna Vinschen2020-02-171-1/+1
* Cygwin: console: Change timing of set/unset xterm compatible mode.cygwin-3_1_3-releaseTakashi Yano2020-02-173-67/+89
* pow: fix pow(-1.0, NaN)Nicolas Brunie2020-02-141-1/+1
* Cygwin: pty: Add error handling in setup_pseudoconsole().Takashi Yano2020-02-111-68/+111
* Only pass the minimum number of syscall argumentsGeorg Sauthoff2020-02-1118-29/+48
* Cygwin: pty: Prevent potential errno overwriting.Takashi Yano2020-02-101-0/+3
* Cygwin: pty: Fix state mismatch caused in mintty.Takashi Yano2020-02-102-2/+16
* Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano2020-02-105-91/+329
* Cygwin: pty: Add missing member initialization for struct pipe_reply.Takashi Yano2020-02-101-1/+1
* Cygwin: pty: Remove debug codes and organize related codes.Takashi Yano2020-02-102-81/+23
* Cygwin: pty: Avoid screen distortion on slave read.Takashi Yano2020-02-102-22/+32
* Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.Takashi Yano2020-02-102-8/+11
* Cygwin: pty: Use pinfo() rather than kill() with signal 0.Takashi Yano2020-02-062-6/+6
* Typo in license for newlib/libc/stdio/flags.cKeith Packard2020-02-061-1/+1
* Typo in license terms for newlib/libm/common/log2.cKeith Packard2020-02-061-1/+1
* libgloss: Fix lseek semihosting bug on nios2 and m68kSandra Loosemore2020-02-062-2/+2
* Cygwin: pty: Remove meaningless pointer increment.Takashi Yano2020-02-041-1/+1
* Cygwin: console: Revise color setting codes in legacy console mode.Takashi Yano2020-02-042-21/+28
* Cygwin: fhandler_fifo.cc: add commentaryKen Brown2020-02-011-0/+29
* Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown2020-01-311-3/+4
* RISC-V: Use newlib nano specific libm.Jim Wilson2020-01-311-1/+1
* Cygwin: document recent changesKen Brown2020-01-302-0/+8
* Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is setKen Brown2020-01-302-0/+17
* Cygwin: AF_LOCAL::fstatvfs: use our handle if O_PATH is setKen Brown2020-01-301-0/+7
* Cygwin: AF_LOCAL: set appropriate errno on system callsKen Brown2020-01-301-4/+15
* Cygwin: AF_LOCAL: allow opening with the O_PATH flagKen Brown2020-01-302-0/+22
* Use remove-advertising-clause script to edit BSD licensesKeith Packard2020-01-29300-1034/+307
* Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen2020-01-292-12/+50
* Cygwin: stat: fix st_mode of fifosCorinna Vinschen2020-01-291-2/+2