Timeline



2019-02-18:

17:03 Changeset in mainline [76ec309b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
Add an implementation of uuid_format
17:03 Changeset in mainline [ab7d85a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
Update libpcut from upstream
14:07 Changeset in mainline [43dd2d4b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
Fix strndup() PCUT showed one failure which occured while testing the …

2019-02-14:

14:56 Changeset in mainline [69eaaeee] by Matthieu Riolo <matthieu.riolo@…>
removing unneeded test case in getopt
01:09 Changeset in mainline [fc448f5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
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 Matthieu Riolo <matthieu.riolo@…>
Merge branch 'master' into bdsh_alias Conflicts: …
19:59 Changeset in mainline [9e7406a] by Matthieu Riolo <matthieu.riolo@…>
Revert "Ensures that the exponent is smallest possible value if 0.0" …
16:41 Changeset in mainline [401415a] by Matthieu Riolo <matthieu.riolo@…>
correcting lexicographical order of libc tests
14:40 Changeset in mainline [62101bee] by Matthieu Riolo <matthieu.riolo@…>
updating PCUT_ASSERT_INT_EQUALS PCUT has been updated but not the …
14:39 Changeset in mainline [db29c34] by Matthieu Riolo <matthieu.riolo@…>
removing unnecessary comment

2019-02-11:

23:08 Changeset in mainline [aaf9789c] by Matthieu Riolo <matthieu.riolo@…>
syntax correction according make ccheck
22:31 Changeset in mainline [d5a89a3] by Matthieu Riolo <matthieu.riolo@…>
merging with upstream/master
15:01 Changeset in mainline [4805495]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
Rename NO_TRACE to _NO_TRACE <trace.h> may end up transitively …
14:08 Changeset in mainline [e3272101] by Matthieu Riolo <matthieu.riolo@…>
make ilog10_u64() return an errno_t The function ilog10_u64() used to …
13:49 Changeset in mainline [aa57bf7] by Matthieu Riolo <matthieu.riolo@…>
correcting ipow10_u64() for large exponents theoretically …
13:49 Changeset in mainline [8f18f1e] by Matthieu Riolo <matthieu.riolo@…>
adding test cases for imath

2019-02-10:

20:49 Changeset in mainline [f52ce72] by Matthieu Riolo <matthieu.riolo@…>
Make sure rndgen_destroy() always gets called The original …
20:46 Changeset in mainline [5f39027] by Matthieu Riolo <matthieu.riolo@…>
removing dead code from app/df The app used to have a test for …
20:46 Changeset in mainline [d55abe8b] by Matthieu Riolo <matthieu.riolo@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
Hide internal details of <dirent.h> structure DIR
13:21 Changeset in mainline [b583311]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Serial keyboard could handle Ctrl-Q et al.
12:55 Changeset in mainline [d6b759c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Switch travis from Ubuntu Trusty (2014) to Xenial (2016)

2019-02-09:

18:31 Changeset in mainline [ed3d605] by Matthieu Riolo <matthieu.riolo@…>
Adding an implementation of uuid_format
18:28 Changeset in mainline [a508e82] by Matthieu Riolo <matthieu.riolo@…>
adding test cases for uuid
10:49 Changeset in mainline [84331cf] by Matthieu Riolo <matthieu.riolo@…>
removing unnecessary test from uuid parser The original parser tested …
10:48 Changeset in mainline [2c7ef07] by Matthieu Riolo <matthieu.riolo@…>
adding test cases for getopt

2019-02-08:

12:55 Changeset in mainline [46483f9] by Matthieu Riolo <matthieu.riolo@…>
adding test cases for double_to_str
12:55 Changeset in mainline [d3c129d] by Matthieu Riolo <matthieu.riolo@…>
changed type for preventing overflowing
12:55 Changeset in mainline [f08da1c] by Matthieu Riolo <matthieu.riolo@…>
Ensures that the exponent is smallest possible value if 0.0 The old …
12:55 Changeset in mainline [d64303b] by Matthieu Riolo <matthieu.riolo@…>
Adding test case for ieee_double
12:55 Changeset in mainline [0e60443] by Matthieu Riolo <matthieu.riolo@…>
Correcting test of the comparison function This commit removes the …
12:55 Changeset in mainline [bc694b0] by Matthieu Riolo <matthieu.riolo@…>
Adding pcut test for gsort
12:55 Changeset in mainline [1bdfbe52] by Matthieu Riolo <matthieu.riolo@…>
Adding pcut test for cap
10:38 Ticket #794 (Cannot ping QEMU gateway (10.0.2.2)) updated by Jiri Svoboda
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 Jiri Svoboda
fixed: Fixed in …
10:36 Ticket #794 (Cannot ping QEMU gateway (10.0.2.2)) updated by Jiri Svoboda
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 Jiri Svoboda <jiri@…>
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 Jiri Svoboda <jiri@…>
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 Jiri Svoboda <jiri@…>
Forgot to enable dynamic linking in ppc32 profile
22:23 HardwareSupport edited by Jakub Jermář
(diff)
22:15 Changeset in mainline [8fed3ef]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Improve error handling in virtio-net
17:56 Changeset in mainline [e2f332c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix ccheck
17:43 HardwareSupport edited by Jakub Jermář
(diff)
17:38 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
17:30 Changeset in mainline [13eecc4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add virtio-blk driver
13:25 Changeset in mainline [95a47b0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Turn ipc_get_*/ipc_set_* into functions
13:25 Changeset in mainline [fafb8e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Mechanically lowercase IPC_SET_*/IPC_GET_*
13:25 Changeset in mainline [eb13ef8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jakub Jermar <jakub@…>
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 Jakub Jermar <jakub@…>
Accept VIRTIO_F_VERSION_1
18:26 Changeset in mainline [1d2f85e] by Jiří Zárevúcky <zarevucky.jiri@…>
Change documentation of <str.h> functions to use unambiguous terms
18:26 Changeset in mainline [08e103d4] by Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiri Svoboda <jiri@…>
Fix ccheck
17:03 Changeset in mainline [8f99dbf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Move non-optimization attribute from header to implementation
15:53 Ticket #794 (Cannot ping QEMU gateway (10.0.2.2)) created by Jakub Jermář
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
.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 Jiří Zárevúcky <zarevucky.jiri@…>
Remove unnecessary include
22:54 Changeset in mainline [e77d408]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
doxygen: Enumerate input directories to avoid pulling in unintended files
22:32 Changeset in mainline [00b7fc8] by Jiří Zárevúcky <zarevucky.jiri@…>
wip
22:32 Changeset in mainline [f959a20f] by Jiří Zárevúcky <zarevucky.jiri@…>
Avoid directly using .head/.next/.prev of list_t/link_t Use existing …
22:30 Changeset in mainline [3ede440] by Jiří Zárevúcky <zarevucky.jiri@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
Use FIBRIL_MUTEX_INITIALIZE() not FIBRIL_MUTEX_INITIALIZER()
22:21 Changeset in mainline [8fdab9e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Remove unused variable

2019-01-30:

15:08 Ticket #793 (Clang build broken) updated by Jiri Svoboda
Also it seems the Clang build invokes g++ instead of …
14:55 Ticket #793 (Clang build broken) created by Jiri Svoboda
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 Jiří Zárevúcky
Why do we even define COPYRIGHT (and RELEASE, NAME) unconditionally? …
13:07 Ticket #792 (Clang checker broken) created by Jiri Svoboda
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 Jiri Svoboda <jiri@…>
Bump sycek
16:08 Changeset in mainline [dedc4cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix non-static variables in header files (ccheck)
15:47 Changeset in mainline [8d2289c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix use of 'extern' with function def. (ccheck)
15:41 Changeset in mainline [67bcd81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
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 Vojtech Horky <vojtech.horky@…>
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 Vojtech Horky <vojtech.horky@…>
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 Vojtech Horky <vojtech.horky@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
Use LIST_INITIALIZER() macro
15:57 Changeset in mainline [b51ee38]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove leftover definition
15:51 Changeset in mainline [3e40b4e] by Vojtech Horky <vojtech.horky@…>
ppc32, arm32: clobber memory on syscall As the syscall may touch …
13:19 DeveloperDocs/CPUArch edited by Jiri Svoboda
Itanium SysV-ABI (diff)
13:15 DeveloperDocs/CPUArch edited by Jiri Svoboda
(diff)
12:54 ReleaseNotes/Mainline edited by Jiri Svoboda
Dynamic linking on arm32 and ppc32 (diff)
12:51 ArchFeature edited by Jiri Svoboda
arm32 dynamic linking (diff)
12:16 Changeset in mainline [3ffb69b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Dynamic linking for arm32
12:05 ArchFeature edited by Jiri Svoboda
Dynamic linking on ppc32 (diff)
09:50 DeveloperDocs/CPUArch edited by Jiri Svoboda
ARM/ELF (diff)

2019-01-21:

21:57 Ticket #791 (dlsym/dl_get_public_fib_var test fails on ppc32) created by Jiri Svoboda
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 Vojtech Horky <vojtech.horky@…>
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 Vojtech Horky <vojtech.horky@…>
hbench: explain why we inline
13:50 Changeset in mainline [9736c00]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtech.horky@…>
hbench: variable renaming
13:49 Changeset in mainline [be30e74]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtech.horky@…>
hbench: comments
13:45 Changeset in mainline [94d52d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtech.horky@…>
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 Vojtech Horky <vojtech.horky@…>
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 Vojtech Horky <vojtech.horky@…>
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 Jiří Zárevúcky <zarevucky.jiri@…>
Unnecessary public include
15:59 Changeset in mainline [57264ac3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Unnecessary include
15:59 Changeset in mainline [d8cb48d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Remove FIBRIL_DFLT_STK_SIZE macro
15:56 Changeset in mainline [4f13e19]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by GitHub <noreply@…>
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 Jiri Svoboda <jiri@…>
Dynamic linking for ppc32
00:55 Changeset in mainline [a131536d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Assert we don't exceed supported number of slots

2019-01-19:

20:46 DeveloperDocs/CPUArch edited by Jiri Svoboda
(diff)
20:33 DeveloperDocs/CPUArch edited by Petr Pavlu
Update links for ARM (diff)
18:30 Changeset in mainline [b71ec66]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix typo
Note: See TracTimeline for information about the timeline view.