Files
RedBear-OS/recipes/tools/gnu-binutils/source/include/sim/ChangeLog-2021
T
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

47 lines
1.3 KiB
Plaintext

2021-06-29 Mike Frysinger <vapier@gentoo.org>
* sim/callback.h (struct host_callback_struct): Add ATTRIBUTE_PRINTF
to printf functions.
2021-06-24 Mike Frysinger <vapier@gentoo.org>
* sim/callback.h (struct host_callback_struct): Add arg5, arg6, and
arg7.
2021-06-23 Mike Frysinger <vapier@gentoo.org>
* sim/callback.h (struct host_callback_struct): Add kill.
2021-06-22 Mike Frysinger <vapier@gentoo.org>
* sim/callback.h (struct host_callback_struct): Add getpid.
2021-05-14 Mike Frysinger <vapier@gentoo.org>
* sim/callback.h (struct host_callback_struct): Change lseek return and
3rd arg to int64_t. Change truncate & ftruncate 3rd arg to int64_t.
2021-05-14 Mike Frysinger <vapier@gentoo.org>
* callback.h: Include stdint.h.
(struct host_callback_struct): Change time return to int64_t. Delete
2nd arg.
2021-05-14 Mike Frysinger <vapier@gentoo.org>
* callback.h (p1, p2): Change PTR to void*.
(cb_host_to_target_stat): Likewise.
2021-05-14 Mike Frysinger <vapier@gentoo.org>
* callback.h (error): Replace __attribute__ with ATTRIBUTE_NORETURN.
2021-05-14 Mike Frysinger <vapier@gentoo.org>
* callback.h: Delete va_start define check.
2021-05-14 Mike Frysinger <vapier@gentoo.org>
* callback.h: Moved from ../gdb/callback.h.
* sim.h: Moved from ../gdb/remote-sim.h.