Commit Graph

  • 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
  • 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
  • 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
  • 76dcfd0c4d Don't display trailing '.' in _dcvt Keith Packard 2019-12-17 22:00:49 -0800
  • 11f99384d2 Fix gcvt to always show 'ndigits' of precision Keith Packard 2019-12-18 08:49:06 -0800
  • abcc586ffe Fix fcvt to only show 'ndigit' past decimal Keith Packard 2019-12-18 08:49:05 -0800
  • fe512b2b12 Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling. Takashi Yano 2019-12-19 01:07:33 +0900
  • 91f1eab9a9
    doc: Untabify python scripts used for making man pages Jon Turney 2019-12-16 19:28:59 +0000
  • 7fc78f07ed Cygwin: Bump DLL version to 3.1.2 Corinna Vinschen 2019-12-18 10:48:10 +0100
  • 5317e3f4ec Cygwin: add 3.1.1 release text belatedly Corinna Vinschen 2019-12-18 10:47:43 +0100
  • 26cc7769b4 Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinity Corinna Vinschen 2019-12-17 16:44:54 +0100
  • ed2a469cdd Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32) Keith Packard 2019-12-16 13:56:11 -0800
  • 2635b580ec Return EINVAL for illegal base in strtol Keith Packard 2019-12-16 13:55:30 -0800
  • d3574fc148 Cygwin: Bump DLL version to 3.1.1 Corinna Vinschen 2019-12-16 21:09:50 +0100
  • f69b2421bb Cygwin: add strtold fix to release message Corinna Vinschen 2019-12-16 16:39:17 +0100
  • c81a76b3b9 strtold: set errno to ERANGE on underflow per POSIX Bruno Haible 2019-12-16 15:11:47 +0100
  • 29ba52da95 Cygwin: ilogbl: Make sure to return FP_ILGB0 on zero input Corinna Vinschen 2019-12-16 10:50:17 +0100
  • b74ba7dca6 MSP430: Support new msp430-elfbare target Jozef Lawrynowicz 2019-11-25 21:17:41 +0000
  • 78b7a3b0f8 Implement the unlink system call for the moxie simulator. Anthony Green 2019-12-14 05:27:38 -0500
  • 31227ba53d Fix setjmp/longjmp for the moxie port. Anthony Green 2019-12-13 13:08:06 -0500
  • 69772c4332 Cygwin: document the last bugfix Ken Brown 2019-12-10 08:45:17 -0500
  • 48fbe173f4 Cygwin: symlink_info::check: avoid assertion failure Ken Brown 2019-12-09 07:27:18 -0500
  • 7a526cdc28 libm: switch sf_log1p from double error routines to float Keith Packard 2019-11-29 11:23:20 -0800
  • 8574f8a1e4 Cygwin: /proc/[PID]/stat to pull process priority correctly Anton Lavrentiev via cygwin-patches 2019-11-30 22:58:14 -0500
  • c63c29e76e newlib/libc/include/sys/features.h: update __STDC_ISO_10646__ Brian Inglis 2019-11-26 08:34:42 -0700
  • edb1be4cce Cygwin: pty: Convert CamelCase names to snake_case names. Takashi Yano 2019-11-16 08:27:24 +0900
  • 59362c80e3 newlib: fix fseek optimization with SEEK_CUR Bastien Bouclet 2019-11-09 17:28:04 +0100
  • 1626569222 Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent. Takashi Yano 2019-11-13 19:49:29 +0900
  • 8f8522c82a Cygwin: console: Revise the code checking if the console is legacy. Takashi Yano 2019-11-13 03:04:59 +0900
  • 7ef4290a98 Cygwin: pty: Use redraw screen instead of clear screen. Takashi Yano 2019-11-12 22:00:23 +0900
  • d3110717f0 regtool: allow /proc/registry{,32,64}/ registry path prefix Brian Inglis 2019-11-11 10:29:00 -0700
  • d14714c690 Stash reent marker in upper bits of s1 on AMD GCN Kwok Cheung Yeung 2019-11-07 14:46:41 -0800
  • 04d85dea57 Cygwin: Doc change to note stackdump limit patch Mark Geisert 2019-11-07 16:14:05 -0800
  • 7c9c94b9c8 Cygwin: Raise dumpstack frame limit to 32 Mark Geisert 2019-11-07 16:13:34 -0800
  • 3880efb283 Cygwin: console, pty: Prevent error in legacy console mode. Takashi Yano 2019-11-07 01:29:29 +0900
  • e5db0d2fe0 Cygwin: pty: Change how to determine if running as service or not. Takashi Yano 2019-11-06 21:08:43 +0900
  • 44432b93ad Cygwin: document console helper patch Corinna Vinschen 2019-11-05 11:57:24 +0100
  • 530b866c8e Cygwin: fix quoting when starting invisible console process Corinna Vinschen 2019-11-05 11:29:02 +0100
  • 7a26e19d4f Cygwin: devices: drop MAX_CONSOLES and fix FH_CONS_MAX Corinna Vinschen 2019-11-04 10:34:14 +0100
  • 4082e91b59 Move timeval macros to <sys/time.h> Sebastian Huber 2019-09-24 08:34:35 +0200
  • aae831b083 Synchronize <sys/time.h> with FreeBSD Sebastian Huber 2019-09-23 12:02:11 +0200
  • 4b3f69e4ac Synchronize <sys/_timespec.h> with FreeBSD Sebastian Huber 2019-09-24 08:32:47 +0200
  • 7346e14d44 Fix sbttons for values > 2s imp 2019-04-13 04:46:35 +0000
  • 57640bee75 Cygwin: fix process parent/child relationship after execve Corinna Vinschen 2019-11-02 12:49:15 +0100
  • fa14f445ba Fix libgloss being built for disabled multilibs Jozef Lawrynowicz 2019-10-30 14:35:21 +0000
  • fe239aef1b Cygwin: getpriority() consistent with process priority Anton Lavrentiev via cygwin-patches 2019-10-30 11:47:25 -0400
  • 235eb63034 Add PRU license to COPYING.NEWLIB and COPYING.LIBGLOSS Jeff Johnston 2019-10-31 15:09:07 -0400
  • a1f617466d PRU: Align libmath to PRU ABI Dimitar Dimitrov 2018-03-11 22:15:05 +0200
  • 0764a2eab8 Fix some generated files Jeff Johnston 2019-10-31 14:52:04 -0400
  • 0c7734673a Initial PRU port for libgloss and newlib Dimitar Dimitrov 2018-03-11 22:23:26 +0200
  • 0574317971 MSP430: Add missing build rule for unlink() to libgloss Makefile Jozef Lawrynowicz 2019-10-24 16:12:24 +0100
  • 25ce0e1213 Cygwin: Provide more COM devices Achim Gratz 2019-10-22 19:52:40 +0200
  • b61dc22ada Cygwin: spawnvp, spawnvpe: fail if executable is not in $PATH Ken Brown 2019-10-09 20:06:02 +0000
  • 43d7f33e2c Cygwin: pty: Change the timing of clear screen. Takashi Yano 2019-10-16 21:34:09 +0900
  • 9bedd6807d Cygwin: pty: Avoid detach console in the process running as service. Takashi Yano 2019-10-16 21:34:08 +0900
  • 9e06ba1ac3 riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p Joel Sherrill 2019-10-09 11:00:45 -0500
  • cfc4955234 Add patch from Joel Sherrill for i386 and x86_64 fenv support Jeff Johnston 2019-10-08 16:57:37 -0400
  • c561a625af Cygwin: mkdir and rmdir: treat drive names specially Ken Brown 2019-09-27 14:00:52 -0400
  • e82a0c959a Cygwin: document recent changes to format_proc_cpuinfo Ken Brown 2019-10-07 16:06:28 -0400
  • 2160c52a49 fhandler_proc.cc(format_proc_cpuinfo): or model extension bits Brian Inglis 2019-10-07 10:23:07 -0600
  • 8cf614a88b fhandler_proc.cc(format_proc_cpuinfo): comment flags not reported Brian Inglis 2019-10-07 10:23:06 -0600
  • f723e3caae fhandler_proc.cc(format_proc_cpuinfo): add feature flags Brian Inglis 2019-10-07 10:23:05 -0600
  • 08d1ae0543 fhandler_proc.cc(format_proc_cpuinfo): use feature test print macro Brian Inglis 2019-10-07 10:23:04 -0600