This website works better with JavaScript.
b27b8de827
Add _console_read() implementation which is called by the read syscall (does not work yet!)
sh3port
Memallox
2018-09-07 14:00:06 +0200
044e1e61aa
Pseudo-implement syscalls: lseek, close, fstat, isatty, raise, read
Memallox
2018-09-07 13:57:37 +0200
b3a1029f71
Remove legacy syscall definitions and changed syscall signatures
Memallox
2018-09-07 13:55:07 +0200
0ff0769612
Add errno information to some not implemented syscalls. See https://sourceware.org/newlib/libc.html#Syscalls
Memallox
2018-09-07 13:51:30 +0200
e69da8b4e2
Enable newlib_io_c99_format to provide support for the %zu format specifier
Memallox
2018-08-31 20:51:46 +0200
ce937c71e5
Disable some newlib features by default to safe space
Memallox
2018-08-24 12:26:02 +0200
13d72bd601
Implement a console which is fed by the _write() syscall (and thus e.g. stdout) and redirect locate() to the console
Memallox
2018-08-31 18:04:44 +0200
c1c7c8d46b
Add stdlib Casio syscall definitions
Memallox
2018-09-02 18:25:10 +0200
c62afb7008
Add basic Casio syscalls (non-stdlib functionality) which are included into stdio.h
Memallox
2018-08-23 13:50:35 +0200
00a813c879
Add the targets sh3eb, sh4eb to newlib/configure.host
Memallox
2018-08-21 18:51:00 +0200
adc05ff66f
Add floating point definitions for sh3eb, sh4eb in ieeefp.c
Memallox
2018-08-21 18:52:12 +0200
33212d2dd0
Add the targets sh3eb, sh4eb to the configure.in files and run autoconf
Memallox
2018-08-21 18:49:30 +0200
d5619f065a
Copy code from target sh to sh3eb
Memallox
2018-08-21 18:47:58 +0200
e48bf17efe
Add IDE-specific paths to .gitignore
Memallox
2018-08-31 15:57:49 +0200
f92ef41904
Add README.md
Memallox
2018-08-21 18:53:19 +0200
4f7a6c326a
newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"
Christophe Lyon
2018-10-05 09:11:05 +0000
103b055035
Add generic implementation of fdopendir()
Sebastian Huber
2018-10-08 13:52:14 +0200
ab4fdab5d5
Add generic implementation of dirfd()
Sebastian Huber
2018-10-08 13:33:08 +0200
738fdc6a42
RTEMS: Add struct dirent::d_type member
Sebastian Huber
2018-10-08 13:10:16 +0200
da418955f5
Move common <sys/dirent.h> content to <dirent.h>
Sebastian Huber
2018-10-08 10:49:26 +0200
61fc64ed97
Open a directory with the usual flags
Sebastian Huber
2018-10-08 08:56:09 +0200
d3d838cc26
Make some standard open() flags visible
Sebastian Huber
2018-10-08 14:27:38 +0200
256f1171ac
newlib: Build internal strtold code only if HAVE_LONG_DOUBLE defined
Corinna Vinschen
2018-10-10 18:01:22 +0200
35555851d7
newlib: strtold: use __builtin_nanl to avoid libm dependency
Corinna Vinschen
2018-10-10 17:53:55 +0200
682c4a9f1e
Implement nanl in newlib only
Corinna Vinschen
2018-10-10 17:49:53 +0200
323b48b975
Cygwin: lseek: return ESPIPE rather than EINVAL when called on a fifo
Corinna Vinschen
2018-10-10 13:20:04 +0200
9479563e48
newlib: Drop incorrect const qualifier from __loadlocale parameter
Corinna Vinschen
2018-10-10 11:18:02 +0200
201bbec6e4
Add attributes to malloc-like functions
Sebastian Huber
2018-09-28 11:12:48 +0200
b6ba19e355
[Aarch64] Syscalls: fix prototypes
Christophe Lyon
2018-10-01 19:10:10 +0000
8a7536e91d
[ARM] Make _kill() a noreturn function.
Christophe Lyon
2018-10-01 15:52:42 +0000
f53ce01125
Define _COMPILING_NEWLIB on aarch64 to define function prototypes from unistd.h.
Christophe Lyon
2018-10-01 21:16:40 +0000
9edf0810db
[Aarch64] Fix warning in _sbrk
Christophe Lyon
2018-10-01 19:08:40 +0000
3878d82a2b
[ARM] Cast string pointers to int to avoid compiler warnings.
Christophe Lyon
2018-10-01 17:22:43 +0000
71e187bc07
Update Arm copyright notices in new math files
Wilco Dijkstra
2018-09-27 17:03:32 +0000
9feedf23db
Update Arm entry in COPYING.NEWLIB.
Jeff Johnston
2018-09-25 15:10:46 -0400
805ba09050
Add documentation for stdio
sh3port_dev
Memallox
2018-09-19 11:58:25 +0200
25b53f80eb
Add _console_read() implementation which is called by the read syscall (does not work yet!)
Memallox
2018-09-07 14:00:06 +0200
e780de19b4
Pseudo-implement syscalls: lseek, close, fstat, isatty, raise, read
Memallox
2018-09-07 13:57:37 +0200
c9845b3687
Remove legacy syscall definitions and changed syscall signatures
Memallox
2018-09-07 13:55:07 +0200
fc3d7418d9
Add errno information to some not implemented syscalls. See https://sourceware.org/newlib/libc.html#Syscalls
Memallox
2018-09-07 13:51:30 +0200
481abf21ad
Enable newlib_io_c99_format to provide support for the %zu format specifier
Memallox
2018-08-31 20:51:46 +0200
c4024e42ed
Disable some newlib features by default to safe space
Memallox
2018-08-24 12:26:02 +0200
c40e651d90
Implement a console which is fed by the _write() syscall (and thus e.g. stdout) and redirect locate() to the console
Memallox
2018-08-31 18:04:44 +0200
c81076ab88
Add stdlib Casio syscall definitions
Memallox
2018-09-02 18:25:10 +0200
f0ae05e7c8
Add basic Casio syscalls (non-stdlib functionality) which are included into stdio.h
Memallox
2018-08-23 13:50:35 +0200
9e1879908d
Add target sh3eb to newlib/configure.host
Memallox
2018-08-21 18:51:00 +0200
30e5cab3b5
Add floating point definitions for sh3eb in ieeefp.c
Memallox
2018-08-21 18:52:12 +0200
5b11518570
Update the copied configure.ac files and run autoconf
Memallox
2018-08-21 18:49:30 +0200
ff76b3b326
Copy code from target sh to sh3eb
Memallox
2018-08-21 18:47:58 +0200
b64c66c8b6
Add IDE-specific paths to .gitignore
Memallox
2018-08-31 15:57:49 +0200
877a386d76
Fix the documentation comment of checkint
Szabolcs Nagy
2018-09-18 14:14:53 +0100
e3ddbeb84c
Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 2
Hans-Peter Nilsson
2018-09-13 17:48:48 +0200
a6837ca34f
Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1
Hans-Peter Nilsson
2018-09-13 17:45:39 +0200
d83404e418
Cygwin: console: make sure EnumFontFamiliesExW loop isn't infinite
Corinna Vinschen
2018-09-07 13:49:54 +0200
7a720bfe08
Cygwin: console: store replacement char directly
Corinna Vinschen
2018-09-07 13:48:35 +0200
60471176fd
Cygwin: console: don't hang in check_font with raster fonts
Corinna Vinschen
2018-09-07 13:43:48 +0200
bd993df0e6
search: Fix Berkeley DB hash code for 16-bit targets.
Jon Beniston
2018-09-06 13:53:15 +0100
77f8a6dfab
Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]
Keith Packard
2018-09-05 21:39:40 -0700
3b6994ec5f
stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_point
Keith Packard
2018-09-05 21:25:01 -0700
28ecec475f
Include sys/syslimits.h in limits.h
Keith Packard
2018-09-05 21:23:46 -0700
81e0841dbc
xdr_private.h needs sys/types.h for u_char
Keith Packard
2018-09-05 21:21:16 -0700
f92a4c5d2d
Document the log table generation method
Szabolcs Nagy
2018-09-05 12:15:55 +0100
7283d2513c
stdlib/arc4random.c: Fix reseed count for 16-bit targets.
Jon Beniston
2018-09-05 10:57:33 +0100
85c030a75f
Cygwin: console: device context is process private
Corinna Vinschen
2018-09-06 13:05:55 +0200
bf8aabe830
Cygwin: console: improve replacement char algorithm
Corinna Vinschen
2018-09-05 23:39:25 +0200
213d8cac24
Cygwin: console: use UNICODE API throughout
Corinna Vinschen
2018-09-05 13:08:33 +0200
9bbda85e27
Cygwin: Bump DLL version to 2.11.2
Corinna Vinschen
2018-09-05 13:02:09 +0200
6dbb20dfc7
Improve strstr performance of short needles
Wilco Dijkstra
2018-09-04 17:54:21 +0000
86c31ae47b
math_config.h: Fix signed overflow warning for 16-bit targets
Jon Beniston
2018-08-31 23:10:00 +0100
fcc1e7039f
e_scalb.c: Call scalbln instead of scalbn on 16-bit targets to ensure constant fits in an int.
Jon Beniston
2018-08-31 22:42:29 +0100
3017f23f1c
Avoid ARM SWI Seek when querying file position
Andy Koppe
2018-08-31 12:26:02 +0100
d1454de7b0
Cygwin: console: Print Unicode REPLACEMENT CHARACTER for invalid input chars
Corinna Vinschen
2018-09-01 21:34:34 +0200
3a880bf5e0
Cygwin: fix Win32 path ".." backtracking
Corinna Vinschen
2018-09-01 21:01:08 +0200
a9cfb33b6c
Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin for smaller and faster code.
Jon Beniston
2018-08-31 17:44:33 +0100
12b246c01c
Add README.md
Memallox
2018-08-21 18:53:19 +0200
fc3a8ecca5
Cygwin: Bump DLL version to 2.11.1
Corinna Vinschen
2018-08-31 13:01:23 +0200
d8ccbcdacc
Drop non-reserved parameter names from sys/signal.h
Andy Koppe
2018-08-29 15:37:13 +0100
82dfae9ab0
Use __inhibit_loop_to_libcall in all memset/memcpy implementations
Keith Packard
2018-08-27 11:32:31 -0700
088a45cdf6
Remove unused variable 'one' from sf_cos.c
Keith Packard
2018-08-27 11:32:29 -0700
2c245028af
Use nanf("") instead of nanf(NULL)
Keith Packard
2018-08-27 11:32:28 -0700
9e032fd939
RISC-V: Fix _sbrk, it's failed only when return value is -1.
Denis Ivanov
2018-07-06 19:03:23 +0300
258996b696
RISC-V: Fixed return code in _times syscall.
Denis Ivanov
2018-07-06 12:03:15 +0300
03cd2c4efa
Cygwin: Accommodate logon sessions on Windows 10
Corinna Vinschen
2018-08-28 11:26:52 +0200
3aba266aa9
Cygwin: drop workaround for missing USER_INFO_24 definition
Corinna Vinschen
2018-08-28 11:24:59 +0200
fc8aaa40fe
Cygwin: add release note for previous ACL changes
Corinna Vinschen
2018-08-27 18:30:59 +0200
33b8c406dc
Cygwin: Add name->SID conversion for self-constructed names
Corinna Vinschen
2018-08-27 18:28:33 +0200
fcfcc288c4
Cygwin: don't return valid acl entry type for unknown SID
Corinna Vinschen
2018-08-27 13:30:55 +0200
6706b19a97
Cygwin: Remove union wait
Corinna Vinschen
2018-08-24 20:57:47 +0200
d13c84eb07
RTEMS: Add kvaddr_t and ksize_t
Sebastian Huber
2018-08-23 11:50:46 +0200
d35971f392
RTEMS: Introduce <machine/_kernel_mman.h>
Sebastian Huber
2018-08-10 07:45:23 +0200
a2a8600f7d
RTEMS: Introduce <machine/_kernel_socket.h>
Sebastian Huber
2018-08-09 07:04:00 +0200
764d748c9c
RTEMS: Introduce <machine/_kernel_if.h>
Sebastian Huber
2018-08-08 12:06:48 +0200
0c0dd28596
RTEMS: Introduce <machine/_kernel_in.h>
Sebastian Huber
2018-08-08 11:56:27 +0200
9ce55ee716
RTEMS: Introduce <machine/_kernel_in6.h>
Sebastian Huber
2018-08-08 11:51:11 +0200
c07fa084e0
RTEMS: Introduce <machine/_kernel_uio.h>
Sebastian Huber
2018-08-07 15:35:37 +0200
9bbf89dd11
RTEMS: Add __BSD_VISIBLE in <sys/_termios.h>
Sebastian Huber
2018-08-08 11:04:10 +0200
890c86d633
RTEMS: Update FreeBSD version tags
Sebastian Huber
2018-08-08 11:34:34 +0200
fe3e8b90dc
Add SOL_SOCKET level socket option
tuexen
2018-08-21 14:04:30 +0000
823b096471
Implement a limit on on the number of IPv6 reassembly
jtl
2018-08-14 17:27:41 +0000
0e5c59050d
Add a limit of the number of fragments per IPv6 packet.
jtl
2018-08-14 17:26:07 +0000