Fork us on GitHub Follow us on Facebook Follow us on Twitter

Timeline



2010-04-17:

19:37 Ticket #222 (CPU cycle needs to be sampled in waitq_sleep_timeout_unsafe() too) created by Jakub Jermář
There are two locations in waitq_sleep_timeout_unsafe() that emulate …
18:28 Sysel edited by Jiri Svoboda
(diff)
18:21 Sysel edited by Jiri Svoboda
Autoboxing implemented. (diff)
16:28 Changeset in mainline [88dea9d]lfnserial by Martin Decky <martin@…>
merge from measuring branch
16:11 BazaarWorkflow edited by Martin Decky
(diff)
14:27 Ticket #221 (Printing floating-point numbers using printf() function from uspace) created by Stanislav Kozina
Uspace printf() function is missing support for printing floating …
09:25 Changeset in mainline [5ba201d]lfnserial by Martin Decky <martin@…>
cstyle changes (no change in functionality)
02:00 Changeset in mainline [b658c5d]lfnserial by Martin Decky <martin@…>
fix possible garbage dereference (subtree.table always needs to be …
01:57 Ticket #183 (Userspace heap allocator is not thread safe) closed by Martin Decky
fixed: The academical dilemma was solved by brute force. As of changeset …
01:35 Changeset in mainline [9d6bfa5]lfnserial by Martin Decky <martin@…>
concatenate EXTRA_CFLAGS properly
01:28 Changeset in mainline [d9fae235]lfnserial by Martin Decky <martin@…>
sysinfo overhaul - cleanup (nicer data structures, use of SLAB …
01:27 Changeset in mainline [9256ad29]lfnserial by Martin Decky <martin@…>
bring back configuration options sensitivity
01:26 Changeset in mainline [ab108be4]lfnserial by Martin Decky <martin@…>
fix several instances of possible NULL-pointer dereference and stale …
01:24 Changeset in mainline [e1da7ec]lfnserial by Martin Decky <martin@…>
coding style changes (no change in functionality)
01:16 Changeset in mainline [3292623]lfnserial by Martin Decky <martin@…>
thread-safe heap allocator
01:15 Changeset in mainline [596d65c]lfnserial by Martin Decky <martin@…>
coding style change (no change in functionality)
01:14 Changeset in mainline [e35bf88]lfnserial by Martin Decky <martin@…>
fix printout
01:13 Changeset in mainline [46416ab]lfnserial by Martin Decky <martin@…>
ia64: get back uint128_t
01:12 Changeset in mainline [abf09311]lfnserial by Martin Decky <martin@…>
much safer implementation of str_dup() and str_ndup() port str_dup() …
01:07 Changeset in mainline [d7f8796c]lfnserial by Martin Decky <martin@…>
add support for larger boot images (up to 8 MB)
01:05 Changeset in mainline [a3c4305]lfnserial by Martin Decky <martin@…>
add support for larger boot images (up to 8 MB)
01:04 Changeset in mainline [af7a26b]lfnserial by Martin Decky <martin@…>
explicitly list components, task and other files to force boot image …
01:02 Changeset in mainline [b3631bc]lfnserial by Martin Decky <martin@…>
add sysinfo kconsole command
01:01 Changeset in mainline [9528be02]lfnserial by Martin Decky <martin@…>
remove sysinfo1 test (it was a poor man's test actually)

2010-04-16:

14:03 Changeset in mainline [c1a8ae52]lfnserial by Lenka Trochtova <trochtova.lenka@…>
ISA bus - parts of child device pseudo enumeration (enumeration of …
12:37 Ticket #220 (Unexpected FPU exception in top utility) created by Stanislav Kozina
Sometimes I got FPU exception (number 16) when computing percentages …

2010-04-15:

12:40 Changeset in mainline [95319bd]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Added dummy_load utility. It just does some dummy load - either in …
06:46 Changeset in mainline [d3b3395]lfnserial by Martin Decky <martin@…>
remove debug prints
00:04 Ticket #219 (kernel panic on amd64) created by Štěpán Henek
After cca 20 "tasks" commands on kconsole kernel panics. qemu and …

2010-04-14:

21:24 Changeset in mainline [cd31ed8]lfnserial by Lenka Trochtova <trochtova.lenka@…>
minor changes
21:18 Changeset in mainline [892e4e1]lfnserial by Lenka Trochtova <trochtova.lenka@…>
ISA bus driver skeleton (just a set of empty files)
15:40 Changeset in mainline [bdfd3c97]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Press 'i' in top and you can see IPC statistics.
14:41 Changeset in mainline [a307beb]lfnserial by Stanislav Kozina <stanislav.kozina@…>
IPC statistics measured.

2010-04-13:

21:02 Sysel edited by Jiri Svoboda
Basic support for generics implemented. (diff)
18:34 Changeset in mainline [c9fff17]lfnserial by Jiri Svoboda <jiri@…>
Replace the still buggy GET_CHECK_PHONE() macro with a function.
12:57 Changeset in mainline [e43cdac]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Removed all floating point computation from top utility. Now all …
10:26 Changeset in mainline [75ebb5b6]lfnserial by Jakub Jermar <jakub@…>
Make phoneid comparison always unsigned in GET_CHECK_PHONE().

2010-04-12:

23:12 Changeset in mainline [34aac91]lfnserial by Jakub Jermar <jakub@…>
Fix off-by-one error in GET_CHECK_PHONE().
23:03 Changeset in mainline [d7e45c8]lfnserial by Jakub Jermar <jakub@…>
sys_ipc_hangup() should treat the phoneid as unative_t so that …
22:50 Ticket #218 (Kernel panic on invalid phone hang-up) closed by Jakub Jermář
fixed: Fixed in changeset:head,356.
19:35 Ticket #218 (Kernel panic on invalid phone hang-up) created by Lenka Trochtova
The following code executed by a task causes the kernel to panic: …

2010-04-11:

11:17 Sysel edited by Jiri Svoboda
(diff)
10:43 Sysel edited by Jiri Svoboda
(diff)
10:33 Sysel edited by Jiri Svoboda
Fix bug in ReadBlocksParallel? (diff)
10:30 Sysel edited by Jiri Svoboda
(diff)
10:28 Sysel edited by Jiri Svoboda
(diff)
09:56 Sysel edited by Jiri Svoboda
(diff)

2010-04-10:

22:25 KnowledgeArticles edited by Jiri Svoboda
(diff)
22:21 Sysel created by Jiri Svoboda
11:19 Changeset in mainline [1ef0fc3]lfnserial by Jiri Svoboda <jiri@…>
Merge from lp:~jsvoboda/helenos/sysel.
11:15 Changeset in mainline [074444f]lfnserial by Jiri Svoboda <jiri@…>
Update SBI to rev. 184.

2010-04-09:

16:29 Changeset in mainline [2721a75]lfnserial by Martin Decky <martin@…>
ping overhaul: * coding style * shorter and better readable main() …
16:25 Changeset in mainline [ddfcfeb2]lfnserial by Martin Decky <martin@…>
add parsing helpers
13:54 Changeset in mainline [3843ecb]lfnserial by Lenka Trochtova <trochtova.lenka@…>
device classes as interface sets
13:12 Changeset in mainline [4196304]lfnserial by Martin Decky <martin@…>
use integer types detected by autotool also in uspace
12:56 Changeset in mainline [a1caa3c2]lfnserial by Martin Decky <martin@…>
remove orphaned directories
12:54 Changeset in mainline [14f1db0]lfnserial by Martin Decky <martin@…>
networking overhaul: - separation of conserns - removal of (almost …
11:46 Changeset in mainline [3a5909f]lfnserial by Lenka Trochtova <trochtova.lenka@…>
pci bus enumeration - bars and ints
11:18 Changeset in mainline [638927a]lfnserial by Stanislav Kozina <stanislav.kozina@…>
top echoes also thread state overview write_barrier() after computing …
09:41 Changeset in mainline [faf38b2]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Removed thread selection from kernel. Now all threads are copied to …
09:09 Changeset in mainline [a325832]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Fixed division by zero in top.c

2010-04-08:

20:32 Changeset in mainline [d1fc8f0]lfnserial by Lenka Trochtova <trochtova.lenka@…>
pci base address registers reading - parts of code
14:04 Changeset in mainline [2480e19]lfnserial by Lenka Trochtova <trochtova.lenka@…>
fixed some bugs
10:52 Meetings edited by Jakub Jermář
(diff)
10:20 Changeset in mainline [89ce401a]lfnserial by Lenka Trochtova <trochtova.lenka@…>
fixed some bugs, parts of pci bus enumeration

2010-04-07:

20:55 Changeset in mainline [5e598e0]lfnserial by Lenka Trochtova <trochtova.lenka@…>
parts of pci enumeration
10:41 Changeset in mainline [7a3ccbc]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Echo task memory in kb instead of pages count
10:30 Changeset in mainline [36b5b0f]lfnserial by Stanislav Kozina <stanislav.kozina@…>
fixed missing type definition
10:24 Changeset in mainline [516adce]lfnserial by Stanislav Kozina <stanislav.kozina@…>
top echoes also physical memory overview

2010-04-06:

11:53 Changeset in mainline [1ba37fa]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Removed useless cycles sum, using ucycles + kcycles instead.
11:41 Changeset in mainline [24ab58b3]lfnserial by Martin Decky <martin@…>
more compact network startup messages (usually one line instead of …
11:39 Changeset in mainline [4dd8529]lfnserial by Martin Decky <martin@…>
decode socket/network errors as human-readable descriptions
11:35 Changeset in mainline [11e543c]lfnserial by Martin Decky <martin@…>
fix network configuration
11:35 Changeset in mainline [b9c0c90]lfnserial by Martin Decky <martin@…>
cstyle changes
11:32 Changeset in mainline [c51fa73]lfnserial by Martin Decky <martin@…>
down print the banner
11:31 Changeset in mainline [a397f1d]lfnserial by Martin Decky <martin@…>
decode return value
11:29 Changeset in mainline [0a72efc]lfnserial by Martin Decky <martin@…>
add support for decoding error values
11:19 Changeset in mainline [f0dcdc5]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Fixed memory leak
09:12 Changeset in mainline [6ec34bb]lfnserial by Stanislav Kozina <stanislav.kozina@…>
bugfix: synch/waitq.c saves THREAD→last_cycle after context restored.

2010-04-05:

20:27 Changeset in mainline [8c06905]lfnserial by Lenka Trochtova <trochtova.lenka@…>
parts of pci driver

2010-04-04:

22:32 Changeset in mainline [ecb6ac32]lfnserial by Jiri Svoboda <jiri@…>
Merge from lp:~jsvoboda/helenos/sysel.
22:31 Changeset in mainline [23de644]lfnserial by Jiri Svoboda <jiri@…>
Update SBI to rev. 174.
22:07 Changeset in mainline [3aae4e8]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.
22:02 Changeset in mainline [73060801]lfnserial by Jiri Svoboda <jiri@…>
Merge Ctrl-Q CLUI feature.
22:01 Changeset in mainline [5db9084]lfnserial by Jiri Svoboda <jiri@…>
Ctrl-Q to quit CLUI application.
21:52 Changeset in mainline [9a66bc2]lfnserial by Lenka Trochtova <trochtova.lenka@…>
several bugs fixed
21:41 Changeset in mainline [59ecd4a]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.

2010-04-03:

16:55 Changeset in mainline [acc3f745]lfnserial by Stanislav Kozina <stanislav.kozina@…>
sys_get_task_info bugfix (cheking task id)
16:52 Changeset in mainline [452268a]lfnserial by Stanislav Kozina <stanislav.kozina@…>
top echoes also percentage differencies of task cycles
15:26 Changeset in mainline [ee35ba0b]lfnserial by Stanislav Kozina <stanislav.kozina@…>
top echoes also percentage usage of cpu

2010-04-02:

20:22 Changeset in mainline [8b2aba5]lfnserial by Stanislav Kozina <stanislav.kozina@…>
top echoes also basic cpu info
13:37 Changeset in mainline [5cd136ab]lfnserial by Lenka Trochtova <trochtova.lenka@…>
device interfaces and driver cooperation - parts of code
13:35 Changeset in mainline [8f56d93]lfnserial by Stanislav Kozina <stanislav.kozina@…>
top echoes also task list
09:13 Changeset in mainline [175ad5c6]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Ps does not wait first
08:27 Changeset in mainline [dd6c71c]lfnserial by Stanislav Kozina <stanislav.kozina@…>
top echoes counts of tasks

2010-04-01:

21:31 Changeset in mainline [62550dce]lfnserial by Stanislav Kozina <stanislav.kozina@…>
ps -c echoes info about CPU's cpu count is accessible through …
20:21 Changeset in mainline [57937dd]lfnserial by Lenka Trochtova <trochtova.lenka@…>
minor changes
15:21 Changeset in mainline [79edc36]lfnserial by Stanislav Kozina <stanislav.kozina@…>
System load echo fix, now it looks realistic top echoes first values …
14:08 Changeset in mainline [52b7b1bb]lfnserial by Lenka Trochtova <trochtova.lenka@…>
device interfaces - parts of code
13:16 Changeset in mainline [83a957a]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Added final free() just to be clear
09:15 Changeset in mainline [9d491a7]lfnserial by Stanislav Kozina <stanislav.kozina@…>
ps and uptime improvements

2010-03-31:

20:38 HardwareSupport edited by Jiri Svoboda
Remove D's as 0.4.2 is out. (diff)
20:36 UsersGuide edited by Jiri Svoboda
Improve description of text editing keys (diff)
20:30 Changeset in mainline [a1769ee]lfnserial by Lenka Trochtova <trochtova.lenka@…>
device interfaces - parts of code
19:49 Changeset in mainline [c0379fc]lfnserial by Stanislav Kozina <stanislav.kozina@…>
uptime
19:06 Changeset in mainline [5c058d50]lfnserial by Stanislav Kozina <stanislav.kozina@…>
sketch of top utility
17:14 Changeset in mainline [0655d64]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Minow ps bugfix
15:54 Changeset in mainline [ee7e82a9]lfnserial by Martin Decky <martin@…>
add LIBCLUI_PREFIX
15:48 Changeset in mainline [85c2a4b]lfnserial by Martin Decky <martin@…>
fix networking configuration
13:42 Changeset in mainline [e257ae3]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Counting CPU busy and idle clock ticks.
13:32 Changeset in mainline [4011fa0]lfnserial by Martin Decky <martin@…>
cleanup netstart, update to HelenOS coding style, run self-tests when …
09:30 Changeset in mainline [944f2cab]lfnserial by Stanislav Kozina <stanislav.kozina@…>
ps -l echoes system load

2010-03-30:

18:42 Changeset in mainline [7553689]lfnserial by Martin Decky <martin@…>
remove orphaned directories
18:39 Changeset in mainline [849ed54]lfnserial by Martin Decky <martin@…>
Networking work: Split the networking stack into end-user library …
18:34 Ticket #186 (Networking framework does not support parallel build) closed by Martin Decky
fixed: Fixed in changeset:[head,336]

2010-03-29:

21:24 Repositories edited by Jiri Svoboda
(diff)
20:52 Changeset in mainline [7d6fe4db]lfnserial by Jiri Svoboda <jiri@…>
Merge SBI (Sysel Bootstrap Intepreter) from …
20:43 Changeset in mainline [9f10660f]lfnserial by Jiri Svoboda <jiri@…>
Add text file demo from Sysel repo.
20:37 Changeset in mainline [a95310e]lfnserial by Jiri Svoboda <jiri@…>
Move Sysel demos under uspace/dist/src/sysel/demos.
20:30 Changeset in mainline [1ebc1a62]lfnserial by Jiri Svoboda <jiri@…>
Update SBI to rev. 157.
19:38 Changeset in mainline [3a10e34]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Added kload thread
18:52 Changeset in mainline [626f907]lfnserial by Jakub Jermar <jakub@…>
Change the default for CONFIG_SIMICS_SMP_HACK from y/n to n/y and …
18:49 Ticket #213 (sun4v not booting on a real Sun Fire T1000 Enterprise) closed by Jakub Jermář
fixed: It turns out that the CONFIG_SIMICS_SMP_HACK was getting in the way on …
17:29 Changeset in mainline [5cbb170]lfnserial by Martin Decky <martin@…>
add missing errno.h include
16:44 Changeset in mainline [ea55bc4]lfnserial by Stanislav Kozina <stanislav.kozina@…>
cycles count echoing with suffixes
16:21 Changeset in mainline [07640dfd]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Small changes on kernel & user accounting.

2010-03-28:

23:05 Changeset in mainline [a2a00e8]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Accounting separated to kernel and user time.

2010-03-27:

09:56 Changeset in mainline [5da468e]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.
09:51 Changeset in mainline [672b22e]lfnserial by Jiri Svoboda <jiri@…>
Merge clui library separation.
09:49 Changeset in mainline [36a75a2]lfnserial by Jiri Svoboda <jiri@…>
Move text input from Bdsh to a separate library, clui.
09:22 Changeset in mainline [371bd7d]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.

2010-03-26:

22:15 Changeset in mainline [1faa995]lfnserial by Jiri Svoboda <jiri@…>
Fix SBI build w.r.t. mainline changes.
22:01 Changeset in mainline [12d7710]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.
22:00 Changeset in mainline [4204ad9]lfnserial by Jiri Svoboda <jiri@…>
Add missing new files.
21:55 Changeset in mainline [37f527b]lfnserial by Jiri Svoboda <jiri@…>
Update SBI to rev. 144.
21:30 Changeset in mainline [eaf22d4]lfnserial by Jiri Svoboda <jiri@…>
Fix typo.

2010-03-25:

15:15 Changeset in mainline [34bba0e]lfnserial by Stanislav Kozina <stanislav.kozina@…>
Tweaking ps ps -t echoes also current CPU
14:47 Changeset in mainline [eff1a590]lfnserial by Lenka Trochtova <trochtova.lenka@…>
parts of code of a dummy root HW device driver for ia32 platform
14:04 Changeset in mainline [f773206d]lfnserial by Stanislav Kozina <stanislav.kozina@…>
TASK_NAME_BUFLEN moved to ps/taksinfo.h
11:58 Changeset in mainline [a087f2e]lfnserial by Lenka Trochtova <trochtova.lenka@…>
copy drivers to the ramdisk including their configuration files (ia32)
10:20 Changeset in mainline [18b5402c]lfnserial by Stanislav Kozina <stanislav.kozina@…>
ps
09:55 Changeset in mainline [66babbd]lfnserial by Lenka Trochtova <trochtova.lenka@…>
child device registration - match ids

2010-03-24:

18:54 Changeset in mainline [40e29f5]lfnserial by Jakub Jermar <jakub@…>
Merge from lp:~lukasmejdrech/helenos/network.
06:49 Changeset in mainline [3db8889]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* make IPC_SET macros even more explicit

2010-03-23:

23:16 Changeset in mainline [5814ef7]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* explicit cast fix
22:58 Changeset in mainline [e417b96]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
IPC_[SG]ET_ARG macros refactored to be more explicit and safer
20:49 Changeset in mainline [76ca3f7]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
Merge mailnline changes, revision 329
15:21 Codenames edited by Jakub Jermář
Add some codenames of animals that prey on raccoons. (diff)
14:56 Changeset in mainline [63f8966]lfnserial by Martin Decky <martin@…>
rename library directories (the common "lib" prefix is already in the …
14:44 Changeset in mainline [1b1164e8]lfnserial by Martin Decky <martin@…>
unify and simplify user space makefiles rename NETWORKING …
14:41 Changeset in mainline [d99c1d2]lfnserial by Martin Decky <martin@…>
use [u]int{8|16|32|64}_t type definitions as detected by the autotool …
14:03 Changeset in mainline [7c682dd1]lfnserial by Martin Decky <martin@…>
simplify makefiles slightly

2010-03-22:

19:41 Repositories edited by Jakub Jermář
Lucky third attempt. (diff)
19:40 Repositories edited by Jakub Jermář
(diff)
19:39 Repositories edited by Jakub Jermář
(diff)

2010-03-21:

19:33 Changeset in mainline [d347b53]lfnserial by Lenka Trochtova <trochtova.lenka@…>
child device registration - parts of code
09:40 Changeset in mainline [8023571]lfnserial by Jiri Svoboda <jiri@…>
Merge from dev/misc.
09:39 Changeset in mainline [19f857a]lfnserial by Jiri Svoboda <jiri@…>
Rename string.h to str.h to avoid header conflict with standard C string.h.
09:25 Changeset in mainline [e2b73d4f]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.

2010-03-20:

22:02 Changeset in mainline [b535aeb]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.
21:57 Changeset in mainline [39e8406]lfnserial by Jiri Svoboda <jiri@…>
Update SBI to rev. 128.

2010-03-19:

18:30 Changeset in mainline [4e9aaf5]lfnserial by Martin Decky <martin@…>
more autotooling: run actually the compiler in autotool.py and detect …
17:48 Meetings edited by Jakub Jermář
(diff)
17:36 Ticket #217 (Need a way to detach devices) created by Jakub Jermář
Commands like: - ata_bd - mbr_part - file_bd create new dev_handles …
14:40 Changeset in mainline [bda60d9]lfnserial by Lenka Trochtova <trochtova.lenka@…>
adding child device - parts of code
11:41 Changeset in mainline [3c80f2b]lfnserial by Martin Decky <martin@…>
Python coding style cleanup (no change in functionality)
10:52 Ticket #216 (Need 'end of input' functionality) created by Jakub Jermář
On Unix systems, Ctrl-D is the end-of-transimission control sequence. …
10:34 Ticket #215 (Need 'interrupt task' functionality) created by Jakub Jermář
On Unix systems, the running application will receive the SIGINT …
09:49 Ticket #214 (Need a command to kill an arbitrary running task) created by Jakub Jermář
We need a way to kill tasks directly from userspace. Something like: …

2010-03-18:

23:34 Changeset in mainline [177e4ea]lfnserial by Martin Decky <martin@…>
move from a simple sanity check tool to a more feature-rich …
21:20 Changeset in mainline [7707954]lfnserial by Lenka Trochtova <trochtova.lenka@…>
child device registration - parts of code
19:57 Ticket #213 (sun4v not booting on a real Sun Fire T1000 Enterprise) created by Jakub Jermář
HelenOS 0.4.2 with SMP will not boot on a real world Sun Fire T1000: …
17:37 Changeset in mainline [3ad309d]lfnserial by Martin Decky <martin@…>
add basic compilation sanity checks
17:34 Changeset in mainline [7b76744]lfnserial by Martin Decky <martin@…>
be more robust when the bzr binary cannot be executed
Note: See TracTimeline for information about the timeline view.