Timeline
2019-03-21:
- 17:23 Changeset in mainline [8f059b5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Added flex and bison as build deps Built on Fedora 29 and Ubuntu …
- 13:27 Changeset in mainline [2f24a8e3] by
- Added flex and bison as build deps Built on Fedora 29 and Ubuntu …
2019-03-16:
- 13:01 Changeset in mainline [587867a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- improve error handling The code did not test if malloc returned NULL. …
2019-03-09:
- 15:40 Changeset in mainline [1c481ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- This commit fixes #684 and adds autocompletion for subdirectories in …
2019-03-02:
- 15:22 Changeset in mainline [c56a3eb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- correcting find_command() which returns allocated strings The old …
2019-02-27:
- 20:38 Changeset in mainline [951e451]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- vfs: do sanity check while resizing We should make sure a fd is …
2019-02-26:
- 16:10 Changeset in mainline [a4e78743]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Move string-to-int conversion tests to a separate file, and add a few …
2019-02-25:
- 14:42 Changeset in mainline [5e801dc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Indicate and enforce constness of hash table key in certain functions …
2019-02-24:
- 16:03 Changeset in mainline [ee8d4d6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix build with -O1
- 15:45 Changeset in mainline [91bef446] by
- Const hash table keys in kernel
- 15:45 Changeset in mainline [0c48e14] by
- Indicate and enforce constness of hash table key in certain functions
2019-02-23:
- 23:01 Changeset in mainline [52b44c6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- srv/vfs: return after checking old fd's validity It's possible for a …
- 17:52 Changeset in mainline [ca0e838]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Convert preprocessor macros in abi/ to C constructs Preprocessor …
- 17:47 Changeset in mainline [8c193d83] by
- Convert preprocessor macros in abi/ to C constructs Preprocessor …
- 17:16 Changeset in mainline [ab87db5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge pull request #157 Turn some function-like macros into functions
- 16:28 Changeset in mainline [bc417660]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Merge pcut tests and corrections by matthieuriolo
- 16:26 Changeset in mainline [098e16a5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- pcut: write out names of the failing tests
2019-02-20:
- 20:07 Ticket #790 (sun4v freezes randomly in Qemu) updated by
- I wonder if this is a duplicate of #297.
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
-
Status, Owner 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
Note:
See TracTimeline
for information about the timeline view.