index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libgloss
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix order of eh_frame sections in linker scripts
Faraz Shahbazker
2019-04-29
18
-18
/
+118
*
MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...
Jozef Lawrynowicz
2019-04-18
3
-22
/
+74
*
Fix incorrect assembly code in _msp430_run_array
Jozef Lawrynowicz
2019-04-16
1
-2
/
+2
*
Fix definition of write() to use const char * for the type of the buffer
Jozef Lawrynowicz
2019-04-15
1
-4
/
+5
*
Align comments and spaces in libgloss/arm/crt0.S and newlib/libc/sys/arm/crt0...
Alexander Fedotov
2019-04-12
1
-67
/
+68
*
Include code in trap.S for APCS only.
Christophe Lyon
2019-04-11
1
-1
/
+1
*
Add a dummy interrupt handler to nios2 crt0.s.
Sandra Loosemore
2019-04-03
1
-1
/
+13
*
Add semihosting docs for nios2 and m68k
cygwin-3_0_4-release
Jeff Johnston
2019-03-14
2
-0
/
+411
*
AArch32: Fix the build for M class semihosting
Tamar Christina
2019-02-11
1
-1
/
+3
*
AArch32: Add support for HLT to Mixed Mode models
Tamar Christina
2019-02-08
2
-7
/
+13
*
Add libgloss install-pdf and install-html targets.
Jim Wilson
2018-11-20
2
-1
/
+30
*
Enable return code with semi-hosting SYS_EXIT_EXTENDED
Matthew Malcomson
2018-11-19
2
-22
/
+20
*
Initialize SVE system registers.
Tamar Christina
2018-10-31
1
-0
/
+27
*
[Aarch64] Syscalls: fix prototypes
Christophe Lyon
2018-10-08
1
-18
/
+19
*
[ARM] Make _kill() a noreturn function.
Christophe Lyon
2018-10-08
2
-4
/
+6
*
[Aarch64] Fix warning in _sbrk
Christophe Lyon
2018-10-05
1
-1
/
+1
*
Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1
Hans-Peter Nilsson
2018-09-13
2
-5
/
+21
*
RISC-V: Fix _sbrk, it's failed only when return value is -1.
Denis Ivanov
2018-08-29
2
-7
/
+12
*
RISC-V: Fixed return code in _times syscall.
Denis Ivanov
2018-08-29
1
-2
/
+2
*
Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.
Sandra Loosemore
2018-08-08
28
-0
/
+5848
*
Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>
newlib-snapshot-20180802
Jeff Johnston
2018-08-01
1
-4
/
+8
*
RISC-V: Do not use _init/_fini
Sebastian Huber
2018-07-30
1
-11
/
+0
*
Fix AArch32 semihosting SYS_EXIT call on semihosting v1.
Tamar Christina
2018-07-11
1
-0
/
+6
*
libgloss: microblaze: adjust handlers to be weak.
Ben Levinsky
2018-05-03
2
-2
/
+4
*
add forward declaration to main() to prevent warnings
Jaap de Wolff
2018-02-16
1
-0
/
+2
*
adapt prototypes arm/syscalls.c to usual prototypes, and do not rely on impli...
Jaap de Wolff
2018-02-16
1
-48
/
+49
*
RISC-V: isatty: return 0 on error
Chih-Mao Chen
2018-01-18
1
-1
/
+1
*
ansification: remove _HAVE_STDC
Yaakov Selkowitz
2018-01-17
1
-4
/
+0
*
ansification: remove _EXFUN, _EXFUN_NOTHROW
Yaakov Selkowitz
2018-01-17
5
-6
/
+6
*
ansification: remove _DEFUN
Yaakov Selkowitz
2018-01-17
107
-233
/
+118
*
ansification: remove _VOID
Yaakov Selkowitz
2018-01-17
2
-2
/
+2
*
ansification: remove _DEFUN_VOID
Yaakov Selkowitz
2018-01-17
4
-7
/
+7
*
ansification: remove _PARAMS
Yaakov Selkowitz
2018-01-17
8
-73
/
+73
*
ansification: remove _NOARGS
Yaakov Selkowitz
2018-01-17
3
-3
/
+3
*
ansification: remove _AND
Yaakov Selkowitz
2018-01-17
64
-85
/
+85
*
RISC-V: Add gdb sim and newlib nano support. Fix a few misc minor bugs.
Jim Wilson
2017-12-26
4
-6
/
+111
*
RISC-V: Moved syscalls to separate files to fix aliasing problems.
Jim Wilson
2017-12-26
37
-450
/
+513
*
RISC-V: Updated syscall to take 6 arguments
Jim Wilson
2017-12-26
2
-22
/
+26
*
RISC-V: Add nanosleep functionality
Jim Wilson
2017-12-26
2
-0
/
+13
*
RISC-V: Fix libnosys build.
Jim Wilson
2017-12-26
2
-0
/
+4
*
Fixed semihosting for AArch64 when heapinfo parameters are not provided by de...
Alexander Fedotov
2017-10-24
2
-26
/
+59
*
Fix multido compilation on ARM
Tamar Christina
2017-10-09
1
-2
/
+2
*
adjust libnosys config for aarch64 to avoid linker error when switching from ...
Alexander Fedotov
2017-10-09
2
-0
/
+4
*
move ILP32 sanity check on heap base code under ARM_RDI_MONITOR
Alexander Fedotov-B55613
2017-08-24
1
-4
/
+5
*
Change license to FreeBSD License for RISC-V
Kito Cheng
2017-08-21
3
-3
/
+3
*
Add RISC-V port for libgloss
newlib-snapshot-20170818
Kito Cheng
2017-08-17
9
-0
/
+4340
*
Fix crt0 init fini code
Szabolcs Nagy
2017-08-17
1
-4
/
+0
*
fix typo in AArch64 crt0
Alexander Fedotov-B55613
2017-08-15
1
-1
/
+1
*
use stack from linker script when nosys
Alexander Fedotov-B55613
2017-08-14
1
-1
/
+18
*
Don't fetch command line options without semi-hosting
Yao Qi
2017-08-09
1
-0
/
+6
[next]