aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-16newlib: libc: merge build up a directoryMike Frysinger335-71951/+18360
2022-03-15Cygwin: Add description of fsync() fix to 3.3.5 release notes.Takashi Yano1-0/+4
2022-03-14Cygwin: path: Convert type of variable 'remlen' to DWORD.Takashi Yano1-2/+1
2022-03-14Cygwin: path: Add fallback for DFS mounted drive.Takashi Yano1-5/+12
2022-03-14Cygwin: fsync: Return EINVAL for special files.Takashi Yano1-1/+1
2022-03-13newlib: xstormy16: move malloc multiplex logic from build to source filesMike Frysinger9-85/+84
2022-03-13newlib: xstormy16: break up mallocr stubsMike Frysinger6-63/+60
2022-03-13newlib: xstormy16: fix mallopt definition & mstats handlingMike Frysinger3-28/+29
2022-03-10Cygwin: console, pty: Fix segfault in child_info_spawn::worker().Takashi Yano2-3/+7
2022-03-09newlib: libc: move stdlib multiplex logic from build to source filesMike Frysinger14-193/+153
2022-03-09build: Avoid length() awk functionSebastian Huber2-4/+4
2022-03-09newlib: rename mallocr.c to _mallocr.cMike Frysinger3-24/+24
2022-03-09newlib: move nano-malloc logic from build to source filesMike Frysinger3-116/+67
2022-03-07Fix Bug libc/28945Jeff Johnston1-1/+1
2022-03-05Cygwin: update 3.3.5 release notesTakashi Yano1-0/+8
2022-03-05Cygwin: add 3.3.5 release notesTakashi Yano1-0/+30
2022-03-05Cygwin: pty: Adopt the variable name to the name generally used.Takashi Yano1-10/+10
2022-03-05Cygwin: pty: Add several further comments to the pty code.Takashi Yano1-3/+15
2022-03-05Cygwin: pty: Take account of CR+NL line feed in input.Takashi Yano1-7/+16
2022-03-04Cygwin: pty: Fix a possible race issue in initialization of pcon.Takashi Yano1-1/+2
2022-03-04Cygwin: pty: Update some comments in pty code.Takashi Yano1-8/+21
2022-03-04Cygwin: pty: Omit transfer_input() call where it is no longer needed.Takashi Yano1-47/+0
2022-03-04Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.Takashi Yano3-14/+11
2022-03-04Cygwin: pty: Treat both CR and NL as line feed in transfer_inpup().Takashi Yano1-2/+4
2022-03-04libgloss: add new Build System Internals node to the menuMike Frysinger1-1/+2
2022-03-04Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB.Takashi Yano3-13/+16
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