Timeline
2019-02-18:
- 17:03 Changeset in mainline [76ec309b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Correct ipow10_u64() for large exponents theoretically ipow10_u64() …
- 17:03 Changeset in mainline [a4ee8b3f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make sure rndgen_destroy() always gets called The original …
- 17:03 Changeset in mainline [b2dca036]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove dead code from app/df The app used to have a test for missing …
- 17:03 Changeset in mainline [6c707e4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add an implementation of uuid_format
- 17:03 Changeset in mainline [ab7d85a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove unnecessary test from uuid parser The original parser tested …
- 17:03 Changeset in mainline [bae2a05f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Update file description for gsort.c This commit removes the old file …
- 17:02 Changeset in mainline [88e7dc5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add pcut tests Adds tests for cap, gsort, ieee_double, double_to_str, …
- 16:18 Changeset in mainline [fc9167f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Correct location of pcut test for odict
2019-02-15:
- 14:08 Changeset in mainline [0f51ca4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Update libpcut from upstream
- 14:07 Changeset in mainline [43dd2d4b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- libpcut update-from-master needs full bash to work
- 13:34 Changeset in mainline [0f6a85ae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix version 4 UUID generation According to the standard, the 4 most …
- 13:10 Changeset in mainline [9f4ce50]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix test of the comparison function in gsort() Comparison functions …
- 13:02 Changeset in mainline [89e3152]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix strndup() PCUT showed one failure which occured while testing the …
2019-02-14:
- 14:56 Changeset in mainline [69eaaeee] by
- removing unneeded test case in getopt
- 01:09 Changeset in mainline [fc448f5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Bump sycek Ccheck now reports meaningful issues where it would …
2019-02-12:
- 20:42 Changeset in mainline [ab936440]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge branch 'master' into bdsh_alias Conflicts: …
- 19:59 Changeset in mainline [9e7406a] by
- Revert "Ensures that the exponent is smallest possible value if 0.0" …
- 16:41 Changeset in mainline [401415a] by
- correcting lexicographical order of libc tests
- 14:40 Changeset in mainline [62101bee] by
- updating PCUT_ASSERT_INT_EQUALS PCUT has been updated but not the …
- 14:39 Changeset in mainline [db29c34] by
- removing unnecessary comment
2019-02-11:
- 23:08 Changeset in mainline [aaf9789c] by
- syntax correction according make ccheck
- 22:31 Changeset in mainline [d5a89a3] by
- merging with upstream/master
- 15:01 Changeset in mainline [4805495]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make sure libc and abi header guards are reserved identifiers It's …
- 14:56 Changeset in mainline [8df5f20]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Rename NO_TRACE to _NO_TRACE <trace.h> may end up transitively …
- 14:08 Changeset in mainline [e3272101] by
- make ilog10_u64() return an errno_t The function ilog10_u64() used to …
- 13:49 Changeset in mainline [aa57bf7] by
- correcting ipow10_u64() for large exponents theoretically …
- 13:49 Changeset in mainline [8f18f1e] by
- adding test cases for imath
2019-02-10:
- 20:49 Changeset in mainline [f52ce72] by
- Make sure rndgen_destroy() always gets called The original …
- 20:46 Changeset in mainline [5f39027] by
- removing dead code from app/df The app used to have a test for …
- 20:46 Changeset in mainline [d55abe8b] by
- correcting uuid_generate When created an UUID randomly it could occur …
- 13:27 Changeset in mainline [391996b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Hide internal details of <dirent.h> structure DIR
- 13:21 Changeset in mainline [b583311]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Serial keyboard could handle Ctrl-Q et al.
- 12:55 Changeset in mainline [d6b759c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Switch travis from Ubuntu Trusty (2014) to Xenial (2016)
2019-02-09:
- 18:31 Changeset in mainline [ed3d605] by
- Adding an implementation of uuid_format
- 18:28 Changeset in mainline [a508e82] by
- adding test cases for uuid
- 10:49 Changeset in mainline [84331cf] by
- removing unnecessary test from uuid parser The original parser tested …
- 10:48 Changeset in mainline [2c7ef07] by
- adding test cases for getopt
2019-02-08:
- 12:55 Changeset in mainline [46483f9] by
- adding test cases for double_to_str
- 12:55 Changeset in mainline [d3c129d] by
- changed type for preventing overflowing
- 12:55 Changeset in mainline [f08da1c] by
- Ensures that the exponent is smallest possible value if 0.0 The old …
- 12:55 Changeset in mainline [d64303b] by
- Adding test case for ieee_double
- 12:55 Changeset in mainline [0e60443] by
- Correcting test of the comparison function This commit removes the …
- 12:55 Changeset in mainline [bc694b0] by
- Adding pcut test for gsort
- 12:55 Changeset in mainline [1bdfbe52] by
- Adding pcut test for cap
- 10:38 Ticket #794 (Cannot ping QEMU gateway (10.0.2.2)) updated by
- Not sure how we could have ever gotten correct payload from the ping …
- 10:37 Ticket #794 (Cannot ping QEMU gateway (10.0.2.2)) closed by
- fixed: Fixed in …
- 10:36 Ticket #794 (Cannot ping QEMU gateway (10.0.2.2)) updated by
- I could only reproduce this problem on amd64 with shared libraries …
- 10:28 Changeset in mainline [758c79d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix pointer computation for IPv6 ping reply, too It's good to be able …
- 10:20 Changeset in mainline [f0bc6f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix pointer computation for ping reply Under the right circumstances …
2019-02-06:
- 23:45 Changeset in mainline [2332e13]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Forgot to enable dynamic linking in ppc32 profile
- 22:23 HardwareSupport edited by
- (diff)
- 22:15 Changeset in mainline [8fed3ef]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Improve error handling in virtio-net
- 17:56 Changeset in mainline [e2f332c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix ccheck
- 17:43 HardwareSupport edited by
- (diff)
- 17:38 ReleaseNotes/Mainline edited by
- (diff)
- 17:30 Changeset in mainline [13eecc4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add virtio-blk driver
- 13:25 Changeset in mainline [95a47b0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Turn ipc_get_*/ipc_set_* into functions
- 13:25 Changeset in mainline [fafb8e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Mechanically lowercase IPC_SET_*/IPC_GET_*
- 13:25 Changeset in mainline [eb13ef8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Change IPC_GET_* and IPC_SET_* to accept pointer instead of lvalue
- 13:25 Changeset in mainline [bb97118]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Convert CAP_HANDLE_RAW and CAP_HANDLE_VALID into functions
2019-02-05:
- 20:25 Changeset in mainline [a1f173d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Use VIRTIO 1.0 layout of virtio_net_hdr_t When VIRTIO_F_VERSION_1 is …
- 20:25 Changeset in mainline [d80fa05]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Accept VIRTIO_F_VERSION_1
- 18:26 Changeset in mainline [1d2f85e] by
- Change documentation of <str.h> functions to use unambiguous terms
- 18:26 Changeset in mainline [08e103d4] by
- Use clearer naming for string length functions This and the following …
- 17:42 Changeset in mainline [d066259]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Synchronize str.c/str.h across boot/kernel/uspace
- 16:00 Changeset in mainline [cca2d93b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Rename (v)printf_size to (v)print_length, to match <str.h> naming scheme
- 15:25 Changeset in mainline [4f4018b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Do not misuse printf_size() to estimate byte size of output The …
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
-
Owner, Status 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
-
Status, Owner 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
-
Owner, Status 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 …
2019-01-03:
- 22:23 Changeset in mainline [c477c80]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix some common misspellings
- 21:58 Ticket #652 (Graphics stack (GUI) improvements) updated by
- The GUI should also correctly handle various …
- 10:24 Changeset in mainline [a362c16]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: a bit of documentation
- 09:49 Changeset in mainline [60029df]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: add CSV output Use -o filename to store benchmark results …
- 09:20 Changeset in mainline [043d464f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: add hint for ping_pong benchmark
- 06:53 Changeset in mainline [b9f1585]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge upstream changes
- 02:19 Ticket #652 (Graphics stack (GUI) improvements) updated by
- This ticket calls for incremental improvements, but the GUI needs more …
- 01:53 Ticket #652 (Graphics stack (GUI) improvements) updated by
-
Owner, Status changed
- 01:43 Ticket #481 (Support for IEEE802.11 wireless networking (a.k.a. WiFi)) closed by
- fixed: WiFi support was integrated in Bazaar changeset …
- 01:31 ReleaseNotes/Mainline edited by
- pci utility (diff)
- 01:27 Ticket #356 (PCI info utility) closed by
-
fixed: I added a utility named
pci
and corresponding backend in … - 01:24 Ticket #356 (PCI info utility) updated by
-
Owner, Status changed
- 00:53 Changeset in mainline [7acd787]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Utility for listing PCI devices Currently all information presented …
2019-01-02:
- 21:17 Changeset in mainline [b4a4ad94]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: compute average throughput correctly The correct way to compute …
- 13:50 Changeset in mainline [79bb48e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: use the right type
- 10:41 Changeset in mainline [ca645a2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Slightly improve KFB scrolling speed
2019-01-01:
- 22:07 Lab edited by
- (diff)
- 22:06 Lab edited by
- (diff)
- 22:03 Ticket #784 (HelenOS does not boot on Dell PowerEdge 3250) closed by
- fixed: Fixed in commit …
- 21:48 Changeset in mainline [e8d3165e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Treat additional region types as available memory In order for the …
- 19:58 Changeset in mainline [858469f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix formatting for Sycek Hopefully, it makes the code more readable.
- 19:53 Changeset in mainline [713ba400]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Refactoring in tester and perf Use can_cast_size_t_to_int instead of …
- 19:45 Changeset in mainline [32236e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add can_cast_size_t_to_int There are already several places where we …
- 17:45 Changeset in mainline [7e85d2b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: variable renaming
- 17:43 Changeset in mainline [980611d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: use uint64_t for workload size We also check that we do not …
2018-12-31:
- 23:45 Ticket #532 (Remote Framebuffer server) closed by
- fixed: I think this was fixed by […] and appeared in HelenOS 0.6.0. …
- 23:23 Ticket #246 (Make working directory a per-thread property) closed by
- wontfix: I changed my mind. Global state is bad. Thread- or fibril-specific …
- 21:22 Ticket #786 (Sysinfo mapping of OFW properties is broken) created by
- It appears OFW device nodes are mapped to sysinfo nodes having names …
- 18:29 Ticket #697 (Kernel console is painfully slow on Freerunner) updated by
- The most obvious fix is to hoist BB_POS() out of the innermost loop. I …
- 18:24 Ticket #697 (Kernel console is painfully slow on Freerunner) updated by
- I believe the main cause is that the macro BB_POS(), which is called …
- 14:27 Ticket #697 (Kernel console is painfully slow on Freerunner) updated by
- Kernel FB scrolling slowed down remarkably with Bazaar changeset …
2018-12-30:
- 21:20 Ticket #776 (Kernel test slab2 hangs on SKI) updated by
- Four hours? Yikes. OK it's not a bug. But is the amount of computing …
- 19:26 Ticket #776 (Kernel test slab2 hangs on SKI) updated by
- If there are no objections, I would like to close this as not a defect.
- 17:41 Ticket #785 (vterm sometimes crashes) closed by
- fixed: tinput sometimes forgot to correct screen position when it could have …
- 17:35 Ticket #785 (vterm sometimes crashes) updated by
-
Owner, Status changed
- 11:49 Changeset in mainline [68f1254c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Terminal/console need to handle invalid coordinates …
2018-12-29:
- 20:41 Ticket #779 (ls -r crashes in an empty directory) closed by
- fixed: Fixed in commit 59cce2229acdeaeeefbb99985a65996c7cd9d9c7.
- 20:37 Changeset in mainline [59cce22]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Prevents 'ls -r' from crashing when executed in an empty directory …
- 20:19 Changeset in mainline [599a1c7] by
- Prevents 'ls -r' from crashing when executed in an empty directory …
- 20:09 Changeset in mainline [e70f1ae] by
- Preventing find_command() to find cmds without a './' prefix This …
- 18:28 Changeset in mainline [96e9434] by
- correcting find_command() which returns allocated strings The old …
- 11:54 Changeset in mainline [6371eb47]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- vfs: unlock namespace lock when fd allocation fails Signed-off-by: …
2018-12-28:
- 13:56 Changeset in mainline [d5caf79]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: hide more benchmark implementation It is much easier to …
- 13:53 Changeset in mainline [c7de81b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: fix thruput computation
- 09:32 Changeset in mainline [3bd74758]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- perf: huge refactoring The overall aim of this refactoring was to …
- 09:31 Changeset in mainline [8ee106b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add stopwatch_t for precise wallclock measurement The idea is to …
2018-12-27:
- 17:55 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) updated by
- This is my configuration: […]
- 17:34 Lab edited by
- (diff)
- 17:27 Ticket #782 (HelenOS does not boot on Raspberry Pi) closed by
- fixed: Fixed in commit …
- 17:14 Changeset in mainline [accdbd8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Create mappings also for the kernel If needed, create also dedicated …
- 00:02 Ticket #782 (HelenOS does not boot on Raspberry Pi) updated by
- Ok, I figured this out. The problem is that the loader installs a 1:1 …
2018-12-25:
- 18:38 Ticket #782 (HelenOS does not boot on Raspberry Pi) updated by
- I made a couple of experiments which helped me to narrow down the …
- 11:08 Ticket #785 (vterm sometimes crashes) updated by
- term_set_pos does not validate its arguments and here it gets called …
- 11:00 Ticket #785 (vterm sometimes crashes) updated by
- I can reproduce this if I fill up the entire row with a nonsensical …
- 10:58 Ticket #785 (vterm sometimes crashes) updated by
-
Description changed
2018-12-21:
- 20:44 Ticket #569 (Extend toolchain.sh to check whether toolchain needs to be rebuilt) closed by
- fixed: Fixed in commit …
- 20:42 Changeset in mainline [59564e6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge pull request #138 from matthieuriolo/ticket_569 Adds a new flag …
- 20:28 Ticket #785 (vterm sometimes crashes) updated by
- If you are playing with reproducing this, it would be worth to try …
- 17:43 Changeset in mainline [a49c39c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge pull request #145 from maurizio-lombardi/ext4_init_dfree …
- 16:35 Changeset in mainline [7bdedb5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- libext4: fix double free in case ext4_filesystem_open() fails. I hit …
- 15:12 Ticket #785 (vterm sometimes crashes) created by
- Sometimes vterm crashes when playing with command history and command …
2018-12-19:
- 20:37 ReleaseChecklist edited by
- (diff)
- 20:36 ReleaseChecklist edited by
- (diff)
- 20:31 ReleaseChecklist edited by
- (diff)
- 20:22 ReleaseChecklist created by
- 20:13 WikiStart edited by
- (diff)
- 20:09 Download edited by
- (diff)
- 19:47 Milestone 0.8.0 completed
- 18:06 Ticket #784 (HelenOS does not boot on Dell PowerEdge 3250) updated by
-
Milestone changed
- 18:05 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) updated by
-
Milestone changed
- 18:05 Ticket #782 (HelenOS does not boot on Raspberry Pi) updated by
-
Milestone changed
- 18:00 About edited by
- (diff)
- 17:59 ReleaseNotes/Mainline edited by
- (diff)
- 17:58 ReleaseNotes/0.8.0 created by
- 17:57 ReleaseNotes edited by
- (diff)
- 17:54 Download edited by
- (diff)
- 17:52 ReleaseNotes/Mainline edited by
- (diff)
- 11:30 ReleaseNotes/Mainline edited by
- Remove LaiNES from the release notes as it exists as a branch only (diff)
- 08:36 Changeset in mainline [4a33845]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export0.8.0 by
- Bump version to 0.8.0
2018-12-18:
- 23:21 Lab edited by
- (diff)
- 23:19 ReleaseNotes/Mainline edited by
- (diff)
- 23:19 ReleaseNotes/Mainline edited by
- (diff)
- 23:16 Ticket #784 (HelenOS does not boot on Dell PowerEdge 3250) updated by
-
Description changed
- 23:15 Ticket #784 (HelenOS does not boot on Dell PowerEdge 3250) created by
- The following commit broke HelenOS on Dell PowerEdge 3250: […] …
- 20:53 Lab edited by
- (diff)
- 20:39 Lab edited by
- (diff)
- 20:37 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) updated by
- Sounds like libgcc arm multilib is not configured correctly.
- 20:25 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) updated by
- After fixing the zeroed contex_t::cpu_mode in commit …
- 20:21 Ticket #782 (HelenOS does not boot on Raspberry Pi) updated by
- Commit 336b7393ec3e072439a0e045724088e669be87d4 fixed the panic caused …
- 20:15 Changeset in mainline [336b739]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Set cpu_mode in context_set() Leaving the field zeroed-out from …
- 19:07 Ticket #414 (Graceful system shutdown) updated by
- We need to handle both file systems and device drivers. For file …
- 19:04 Ticket #781 (PS/2 mouse on HW can break due to early activity) updated by
-
Milestone changed
- 19:02 ReleaseNotes/Mainline edited by
- Audio stuff (diff)
- 18:52 Ticket #414 (Graceful system shutdown) updated by
- Currently, even after ejecting the system volume, rebooting via the …
- 18:38 Changeset in mainline [485281e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Allow specifying non-default audio target Needed when there is more …
- 08:21 Ticket #782 (HelenOS does not boot on Raspberry Pi) updated by
- The kernel panic started with this commit: […]
2018-12-17:
- 22:32 ReleaseNotes/Mainline edited by
- (diff)
- 22:31 ReleaseNotes/Mainline edited by
- (diff)
- 22:19 Changeset in mainline [c65590a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Switch bbone and bbxm to barebone config The uImage.bin's are …
- 22:05 Ticket #783 (Uspace code targeted for ARMv4 contains ARMv5 instructions) created by
- As of commit 21374e03107e5b1bc843b1d8e853a323ab9db107, HelenOS fails …
- 21:47 Changeset in mainline [21374e03]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- audio_pcm_open() should accept service name It incorrectly expects a …
- 21:10 Changeset in mainline [375bcff]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add hdaudio match IDs needed on Lenovo X250 Intel Broadwell-U and …
- 21:06 Ticket #782 (HelenOS does not boot on Raspberry Pi) updated by
- This behavior (no kernel messages printed) occurs since: […] …
- 20:25 Lab edited by
- Update last known working revision for bbone and bbxm (diff)
- 20:17 RaspberryPi edited by
- (diff)
- 20:08 Ticket #782 (HelenOS does not boot on Raspberry Pi) created by
- As of commit 4bb4cf88f506ddc6012f655a28835fe8872e9f71, the console …
2018-12-16:
- 16:15 Ticket #689 (Taskdump cannot load symbols for binaries not in /app or /srv) updated by
-
Milestone changed
- 16:14 Ticket #708 (Resource management and failure mode of async calls leads to deadlocks) updated by
-
Milestone changed
- 16:13 Ticket #723 (coastline should support harbours buildable only on certain architectures) updated by
-
Milestone changed
- 16:12 Ticket #733 (ext4fs should be able to report the volume label) updated by
-
Milestone changed
- 16:12 Ticket #704 (Ski and niagara have no kernel console output) updated by
-
Milestone changed
- 16:11 Ticket #597 (Native mkfs for ext4 filesystem) updated by
-
Milestone changed
- 16:10 Ticket #574 (Add *-helenos-* target to GCC) updated by
-
Milestone changed
- 16:09 Ticket #411 (Make bootimage compression optional) updated by
-
Milestone changed
- 16:09 Ticket #736 (Kernel leaks parent thread's context to children) updated by
-
Milestone changed
- 16:05 Ticket #749 (Map and eradicate uses of kernel addresses as IDs for userspace) updated by
-
Milestone changed
2018-12-15:
- 21:54 Ticket #745 (mkext4 should support other block sizes than 1 kB) closed by
- fixed: Fixed in …
- 21:50 Changeset in mainline [4bb4cf88]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make 4K block size the default for ext4
- 21:02 Changeset in mainline [7f7817a9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- adding a validation for alias naming
- 20:29 Changeset in mainline [ac2caecb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- adding alias to completion
- 18:33 Changeset in mainline [f4f4b95]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- improved error handling
- 17:36 Changeset in mainline [c7afdf7a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- correcting usage of cap_from_blocks for large files
- 17:32 Changeset in mainline [41453d93]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- rename option well_formatted with exact_size
- 15:48 Changeset in mainline [3c8b0a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge pull request #143 from maurizio-lombardi/ext4_fixes_v2 Ext4 fixes
- 14:50 ReleaseNotes/Mainline edited by
- (diff)
- 14:17 Ticket #745 (mkext4 should support other block sizes than 1 kB) updated by
- PR 143 implements this.
- 14:11 Ticket #745 (mkext4 should support other block sizes than 1 kB) updated by
-
Milestone changed
- 11:55 Ticket #759 (Incremental build is broken) updated by
-
Milestone changed
- 11:50 Ticket #776 (Kernel test slab2 hangs on SKI) updated by
-
Milestone changed
How do you know it hangs? In my case, it just takes 4 hours to … - 11:26 Codenames edited by
- (diff)
- 10:41 ReleaseNotes/Mainline edited by
- (diff)
- 10:01 ReleaseNotes/Mainline edited by
- (diff)
- 08:14 ReleaseNotes/Mainline edited by
- (diff)
- 08:13 ReleaseNotes/Mainline edited by
- (diff)
- 07:49 ReleaseNotes/Mainline edited by
- (diff)
2018-12-14:
- 20:33 Ticket #781 (PS/2 mouse on HW can break due to early activity) updated by
- I think the problem might be resolved by draining the mouse buffer at …
- 20:32 Ticket #781 (PS/2 mouse on HW can break due to early activity) created by
- If I move the mouse cursor while the OS is booting on Lenovo X250 …
- 20:30 Ticket #780 (Boot fails on Lenovo X250) closed by
- fixed
- 20:19 Ticket #779 (ls -r crashes in an empty directory) updated by
-
Milestone changed
This is not a regression from 0.7.2 as it is reproducible on 0.7.2. - 18:57 Ticket #780 (Boot fails on Lenovo X250) updated by
- It seems there are multiple problems. I focused on the main one, the …
- 18:48 Changeset in mainline [b6d5e31]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix multiboot command extraction If the command on command line did …
- 17:47 Changeset in mainline [54cde43]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge pull request #144 from maurizio-lombardi/sysinst_fix sysinst: …
- 17:16 Changeset in mainline [09d1b6fa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- sysinst: fix the default dev path \hw\pci0 has been replaced by …
- 08:31 Ticket #770 (GRUB Legacy support broken) updated by
- But then that's because grub-legacy is itself broken wrt. ELF kernels. …
2018-12-13:
- 19:11 Ticket #770 (GRUB Legacy support broken) updated by
- I believe this is still broken due to grub-legacy not supporting ELF …
- 17:27 Ticket #770 (GRUB Legacy support broken) updated by
-
Milestone changed
- 17:25 Ticket #765 (Hsct build of some packages dumps a lot of cores) updated by
-
Milestone changed
- 17:23 Ticket #757 (Need sqrt function) updated by
-
Milestone changed
- 17:22 Ticket #754 (Toolchain build fails with cryptic message when dependecies are missing) updated by
-
Milestone changed
- 17:20 Ticket #752 (hound crashes on a dual-CPU system) updated by
-
Milestone changed
- 17:20 Ticket #751 (ppc32 boot fails when boot and stack allocations are in some places) updated by
-
Milestone changed
- 13:32 Changeset in mainline [6ea5e7a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- libext4: cstyle fixes
- 13:29 Changeset in mainline [e2f20b9e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- libext4: fixes to flex support in …
- 09:07 Changeset in mainline [91fcbabc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- mkext4: add the option to choose the preferred fs block size
- 09:06 Changeset in mainline [4d7bf35]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- libext4: fix ext4_ialloc_alloc_inode() to be less picky If can't find …
- 09:06 Changeset in mainline [91fc2dae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- libext4: fs creation should support different block sizes, not only 1k …
- 08:37 Changeset in mainline [1e36e6a] by
- libext4: cstyle fixes
- 07:57 Ticket #780 (Boot fails on Lenovo X250) updated by
- I have a hunch this could be caused by the mirroring of the kernel …
- 07:57 Ticket #780 (Boot fails on Lenovo X250) updated by
-
Status, Owner changed
2018-12-12:
- 21:59 Changeset in mainline [af8c793b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Upgrade QEMU to 3.1.0
- 20:18 Ticket #780 (Boot fails on Lenovo X250) created by
- HelenOS (amd64) fails to boot bare metal on my Lenovo X250 laptop. …
- 18:27 Changeset in mainline [ee23f85] by
- mkext4: add the option to choose the preferred fs block size
- 18:11 Changeset in mainline [6915335] by
- libext4: fix ext4_ialloc_alloc_inode() to be less picky If can't find …
- 18:11 Changeset in mainline [be912f53] by
- libext4: simplify ext4_balloc_get_first_data_block_in_group() The …
- 18:11 Changeset in mainline [4f38ad77] by
- libext4: fs creation should support different block sizes, not only 1k …
- 16:23 Changeset in mainline [c9c1ccd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge pull request #141 from maurizio-lombardi/mkext4_fix_loop …
2018-12-11:
- 15:46 Changeset in mainline [737ebf3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix window reference leak in compositor.
- 14:02 Changeset in mainline [6abdef37]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- mkext4: fix infinite loop when passing an invalid argument. Also adds …
- 13:33 UsersGuide/DisksFileSystems edited by
- Ext2 mkfs (diff)
- 13:32 Fs/Ext4fs edited by
- Ext2 mkfs (diff)
- 13:26 ReleaseNotes/Mainline edited by
- Parallel port driver, lprint (diff)
- 13:22 UsersGuide/Printing created by
- Printing chapter
- 12:59 UsersGuide edited by
- Add printing chapter (diff)
- 12:58 ReleaseNotes/Mainline edited by
- B+tree completely replaced (diff)
- 12:48 Changeset in mainline [10b21a1b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- PC parallel port driver and printing utility Add pc-lpt driver for …
- 11:39 Changeset in mainline [3301452]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- adding proper extended help message
- 11:12 Ticket #779 (ls -r crashes in an empty directory) created by
- […]
- 07:29 Changeset in mainline [ca4c5596]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove leftover mentions of B+tree
- 06:41 Changeset in mainline [25cfc3d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- fixing SIGBUS error
2018-12-10:
- 14:29 Changeset in mainline [4f87a85a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Check return code from ddf_add_fun_to_category
- 11:15 Changeset in mainline [433d52f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- No need to compute number of used pages again In as_area_change_flags …
- 11:15 Changeset in mainline [247fdea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove B+tree
- 11:15 Changeset in mainline [2fc3b2d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Replace B+tree with ordered dict. for used space Replace the use of …
- 10:50 Changeset in mainline [bfb1179] by
- No need to compute number of used pages again In as_area_change_flags …
2018-12-09:
- 08:18 Changeset in mainline [dd74b5b] by
- Remove B+tree
2018-12-08:
- 23:32 Changeset in mainline [7be8d4d] by
- Replace B+tree with ordered dict. for used space Replace the use of …
- 20:32 Changeset in mainline [3ca0a2d] by
- mkext4: fix infinite loop when passing an invalid argument. Also adds …
- 14:50 Changeset in mainline [0296ee1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- making formatted output right justified - default is now always …
- 13:45 Changeset in mainline [a27e370]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- correct -1 according to feedback This corrects the format for dirs vs …
2018-12-06:
- 08:23 Ticket #770 (GRUB Legacy support broken) updated by
- Martin, can you please confirm that grub-legacy support has been …
2018-12-05:
- 22:25 Changeset in mainline [de9a18e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make the call explicitly invalid in case of error
- 10:58 UsersGuide/Installation edited by
- Fix first paragraph (diff)
- 10:53 UsersGuide/Installation edited by
- Update for /w and no longer need HelenOS-CD in a specific HW path (diff)
- 10:42 UsersGuide/DisksFileSystems edited by
- Update for automatic volume mounting, fdisk, vol (diff)
- 09:12 Changeset in mainline [5a2e0dd5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Be more careful when comparing large numbers
- 06:26 Changeset in mainline [bbe20da]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Purge leftovers from RCU removal
- 06:24 Changeset in mainline [d836630]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add missing calls to refcount_init()
2018-12-04:
- 15:39 Ticket #761 (Package for GZX) closed by
- fixed: Added harbour in harbour changeset …
- 15:36 Ticket #761 (Package for GZX) updated by
-
Status, Owner changed
- 15:22 Ticket #778 (Support for Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2]) updated by
- Some information found out so far: * It seems ICH8 devices have …
- 15:19 Ticket #778 (Support for Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2]) created by
- My Lenovo X250 has this E1000 variant. This is an ICH8 chipset. Add …
- 15:14 Ticket #553 (e1k support for 8086:1502 (82579LM Gigabit Network Connection rev 04)) updated by
- My Lenovo X230 died so I am non longer able to test this network adapter.
- 13:14 Repositories edited by
- (diff)
2018-12-03:
- 21:40 Changeset in mainline [3694ced]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix doxygroup
- 21:39 Changeset in mainline [0777a933]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove superfluous main page from Doxygen
- 21:18 Changeset in mainline [506cbf0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- correcting comments according to coding guideline
- 21:17 ReleaseNotes/Mainline edited by
- (diff)
- 21:06 ReleaseNotes/Mainline edited by
- (diff)
- 20:38 Changeset in mainline [cb15b49c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- implement platform 'all' and adding help message to show_usage
- 18:48 Ticket #777 (Niagara profile does not boot, image too big) closed by
- worksforme: You are right. Sorry, false alarm.
- 18:33 Ticket #777 (Niagara profile does not boot, image too big) updated by
- In my case, the default sun4v build ISO is only 2273280 bytes big. Can …
- 18:29 Changeset in mainline [de0af3a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Use ordered dictionary for pagemap instead of B+tree At the same time …
- 18:27 Ticket #777 (Niagara profile does not boot, image too big) created by
- The profile sparc64/niagara fails to boot because the boot image size …
- 18:22 Ticket #776 (Kernel test slab2 hangs on SKI) created by
- As of latest mainline running kernel test slab2 hangs.
- 16:54 Changeset in mainline [68f11ddc] by
- Use ordered dictionary for pagemap instead of B+tree At the same time …
- 08:10 ReleaseNotes/Mainline edited by
- Fix typo (diff)
- 08:08 Repositories edited by
- Fix links (diff)
2018-12-02:
- 18:37 Changeset in mainline [a0765f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Add assert to match the precondition from comment
- 18:22 ReleaseNotes/Mainline edited by
- XCW changes (diff)
- 18:09 Ticket #752 (hound crashes on a dual-CPU system) updated by
- I can reproduce this reliably on a default build when I add an …
- 18:07 ReleaseNotes/Mainline edited by
- Typo (diff)
- 18:05 ReleaseNotes/Mainline edited by
- Ccheck, GZX, /srv, perf (diff)
- 11:43 Changeset in mainline [9c3038d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Ensure export dir exists The directory is created in export-includes …
- 11:17 ReleaseNotes/Mainline edited by
- (diff)
- 09:27 Repositories edited by
- (diff)
- 09:24 Repositories edited by
- (diff)
2018-11-30:
- 23:52 Changeset in mainline [4aba581]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- implementing a test function for the different platforms
- 22:37 Ticket #775 (sun4v boot broken) closed by
- fixed: Fixed in commit …
- 22:31 Changeset in mainline [26f5bdf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Use aligned addresses to take over the MMU Commit …
- 20:55 Changeset in mainline [a8c09f91]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- use cli_error instead of printf
- 20:33 Changeset in mainline [966f753]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- imlementing nohups for cmd alias
- 10:22 Changeset in mainline [87ba3ceb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- adding new options to help message
- 10:04 Changeset in mainline [ea4910b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- strdup(), strndup(), strnlen() are commonly used extensions so move …
- 09:40 Changeset in mainline [a20a451]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- adding options for single column output and human readable sizes
- 06:56 Changeset in mainline [a02aa5c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- correcting formatting according to ccheck.sh
- 06:25 Changeset in mainline [94619b9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- removing unnecessary newlines
- 06:09 Changeset in mainline [b29c083]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- replacing makro INPUT_MAX with real size
- 06:02 Changeset in mainline [63087f1d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- adding copyrights
- 05:49 Changeset in mainline [d1744fd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- correcting formatting
- 05:49 Changeset in mainline [02c6dcc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- correcting help message; implementing -a argument
- 05:48 Changeset in mainline [08bd04c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- some formatting issue; making alias more robust for the unexpected; …
- 05:05 Changeset in mainline [598e3a7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- adding cmd unalias
- 04:42 Changeset in mainline [229d114e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- correcting argument handling in cmd alias
- 04:19 Changeset in mainline [55e35a22]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- implementing cmd replaces for alias
- 03:22 Changeset in mainline [4bf08aa5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- correcting setting and updating aliases
- 01:11 Changeset in mainline [60c332e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- adding basic logic for cmd alias
2018-11-28:
- 10:27 Changeset in mainline [c483fca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge pull request #68 from maurizio-lombardi/sched_fix_typo …
2018-11-27:
- 21:19 Changeset in mainline [c742954]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- scheduler: fix compile error in kcpulb() when KCPULB_VERBOSE is defined.
- 19:53 Ticket #772 (Review commit 498ced18a4 for reference leaks) closed by
- fixed
- 16:51 Changeset in mainline [e199ab3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix endpoint reference counting After commit 498ced1, an endpoint is …
- 16:50 Changeset in mainline [9df0f64]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix function reference counting After commit 498ced1, a function is …
- 16:50 Changeset in mainline [b10e9367]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix device reference counting After commit 498ced1, a device is …
- 16:49 Changeset in mainline [3083c74]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix devman device reference counting After commit 498ced1, …
- 16:48 Changeset in mainline [f89204ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix devman function reference counting After commit 498ced18a4, …
2018-11-26:
- 21:03 Changeset in mainline [1b555f0f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Do not answer calls with invalid capability handle
- 13:55 Changeset in mainline [b501de7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- XCW should rely on export dir instead of touching the source tree. …
- 09:19 Ticket #771 (256-color VESA modes broken) closed by
- fixed: The change which caused this problem was reverted in commit …
- 09:17 Ticket #704 (Ski and niagara have no kernel console output) closed by
- fixed: SKI was fixed in …
- 09:14 Ticket #763 (Kernel/user console arbitration broken in SKI) closed by
- fixed: Fixed in …
2018-11-25:
- 18:15 Ticket #772 (Review commit 498ced18a4 for reference leaks) updated by
-
Status, Owner changed
Here are the relevant PR's: * … - 17:40 Changeset in mainline [f6ce093] by
- Fix devman device reference counting After commit 498ced1, …
- 16:40 Changeset in mainline [5aa06ad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Give a dev reference to driver_reassign_fibril() …
- 15:49 Ticket #775 (sun4v boot broken) updated by
-
Status, Owner changed
2018-11-24:
- 19:49 Ticket #775 (sun4v boot broken) updated by
-
Component, Owner changed
- 19:43 Ticket #775 (sun4v boot broken) created by
- The boot stops after printing: "Booting the kernel …" […]
- 17:27 Changeset in mainline [a01f732]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix SKI console override.
2018-11-23:
- 22:29 Ticket #751 (ppc32 boot fails when boot and stack allocations are in some places) updated by
- Hi, it doesn't seem to fix this.
- 20:31 Changeset in mainline [04c35fca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge pull request #62 from maurizio-lombardi/memory_leaks Fix a few …
- 18:32 Changeset in mainline [cf3a905c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Arbitrate ski console device using an arbitration parea.
- 17:34 Changeset in mainline [2519349]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Optimize a bit.
- 14:50 Changeset in mainline [392f0e7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Provide a way for kernel console on SKI to disable the user-space driver.
- 14:17 Ticket #774 (No kernel boot messages on ia64/ski) closed by
- duplicate: Duplicate of #704. My bad.
- 14:08 Ticket #704 (Ski and niagara have no kernel console output) updated by
- How about providing a fake parea?
- 14:07 Ticket #774 (No kernel boot messages on ia64/ski) updated by
-
See also changed
This might be a dupicate of #704. - 14:05 Ticket #774 (No kernel boot messages on ia64/ski) created by
- When I boot latest mainline in SKI I can see messages from boot loader …
2018-11-22:
- 20:05 Changeset in mainline [3612e9f] by
- Fix function reference counting After commit 498ced1, a function is …
- 19:17 Changeset in mainline [d708088] by
- Fix device reference counting After commit 498ced1, a device is …
- 17:43 Ticket #772 (Review commit 498ced18a4 for reference leaks) updated by
- There seems to be a similar issue in libusbhost with endpoints. See …
- 17:36 Changeset in mainline [3aa24ae8] by
- Fix endpoint reference counting After commit 498ced1, an endpoint is …
- 17:11 Ticket #772 (Review commit 498ced18a4 for reference leaks) updated by
- The devman create_fun_node() issue is addressed in …
- 17:09 Changeset in mainline [ca21f1e2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Provide only one way to destroy address spaces
- 16:55 Changeset in mainline [e6fc486] by
- Fix devman function reference counting After commit 498ced18a4, …
- 10:44 Changeset in mainline [103db908]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- fontviewer: draw(): fix memory leaks in the error code paths
- 09:54 Ticket #756 (Taskdump cannot load symbols if command is not run via absolute path) closed by
- fixed: Fixed in …
- 08:52 Changeset in mainline [21d3201]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Actually pass the absolute program path.
2018-11-21:
- 20:58 Changeset in mainline [dd500c26]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- font: fix a memory leak in the bitmap release() callback
- 20:58 Changeset in mainline [f53ee74]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- fontviewer: fix memory leak
- 11:02 Ticket #752 (hound crashes on a dual-CPU system) updated by
-
Component changed
- 10:46 Ticket #760 (vreg's can be modified by an arbitrary thread running on another CPU) updated by
-
Milestone changed
- 10:44 Ticket #769 (Shell tab completion ignores directories when completing command name) closed by
- fixed: FIxed with commit …
- 10:21 Changeset in mainline [31872f7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Now that /srv has sub-directories, /srv no longer makes sense as a …
- 10:10 Changeset in mainline [a91c555f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Complete directories in command position (comments in code can be useful).
- 09:46 Ticket #764 (XCW is broken) closed by
- fixed: Fixed with …
- 09:16 Changeset in mainline [d91488d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix endless loop in elf_share() walking the wrong B+tree. Fix ELF …
- 08:07 Ticket #768 (CI/Travis need more config space coverage) updated by
-
See also changed
Also non-debug build. - 07:25 Ticket #773 (Ancient coastline GCC won't build for MIPS) updated by
-
Summary changed
- 07:08 Ticket #773 (Ancient coastline GCC won't build for MIPS) created by
- The mips build of gcc errs with the following error: […] …
Note:
See TracTimeline
for information about the timeline view.