summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen2020-01-289-49/+14
* Cygwin: FIFO: fstatvfs: use our handle if O_PATH is setKen Brown2020-01-281-0/+8
* Cygwin: fhandler_disk_file::fstatvfs: refactorKen Brown2020-01-282-6/+17
* Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flagKen Brown2020-01-281-1/+1
* Cygwin: symlink/mknod: fix ACL handlingCorinna Vinschen2020-01-283-55/+57
* Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flagCorinna Vinschen2020-01-282-7/+21
* Cygwin: add short comments to path_conv optionsCorinna Vinschen2020-01-281-12/+13
* Cygwin: drop __stdcall from close_all_filesCorinna Vinschen2020-01-282-2/+2
* Cygwin: move chmod_device declaration to winsup.hCorinna Vinschen2020-01-283-2/+1
* Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano2020-01-284-6/+34
* Cygwin: console: Share readahead buffer within the same process.Takashi Yano2020-01-285-55/+110
* Cygwin: FIFO: tweak fcntl and dup when O_PATH is setKen Brown2020-01-241-1/+4
* Cygwin: re-implement fhandler_fifo::open with O_PATHKen Brown2020-01-241-8/+2
* Cygwin: device_access_denied: return false if O_PATH is setKen Brown2020-01-241-0/+3
* Cygwin: Bump DLL version to 3.1.3Corinna Vinschen2020-01-241-1/+1
* fhandler_proc.cc:format_proc_cpuinfo add rdpru flagBrian Inglis2020-01-231-0/+1
* Cygwin: pty: Remove close() call just before reopening slave.Takashi Yano2020-01-231-1/+0
* add pseudo console fixes to release textnewlib-3.3.0Corinna Vinschen2020-01-221-3/+9
* Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano2020-01-224-0/+10
* Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().Takashi Yano2020-01-221-12/+19
* Bump up newlib release to 3.3.0Jeff Johnston2020-01-21109-1083/+1083
* Change the reent verify check option to document disabling itJeff Johnston2020-01-213-5/+5