Timeline
2019-02-03:
- 22:49 Changeset in mainline [472fe7a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix ccheck
- 17:03 Changeset in mainline [8f99dbf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Move non-optimization attribute from header to implementation
- 15:53 Ticket #794 (Cannot ping QEMU gateway (10.0.2.2)) created by
- Dynamic linking support for amd64 somehow regressed the ability to …
- 14:56 Changeset in mainline [b4f1171]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Rename setjmp/longjmp to context_save/context_restore Once …
- 14:35 Changeset in mainline [a5c78a18]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Rename context_t to context_t <libarch/fibril_context.h> is …
2019-02-02:
- 17:05 Changeset in mainline [67ca359]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Functions in <ctype.h> should be external Standard says so.
- 16:23 Changeset in mainline [92244ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- .tm_nsec of struct tm cannot be conditional Doing so means that any …
2019-02-01:
- 23:49 Changeset in mainline [3446ead]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove unnecessary include
- 22:54 Changeset in mainline [e77d408]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- doxygen: Enumerate input directories to avoid pulling in unintended files
- 22:32 Changeset in mainline [00b7fc8] by
- wip
- 22:32 Changeset in mainline [f959a20f] by
- Avoid directly using .head/.next/.prev of list_t/link_t Use existing …
- 22:30 Changeset in mainline [3ede440] by
-
Change the meaning of
counter
in fibril mutex Previously analogous … - 22:22 Changeset in mainline [1a37496]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Use FIBRIL_MUTEX_INITIALIZE() not FIBRIL_MUTEX_INITIALIZER()
- 22:21 Changeset in mainline [8fdab9e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove unused variable
2019-01-30:
- 15:08 Ticket #793 (Clang build broken) updated by
- Also it seems the Clang build invokes g++ instead of …
- 14:55 Ticket #793 (Clang build broken) created by
-
As of current master Clang build fails. It is due to
-Werror
and …
2019-01-29:
- 22:49 Ticket #792 (Clang checker broken) updated by
- Why do we even define COPYRIGHT (and RELEASE, NAME) unconditionally? …
- 13:07 Ticket #792 (Clang checker broken) created by
- Running clang checker will fail. There are two problems that need to …
2019-01-28:
- 16:28 Changeset in mainline [d4f9a2a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Bump sycek
- 16:08 Changeset in mainline [dedc4cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix non-static variables in header files (ccheck)
- 15:47 Changeset in mainline [8d2289c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix use of 'extern' with function def. (ccheck)
- 15:41 Changeset in mainline [67bcd81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Move bcm2835 mbox code from headers to C files (ccheck) New ccheck …
- 07:46 Changeset in mainline [3fea752]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge changes to benchmarking tool (PR #151) This merges refactoring …
2019-01-22:
- 21:36 Changeset in mainline [182487c6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- ppc32, arm32: clobber memory on syscall As the syscall may touch …
- 21:36 Changeset in mainline [e5ace7d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- mips32: clobber memory on sycall (thx Adam Frey) As the syscall may …
- 16:35 Changeset in mainline [c3fa24e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Use LIST_INITIALIZER() macro
- 15:57 Changeset in mainline [b51ee38]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove leftover definition
- 15:51 Changeset in mainline [3e40b4e] by
- ppc32, arm32: clobber memory on syscall As the syscall may touch …
- 13:19 DeveloperDocs/CPUArch edited by
- Itanium SysV-ABI (diff)
- 13:15 DeveloperDocs/CPUArch edited by
- (diff)
- 12:54 ReleaseNotes/Mainline edited by
- Dynamic linking on arm32 and ppc32 (diff)
- 12:51 ArchFeature edited by
- arm32 dynamic linking (diff)
- 12:16 Changeset in mainline [3ffb69b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Dynamic linking for arm32
- 12:05 ArchFeature edited by
- Dynamic linking on ppc32 (diff)
- 09:50 DeveloperDocs/CPUArch edited by
- ARM/ELF (diff)
2019-01-21:
- 21:57 Ticket #791 (dlsym/dl_get_public_fib_var test fails on ppc32) created by
- On ppc32 with optimization -O2/-O3 and a static thread-local variable, …
- 18:01 Changeset in mainline [871cff9a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: add options to set duration and run count
- 13:52 Changeset in mainline [2d81880]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: explain why we inline
- 13:50 Changeset in mainline [9736c00]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: variable renaming
- 13:49 Changeset in mainline [be30e74]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: comments
- 13:45 Changeset in mainline [94d52d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: do not force inlining These functions are not performance …
- 13:39 Changeset in mainline [d17cf8c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: remove global state Move benchmark parameters into a …
- 13:20 Changeset in mainline [e7f9a09]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: less parameters to benchmark runners Merge stopwatch as well …
2019-01-20:
- 15:59 Changeset in mainline [e5360a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Unnecessary public include
- 15:59 Changeset in mainline [57264ac3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Unnecessary include
- 15:59 Changeset in mainline [d8cb48d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove FIBRIL_DFLT_STK_SIZE macro
- 15:56 Changeset in mainline [4f13e19]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove async "fast" and "slow" functions from public interface (#153) …
- 10:02 Changeset in mainline [eefdd7c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Dynamic linking for ppc32
- 00:55 Changeset in mainline [a131536d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Assert we don't exceed supported number of slots
2019-01-19:
- 20:46 DeveloperDocs/CPUArch edited by
- (diff)
- 20:33 DeveloperDocs/CPUArch edited by
- Update links for ARM (diff)
- 18:30 Changeset in mainline [b71ec66]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix typo
2019-01-18:
- 22:15 Changeset in mainline [394e22f] by
- Add async_data_read/write_forward_x_y() variants
- 19:18 Changeset in mainline [4248ce5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Do not require python2
2019-01-17:
- 12:50 DeveloperDocs/CPUArch edited by
- (diff)
- 12:49 DeveloperDocs/CPUArch edited by
- (diff)
- 11:58 DeveloperDocs/CPUArch edited by
- (diff)
2019-01-16:
- 18:07 Changeset in mainline [7dcce0a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- cpp: abort and report when an unimplemented function is called
2019-01-15:
- 15:47 Changeset in mainline [cf9e949]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix oops.
- 15:21 Changeset in mainline [623b2134]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Bump sycek (enforce no indentation on blank lines)
- 00:28 DeveloperDocs/CPUArch edited by
- A64 instruction set (diff)
2019-01-14:
- 22:24 ReleaseNotes/Mainline edited by
- Dynamic linking on sparc64 (diff)
- 18:44 ArchFeature edited by
- (diff)
- 18:31 ArchFeature edited by
- Dynamic linking on sparc64 (diff)
- 17:54 Ticket #790 (sun4v freezes randomly in Qemu) updated by
-
Status, Owner changed
Also happens in QEMU 3.1. Will have a look. - 17:53 Changeset in mainline [d4ceba0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix comments
- 17:50 ArchFeature edited by
- (diff)
- 17:13 ArchFeature edited by
- GXtest no longer supported; add PCI feature (diff)
- 16:52 Changeset in mainline [1c3c287]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Dynamic linking on sparc64
- 16:33 Ticket #790 (sun4v freezes randomly in Qemu) created by
- As of current HelenOS master, running in Qemu 2.12.0, HelenOS freezes …
- 14:38 Changeset in mainline [8e3bc063]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- dltest needs test that calls a function During bringup of dynamic …
2019-01-13:
- 15:15 Changeset in mainline [e0e5e6f5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- PCI utility does not need any libraries
2019-01-12:
- 15:09 Changeset in mainline [ad40b74b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- cpp: abort and report when an unimplemented function is called
- 09:18 Changeset in mainline [daab04c9] by
- PCUT failed because of strndup() PCUT showed one failure which …
- 07:16 Changeset in mainline [cdec2a1] by
- correcting location of pcut test for odict
2019-01-11:
- 19:41 Changeset in mainline [5b3e74a] by
- Remove async "fast" and "slow" functions from public interface "fast" …
- 18:17 Changeset in mainline [fec7ba0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Avoid including <fibril.h> from <async.h>
- 17:24 Changeset in mainline [dcec5d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Use the correct types in <cstdint>
- 17:24 Changeset in mainline [b251af5a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove <lib/cpp/include/bits/common.hpp>, which is no longer necessary
- 12:49 Changeset in mainline [6480827]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Alignment workaround is just for amd64 Oops, this was never meant for …
- 08:37 Changeset in mainline [05cb995] by
- mips32: clobber memory on sycall (thx Adam Frey) As the syscall may …
2019-01-10:
- 21:07 Changeset in mainline [94ebebf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: turn comments into doc-blocks
- 20:54 Changeset in mainline [51a04bd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- libc: clarify stopwatch documentation
- 20:51 Changeset in mainline [5fbc1f9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- libc: stopwatch API symmetry
- 20:37 Changeset in mainline [a91b828]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge PR #150 from vhotspur/defaults This is change is mostly …
- 18:39 Changeset in mainline [0a520db]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Change static_assert to its standard definition
- 08:22 Changeset in mainline [f47c2dc1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- removed some trailing whitespace
- 08:22 Changeset in mainline [856be6e9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Update README.md
- 08:22 Changeset in mainline [f4a0b43]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Added screenshot
2019-01-09:
- 20:30 Changeset in mainline [fb5f28e] by
- Merge https://github.com/adamnemecek/helenos
- 20:30 Changeset in mainline [55b87a0] by
- removed some trailing whitespace
- 19:12 Changeset in mainline [adc07b5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Update README.md
- 19:12 Changeset in mainline [2d156bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Added screenshot
- 18:13 Changeset in mainline [92a89b1] by
- Update README.md
- 17:44 Ticket #773 (Ancient coastline GCC won't build for MIPS) updated by
-
Summary changed
- 17:44 Ticket #773 (Ancient coastline GCC won't build for MIPS) updated by
-
Owner, Status changed
The issue here is that the ancient coastline GCC is not patched enough … - 15:11 Changeset in mainline [272a293]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge upstream changes
- 13:29 ReleaseNotes/Mainline edited by
- Dynamic linking on amd64 (diff)
- 13:27 ArchFeature edited by
- amd64 now has dynamic linking (diff)
- 13:25 Ticket #648 (Extend dynamic linking support to (an)other architecture(s)) updated by
- The bulk of the amd64 support was added in commit …
- 13:23 Ticket #648 (Extend dynamic linking support to (an)other architecture(s)) updated by
- Support for dynamic linking on amd64 was added with commit …
- 13:18 Ticket #789 (Loading as a service) created by
- Currently binaries are loaded by spawning a new instance of the loader …
- 13:03 Ticket #788 (Ns should track tasks through their entire life cycle) created by
- Ns currently acts partially as the restarter for tasks, but it forgets …
- 12:54 Ticket #787 (Taskdump needs to undertand shared objects) created by
- Taskdump cannot correctly translate an address of a symbol residing in …
- 12:47 Changeset in mainline [60c96cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- boot image: GUI apps are not always essential If the platform …
- 12:45 Changeset in mainline [3bf8a75]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- boot image: use higher compression ratio This should save few bytes …
- 12:43 Changeset in mainline [1aa9eff]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- defaults: include PCUT tests on ia32 and amd64 We should run PCUT …
- 12:38 Changeset in mainline [1567471]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Enable dynamic linking on amd64
- 08:27 Changeset in mainline [c2db02a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: add fibril_mutex benchmark Not very sophisticated but not …
2019-01-08:
- 21:32 Lab edited by
- (diff)
- 21:29 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) closed by
- fixed
- 21:27 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) updated by
- Thanks for fixing this! Successfully tested on gta02, rpi and bbone. …
- 19:48 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) updated by
- Somehow I omitted support for ARMv4 entirely — it defaulted to ARMv5. …
- 14:56 FAQ edited by
- (diff)
- 13:27 Changeset in mainline [d3e938c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Dynamic linking on amd64 (WIP) After modifying HelenOS.config, it is …
- 12:50 Changeset in mainline [9c4df21]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Should never link static libc into shared library This could happen …
2019-01-07:
- 20:50 Ticket #759 (Incremental build is broken) closed by
- fixed: Not exactly sure if it's something I originally missed, or if some …
- 20:47 Changeset in mainline [3d7594d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix dependency tracking for libc and shared libraries
- 20:03 Ticket #773 (Ancient coastline GCC won't build for MIPS) updated by
-
Status, Owner changed
- 20:02 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) updated by
-
Status, Owner changed
- 12:56 Changeset in mainline [ebb0835]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: add tiny wrapper around stopwatch_t This prepares the harness …
- 12:31 Ticket #734 (Devman should probe alternative matches) closed by
- fixed: This was fixed in commit …
- 11:23 Ticket #653 (Advanced shell scripting in Bdsh) updated by
- I prefer that we implement a new shell from scratch with cleaner code …
- 10:27 Ticket #786 (Sysinfo mapping of OFW properties is broken) updated by
- The way I read the standard the root node can't have non-empty name, …
2019-01-06:
- 22:33 Changeset in mainline [a787081]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: do not shorten identifiers at all costs
- 22:29 Changeset in mainline [77b01fe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: add Doxygen groups
- 22:28 Changeset in mainline [d926f42]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- hbench: one header is enough
- 22:19 Changeset in mainline [fe656783]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Rename perf to hbench The main reason for the rename is that perf …
- 18:38 Changeset in mainline [9363e258] by
- Added screenshot
- 17:39 Ticket #786 (Sysinfo mapping of OFW properties is broken) updated by
- The change I made would create 'firmware.foobar' for an OFW root node …
- 15:55 Ticket #786 (Sysinfo mapping of OFW properties is broken) updated by
- Thanks. What I meant was, if IEEE 1275 allowed the root node to have …
- 13:59 Ticket #650 (Implement support for a MikroTik RouterBoard (mips32)) closed by
- deferred
- 13:55 Ticket #785 (vterm sometimes crashes) updated by
-
Milestone changed
- 13:55 Ticket #779 (ls -r crashes in an empty directory) updated by
-
Milestone changed
- 13:52 Ticket #356 (PCI info utility) updated by
-
Milestone changed
- 13:51 Ticket #786 (Sysinfo mapping of OFW properties is broken) updated by
-
Milestone changed
- 13:51 Ticket #786 (Sysinfo mapping of OFW properties is broken) closed by
- fixed: I fixed this in commit 063a364794dc48510948ecc3cf9196cd0a7cee9e by …
- 13:45 Changeset in mainline [063a3647]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make the OFW tree root appear as 'ofw' in sysinfo The OFW root node …
- 09:34 Changeset in mainline [af7b85b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- ps2mouse needs to deal with pre-enabled reporting Grub 2 enables ps2 …
- 09:33 Ticket #781 (PS/2 mouse on HW can break due to early activity) updated by
- It seems that this should be fixed by: * disabling mouse reporting …
- 09:31 Ticket #781 (PS/2 mouse on HW can break due to early activity) updated by
-
Owner, Status changed
- 09:30 Ticket #781 (PS/2 mouse on HW can break due to early activity) updated by
- As I thought the problem is caused by Grub enabling mouse reporting. …
2019-01-05:
- 18:56 Ticket #786 (Sysinfo mapping of OFW properties is broken) updated by
- Not sure why I wasn't able to dump it before, it works for me now, …
- 13:39 Ticket #786 (Sysinfo mapping of OFW properties is broken) updated by
-
On ppc32, I can successfully dump
firmware..packages.cmdline
and … - 13:01 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) updated by
-
Summary changed
- 12:59 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) updated by
-
Summary, Component changed
- 12:56 Ticket #776 (Kernel test slab2 hangs on SKI) closed by
- worksforme
2019-01-04:
- 21:22 Changeset in mainline [f2d88f3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add forgotten changes to enable non-blocking chardev read
- 21:15 Changeset in mainline [06412ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add chardev the option of non-blocking read
- 15:48 Changeset in mainline [1bad5fd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove bnchmark application The benchmarks included in this …
- 15:46 Changeset in mainline [13b1b48]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: add benchmarks from bnchmark application Probably it should be …
- 15:00 Changeset in mainline [f85546d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: add benchmark parameters Added API for extra benchmark …
Note:
See TracTimeline
for information about the timeline view.