aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-04Cygwin: pty: Simplify the setup code for GDB a bit.Takashi Yano1-13/+14
2022-03-04Cygwin: pty: Rename nat_pipe_owner_alive() to process_alive().Takashi Yano1-6/+9
2022-03-02Cygwin: getconf: align -a output to glibc getconfCorinna Vinschen1-2/+2
2022-03-02Cygwin: sysconf: don't set errno for unsupported optionsCorinna Vinschen1-9/+7
2022-03-02Cygwin: sysconf: belatedly add correct return value for _SC_DELAYTIMER_MAXCorinna Vinschen1-1/+1
2022-03-03Cygwin: pty: Add still missing acquire/release_attach_mutex.Takashi Yano1-8/+40
2022-03-02Cygwin: pty: Communalize the code for temporary attach to console.Takashi Yano3-91/+66
2022-03-02Cygwin: console, pty: Revamp the acquire/release_attach_mutex timing.Takashi Yano5-44/+155
2022-03-02Cygwin: _pinfo::siginfo: fix sig_send callCorinna Vinschen1-1/+1
2022-03-02Cygwin: console: Fix a bug from comparison between int and DWORD.Takashi Yano1-1/+1
2022-03-01newlib: convert INTERNAL_NEWLIB to _LIBCMike Frysinger4-41/+38
2022-03-01newlib: drop redundant AM_MAINTAINER_MODE callMike Frysinger2-31/+1
2022-03-01libgloss: merge lm32 into top-level MakefileMike Frysinger6-126/+82
2022-03-01libgloss: use m4_foreach_w to simplify the logic a bitMike Frysinger2-22/+24
2022-03-02Cygwin: console: Prevent special keys processing from drop.Takashi Yano2-9/+15
2022-03-02Cygwin: console: Stop to create struct instance which is not needed.Takashi Yano1-9/+9
2022-03-01Cygwin: update 3.4 release textCorinna Vinschen2-0/+6
2022-03-01Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn values with lifeCorinna Vinschen4-12/+70
2022-03-01Cygwin: wait_sig: allow to compute process-wide mask of pending signalsCorinna Vinschen2-1/+22
2022-03-01Cygwin: add init_cygheap::compute_sigblkmask methodCorinna Vinschen2-0/+19
2022-03-01Cygwin: Makefile: fix ctags --extras optionCorinna Vinschen1-1/+1
2022-03-01Cygwin: handle_sigprocmask: If new signal set is NULL, ignore "how"Corinna Vinschen1-3/+3
2022-03-01Cygwin: /proc/<PID>/status: fix format specifierCorinna Vinschen1-3/+3
2022-03-01Cygwin: pty: Rename some functions/variables with the name *pcon*.Takashi Yano5-179/+203
2022-03-01Cygwin: sysconf: _SC_TZNAME_MAX: return -1 as valid valueCorinna Vinschen1-1/+1
2022-03-01Cygwin: pty: Reorganize the code path of setting up and closing pcon.Takashi Yano3-142/+153
2022-03-01Cygwin: pty: Avoid cutting the branch the pty master is sitting on.Takashi Yano5-50/+65
2022-03-01newlib: xstormy16: add missing string.h includeMike Frysinger1-0/+5
2022-02-28newlib: speed up targ-include setup & add error checkingMike Frysinger2-130/+47
2022-02-28libgloss: add a little build system generation documentationMike Frysinger1-1/+49
2022-02-28newlib: libc: move stdio multiplex logic from build to source filesMike Frysinger16-502/+249
2022-02-28newlib: simplify header setup rulesMike Frysinger2-42/+30
2022-02-28Cygwin: pty: Isolate CTRL_C_EVENTs between ptys.Takashi Yano2-4/+21
2022-02-28Cygwin: console: Improve the code to avoid typeahead key swapping.Takashi Yano1-33/+42
2022-02-28Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.Takashi Yano3-3/+20
2022-02-28Cygwin: termios: Ensure detection of GDB inferior in process_sigs().Takashi Yano3-6/+9
2022-02-27Cygwin: termios: Add comments to the code refactored recently.Takashi Yano2-21/+52
2022-02-27Cygwin: console: Correct the past fix for apps which open pty.Takashi Yano1-2/+2
2022-02-27Cygwin: console: Revert experimental code mixed accidentally.Takashi Yano1-1/+7
2022-02-26Cygwin: console: Prevent the order of typeahead input from swapped.Takashi Yano1-2/+51
2022-02-26Cygwin: pty: Stop to send CTRL_C_EVENT if pcon activated.Takashi Yano3-7/+17
2022-02-26Cygwin: console: Fix issues of apps which open pty.Takashi Yano4-17/+21
2022-02-25libgloss: iq2000: fix prototypeMike Frysinger1-1/+1
2022-02-25libgloss: switch to AM_PROG_ARMike Frysinger10-15/+776
2022-02-25newlib: libc: move configure into top-levelMike Frysinger117-9115/+4268
2022-02-25Cygwin: pinfo: Fix exit code when non-cygwin app exits by Ctrl-C.Takashi Yano1-0/+3
2022-02-24newlib: add silent rules support to top-level rulesMike Frysinger2-64/+64
2022-02-24libgloss: document & localize custom multi-do ruleMike Frysinger3-9/+14
2022-02-24libgloss: finish migration to AM_PROG_ASMike Frysinger11-179/+1633
2022-02-24libgloss: switch to standard AC_PROG_CCMike Frysinger9-2032/+1584