]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2019-10-07 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): fix cache size
2019-10-07 Jeff JohnstonAllow verifying _REENT_CHECK macros memory allocation
2019-10-07 Christos GentsosOptimize epilogue sequence for architectures with POP...
2019-10-04 Jeff JohnstonPrevent NULL ptr accesses due to Balloc out of memory
2019-10-03 Takashi YanoCygwin: Fix signal handling issue introduced by PTY...
2019-09-27 Ken BrownDocument the last bug fix
2019-09-26 Ken BrownCygwin: normalize_win32_path: improve error checking
2019-09-26 Takashi YanoCygwin: pty: Fix PTY so that cygwin setup shows help...
2019-09-25 kibAdd SIOCGIFDOWNREASON.
2019-09-25 jhbAdd kernel-side support for in-kernel TLS.
2019-09-25 thjRename IPPROTO 33 from SEP to DCCP
2019-09-25 rrsThis commit updates rack to what is basically
2019-09-25 jhbAdd an external mbuf buffer type that holds
2019-09-25 hselaskyConvert all IPv4 and IPv6 multicast memberships
2019-09-25 brooksExtend mmap/mprotect API to specify the max page
2019-09-25 shurdSome devices take undesired actions when RTS and
2019-09-25 pfgFix mismatch from r342379.
2019-09-25 pfggai_strerror() - Update string error messages according...
2019-09-25 Ken BrownDocument the last change
2019-09-25 Ken BrownCygwin: rmdir: fail if last component is a symlink...
2019-09-21 Ken BrownCygwin: remove old cruft from path_conv::check
2019-09-20 Takashi YanoCygwin: Fix incorrect TTY for non-cygwin process.
2019-09-20 Takashi YanoCygwin: console: Make console input work in GDB and...
2019-09-20 Takashi YanoCygwin: pty: Add missing guard when PTY is in the legac...
2019-09-20 Takashi YanoCygwin: pty: Add charset conversion for console apps...
2019-09-20 Takashi YanoCygwin: pty: Unify the charset conversion codes into...
2019-09-20 Takashi YanoCygwin: pty: Make GDB work again on pty.
2019-09-20 Takashi YanoCygwin: pty: Avoid potential segfault in PTY code when...
2019-09-20 Takashi YanoCygwin: console: Revive Win7 compatibility.
2019-09-15 Ken BrownCygwin: document last change
2019-09-15 Achim Gratzwinsup/cygwin/times.cc (times): follow Linux and allow...
2019-09-15 Takashi YanoCygwin: pty: Use autoload feature for pseudo console...
2019-09-15 Takashi YanoCygwin: pty: Correct typos that do not fit the coding...
2019-09-15 Takashi YanoCygwin: pty: Change the timing of clearing screen.
2019-09-15 Takashi YanoCygwin: pty: Use system NLS function instead of PTY...
2019-09-15 Takashi YanoCygwin: pty: Fix bad file descriptor error in some...
2019-09-14 Mark GeisertCygwin: fix CPU_SET macro visibility
2019-09-14 Takashi YanoCygwin: console: Fix read() in non-canonical mode.
2019-09-14 Takashi YanoCygwin: pty: Switch input and output pipes individually.
2019-09-14 Takashi YanoCygwin: pty: Prevent the helper process from exiting...
2019-09-14 Takashi YanoCygwin: pty: Fix screen alternation while pseudo consol...
2019-09-14 Takashi YanoCygwin: pty: Fix the behaviour of Ctrl-C in the pseudo...
2019-09-10 Joel Sherrilllibc/include/devctl.h: Add SOCKCLOSE per FACE Technical...
2019-09-06 Takashi YanoCygwin: pty: Make SetConsoleCursorPosition() to be...
2019-09-05 Takashi YanoCygwin: pty: Make sure to show system error messages
2019-09-05 Takashi YanoCygwin: pty: Fix potential state mismatch regarding...
2019-09-05 Takashi YanoCygwin: pty: Fix select() with pseudo console support.
2019-09-05 Takashi YanoCygwin: pty: Disable clear screen on new pty if TERM...
2019-09-04 Takashi YanoCygwin: pty: Add a workaround for ^C handling.
2019-09-04 Takashi YanoCygwin: pty: Limit API hook to the program linked with...
2019-09-04 Takashi YanoCygwin: pty: Fix state management for pseudo console...
2019-09-04 Takashi YanoCygwin: pty: Move function hook_api() into hookapi.cc.
2019-09-04 Takashi YanoCygwin: pty: Speed up a little hooked Win32 API for...
2019-09-04 Takashi YanoCygwin: pty: Code cleanup
2019-09-04 Sandra LoosemoreAdjust nios2 and m68k semihosting for sys/stat.h changes.
2019-09-03 Corinna VinschenCygwin: sys/wait.h: Add _wait prototype to avoid compil...
2019-09-03 Joel Sherrillfe_dfl_env.c: Fix typo in comment
2019-09-03 Joel Sherrillriscv/include/fenv.h: Use shared fenv.h.
2019-08-29 Corinna VinschenCygwin: add W10 pseudo console support to release notes
2019-08-29 Takashi YanoCygwin: pty: add pseudo console support.
2019-08-26 Ken BrownCygwin: get_posix_access: avoid negative subscript
2019-08-20 Jeff LawFix regression in visium caused by sys/stat.h change
2019-08-20 Martin StorsjöCygwin: math: Properly propagate input NANs in a few...
2019-08-20 Martin StorsjöCygwin: math: Fix cosh(-INFINITY) to return +INFINITY
2019-08-20 Martin StorsjöCygwin: math: Fix the return value for tgammal for...
2019-08-19 Jeff JohnstonRevert previous change to sys/stat.h and fix cris libgloss
2019-08-19 Jeff JohnstonFix regression in cris-elf caused by sys/stat.h change
2019-08-18 Corinna VinschenCygwin: select: revamp non-polling code for signalfd
2019-08-17 Corinna VinschenRevert "Cygwin: fix potential SEGV in sigwaitinfo/signa...
2019-08-16 Corinna Vinschenstat.h: use POSIX-required timefields throughout
2019-08-15 Joel Sherrillfenv: Include documentation in generated .info file
2019-08-15 Mark GeisertCygwin: ldd: Try harder to get dll names
2019-08-15 Takashi YanoCygwin: console: Fix the condition to interrupt select...
2019-08-15 Takashi YanoCygwin: console: Fix workaround for horizontal tab...
2019-08-14 Giacomo Tesiomemmem.c and strstr.c: do not require -std=c99
2019-08-13 Jon Turneyfenv: Update makedocbook for eae68bfc
2019-08-13 Jon Turneyfenv: Fix typo-ed variable name in documentation
2019-08-13 Jon Turneyfenv: Fix mangled makedoc markup
2019-08-13 Jon Turneyfenv: fe_dfl_env.c doesn't contain any documentation
2019-08-13 Corinna VinschenCygwin: fix potential SEGV in sigwaitinfo/signalfd...
2019-08-12 Corinna Vinschensched.h: Declare affinity functions only on targets...
2019-08-12 Corinna VinschenCygwin: ps: fix a compiler warning
2019-08-12 Takashi YanoCygwin: console: Fix cursor position restore after...
2019-08-12 Takashi YanoCygwin: console: Add workaround for windows xterm compa...
2019-08-12 Takashi YanoCygwin: console: Fix deadlock at calling fork().
2019-08-09 Joel SherrillRegenerated files from fenv.h addition
2019-08-09 Joel SherrillAdd default implementation of fenv.h and all methods
2019-08-09 Joel SherrillMiscellaneous Makefile.in regenerated
2019-08-09 Corinna VinschenCygwin: drop preliminary 3.0.8 release file
2019-08-09 Corinna VinschenCygwin: add missing bugfix release messages for 3.1.0
2019-08-08 Corinna VinschenCygwin: shmat: use mmap allocator strategy on 64 bit
2019-08-08 Lavrentiev... Cygwin: getpriority() and top display for priority...
2019-08-07 Michael HaubenwallnerCygwin: build_env: fix off-by-one bug when re-adding...
2019-08-06 Corinna VinschenCygwin: exec: check execute bit prior to evaluating...
2019-08-05 Alexander FedotovAlign libgloss/arm and libc/sys/arm sources: miscellane...
2019-08-05 Alexander FedotovAlign libgloss/arm and libc/sys/arm sources: Lite exit...
2019-08-05 Alexander FedotovAlign libgloss/arm and libc/sys/arm sources: HeapInfo...
2019-08-05 Alexander FedotovAlign libgloss/arm and libc/sys/arm sources: Fix GetCmd...
2019-08-05 Mark GeisertCygwin: Implement CPU_SET(3) macros
2019-08-02 Kito ChengRISC-V: Fix header guard for sys/fenv.h
next
This page took 0.059237 seconds and 5 git commands to generate.