Timeline
2009-12-10:
- 21:58 ReleaseNotes/Trunk edited by
- Clipboard (diff)
2009-12-09:
- 17:23 Changeset in mainline [1e4cada]lfnserialticket/834-toolchain-update by
- rename fibril_sync.[ch] to fibril_synch.[ch]
- 17:10 Changeset in mainline [fb623e2]lfnserialticket/834-toolchain-update by
- move from file-backed clipboard to service-backed clipboard there is a …
- 14:51 Changeset in mainline [81235588]lfnserialticket/834-toolchain-update by
- move the definition of common init tasks, RAM disk files and …
- 14:39 Changeset in mainline [63c4e28]lfnserialticket/834-toolchain-update by
- 'swi' instruction should have an immed_24 argument (according to ARM …
2009-12-08:
- 23:06 DeveloperDocs edited by
- CD-ROM filesystem standards (diff)
- 23:01 DeveloperDocs edited by
- Intel AC spec links (diff)
- 22:53 DeveloperDocs edited by
- Link USB specs. (diff)
- 22:43 DeveloperDocs edited by
- Add ANSI ATA/ATAPI standards references (diff)
- 13:45 DeveloperDocs edited by
- Remove extraneous blank lines. (diff)
- 13:44 DeveloperDocs edited by
- Add link to ATAPI CDROM standard (diff)
2009-12-07:
- 22:39 Changeset in mainline [3063d56]lfnserialticket/834-toolchain-update by
- Do not flush TLB every time a thread is scheduled. Flush TLB only when …
- 22:13 Ticket #153 (atomic operations are broken on arm32) closed by
- fixed: changeset:head,166 fixed the remaining part of the problem in userspace.
- 22:01 Changeset in mainline [216cb85]lfnserialticket/834-toolchain-update by
- Merge support for Restartable Atomic Sequences for arm32.
- 21:57 Changeset in mainline [cd769305]lfnserialticket/834-toolchain-update by
- Implement userspace arm32 cas() and atomic_add() using RAS.
- 21:56 Changeset in mainline [a47d49f]lfnserialticket/834-toolchain-update by
- Allow the architecture to define its own cas().
- 21:55 Changeset in mainline [82a04c6]lfnserialticket/834-toolchain-update by
- Support for RAS on arm32.
- 16:12 Ticket #149 (Flush windows in context_save_arch() instead of context_restore_arch()) updated by
-
Summary changed
2009-12-06:
- 19:20 Changeset in mainline [77f65df]lfnserialticket/834-toolchain-update by
- minor cleanup
- 19:02 Changeset in mainline [5e53e02]lfnserialticket/834-toolchain-update by
- Merged fast data access MMU miss & protecion handlers ⇒ the uspace …
- 18:29 Changeset in mainline [ba50a34]lfnserialticket/834-toolchain-update by
- Merged fast instr. access MMU miss handler, now the first few …
2009-12-05:
- 21:23 Changeset in mainline [45d5f86]lfnserialticket/834-toolchain-update by
- Merge bug fixes.
- 21:23 Changeset in mainline [cd82bb1]lfnserialticket/834-toolchain-update by
- Squash more bugs.
- 18:48 UsersGuide edited by
- Document controls for Copy and Paste. (diff)
- 18:30 Changeset in mainline [034bf0e]lfnserialticket/834-toolchain-update by
- Merge project X (Copy and paste for text editor and CLI, clipboard).
- 17:39 Changeset in mainline [bc77bfa]lfnserialticket/834-toolchain-update by
- Squash bugs.
- 17:35 Changeset in mainline [cedd33b]lfnserialticket/834-toolchain-update by
- Cut (Ctrl-X) and select all (Ctrl-A).
- 17:13 Changeset in mainline [f1b37d6]lfnserialticket/834-toolchain-update by
- Make paste more efficient.
- 16:46 Changeset in mainline [2a5af223]lfnserialticket/834-toolchain-update by
- Fix bug in fputc() which made printf("%ls") break with non-ASCII …
- 16:35 Changeset in mainline [51ea01e]lfnserialticket/834-toolchain-update by
- Fix off-by-one buffer overflow.
- 16:33 Changeset in mainline [371a012]lfnserialticket/834-toolchain-update by
- Copy and paste in bdsh input.
- 16:03 Changeset in mainline [ed372da]lfnserialticket/834-toolchain-update by
- Add some comments.
- 15:52 Changeset in mainline [7e0cb78]lfnserialticket/834-toolchain-update by
- Basic selections in bdsh input module.
2009-12-04:
- 23:16 Changeset in mainline [0b772f5]lfnserialticket/834-toolchain-update by
- Save clipboard data in a file.
- 20:53 Changeset in mainline [0902edfe]lfnserialticket/834-toolchain-update by
- Editor copy and paste. Clipboard API with task-local implementation.
- 19:19 Changeset in mainline [0f24c57]lfnserialticket/834-toolchain-update by
- Implement basis of selections in editor.
2009-12-03:
- 21:26 Changeset in mainline [65c1778]lfnserialticket/834-toolchain-update by
- Merge bug fixes. (thx Tomas Brambora)
- 21:24 Changeset in mainline [002252a]lfnserialticket/834-toolchain-update by
- Handle zero size or nmemb properly.
- 19:40 Changeset in mainline [9510be2]lfnserialticket/834-toolchain-update by
- Get rid of vestigial variable. Now we should rather check for …
- 19:25 Changeset in mainline [fbcfc4da]lfnserialticket/834-toolchain-update by
- Merge mainline changes.
- 17:49 Changeset in mainline [22e6802]lfnserialticket/834-toolchain-update by
- fix kernel thread_sleep() not to overflow thread_usleep() introduce …
- 17:47 Changeset in mainline [4924675]lfnserialticket/834-toolchain-update by
- remove ThreadChecker, as it cannot do global checking so far
2009-12-02:
- 23:41 Ticket #153 (atomic operations are broken on arm32) updated by
- Changeset:head,160 fixed this ticket in the kernel. The arm32 uspace …
- 23:39 Ticket #154 (Futexes are broken) closed by
- fixed: Fixed in changeset:head,160. This changeset replaces the original …
- 23:33 Changeset in mainline [84b14e2]lfnserialticket/834-toolchain-update by
- Merge simplified futexes (ticket #154) and fix for arm32 kernel atomic …
- 23:26 Changeset in mainline [8d04f709]lfnserialticket/834-toolchain-update by
- Add dummy implementation of arm32 cas. The arm32 uspace atomic …
- 22:29 Changeset in mainline [e15e0e8]lfnserialticket/834-toolchain-update by
- Make provisions for different implementations of atomic_t. This breaks …
- 21:02 DeveloperDocs edited by
- C99 standard draft ref (diff)
- 18:53 Changeset in mainline [4702bde]lfnserialticket/834-toolchain-update by
- Fix atomic addition in arm32 kernel.
- 18:11 Changeset in mainline [12bef5b]lfnserialticket/834-toolchain-update by
- Build the ia32 uspace with -march=pentium so that gcc cas built-in can …
- 10:03 Ticket #153 (atomic operations are broken on arm32) updated by
-
Cc changed
- 10:02 Ticket #154 (Futexes are broken) updated by
-
Cc changed
- 09:22 Ticket #153 (atomic operations are broken on arm32) updated by
-
Priority changed
- 08:27 Ticket #154 (Futexes are broken) updated by
-
Summary changed
- 08:27 Ticket #154 (Futexes are broken) created by
- Tomas Brambora wrote: >Consider the following scenario: >Threads A, B. …
- 08:13 Ticket #153 (atomic operations are broken on arm32) created by
- There are two points: 1. the inline asm code just looks hopelessly …
2009-12-01:
- 21:58 Changeset in mainline [eae4e8f]lfnserialticket/834-toolchain-update by
- Fix missing includes.
- 21:53 Changeset in mainline [089d746]lfnserialticket/834-toolchain-update by
- Merge small shell ui adjustment.
- 21:52 Changeset in mainline [3041fef1]lfnserialticket/834-toolchain-update by
- Change boundary behavior of vertical seek: keep column number, do not …
- 21:28 UsersGuide edited by
- Fix mess (diff)
- 21:27 Changeset in mainline [4774a32]lfnserialticket/834-toolchain-update by
- Greatly simplify futexes. Drop timeout support.
- 21:22 UsersGuide edited by
- Vertical seeking on command line (diff)
- 21:16 Changeset in mainline [4a2aa91]lfnserialticket/834-toolchain-update by
- Merge command line input improvements.
- 21:14 Changeset in mainline [e228280]lfnserialticket/834-toolchain-update by
- Allow input longer than one row. Implement vertical seek.
- 21:12 Changeset in mainline [fd34f4e]lfnserialticket/834-toolchain-update by
- Add missing null separator.
- 20:46 Changeset in mainline [4af185f]lfnserialticket/834-toolchain-update by
- Clean up futex.h.
- 20:45 Changeset in mainline [41df2827]lfnserialticket/834-toolchain-update by
- Fix missing includes.
- 20:19 Changeset in mainline [d359e227]lfnserialticket/834-toolchain-update by
- Add cas(). Implemented using GCC built-in.
- 20:08 Changeset in mainline [d9ece1cb]lfnserialticket/834-toolchain-update by
- Introduce SYS_THREAD_USLEEP and use it to implement usleep() in uspace.
- 20:07 Changeset in mainline [8b5001b]lfnserialticket/834-toolchain-update by
- Merge mainline changes.
- 19:45 Changeset in mainline [d52b82ad]lfnserialticket/834-toolchain-update by
- Remove argument names from the function headers in thread.h.
2009-11-30:
- 20:07 Changeset in mainline [e866806]lfnserialticket/834-toolchain-update by
- Merge editor fix and string function improvements.
- 19:51 Changeset in mainline [b67c7d64]lfnserialticket/834-toolchain-update by
- Add wstr_to_astr() for easy conversion from wide string to string.
- 19:16 Changeset in mainline [0f06dbc]lfnserialticket/834-toolchain-update by
- Rename wstr_nstr() to wstr_to_str() and align it better with the rest …
- 18:50 Changeset in mainline [ba26129]lfnserialticket/834-toolchain-update by
- Prevent overrunning screen width when editing file name.
- 16:20 UsersGuide edited by
- Editor controls (diff)
- 15:02 Changeset in mainline [1df977c]lfnserialticket/834-toolchain-update by
- Merge Save As editor feature.
- 15:00 Changeset in mainline [1352fc1]lfnserialticket/834-toolchain-update by
- Save As feature.
2009-11-29:
- 20:14 FreeRunnerLEDs edited by
- Verified with C app run in Om 2008. (diff)
- 18:17 Changeset in mainline [eb79d60]lfnserialticket/834-toolchain-update by
- Merged the preemptible trap handler for userspace.
- 14:54 Changeset in mainline [272f88f0]lfnserialticket/834-toolchain-update by
- Merge more command-line input improvements.
- 14:53 Changeset in mainline [da2bd08]lfnserialticket/834-toolchain-update by
- Input history.
- 14:30 UsersGuide edited by
- Keyboard layout selection, shell text input. (diff)
- 13:54 ReleaseNotes/Trunk edited by
- Bdsh input improved (diff)
- 12:47 Changeset in mainline [025759c]lfnserialticket/834-toolchain-update by
- Word seek.
- 00:44 Changeset in mainline [a1622091]lfnserialticket/834-toolchain-update by
- Merge command-line input improvement.
- 00:42 Changeset in mainline [19528516]lfnserialticket/834-toolchain-update by
- Rewrite command-line input routine. Adds capability to seek, insert …
2009-11-28:
- 20:28 Changeset in mainline [3f35634c]lfnserialticket/834-toolchain-update by
- merged head changes to this branch
- 20:19 Changeset in mainline [3da11f37]lfnserialticket/834-toolchain-update by
- Merged changes essential for the code to reach 'uinit'.
- 16:52 Ticket #151 (IPC_M_PHONE_HUNGUP can go unnoticed by a connection fibril) closed by
- fixed: Fixed in changeset:head,153.
- 16:50 Changeset in mainline [2e07d27e]lfnserialticket/834-toolchain-update by
- Merge fix for ticket #151.
- 16:49 Changeset in mainline [8c8f8d6]lfnserialticket/834-toolchain-update by
- Repeat IPC_M_PHONE_HUNGUP until the caller of async_get_call_timeout() …
- 16:32 Changeset in mainline [c4702804]lfnserialticket/834-toolchain-update by
- close_callid is not bool.
- 16:30 Changeset in mainline [db4d6de]lfnserialticket/834-toolchain-update by
- Merge mainline changes.
- 15:29 Ticket #139 (Tasks should be allocated from a dedicated slab allocator cache) closed by
- fixed: Fixed in changeset:head,152. As a further improvement in this area, …
- 15:20 Changeset in mainline [67392fa]lfnserialticket/834-toolchain-update by
- Tasks should be allocated from a dedicated slab allocator cache. …
- 14:38 Changeset in mainline [59ee56f]lfnserialticket/834-toolchain-update by
- Introduce a task constructor.
- 14:34 Changeset in mainline [e701eb1]lfnserialticket/834-toolchain-update by
- Disassociate the phone with the answerbox in cleanup.
- 11:03 Changeset in mainline [103de761]lfnserialticket/834-toolchain-update by
- Introduce a slab cache for task_t and allocate/free tasks from/to it.
2009-11-27:
- 20:00 Ticket #6 (pte_t should be the real thing on arm32) closed by
- fixed: Fixed in changeset:head,151.
- 19:56 Changeset in mainline [fb7c52f]lfnserialticket/834-toolchain-update by
- Merge pte_t type improvements.
- 19:54 Changeset in mainline [ad7c340]lfnserialticket/834-toolchain-update by
- Tweak header files to include pte_t type directly.
- 19:48 Ticket #152 (ia64 parallel build fails) created by
- When building ia64 using make -j 2, the build fails: … …
- 19:10 Changeset in mainline [f3277d49]lfnserialticket/834-toolchain-update by
- Repatriate pte_t on ppc32.
- 19:06 Changeset in mainline [cc0eb1d]lfnserialticket/834-toolchain-update by
- Repatriate pte_t on mips32.
- 19:02 Changeset in mainline [0eef314]lfnserialticket/834-toolchain-update by
- Repatriate pte_t on ia32.
- 18:58 Changeset in mainline [33be9ac]lfnserialticket/834-toolchain-update by
- Repatriate pte_t on amd64.
- 18:55 Changeset in mainline [c09adc10]lfnserialticket/834-toolchain-update by
- pte_t should be the real thing on arm32
2009-11-26:
- 17:13 Changeset in mainline [8359969]lfnserialticket/834-toolchain-update by
- initial support for Stanse ThreadChecker
2009-11-25:
- 19:47 Ticket #151 (IPC_M_PHONE_HUNGUP can go unnoticed by a connection fibril) created by
- If a client hangs up the phone after it sends the first message in a …
- 15:26 Changeset in mainline [20c7c40]lfnserialticket/834-toolchain-update by
- avoid superfluous semicolon generated by the GET_CHECK_PHONE macro
- 14:59 Changeset in mainline [439d036]lfnserialticket/834-toolchain-update by
- remove superfluous unreachable break (as trivially suggested by Stanse)
- 14:46 Changeset in mainline [a5a8ca7]lfnserialticket/834-toolchain-update by
- create jobfile in append mode and use locking to fix parallel builds
- 14:45 Changeset in mainline [218e50c]lfnserialticket/834-toolchain-update by
- style changes
- 14:08 Changeset in mainline [656437a0]lfnserialticket/834-toolchain-update by
- add basic support for Stanse static checker (http://stanse.fi.muni.cz/)
- 14:06 Changeset in mainline [fe12f9f4]lfnserialticket/834-toolchain-update by
- add an information message indicating that the bzr revision is being …
- 12:01 HardwareSupport edited by
- (diff)
- 10:15 Ticket #150 (CLEAN_WINDOW_HANDLER on sun4v can be optimized) created by
- The following quotation from the UltraSPARC T1 Supplement to the …
2009-11-24:
- 17:37 Ticket #143 (Networking and TCP/IP stack for HelenOS system) updated by
-
Status changed
- 15:49 Ticket #149 (Flush windows in context_save_arch() instead of context_restore_arch()) updated by
- I already tried this optimization and it appears to be a correct one. …
- 15:45 Ticket #149 (Flush windows in context_save_arch() instead of context_restore_arch()) created by
- Gedare Bloom suggests: Issue the flushw instruction in …
- 15:11 Ticket #148 (__hypercall_fast_ret1 trusts the contents of %o1 (too much)) created by
- In the sun4v branch, there is: […] It seems like the asm …
2009-11-23:
- 23:04 HowToContribute edited by
- (diff)
- 23:03 HowToContribute edited by
- (diff)
- 22:56 HowToContribute edited by
- (diff)
- 22:55 HowToContribute edited by
- (diff)
- 22:54 HowToContribute edited by
- (diff)
- 22:53 HowToContribute edited by
- (diff)
- 22:13 HowToContribute created by
- 22:13 WikiStart edited by
- (diff)
- 22:04 Ticket #60 (Driver for ext4 filesystem) updated by
-
Keywords changed
- 22:03 Ticket #54 (VFS to FUSE connector) updated by
-
Keywords changed
- 22:02 Ticket #54 (VFS to FUSE connector) updated by
-
Keywords, Component changed
- 22:01 Ticket #59 (FAT server improvement: FAT12, FAT32, FAT64) updated by
-
Keywords changed
- 22:01 Ticket #58 (FAT server improvement: LFN) updated by
-
Keywords changed
- 22:00 Ticket #40 (Implement support for Sgi Octane (mips64)) updated by
-
Keywords, Component changed
- 21:58 Ticket #114 (memory reservation feature needed) updated by
-
Keywords changed
- 21:57 Ticket #140 (Driver for ISO 9660 (cdfs) filesystem) updated by
-
Keywords changed
- 21:56 Ticket #133 (Support for Fujitsu SPARC64 processors) updated by
-
Keywords changed
- 21:55 Ticket #48 (Simple GUI) updated by
-
Keywords changed
- 21:39 Ticket #114 (memory reservation feature needed) updated by
-
Milestone changed
- 21:36 Ticket #142 (Support for T1 and T2 processors in HelenOS) updated by
- The full assignment is …
- 21:35 Ticket #144 (Device drivers interface in HelenOS system) updated by
- The full assignment is …
- 21:34 Ticket #143 (Networking and TCP/IP stack for HelenOS system) updated by
- The full assignment is …
- 21:33 Ticket #145 (Task snapshoting in HelenOS) updated by
- The full assignment is …
- 21:32 Ticket #146 (Modern operating system without MMU) updated by
- The full assignment is …
- 21:31 Ticket #147 (Security containers and access rights in HelenOS) updated by
-
Cc changed
The full assignment is … - 21:25 Ticket #146 (Modern operating system without MMU) updated by
-
Keywords changed
- 21:25 Ticket #147 (Security containers and access rights in HelenOS) created by
- This is a placeholder ticket for tracking progress on Stepan Henek's …
- 21:24 Ticket #146 (Modern operating system without MMU) created by
- This is a placeholder ticket for tracking progress on Jiri Tlach's …
- 21:22 Ticket #145 (Task snapshoting in HelenOS) created by
- This is a placeholder ticket for tracking progress on Tomas Brambora's …
- 21:20 Ticket #144 (Device drivers interface in HelenOS system) updated by
-
Summary changed
- 21:19 Ticket #142 (Support for T1 and T2 processors in HelenOS) updated by
-
Summary changed
- 21:17 Ticket #143 (Networking and TCP/IP stack for HelenOS system) updated by
-
Summary changed
- 21:16 Ticket #143 (Networking and TCP/IP stack for HelenOS system) updated by
-
Type changed
- 21:15 Ticket #144 (Device drivers interface in HelenOS system) created by
- This is a placeholder ticket to track progress on Lenka Trochtova's …
- 21:10 Ticket #143 (Networking and TCP/IP stack for HelenOS system) created by
- This is a placeholder ticket for tracking integration of Lukas …
- 21:07 Ticket #56 (Finish and merge the dynamic loader to trunk) updated by
-
Keywords, Component changed
- 21:06 Ticket #142 (Support for T1 and T2 processors in HelenOS) created by
- This is a placeholder ticket to track integration of Pavel Rimsky's …
- 18:32 Ticket #140 (Driver for ISO 9660 (cdfs) filesystem) updated by
-
Keywords, Cc changed
- 18:29 Ticket #141 (ATAPI optical drive support) updated by
-
Milestone changed
- 18:22 Ticket #140 (Driver for ISO 9660 (cdfs) filesystem) updated by
- See also ticket #141 (ATAPI optical drive support).
- 18:21 Ticket #141 (ATAPI optical drive support) created by
- Add support for ATAPI optical drives (CD/DVD/BD-ROM). Although these …
- 18:14 Ticket #140 (Driver for ISO 9660 (cdfs) filesystem) created by
- Implement a native HelenOS driver for the ISO 9660 file system, …
- 18:00 Changeset in mainline [01607604]lfnserialticket/834-toolchain-update by
- Allow backing out changesets in MB-Protect.
2009-11-22:
- 13:32 PastTheses edited by
- (diff)
- 13:31 AvailableTheses edited by
- (diff)
- 13:31 CurrentTheses edited by
- (diff)
- 13:30 Courses created by
- 13:19 AvailableTheses edited by
- (diff)
- 13:18 AvailableTheses created by
- 13:16 CurrentTheses edited by
- (diff)
- 13:16 PastTheses created by
- 13:12 CurrentTheses created by
- 13:10 WikiStart edited by
- (diff)
- 11:48 Changeset in mainline [3f085132]lfnserialticket/834-toolchain-update by
- merged with head
- 11:44 Changeset in mainline [5ebdf94]lfnserialticket/834-toolchain-update by
- dd branch merged with head
2009-11-21:
- 10:39 Ticket #123 (mkfat.py suspected to present phantom clusters) closed by
- worksforme: Some documentation sources [1] seem to document this behavior, …
- 10:38 Changeset in mainline [de9460e]lfnserialticket/834-toolchain-update by
- Merge fix for #138 (Sync call answer may refer to a non-existent …
- 10:36 Changeset in mainline [fd1210a]lfnserialticket/834-toolchain-update by
- Cleanup headers in ipc.h.
- 10:26 Changeset in mainline [33adc6ce]lfnserialticket/834-toolchain-update by
- Introduce the per-task list of active synchronous answerboxes and make …
- 10:25 Ticket #138 (Sync call answer may refer to a non-existent answerbox.) closed by
- fixed: Fixed in changeset:head,142. Actually the call structure used by …
2009-11-20:
- 17:21 DeveloperDocs edited by
- Link U-Boot wiki page (diff)
- 17:19 UBoot created by
- Start U-Boot page
- 17:14 Changeset in mainline [18baf9c0]lfnserialticket/834-toolchain-update by
- Sources forked into sun4u and sun4v versions such that sun4u and sun4v …
- 17:06 DeveloperDocs edited by
- Interfacing FreeBSD with U-Boot (diff)
2009-11-19:
- 21:15 Changeset in mainline [c70ce74]lfnserialticket/834-toolchain-update by
- Allocate the answerbox for synchronous calls dynamically.
- 21:08 Changeset in mainline [4ca28512]lfnserialticket/834-toolchain-update by
- Remove ipc_call_static_init() and IPC_CALL_STATIC_ALLOC.
- 21:02 Changeset in mainline [35bb2e7]lfnserialticket/834-toolchain-update by
- Allocate the call structure for synchronous calls dynamically.
2009-11-18:
- 21:06 FreeRunnerLEDs edited by
- On vs. off (diff)
- 20:59 Changeset in mainline [4e739652]lfnserialticket/834-toolchain-update by
- Fix the nit in the definition of the canonical path.
- 20:40 FreeRunnerLEDs edited by
- Note on endianness (diff)
- 20:37 FSDesign edited by
- Fix the nit in the definition of the canonical path. (diff)
- 20:09 FreeRunnerLEDs edited by
- Clarifications (diff)
- 20:05 FreeRunnerLEDs edited by
- Typo and formatting. (diff)
- 20:03 FreeRunnerLEDs created by
- How to blink the LEDs
- 19:34 DeveloperDocs edited by
- Add FreeRunner links (diff)
2009-11-17:
- 20:32 FSDesign edited by
- (diff)
- 19:37 FSDesign edited by
- (diff)
- 17:57 FSDesign edited by
- (diff)
- 17:49 FSDesign edited by
- (diff)
- 17:30 FSDesign edited by
- (diff)
- 17:17 FSDesign edited by
- (diff)
- 17:12 Changeset in mainline [ffe94f7]lfnserialticket/834-toolchain-update by
- Fix definition of canonical paths.
- 16:14 FSDesign edited by
- (diff)
- 15:28 FSDesign edited by
- (diff)
- 11:16 FSDesign edited by
- (diff)
- 11:03 FSDesign edited by
- (diff)
2009-11-16:
- 21:24 Changeset in mainline [5a4fef9]lfnserialticket/834-toolchain-update by
- merged head changes to this branch
- 21:22 Changeset in mainline [1787e527]lfnserialticket/834-toolchain-update by
- merged with head (unstable)
- 20:56 Changeset in mainline [fcbd1be]lfnserialticket/834-toolchain-update by
- the name of the hierarchical driver was changed II
- 20:54 Changeset in mainline [f052c57]lfnserialticket/834-toolchain-update by
- the name of the hierarchical driver was changed
- 20:16 DeveloperDocs edited by
- More specs (diff)
- 19:49 DeveloperDocs edited by
- More specs (diff)
- 19:34 DeveloperDocs edited by
- (diff)
- 19:19 DeveloperDocs edited by
- More specs (diff)
- 18:55 DeveloperDocs edited by
- Start a publicly accessible processor spec page (diff)
- 18:45 Changeset in mainline [5f678b1c]lfnserialticket/834-toolchain-update by
- Added forgotten files.
- 18:11 Meetings edited by
- (diff)
- 18:00 Changeset in mainline [9c70ed6]lfnserialticket/834-toolchain-update by
- explicit typecasts for better code readability
- 17:57 Changeset in mainline [a217358]lfnserialticket/834-toolchain-update by
- fix minor glitches detected by Vcc checker (thx to Ondrej Sery)
- 15:21 Changeset in mainline [86554e7]lfnserialticket/834-toolchain-update by
- serial port now uses interrupts for receiving data
2009-11-15:
- 20:17 Ticket #139 (Tasks should be allocated from a dedicated slab allocator cache) created by
- The tasks management code could make use of the benefits offered by …
- 19:12 Changeset in mainline [70a1c59]lfnserialticket/834-toolchain-update by
- Kernel MM implemented.
2009-11-14:
- 20:41 Ticket #138 (Sync call answer may refer to a non-existent answerbox.) updated by
-
Keywords, Status, Component, Owner changed
- 20:38 Meetings edited by
- (diff)
- 09:26 HardwareSupport edited by
- Escape non-wikiword (diff)
- 09:26 ReleaseNotes/Trunk edited by
- Escape non-wikiword (diff)
2009-11-12:
- 19:48 Meetings edited by
- (diff)
- 19:42 Meetings edited by
- (diff)
- 19:30 Meetings edited by
- (diff)
- 19:29 Meetings created by
- 19:11 WikiStart edited by
- (diff)
2009-11-11:
- 10:41 Changeset in mainline [d8f92868]lfnserialticket/834-toolchain-update by
- fix yet another off-by-one bug
2009-11-10:
- 22:26 Ticket #138 (Sync call answer may refer to a non-existent answerbox.) created by
- If wait_for_call() is interrupted in sync_call, the answerbox gets …
Note:
See TracTimeline
for information about the timeline view.