Timeline
2013-10-16:
- 19:24 Ticket #562 (Source and destination address selection) updated by
- No major objections, only some comments: > * Only send DNS query for …
- 17:32 Ticket #562 (Source and destination address selection) updated by
- Proposed strategy: * Choice of destination address is in the …
- 17:25 Ticket #562 (Source and destination address selection) updated by
-
Status, Owner changed
2013-10-08:
- 07:02 Ticket #563 (gettimeofday() has 1-second granularity) created by
- 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
-
Depends on changed
- 08:52 Ticket #562 (Source and destination address selection) created by
- 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
- See the feature branch https://code.launchpad.net/~as-s/helenos/ipv6 …
- 21:29 Ticket #561 (IPv6 stateless configuration) created by
- Currently we automatically configure a link-local IPv6 address. Add …
- 09:40 ContemplatedFeatures edited by
- fix report number (diff)
2013-10-04:
- 20:13 ReleaseNotes/Mainline edited by
- df, rfb, DHCP, download (diff)
- 09:06 Meetings edited by
- Date of next meeting (diff)
2013-10-02:
- 11:59 DeveloperDocs edited by
- Fix link to C99 draft (was pointing to older 2008 C1x draft) (diff)
2013-10-01:
- 11:17 DeveloperDocs/CPUArch edited by
- 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
- fixed: Fixed in mainline,2021. Also, address comparison logic was …
- 16:26 Ticket #560 (IPv6 addresses reversed on wire on ia32) created by
- 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
- fixed
- 20:47 Ticket #559 (TCP server crashes upon second connection attempt to netspeed) updated by
- 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
-
Description, Summary changed
- 20:58 Ticket #559 (TCP server crashes upon second connection attempt to netspeed) created by
- 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
- 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
- For me not only vfs, but also getterm crashed. It turned out the …
- 19:49 Ticket #536 (IPv4 link-local address autoconfiguration) updated by
- The protocol itself is very simple. However, the proper handling of …
- 19:35 Ticket #556 (fibril_timer semantics are flawed) updated by
-
See also, Component changed
- 19:34 Ticket #557 (fibril_timer_func needs first aid) updated by
-
See also changed
- 19:34 Ticket #558 (More flexible locking scheme for fibril timers) updated by
- 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
- Once #556 is addressed, we get a timer that provides reasonable …
- 19:10 Ticket #557 (fibril_timer_func needs first aid) updated by
-
Component changed
- 19:10 Ticket #557 (fibril_timer_func needs first aid) created by
- fibril_timer_func() has serveral issues. In general it thinks the …
- 19:07 Ticket #556 (fibril_timer semantics are flawed) created by
- 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
- arp_translate() calls atrans_wait_timeout(ARP_REQUEST_TIMEOUT) before …
- 11:22 DeveloperDocs/Peripherals edited by
- Link to public Nvidia GPU doc(s) (diff)
2013-09-20:
- 19:20 Ticket #554 (C-style checking tool) updated by
-
Note that there is also the Unix command line tool called
indent… - 11:36 Ticket #554 (C-style checking tool) updated by
- I briefly tried the [http://clang.llvm.org/docs/ClangFormat.html …
2013-09-18:
- 11:52 DeveloperDocs/Peripherals edited by
- Intel GPU documentation (diff)
2013-09-17:
- 12:50 Ticket #554 (C-style checking tool) updated by
- 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
- On a regular basis, I would prefer checking only to automatically …
2013-09-16:
- 23:57 Ticket #554 (C-style checking tool) updated by
- We can try using http://clang.llvm.org/docs/ClangFormat.html to …
- 12:32 CStyle edited by
- License and copyright headers (diff)
- 12:25 CStyle edited by
- Add a section on header files (diff)
- 11:58 Ticket #554 (C-style checking tool) created by
- 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
- 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
- My Lenovo X230 has the following network adapter: […] the support …
2013-09-12:
- 21:33 Ticket #190 (DHCP client) updated by
- A prototype implementation was commited in mainline,1991. …
- 15:33 DeveloperDocs/TCPIP edited by
- Add links about VNC protocol (diff)
2013-09-11:
- 23:18 Ticket #552 (Optimize fibril creation) updated by
-
Status, Owner changed
- 23:18 Ticket #552 (Optimize fibril creation) created by
- The creation of new fibrils and allocating stacks for them for every …
- 17:38 Ticket #540 (devctl display of match IDs) closed by
- fixed: Fixed in mainline,1968. The command to print device tree …
2013-09-10:
- 17:48 Ticket #529 (Simplify list_foreach iteration) closed by
- fixed: Implemented in mainline,1946 (the latter variant).
2013-09-09:
- 22:04 Ticket #542 (Run-time core dump configuration) updated by
-
Milestone changed
- 22:04 Ticket #542 (Run-time core dump configuration) closed by
- fixed: Fixed in mainline,1933.
2013-09-06:
- 06:40 ReleaseNotes/Mainline edited by
- Audio, IPv6 (diff)
2013-09-05:
- 20:05 Ticket #530 (Type check link argument of list_get_instance macro) closed by
- fixed: Fixed in: mainline,1924
2013-09-03:
- 20:24 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by
- The corresponding disasm is here: […]
- 20:19 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by
- After mainline,1921, mainline,1922 and …
- 15:44 Ticket #546 (Some DNS lookups fail) updated by
- Hypothesis: The DNS resolver expects to receive both the CNAME and the …
- 11:57 HowToContribute edited by
- 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
-
Priority, Status, Owner changed
- 20:42 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by
- 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
- fixed: Fixed in mainline,1919
2013-08-24:
- 14:07 ContemplatedFeatures edited by
- IPv6 already partially implemented (diff)
- 14:07 ContemplatedPlatforms edited by
- fix typo (diff)
- 14:06 ContemplatedPlatforms edited by
- add OUYA and Utilite (diff)
- 13:55 ToMerge edited by
- remove already merged item (diff)
2013-08-23:
- 19:22 Ticket #551 (Integator/CP support broken since mainline,1912) updated by
-
Description changed
- 19:22 Ticket #551 (Integator/CP support broken since mainline,1912) created by
- 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
- I think this is because the kernel refused to make the …
- 13:55 Ticket #550 (Driver wildcard matching) created by
- 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
- Jiri Zarevucky noticed there are no memory barriers in the HelenOS …
2013-08-14:
2013-08-13:
- 07:34 Ticket #507 (Kernel assertion fail at phone_deallocp() at ...) updated by
-
Status changed
- 07:30 Ticket #416 (Port HelenOS/arm32 to BeagleBoard) closed by
- 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
- 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
- Keep in mind that the FS servers should be easy to implement, thus not …
- 13:07 Camp2013 edited by
- (diff)
- 11:37 Camp2013 edited by
- (diff)
2013-08-06:
- 12:34 Ticket #548 (Exceeding data transfer limit sometimes makes server block indefinitely.) updated by
- I was mistaken. The call actually never reaches EXT4 server. In the …
- 10:32 Ticket #548 (Exceeding data transfer limit sometimes makes server block indefinitely.) updated by
- 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
- Encountered when asking EXT4 for a big data read (> DATA_XFER_LIMIT). …
2013-08-01:
- 19:46 DeveloperDocs/CPUArch edited by
- 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
- Internally, VFS server implements RENAME as a sequence of link and …
2013-07-25:
2013-07-24:
- 12:30 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by
- 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
- […] From disassembly of image.boot: […] 00000000000060e8 …
Note:
See TracTimeline
for information about the timeline view.
