Timeline



2013-10-16:

19:24 Ticket #562 (Source and destination address selection) updated by Martin Decky
No major objections, only some comments: > * Only send DNS query for …
17:32 Ticket #562 (Source and destination address selection) updated by Jiri Svoboda
Proposed strategy: * Choice of destination address is in the …
17:25 Ticket #562 (Source and destination address selection) updated by Jiri Svoboda
Status, Owner changed

2013-10-08:

07:02 Ticket #563 (gettimeofday() has 1-second granularity) created by Jiri Svoboda
It appears that when I call gettimeofday() and a clock device is …

2013-10-07:

08:53 Ticket #536 (IPv4 link-local address autoconfiguration) updated by Jiri Svoboda
Depends on changed
08:52 Ticket #562 (Source and destination address selection) created by Jiri Svoboda
If you try to connect to or ping a host that has an AAAA DNS record …

2013-10-06:

22:06 Ticket #561 (IPv6 stateless configuration) updated by Martin Decky
See the feature branch https://code.launchpad.net/~as-s/helenos/ipv6
21:29 Ticket #561 (IPv6 stateless configuration) created by Jiri Svoboda
Currently we automatically configure a link-local IPv6 address. Add …
09:40 ContemplatedFeatures edited by Martin Decky
fix report number (diff)

2013-10-04:

20:13 ReleaseNotes/Mainline edited by Jiri Svoboda
df, rfb, DHCP, download (diff)
09:06 Meetings edited by Jiri Svoboda
Date of next meeting (diff)

2013-10-02:

11:59 DeveloperDocs edited by Jiri Svoboda
Fix link to C99 draft (was pointing to older 2008 C1x draft) (diff)

2013-10-01:

11:17 DeveloperDocs/CPUArch edited by Jakub Jermář
Add link to the up-to-date versions of the Intel amd64 and ia32 manuals (diff)

2013-09-30:

20:18 Ticket #560 (IPv6 addresses reversed on wire on ia32) closed by Jiri Svoboda
fixed: Fixed in mainline,2021. Also, address comparison logic was …
16:26 Ticket #560 (IPv6 addresses reversed on wire on ia32) created by Jiri Svoboda
The IP stack appears to be confused about IPv6 address endianness. …

2013-09-28:

20:49 Ticket #559 (TCP server crashes upon second connection attempt to netspeed) closed by Jiri Svoboda
fixed
20:47 Ticket #559 (TCP server crashes upon second connection attempt to netspeed) updated by Jiri Svoboda
When a TCP socket is closed we did not call tcp_uc_close() on the …

2013-09-26:

20:59 Ticket #559 (TCP server crashes upon second connection attempt to netspeed) updated by Jiri Svoboda
Description, Summary changed
20:58 Ticket #559 (TCP server crashes upon second connection attempt to netspeed) created by Jiri Svoboda
In HelenOS run: * netspeed tcp server 1234 4096 in Linux run: * …
15:45 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jiri Svoboda
I was trying to debug this and that made the bug go away Heisenbug …

2013-09-25:

19:52 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jiri Svoboda
For me not only vfs, but also getterm crashed. It turned out the …
19:49 Ticket #536 (IPv4 link-local address autoconfiguration) updated by Jiri Svoboda
The protocol itself is very simple. However, the proper handling of …
19:35 Ticket #556 (fibril_timer semantics are flawed) updated by Jiri Svoboda
See also, Component changed
19:34 Ticket #557 (fibril_timer_func needs first aid) updated by Jiri Svoboda
See also changed
19:34 Ticket #558 (More flexible locking scheme for fibril timers) updated by Jiri Svoboda
One way to get around this problem would be to unify the two locks, …
19:29 Ticket #558 (More flexible locking scheme for fibril timers) created by Jiri Svoboda
Once #556 is addressed, we get a timer that provides reasonable …
19:10 Ticket #557 (fibril_timer_func needs first aid) updated by Jiri Svoboda
Component changed
19:10 Ticket #557 (fibril_timer_func needs first aid) created by Jiri Svoboda
fibril_timer_func() has serveral issues. In general it thinks the …
19:07 Ticket #556 (fibril_timer semantics are flawed) created by Jiri Svoboda
Fibril timer does not hold the timer lock while the callback is …
18:54 Ticket #555 (arp_translate can give up too soon) created by Jiri Svoboda
arp_translate() calls atrans_wait_timeout(ARP_REQUEST_TIMEOUT) before …
11:22 DeveloperDocs/Peripherals edited by Jiri Svoboda
Link to public Nvidia GPU doc(s) (diff)

2013-09-20:

19:20 Ticket #554 (C-style checking tool) updated by Jakub Jermář
Note that there is also the Unix command line tool called indent
11:36 Ticket #554 (C-style checking tool) updated by Vojtech Horky
I briefly tried the [http://clang.llvm.org/docs/ClangFormat.html

2013-09-18:

11:52 DeveloperDocs/Peripherals edited by Jiri Svoboda
Intel GPU documentation (diff)

2013-09-17:

12:50 Ticket #554 (C-style checking tool) updated by Jiří Zárevúcky
I haven't examined the tool too closely yet, but I think it can easily …
07:02 Ticket #554 (C-style checking tool) updated by Martin Decky
On a regular basis, I would prefer checking only to automatically …

2013-09-16:

23:57 Ticket #554 (C-style checking tool) updated by Jiří Zárevúcky
We can try using http://clang.llvm.org/docs/ClangFormat.html to …
12:32 CStyle edited by Jiri Svoboda
License and copyright headers (diff)
12:25 CStyle edited by Jiri Svoboda
Add a section on header files (diff)
11:58 Ticket #554 (C-style checking tool) created by Jiri Svoboda
C-style enforcement by human review is putting an increased burden on …

2013-09-13:

16:25 Ticket #553 (e1k support for 8086:1502 (82579LM Gigabit Network Connection rev 04)) updated by Jiri Svoboda
Unlike the presently supported E1000 variants, this one, integrated on …
13:34 Ticket #553 (e1k support for 8086:1502 (82579LM Gigabit Network Connection rev 04)) created by Jiri Svoboda
My Lenovo X230 has the following network adapter: […] the support …

2013-09-12:

21:33 Ticket #190 (DHCP client) updated by Jiri Svoboda
A prototype implementation was commited in mainline,1991. …
15:33 DeveloperDocs/TCPIP edited by Martin Sucha
Add links about VNC protocol (diff)

2013-09-11:

23:18 Ticket #552 (Optimize fibril creation) updated by Martin Decky
Status, Owner changed
23:18 Ticket #552 (Optimize fibril creation) created by Martin Decky
The creation of new fibrils and allocating stacks for them for every …
17:38 Ticket #540 (devctl display of match IDs) closed by Jiri Svoboda
fixed: Fixed in mainline,1968. The command to print device tree …

2013-09-10:

17:48 Ticket #529 (Simplify list_foreach iteration) closed by Jiri Svoboda
fixed: Implemented in mainline,1946 (the latter variant).

2013-09-09:

22:04 Ticket #542 (Run-time core dump configuration) updated by Jiri Svoboda
Milestone changed
22:04 Ticket #542 (Run-time core dump configuration) closed by Jiri Svoboda
fixed: Fixed in mainline,1933.

2013-09-06:

06:40 ReleaseNotes/Mainline edited by Jiri Svoboda
Audio, IPv6 (diff)

2013-09-05:

20:05 Ticket #530 (Type check link argument of list_get_instance macro) closed by Jiri Svoboda
fixed: Fixed in: mainline,1924

2013-09-03:

20:24 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jakub Jermář
The corresponding disasm is here: […]
20:19 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jakub Jermář
After mainline,1921, mainline,1922 and …
15:44 Ticket #546 (Some DNS lookups fail) updated by Jiri Svoboda
Hypothesis: The DNS resolver expects to receive both the CNAME and the …
11:57 HowToContribute edited by Martin Decky
add a few sentences about patience (diff)

2013-09-01:

20:49 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jakub Jermář
Priority, Status, Owner changed
20:42 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jakub Jermář
Note that mainline,1920 #ifdefs the ASI_ICACHE accesses …

2013-08-27:

02:44 Ticket #551 (Integator/CP support broken since mainline,1912) closed by Jan Vesely
fixed: Fixed in mainline,1919

2013-08-24:

14:07 ContemplatedFeatures edited by Martin Decky
IPv6 already partially implemented (diff)
14:07 ContemplatedPlatforms edited by Martin Decky
fix typo (diff)
14:06 ContemplatedPlatforms edited by Martin Decky
add OUYA and Utilite (diff)
13:55 ToMerge edited by Martin Decky
remove already merged item (diff)

2013-08-23:

19:22 Ticket #551 (Integator/CP support broken since mainline,1912) updated by Jakub Jermář
Description changed
19:22 Ticket #551 (Integator/CP support broken since mainline,1912) created by Jakub Jermář
The mainline revision mainline,1912 rendered the …

2013-08-22:

18:43 Ticket #548 (Exceeding data transfer limit sometimes makes server block indefinitely.) updated by Jakub Jermář
I think this is because the kernel refused to make the …
13:55 Ticket #550 (Driver wildcard matching) created by Jiri Svoboda
Currently drivers are matched to device nodes based on exact string …

2013-08-19:

20:20 Ticket #549 (Atomic operations are not SMP-safe) created by Jakub Jermář
Jiri Zarevucky noticed there are no memory barriers in the HelenOS …

2013-08-14:

14:49 Camps edited by Jakub Jermář
(diff)

2013-08-13:

07:34 Ticket #507 (Kernel assertion fail at phone_deallocp() at ...) updated by Jakub Jermář
Status changed
07:30 Ticket #416 (Port HelenOS/arm32 to BeagleBoard) closed by Jakub Jermář
fixed: Basic support for bbxm was merged in mainline,1712. There …

2013-08-07:

13:54 Ticket #547 (VFS_IN_RENAME does not work with directories) updated by Jiří Zárevúcky
True, but flexibility is a consideration as well. It is possible for …
13:39 Ticket #547 (VFS_IN_RENAME does not work with directories) updated by Jakub Jermář
Keep in mind that the FS servers should be easy to implement, thus not …
13:07 Camp2013 edited by Jakub Jermář
(diff)
11:37 Camp2013 edited by Martin Decky
(diff)

2013-08-06:

12:40 screenshot2.png attached to Ticket #548 by Jiří Zárevúcky
12:34 Ticket #548 (Exceeding data transfer limit sometimes makes server block indefinitely.) updated by Jiří Zárevúcky
I was mistaken. The call actually never reaches EXT4 server. In the …
12:33 screenshot.png attached to Ticket #548 by Jiří Zárevúcky
10:32 Ticket #548 (Exceeding data transfer limit sometimes makes server block indefinitely.) updated by Jakub Jermář
Can you apply the ipc <task_id> kconsole command on the hung task and …

2013-08-05:

16:17 Ticket #548 (Exceeding data transfer limit sometimes makes server block indefinitely.) created by Jiří Zárevúcky
Encountered when asking EXT4 for a big data read (> DATA_XFER_LIMIT). …

2013-08-01:

19:46 DeveloperDocs/CPUArch edited by Jakub Jermář
Add link to the document with the sun4v hypervisor API. (diff)

2013-07-28:

19:24 Ticket #547 (VFS_IN_RENAME does not work with directories) created by Jiří Zárevúcky
Internally, VFS server implements RENAME as a sequence of link and …

2013-07-25:

19:38 Ticket #457 (ping -r timeout handling) closed by Martin Decky
fixed: Fixed in changeset:mainline,1907.

2013-07-24:

12:30 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jiri Svoboda
From UA2005: 10.2 ASI Values The range of address space identifiers …
11:56 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jiri Svoboda
[…] From disassembly of image.boot: […] 00000000000060e8 …
Note: See TracTimeline for information about the timeline view.