Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15newlib: libc: merge build up a directorytopic/vapier-libcMike Frysinger
2022-03-14Cygwin: path: Add fallback for DFS mounted drive.Takashi Yano
2022-03-14Cygwin: fsync: Return EINVAL for special files.Takashi Yano
2022-03-14newlib: xstormy16: move malloc multiplex logic from build to source filesMike Frysinger
2022-03-14newlib: xstormy16: break up mallocr stubsMike Frysinger
2022-03-14newlib: xstormy16: fix mallopt definition & mstats handlingMike Frysinger
2022-03-10Cygwin: console, pty: Fix segfault in child_info_spawn::worker().Takashi Yano
2022-03-10newlib: libc: move stdlib multiplex logic from build to source filesMike Frysinger
2022-03-09build: Avoid length() awk functionSebastian Huber
2022-03-09newlib: rename mallocr.c to _mallocr.cMike Frysinger
2022-03-09newlib: move nano-malloc logic from build to source filesMike Frysinger
2022-03-07Fix Bug libc/28945Jeff Johnston
2022-03-05Cygwin: update 3.3.5 release notesTakashi Yano
2022-03-05Cygwin: add 3.3.5 release notesTakashi Yano
2022-03-05Cygwin: pty: Adopt the variable name to the name generally used.Takashi Yano
2022-03-05Cygwin: pty: Add several further comments to the pty code.Takashi Yano
2022-03-04Cygwin: pty: Take account of CR+NL line feed in input.Takashi Yano
2022-03-04Cygwin: pty: Fix a possible race issue in initialization of pcon.Takashi Yano
2022-03-04Cygwin: pty: Update some comments in pty code.Takashi Yano
2022-03-04Cygwin: pty: Omit transfer_input() call where it is no longer needed.Takashi Yano
2022-03-04Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.Takashi Yano
2022-03-04Cygwin: pty: Treat both CR and NL as line feed in transfer_inpup().Takashi Yano
2022-03-04libgloss: add new Build System Internals node to the menuMike Frysinger
2022-03-03Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB.Takashi Yano
2022-03-03Cygwin: pty: Simplify the setup code for GDB a bit.Takashi Yano
2022-03-03Cygwin: pty: Rename nat_pipe_owner_alive() to process_alive().Takashi Yano
2022-03-03Cygwin: getconf: align -a output to glibc getconfCorinna Vinschen
2022-03-03Cygwin: sysconf: don't set errno for unsupported optionsCorinna Vinschen
2022-03-03Cygwin: sysconf: belatedly add correct return value for _SC_DELAYTIMER_MAXCorinna Vinschen
2022-03-02Cygwin: pty: Add still missing acquire/release_attach_mutex.Takashi Yano
2022-03-02Cygwin: pty: Communalize the code for temporary attach to console.Takashi Yano
2022-03-02Cygwin: console, pty: Revamp the acquire/release_attach_mutex timing.Takashi Yano
2022-03-02Cygwin: _pinfo::siginfo: fix sig_send callCorinna Vinschen
2022-03-02Cygwin: console: Fix a bug from comparison between int and DWORD.Takashi Yano
2022-03-02newlib: convert INTERNAL_NEWLIB to _LIBCMike Frysinger
2022-03-02newlib: drop redundant AM_MAINTAINER_MODE callMike Frysinger
2022-03-02libgloss: merge lm32 into top-level MakefileMike Frysinger
2022-03-02libgloss: use m4_foreach_w to simplify the logic a bitMike Frysinger
2022-03-02Cygwin: console: Prevent special keys processing from drop.Takashi Yano
2022-03-02Cygwin: console: Stop to create struct instance which is not needed.Takashi Yano
2022-03-01Cygwin: update 3.4 release textCorinna Vinschen
2022-03-01Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn values with lifeCorinna Vinschen
2022-03-01Cygwin: wait_sig: allow to compute process-wide mask of pending signalsCorinna Vinschen
2022-03-01Cygwin: add init_cygheap::compute_sigblkmask methodCorinna Vinschen
2022-03-01Cygwin: Makefile: fix ctags --extras optionCorinna Vinschen
2022-03-01Cygwin: handle_sigprocmask: If new signal set is NULL, ignore "how"Corinna Vinschen
2022-03-01Cygwin: /proc/<PID>/status: fix format specifierCorinna Vinschen
2022-03-01Cygwin: pty: Rename some functions/variables with the name *pcon*.Takashi Yano
2022-03-01Cygwin: sysconf: _SC_TZNAME_MAX: return -1 as valid valueCorinna Vinschen
2022-03-01Cygwin: pty: Reorganize the code path of setting up and closing pcon.Takashi Yano