Timeline



2013-12-09:

16:20 Ticket #328 (LLVM 2.9 build of ia32 fails in CONTEXT_SAVE_ARCH_CORE) closed by Martin Decky
fixed: Clang-LLVM 3.3 is reported to compile HelenOS fine.

2013-12-05:

14:23 Meetings edited by Martin Decky
update next meeting (diff)

2013-11-20:

12:38 Ticket #427 (Tickless/event-driven kernel) updated by Martin Decky
Description changed

2013-11-12:

16:19 Ticket #568 (Errno error codes should not be negative) updated by Jiri Svoboda
This does not mean replacing every occurence of Exxx with -Exxx. On …
16:09 Ticket #568 (Errno error codes should not be negative) created by Jiri Svoboda
In HelenOS errno.h (both kernel and user-space) defines error codes as …

2013-11-08:

13:31 Meetings edited by Jakub Jermář
Update venue of tomorrow's meeting. (diff)
10:44 udp-issues-jinfei.patch attached to Ticket #567 by Jakub Jermář
10:44 Ticket #567 (Two UDP issues for triaging) created by Jakub Jermář
Triage the following reports and evaluate the attached patch: On …
10:37 Ticket #566 (ext4fs_write() attempts to write past the end of the block device) created by Jakub Jermář
As of mainline,2035, reproducing the following steps will lead to an …

2013-11-03:

21:57 Ticket #565 (scanf family of functions) updated by Jiri Svoboda
Right, I didn't notice because it's defined as posix_scanf(). and …
19:48 Ticket #565 (scanf family of functions) updated by Vojtech Horky
scanf is currently implemented in …

2013-11-01:

19:29 Ticket #565 (scanf family of functions) updated by Jiri Svoboda
Owner, Component changed
18:58 Ticket #565 (scanf family of functions) created by Jiri Svoboda
The *scanf family of functions is missing from HelenOS C library. This …

2013-10-29:

04:51 Ticket #564 (Implement support for 9P) created by Martin Decky
The design of the 9P network file protocol (originally from Plan 9) …

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 …
Note: See TracTimeline for information about the timeline view.