summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Default newlib_reent_check_verify to yes in configure.hostJeff Johnston2020-01-211-3/+3
* Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano2020-01-213-4/+13
* riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard2020-01-211-3/+37
* riscv: Add 'break' statements to fpsetround switchKeith Packard2020-01-211-4/+4
* riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard2020-01-211-2/+2
* Cygwin: document recent changesKen Brown2020-01-202-3/+31
* Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flagKen Brown2020-01-201-6/+41
* Cygwin: readlinkat: allow pathname to be emptyKen Brown2020-01-171-2/+17
* Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOWKen Brown2020-01-171-1/+1
* Cygwin: normalize_win32_path: allow drive without trailing backslashKen Brown2020-01-172-1/+5
* Cygwin: pty: Fix state mismatch caused in octave gui.Takashi Yano2020-01-171-0/+9
* Cygwin: pty: Set console code page only if pseudo console is enabled.Takashi Yano2020-01-141-9/+12
* Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano2020-01-143-4/+16
* Cygwin: console: Add code to restore console mode on close.Takashi Yano2020-01-141-0/+21
* Cygwin: console: Add workaround for broken CSI3J in Win10 1809.Takashi Yano2020-01-143-1/+54