Commit Graph

  • db33f3499c Cygwin: don't move cursor on NUL char at all Corinna Vinschen 2020-02-21 10:26:25 +0100
  • 4ec2e5e1c2 Cygwin: fhandler_console.cc: fix minor style issues Corinna Vinschen 2020-02-20 14:57:26 +0100
  • c9f153580b Cygwin: console: ignore NUL byte on write in xterm emulation mode as well Corinna Vinschen 2020-02-20 14:48:03 +0100
  • 7dac41db18 newlib/libc/include/devctl.h: Add extern "C" wrapper Joel Sherrill 2020-02-19 08:03:40 -0600
  • ac36c2ec90 Bump DLL version to 3.1.5 Corinna Vinschen 2020-02-19 13:38:42 +0100
  • 81b3440998 Cygwin: console: Add guard for set/unset xterm compatible mode. Takashi Yano 2020-02-18 18:12:54 +0900
  • 321d79abd3 Cygwin: console: Fix ioctl() FIONREAD. Takashi Yano 2020-02-18 13:05:07 +0900
  • 592b03b3ba Cygwin: add @cjksingle to release docs Corinna Vinschen 2020-02-18 11:32:47 +0100
  • b7361d31fb Cygwin: describe new locale modifier @cjksingle for user guide Thomas Wolff 2020-02-17 00:00:00 +0100
  • c8204b1069 Locale modifier "@cjksingle" to enforce single-width CJK width. Thomas Wolff 2020-02-17 00:00:00 +0100
  • 40245925ce Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISC Corinna Vinschen 2020-02-18 11:17:43 +0100
  • f3793803a7 Cygwin: move 3.1.3 to 3.1.4 release document Corinna Vinschen 2020-02-18 11:19:23 +0100
  • c16e73043e Cygwin: console: Fix code for restoring console mode. Takashi Yano 2020-02-17 21:46:27 +0900
  • 6afb1ba504 Cygwin: Bump DLL version to 3.1.4 Corinna Vinschen 2020-02-17 13:56:44 +0100
  • 774b8996d1 Cygwin: console: Change timing of set/unset xterm compatible mode. Takashi Yano 2020-02-17 19:29:07 +0900
  • bb25dd1b0f pow: fix pow(-1.0, NaN) Nicolas Brunie 2020-02-14 10:12:25 +0100
  • 8cb20fa5d3 Cygwin: pty: Add error handling in setup_pseudoconsole(). Takashi Yano 2020-02-11 02:45:14 +0900
  • 9b51beeb2a Only pass the minimum number of syscall arguments Georg Sauthoff 2020-02-10 21:19:58 +0100
  • 2379142bc5 Cygwin: pty: Prevent potential errno overwriting. Takashi Yano 2020-02-10 20:42:45 +0900
  • 2de74af22b Cygwin: pty: Fix state mismatch caused in mintty. Takashi Yano 2020-02-09 23:47:30 +0900
  • 29431fcb5b Cygwin: pty: Inherit typeahead data between two input pipes. Takashi Yano 2020-02-09 23:46:59 +0900
  • a4ca6c4861 Cygwin: pty: Add missing member initialization for struct pipe_reply. Takashi Yano 2020-02-09 23:46:03 +0900
  • d5985cc45d Cygwin: pty: Remove debug codes and organize related codes. Takashi Yano 2020-02-09 23:46:02 +0900
  • b0474b704a Cygwin: pty: Avoid screen distortion on slave read. Takashi Yano 2020-02-09 23:46:01 +0900
  • 2bae159171 Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc. Takashi Yano 2020-02-09 23:46:00 +0900
  • 3a71c46380 Cygwin: pty: Use pinfo() rather than kill() with signal 0. Takashi Yano 2020-02-06 19:48:17 +0900
  • ff24ce9193 Typo in license for newlib/libc/stdio/flags.c Keith Packard 2020-02-04 22:48:19 -0800
  • 10058b98e7 Typo in license terms for newlib/libm/common/log2.c Keith Packard 2020-02-04 22:48:18 -0800
  • cd78225a50 libgloss: Fix lseek semihosting bug on nios2 and m68k Sandra Loosemore 2020-02-04 21:34:13 -0700
  • 65ad1c0ab0 Cygwin: pty: Remove meaningless pointer increment. Takashi Yano 2020-02-04 21:25:52 +0900
  • ac1ccc29e1 Cygwin: console: Revise color setting codes in legacy console mode. Takashi Yano 2020-02-01 13:28:39 +0900
  • 279f230620 Cygwin: fhandler_fifo.cc: add commentary Ken Brown 2020-02-01 16:36:31 -0500
  • 76dca77f04 Cygwin: fstat_helper: always use handle in call to get_file_attribute Ken Brown 2020-01-30 10:08:21 -0500
  • 8ef32f2dcf RISC-V: Use newlib nano specific libm. Jim Wilson 2020-01-29 14:46:17 -0800
  • 1cc07f3a3e Cygwin: document recent changes Ken Brown 2020-01-29 12:09:49 -0500
  • 477121317d Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is set Ken Brown 2020-01-25 13:08:00 -0500
  • 23cb58af62 Cygwin: AF_LOCAL::fstatvfs: use our handle if O_PATH is set Ken Brown 2020-01-25 07:45:10 -0500
  • 141437d374 Cygwin: AF_LOCAL: set appropriate errno on system calls Ken Brown 2020-01-23 15:11:15 -0500
  • 3a2191653a Cygwin: AF_LOCAL: allow opening with the O_PATH flag Ken Brown 2020-01-23 14:39:15 -0500
  • 9042d0ce65 Use remove-advertising-clause script to edit BSD licenses Keith Packard 2020-01-28 10:54:53 -0800
  • 2607f00423 Revert "newlib: fix fseek optimization with SEEK_CUR" Corinna Vinschen 2020-01-29 18:47:33 +0100
  • f36262d56a Cygwin: stat: fix st_mode of fifos Corinna Vinschen 2020-01-29 15:14:05 +0100
  • 13bfb3c63f Cygwin: remove CYGWIN=dos_file_warning option Corinna Vinschen 2020-01-28 21:59:22 +0100
  • 13d75fce48 Cygwin: FIFO: fstatvfs: use our handle if O_PATH is set Ken Brown 2020-01-24 15:09:03 -0500
  • 68b7a457f7 Cygwin: fhandler_disk_file::fstatvfs: refactor Ken Brown 2020-01-24 16:02:57 -0500
  • 74e6e88143 Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag Ken Brown 2020-01-24 14:54:47 -0500
  • 4bfa93f1a0 Cygwin: symlink/mknod: fix ACL handling Corinna Vinschen 2020-01-28 17:57:50 +0100
  • 26425142ce Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flag Corinna Vinschen 2020-01-28 17:40:40 +0100
  • 2caaa810a3 Cygwin: add short comments to path_conv options Corinna Vinschen 2020-01-28 16:10:13 +0100
  • cf6c439b6d Cygwin: drop __stdcall from close_all_files Corinna Vinschen 2020-01-28 15:33:53 +0100
  • 464db253c4 Cygwin: move chmod_device declaration to winsup.h Corinna Vinschen 2020-01-28 15:33:05 +0100
  • e38f2dc9b9 Cygwin: pty: Revise code waiting for forwarding again. Takashi Yano 2020-01-27 20:22:24 +0900
  • 5ba41ad6e9 Cygwin: console: Share readahead buffer within the same process. Takashi Yano 2020-01-27 21:14:32 +0900
  • 7d68ffadd3 Cygwin: FIFO: tweak fcntl and dup when O_PATH is set Ken Brown 2020-01-23 16:31:05 +0000
  • 5fb3790422 Cygwin: re-implement fhandler_fifo::open with O_PATH Ken Brown 2020-01-23 16:31:04 +0000
  • d880e97ec9 Cygwin: device_access_denied: return false if O_PATH is set Ken Brown 2020-01-23 16:31:04 +0000
  • 71091d165f Cygwin: Bump DLL version to 3.1.3 Corinna Vinschen 2020-01-24 10:17:31 +0100
  • 8f502bd331 fhandler_proc.cc:format_proc_cpuinfo add rdpru flag Brian Inglis 2020-01-23 02:06:27 -0700
  • 5fdcb8fc13 Cygwin: pty: Remove close() call just before reopening slave. Takashi Yano 2020-01-23 20:34:25 +0900
  • 6d79e0a588 add pseudo console fixes to release text Corinna Vinschen 2020-01-22 11:05:51 +0100
  • cdf5db22f1 Cygwin: pty: Introduce disable_pcon in environment CYGWIN. Takashi Yano 2020-01-21 22:25:13 +0900
  • da4ee7d60b Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer(). Takashi Yano 2020-01-21 23:41:44 +0900
  • 4e78f8ea16 Bump up newlib release to 3.3.0 Jeff Johnston 2020-01-21 15:17:43 -0500
  • 8b39f7406c Change the reent verify check option to document disabling it Jeff Johnston 2020-01-21 15:12:34 -0500
  • f5da56ab5c Default newlib_reent_check_verify to yes in configure.host Jeff Johnston 2020-01-21 14:54:49 -0500
  • 6cc299f0e2 Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread. Takashi Yano 2020-01-21 11:22:02 +0900
  • 5377a84776 riscv: Map between ieeefp.h exception bits and RISC-V FCSR bits Keith Packard 2020-01-20 22:46:36 -0800
  • 8e74c7119f riscv: Add 'break' statements to fpsetround switch Keith Packard 2020-01-20 22:46:35 -0800
  • 954504ea14 riscv: Use current pseudo-instructions to access the FCSR register Keith Packard 2020-01-20 22:46:34 -0800
  • 4261a8f5ca Cygwin: document recent changes Ken Brown 2020-01-17 10:52:54 -0500
  • 352dbd304b Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flag Ken Brown 2019-12-27 17:38:32 -0500
  • 6cc05784e1 Cygwin: readlinkat: allow pathname to be empty Ken Brown 2019-12-27 17:17:35 -0500
  • 35a1a6dbdf Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOW Ken Brown 2019-12-27 11:43:58 -0500
  • 85aff2830a Cygwin: normalize_win32_path: allow drive without trailing backslash Ken Brown 2020-01-15 10:49:21 -0500
  • 7e6c96d6e1 Cygwin: pty: Fix state mismatch caused in octave gui. Takashi Yano 2020-01-16 20:04:47 +0900
  • 50e2a63b04 Cygwin: pty: Set console code page only if pseudo console is enabled. Takashi Yano 2020-01-10 20:47:12 +0900
  • 2f415d5efa Cygwin: pty: Disable FreeConsole() on close for non cygwin process. Takashi Yano 2020-01-10 20:46:26 +0900
  • 783eaa888f Cygwin: console: Add code to restore console mode on close. Takashi Yano 2020-01-02 22:17:16 +0900
  • f03806b68a Cygwin: console: Add workaround for broken CSI3J in Win10 1809. Takashi Yano 2020-01-14 10:53:59 +0900
  • d7478090d6 Cygwin: console: Disable xterm mode for non cygwin process only. Takashi Yano 2020-01-14 11:09:42 +0900
  • bb30582a99 Cygwin: pty: Add missing CloseHandle() calls. Takashi Yano 2020-01-14 11:50:04 +0900
  • bb7741acf8 Cygwin: pty: Fix the issue regarding open and close multiple PTYs. Takashi Yano 2020-01-14 13:10:54 +0900
  • a1c7e92084 Cygwin: select: Speed up select() call for pty, pipe and fifo. Takashi Yano 2020-01-06 23:38:34 +0900
  • a6e87f589a Cygwin: console: Make suspending process work properly. Takashi Yano 2020-01-05 22:25:55 +0900
  • b3e78186d1 Cygwin: pty: Revise the code for setting code page of pseudo console. Takashi Yano 2020-01-01 15:50:36 +0900
  • fd03749b9c Cygwin: pty: Remove destructor for fhandler_pty_master class. Takashi Yano 2020-01-01 15:49:41 +0900
  • 4ddf5903fd Fixed crash on wine by adding NULL check after memchr Arseniy Lartsev 2020-01-07 16:34:39 +0100
  • 7b6414d459 Cygwin: Add missing Linux #define of CPU_SETSIZE Mark Geisert 2019-12-22 22:45:54 -0800
  • 1fdf871c9d Prevent more NULL ptr accesses due to Balloc out of memory Jeff Johnston 2020-01-09 15:18:14 -0500
  • d9c194a0b0 jehanne: call init_array and fini_array members Giacomo Tesio 2020-01-07 22:24:56 +0100
  • 7e31b66efa jehanne: fix ioctl call to sys_create Giacomo Tesio 2020-01-07 22:23:55 +0100
  • 1afb22a120 Bump up release to 3.2.0 for yearly snapshot Jeff Johnston 2020-01-02 14:56:24 -0500
  • 7685c4dd6c
    doc: add more details about adding documentation to HOWTO Jon Turney 2019-12-18 14:03:42 +0000
  • 99170a5919 jehanne: fix call to jehanne_tm2sec Giacomo Tesio 2019-12-27 00:21:51 +0100
  • 7064f720bd jehanne: avoid standard C functions in libposix_conf.c Giacomo Tesio 2019-12-27 16:03:50 +0100
  • 808d02b453 jehanne: protect sys/dirent.h functions Giacomo Tesio 2019-12-27 16:03:04 +0100
  • 3bc79b275e Cygwin: FIFO: use FILE_PIPE_REJECT_REMOTE_CLIENTS flag Ken Brown 2019-12-21 17:53:52 -0500
  • b42d565150 Cygwin: add 3.1.2 release text Corinna Vinschen 2019-12-21 11:44:08 +0100
  • b481c11e5a Optimize setjmp/longjmp for moxie. Anthony Green 2019-12-20 09:00:26 -0500
  • 27202a1b14 Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again. Takashi Yano 2019-12-19 20:03:30 +0900