History log of /relibc/src/ (Results 151 – 175 of 1212)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d69c115416-Jun-2021 4lDO2 <4lDO2@protonmail.com>

Compile on latest nightly.

This also replaces all the assembly that previously used the AT&T style
with the (in my opinion) superior Intel syntax.

I tried prepending `.att_syntax prefix`, but that

Compile on latest nightly.

This also replaces all the assembly that previously used the AT&T style
with the (in my opinion) superior Intel syntax.

I tried prepending `.att_syntax prefix`, but that did not work...

show more ...

700c53cf19-Mar-2021 4lDO2 <4lDO2@protonmail.com>

Update toolchain to 2021-06-15

b472cb8710-May-2021 Jeremy Soller <jeremy@system76.com>

trace ldso path and mmap address

602fd9fe29-Apr-2021 Jeremy Soller <jeremy@system76.com>

Fixes for TCB arch_read on aarch64

075fd5be27-Mar-2021 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'gmtime-yday-fix' into 'master'

Simplify gmtime_r() day-of-year calculation, correct comment

See merge request redox-os/relibc!311

9e8cd0bf23-Mar-2021 Peter Limkilde Svendsen <peter.limkilde@gmail.com>

Centralize page size info in platform abstraction

7012c26217-Mar-2021 Jeremy Soller <jeremy@system76.com>

Use sched_yield when sleeping with msecs == 0

307cd56812-Mar-2021 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'fix-tcsetattr' into 'master'

Handle TCSETSW and TCSETSF in ioctl

Closes #168

See merge request redox-os/relibc!324

49e3e44b06-Dec-2020 Noah <33094578+coolreader18@users.noreply.github.com>

Handle TCSETSW and TCSETSF in ioctl

031194b928-Feb-2021 Jeremy Soller <jeremy@system76.com>

Use header files in dlmalloc

6b5706dc28-Feb-2021 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'time-utc-cast' into 'master'

Use as-less cast for UTC string

See merge request redox-os/relibc!331

6b183aef27-Feb-2021 Jeremy Soller <jeremy@system76.com>

Replace use of int 80h with syscall in __restore_rt

f49be31718-Feb-2021 Peter Limkilde Svendsen <peter.limkilde@gmail.com>

Use as-less cast

e24d27a014-Feb-2021 Jeremy Soller <jeremy@system76.com>

Use UTF-8 for redox paths

caad589f20-Jan-2021 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'bufwriter' into 'master'

Use BufWriter (instead of LineWriter) for FILEs other than stdout and stderr

See merge request redox-os/relibc!328

a16f535e18-Jan-2021 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'aarch64-fixups' into 'master'

aarch64: TLS arch_read implementation

See merge request redox-os/relibc!330

886f467a18-Jan-2021 Robin Randhawa <robin.randhawa@arm.com>

aarch64: TLS arch_read implementation

910fb59014-Jan-2021 Mateusz Tabaka <tab.debugteam@gmail.com>

Change ld.so linker script file name for x86_64 Linux to fix compilation issue

02f202ff14-Jan-2021 Mateusz Tabaka <tab.debugteam@gmail.com>

Use BufWriter (instead of LineWriter) for FILEs other than stdout and stderr

BufWriter has more capacity (8k vs 1k) and doesn't flush the stream after '\n'.
That change helps to reduce the number of

Use BufWriter (instead of LineWriter) for FILEs other than stdout and stderr

BufWriter has more capacity (8k vs 1k) and doesn't flush the stream after '\n'.
That change helps to reduce the number of syscalls, especially when dealing with text files.

Since BufWriter has a different way of getting number of pending elements than LineWriter -
Pending trait was introduced to deal with that.

show more ...

d94e445a11-Jan-2021 Jeremy Soller <jeremy@system76.com>

Remove Linux search paths from Redox ld_so

3c1300e811-Jan-2021 Jeremy Soller <jeremy@system76.com>

Improvements for aarch64 support

ccee7eae05-Jan-2021 Jeremy Soller <jackpot51@gmail.com>

Merge branch 'tlssym' into 'master'

Fix dlsym of TLS variables

See merge request redox-os/relibc!327

6497d71d30-Dec-2020 Mateusz Tabaka <tab.debugteam@gmail.com>

Fix dlsym of TLS variables

6332828729-Dec-2020 Mateusz Tabaka <tab.debugteam@gmail.com>

Call DSO destructors during exit()

021a8e0003-Jan-2021 Mateusz Tabaka <tab.debugteam@gmail.com>

Fix stdio/scanf test case

inner_scanf prematurely exited before parsing collected string

12345678910>>...49