Commit Graph

  • df24c3d3c6 Cygwin: pty: Communalize the code for temporary attach to console. Takashi Yano 2022-03-02 21:35:40 +0900
  • 5f4e7b0368 Cygwin: console, pty: Revamp the acquire/release_attach_mutex timing. Takashi Yano 2022-03-02 16:00:31 +0900
  • 42e23c5ad2 Cygwin: _pinfo::siginfo: fix sig_send call Corinna Vinschen 2022-03-02 09:47:38 +0100
  • 312dc2289c Cygwin: console: Fix a bug from comparison between int and DWORD. Takashi Yano 2022-03-02 11:08:27 +0900
  • dea52d5c1e newlib: convert INTERNAL_NEWLIB to _LIBC Mike Frysinger 2022-02-28 20:18:39 -0500
  • e15b2e8691 newlib: drop redundant AM_MAINTAINER_MODE call Mike Frysinger 2022-02-28 23:32:12 -0500
  • 74885d4fbd libgloss: merge lm32 into top-level Makefile Mike Frysinger 2022-03-01 02:03:17 -0500
  • 89f643e87b libgloss: use m4_foreach_w to simplify the logic a bit Mike Frysinger 2022-02-07 06:18:55 -0500
  • 020fa7ed7b Cygwin: console: Prevent special keys processing from drop. Takashi Yano 2022-03-02 09:55:52 +0900
  • 2b4d4728f2 Cygwin: console: Stop to create struct instance which is not needed. Takashi Yano 2022-03-02 08:35:09 +0900
  • 3e4dd6cc48 Cygwin: update 3.4 release text Corinna Vinschen 2022-03-01 16:27:10 +0100
  • 9a3c058f66 Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn values with life Corinna Vinschen 2022-03-01 16:19:41 +0100
  • 195169186b Cygwin: wait_sig: allow to compute process-wide mask of pending signals Corinna Vinschen 2022-03-01 16:14:39 +0100
  • 05e7a60dd7 Cygwin: add init_cygheap::compute_sigblkmask method Corinna Vinschen 2022-03-01 16:13:20 +0100
  • 9551e617e7 Cygwin: Makefile: fix ctags --extras option Corinna Vinschen 2022-03-01 16:09:09 +0100
  • c78f149733 Cygwin: handle_sigprocmask: If new signal set is NULL, ignore "how" Corinna Vinschen 2022-03-01 14:09:56 +0100
  • 25937aa1d0 Cygwin: /proc/<PID>/status: fix format specifier Corinna Vinschen 2022-03-01 14:06:09 +0100
  • aec053c60c Cygwin: pty: Rename some functions/variables with the name *pcon*. Takashi Yano 2022-03-01 22:09:01 +0900
  • 3e11a002b3 Cygwin: sysconf: _SC_TZNAME_MAX: return -1 as valid value Corinna Vinschen 2022-03-01 10:14:42 +0100
  • 1e6c51d741 Cygwin: pty: Reorganize the code path of setting up and closing pcon. Takashi Yano 2022-03-01 18:04:35 +0900
  • fbfea31dd9 Cygwin: pty: Avoid cutting the branch the pty master is sitting on. Takashi Yano 2022-03-01 11:34:16 +0900
  • 644e8bba07 newlib: xstormy16: add missing string.h include Mike Frysinger 2022-03-01 01:14:33 -0500
  • a531ad9726 newlib: speed up targ-include setup & add error checking Mike Frysinger 2022-02-19 00:54:20 -0500
  • ed459780f4 libgloss: add a little build system generation documentation Mike Frysinger 2022-02-24 23:43:06 -0500
  • 28724b2f62 newlib: libc: move stdio multiplex logic from build to source files Mike Frysinger 2022-02-25 23:17:42 -0500
  • ec5ea6efae newlib: simplify header setup rules Mike Frysinger 2022-02-19 00:22:14 -0500
  • 95a28b1f9e Cygwin: pty: Isolate CTRL_C_EVENTs between ptys. Takashi Yano 2022-02-28 20:25:09 +0900
  • 8ff9f216fd Cygwin: console: Improve the code to avoid typeahead key swapping. Takashi Yano 2022-02-28 20:02:01 +0900
  • f6db6f52ae Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console. Takashi Yano 2022-02-26 15:13:13 +0900
  • 15a35758d8 Cygwin: termios: Ensure detection of GDB inferior in process_sigs(). Takashi Yano 2022-02-28 07:24:45 +0900
  • 33d8578feb Cygwin: termios: Add comments to the code refactored recently. Takashi Yano 2022-02-27 20:40:24 +0900
  • d857df6f08 Cygwin: console: Correct the past fix for apps which open pty. Takashi Yano 2022-02-27 12:33:08 +0900
  • 696a713bf2 Cygwin: console: Revert experimental code mixed accidentally. Takashi Yano 2022-02-26 23:31:59 +0900
  • 95a60b7fdd Cygwin: console: Prevent the order of typeahead input from swapped. Takashi Yano 2022-02-25 17:10:03 +0900
  • e9d4341677 Cygwin: pty: Stop to send CTRL_C_EVENT if pcon activated. Takashi Yano 2022-02-26 04:19:03 +0900
  • 32401ad98e Cygwin: console: Fix issues of apps which open pty. Takashi Yano 2022-02-25 16:23:58 +0900
  • 69d93f3121 libgloss: iq2000: fix prototype Mike Frysinger 2022-02-25 23:08:45 -0500
  • 7f674bb4da libgloss: switch to AM_PROG_AR Mike Frysinger 2022-02-12 05:36:20 -0500
  • 8343db918f newlib: libc: move configure into top-level Mike Frysinger 2022-02-12 19:49:23 -0500
  • 3a6b11c697 Cygwin: pinfo: Fix exit code when non-cygwin app exits by Ctrl-C. Takashi Yano 2022-02-24 21:04:49 +0900
  • 85f2dca52d newlib: add silent rules support to top-level rules Mike Frysinger 2022-02-19 00:08:32 -0500
  • e56bdf902b libgloss: document & localize custom multi-do rule Mike Frysinger 2022-02-18 23:26:51 -0500
  • 15d7e0d417 libgloss: finish migration to AM_PROG_AS Mike Frysinger 2022-02-18 23:46:44 -0500
  • 7edb25725d libgloss: switch to standard AC_PROG_CC Mike Frysinger 2022-02-12 05:29:06 -0500
  • 5c4a0824e7 Cygwin: console: Restore CTRL_BREAK_EVENT handling. Takashi Yano 2022-02-24 17:28:32 +0900
  • acf642177b newlib: fix multilib libg.a parallel builds Mike Frysinger 2022-02-23 22:01:05 -0500
  • 5ad394510b newlib: libm: workaround ar duplicate member behavior Mike Frysinger 2022-02-21 15:42:18 -0500
  • 8d75828378 libgloss: merge sparc configure script up a level Mike Frysinger 2022-02-17 21:23:40 -0500
  • 2f2b915505 Cygwin: pty, console: Add a workaround for GDB SIGINT handling. Takashi Yano 2022-02-24 00:57:37 +0900
  • d2b14c303c Cygwin: console: Redesign handling of special keys. Takashi Yano 2022-02-23 13:24:39 +0900
  • 4ed502ba02 libgloss: enable maintainer mode support Mike Frysinger 2022-02-22 17:09:16 -0500
  • f2dc492df0 Cygwin: unlink: filter out virtual files and devices early on Corinna Vinschen 2022-02-22 13:32:29 +0100
  • 4ec08891a0 Cygwin: Implicitly support the /dev/fd symlink and friends Johannes Schindelin 2022-02-21 14:36:37 +0100
  • 8bb6821c7a Cygwin: Adjust path to newlib libc.a, too Corinna Vinschen 2022-02-22 12:45:23 +0100
  • 56ec1fcb0d Cygwin: Adjust path to newlib libm.a in builddir Jon Turney 2022-02-19 18:18:51 +0000
  • 44b60f0c4b Make __sdidinit unused Matt Joyce 2022-02-22 11:18:38 +0100
  • 054b00d96a Cygwin: pty: Encapsulate pty code in tty::setpgid(). Takashi Yano 2022-02-21 22:40:48 +0900
  • 0ddf19d6ca Cygwin: pty, console: Fix handle leak which occurs on exec() error. Takashi Yano 2022-02-21 21:20:48 +0900
  • fc26624377 Cygwin: console: Call fix_tab_position() only if having broken tabs. Takashi Yano 2022-02-17 00:34:40 +0900
  • 29d8a83008 Cygwin: console: Rearrange set_(in|out)put_mode() calls. Takashi Yano 2022-02-16 15:43:42 +0900
  • 2cab4d0bb4 Cygwin: pty, console: Refactor the code processing special keys. Takashi Yano 2022-02-15 23:23:50 +0900
  • 416792d59a newlib: libc: delete crt0.o duplication Mike Frysinger 2022-02-12 20:28:26 -0500
  • 56c65fb8d9 newlib: posix: use local includes for local headers Mike Frysinger 2022-02-13 05:43:42 -0500
  • ac9f8c46b1 newlib: libm: merge build up a directory Mike Frysinger 2022-02-10 00:50:36 -0500
  • f2b053f49e newlib: separate out libg from libc Mike Frysinger 2022-02-13 03:03:12 -0500
  • c75bb30fc1 newlib: libc: reshuffle include order for the manual Mike Frysinger 2022-02-13 02:44:31 -0500
  • 48942fe31a newlib: powerpc: switch to Automake conditionals Mike Frysinger 2022-02-14 21:37:38 -0500
  • 2d53aadcc5 libgloss: have README point to the manual Mike Frysinger 2022-02-13 02:35:45 -0500
  • 7a1c557b8e libgloss: merge mips configure script up a level Mike Frysinger 2022-02-12 05:17:15 -0500
  • f9dc151186 libgloss: merge wince configure script up a level Mike Frysinger 2022-02-12 04:58:24 -0500
  • bf9f6a0984 newlib: use https:// URIs in more places Mike Frysinger 2022-02-17 00:48:58 -0500
  • beadbdfc04 newlib: fix mips fenv.o handling Mike Frysinger 2022-02-07 01:44:45 -0500
  • e0c0ad8268 libgloss: build with -nostdinc Mike Frysinger 2022-02-12 01:59:13 -0500
  • 5ca1f8c7ff libgloss: sparc: merge libsys/ up a level Mike Frysinger 2022-02-12 05:23:09 -0500
  • aff735e4c6 libgloss: aarch64: merge cpu-init/ up a level Mike Frysinger 2022-02-12 05:04:49 -0500
  • 538a37be5b libgloss: merge mn10300 configure script up a level Mike Frysinger 2022-02-11 07:11:15 -0500
  • 0c45c7ce67 libgloss: merge mn10200 configure script up a level Mike Frysinger 2022-02-11 07:04:06 -0500
  • 9a5f78d80e libgloss: merge m68k configure script up a level Mike Frysinger 2022-02-11 06:57:11 -0500
  • 7d565fe013 libgloss: m68k: switch to AC_NO_EXECUTABLES Mike Frysinger 2022-02-11 06:58:43 -0500
  • 91019da446 libgloss: merge mcore configure script up a level Mike Frysinger 2022-02-11 06:51:34 -0500
  • e7f8999918 libgloss: merge moxie configure script up a level Mike Frysinger 2022-02-11 06:48:07 -0500
  • 5200f756cc libgloss: merge i386 configure script up a level Mike Frysinger 2022-02-11 06:43:45 -0500
  • e05f9c0c05 libgloss: i386: simplify target flags Mike Frysinger 2022-02-11 06:39:54 -0500
  • 2a83e65fc2 newlib: rtems: drop redundant header install Mike Frysinger 2022-02-15 21:05:25 -0500
  • 01ed65ed09 newlib: add missing mkdir to header install Mike Frysinger 2022-02-15 21:07:27 -0500
  • 40748cd73a newlib: powerpc: simplify reallocr & callocr build logic Mike Frysinger 2022-02-14 21:35:57 -0500
  • d1591ed4a1 newlib: i386/xstormy16: drop unused -I libm/common flag Mike Frysinger 2022-02-14 01:00:11 -0500
  • 9f1930bf34 Cygwin: wincap: Add capabilities for Windows 11. Takashi Yano 2022-02-16 18:13:02 +0900
  • 97b8a93b3c fhandler_proc.cc(format_proc_cpuinfo): fix bad bits in last change Brian Inglis 2022-02-15 14:54:20 -0700
  • 907764ebec newlib/libgloss: drop unused $(CROSS_CFLAGS) Mike Frysinger 2022-02-14 00:52:55 -0500
  • df5808b771 newlib: drop support for decstation & sunos systems Mike Frysinger 2022-02-13 19:15:57 -0500
  • b7f2965dc3 newlib: rename doc/local.mk to Makefile.inc Mike Frysinger 2022-02-13 23:17:48 -0500
  • ac90a6590b newlib: phoenix: merge configure up to top-level Mike Frysinger 2022-02-10 03:43:31 -0500
  • 86432e55b4 newlib: phoenix: merge machine/ configure scripts up a level Mike Frysinger 2022-02-10 03:30:48 -0500
  • d470ef6463 newlib: phoenix: merge machine/ trampoline up a level Mike Frysinger 2022-02-10 03:27:29 -0500
  • 16c12761fd newlib: phoenix: drop missing machine subdirs Mike Frysinger 2022-02-10 03:32:51 -0500
  • 5a6bf1749f newlib: phoenix: move some logic from configure to the Makefile Mike Frysinger 2022-02-10 01:38:17 -0500
  • ec69debcb9 Improve lgammaf range for very small cases Andoni Arregi 2022-02-11 12:16:00 +0100
  • dd65342315 Cygwin: console: Set console mode even if stdin/stdout is redirected. Takashi Yano 2022-02-13 17:11:02 +0900
  • cb0e392903 Cygwin: console: Fix console mode for non-cygwin inferior of GDB. Takashi Yano 2022-02-13 12:03:45 +0900