Timeline



2009-05-22:

19:18 Changeset in mainline [16d17ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add fs_handle argument to libfs_mount() needed to recognize homogenous …
18:10 Ticket #77 (Filesystem framework is extremely fragile) updated by Jiri Svoboda
A good example is to try and mount a FAT filesystem from a gxe_bd …
09:13 Ticket #77 (Filesystem framework is extremely fragile) updated by Jakub Jermář
Cc changed
08:42 Ticket #77 (Filesystem framework is extremely fragile) created by Martin Decky
A bug (e.g. segfault) in a single filesystem implementation server …

2009-05-21:

20:06 Changeset in mainline [3ecc02e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Allow arbitrary block size in gxe_bd. Fix offset calculation.
19:37 Changeset in mainline [ae55ee8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix rename() on a non-root file system.
19:26 Changeset in mainline [b1e9d2c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
turn off SMP for Athlon XP
19:14 Changeset in mainline [e7645de]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Move ramdisk under bd.
18:21 Changeset in mainline [296ddec0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Call libfs_mount() from tmpfs_mount().
18:09 Changeset in mainline [0442c02]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Answer VFS_MOUNT with return values obtained from VFS_MOUNTED.
17:15 Changeset in mainline [7d158097]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Refuse to clone the phone which is itself used to make the …
15:32 Changeset in mainline [1601f3c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
console cleanup (no functional changes)
07:05 Changeset in mainline [a095d20]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add simple devfs filesystem and mount it as /dev add generic NULL …
07:03 Changeset in mainline [cb41a5e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
improve devmap interface remove spared device
06:57 Changeset in mainline [2246de6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add list_count() cstyle
06:55 Changeset in mainline [55982d6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
06:32 Ticket #76 (Framebuffer driver hangs on arm32) created by Jiri Svoboda
As of r4413 the FB driver will get stuck before printing the service …

2009-05-20:

11:57 Changeset in mainline [fc0110d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add space before $@
10:29 Changeset in mainline [b0ea8a9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove obsolete reference to libipc

2009-05-19:

22:01 Changeset in mainline [44a53fd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Experimental GXemul disk driver (device 'disk0').
22:00 Ticket #23 (Non-root VFS mounts are not ready) closed by Jakub Jermář
fixed: Delivered in revision 4409.
21:50 Changeset in mainline [854c564]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix type definition.
21:49 Changeset in mainline [83937ccd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Rudimentary support for non-root mounts.
21:48 Changeset in mainline [27fd651]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Add 'bdd' shell command (block device dump) for testing block device …
21:47 Changeset in mainline [2c0e5d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME.
21:41 Changeset in mainline [0c2eee0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove unused and non-functional code.
21:39 Changeset in mainline [287e83f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not test the same condition twice.
21:36 Changeset in mainline [5b9d80c5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix ipc_forward_slow().
20:26 Ticket #75 (Large I/O areas are broken) created by Jiri Svoboda
If you pio_enable() an area larger than page size, writes beyond the …
19:06 Changeset in mainline [60866a3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
pio_enable() was not allocating address space properly (unless sz ⇐ …

2009-05-18:

21:04 Ticket #74 (Reimplement user space memory allocator) created by Martin Decky
Get rid of the public domain dlmalloc memory allocator, which is …
21:02 Changeset in mainline [c00589d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove the confusing "Improved support for hyperthreading" …
19:45 Changeset in mainline [1090b8c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
C binding for devmap. Gets rid of duplicate code.
17:16 Changeset in mainline [c5747fe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Rename ramdisk protocol → block device protocol.

2009-05-17:

19:04 Changeset in mainline [687246b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Pavel Rimsky <rimskyp@…>
TLB demap optimalization for US3.

2009-05-15:

20:22 Changeset in mainline [acf37bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Reduce Udebug overhead with some nifty tricks.

2009-05-14:

21:56 Changeset in mainline [40a0e504]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
udebug_stoppable_begin/end() should always proceed. In any case they …
21:49 Changeset in mainline [9ba6262]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Revert accidental change.
21:29 Changeset in mainline [ae5aa90]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Clean up various log messages, mostly udebug.

2009-05-12:

21:04 Changeset in mainline [8ebc8bf4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Add IPC ping-pong benchmark to tester.

2009-05-11:

21:00 Changeset in mainline [cc99bcd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
msg→wdata.inlist needs to be allocated before the reply_received() …
20:13 Changeset in mainline [e38d66b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Slash missing in bdsh makefile.
19:21 Changeset in mainline [537611cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Create a second RD device called "spared". This is for testing purposes.
18:48 Changeset in mainline [d4a172b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add a bdsh wrapper around mount().

2009-05-09:

21:57 Ticket #73 (The list of siblings of a TMPFS node should be a per-link property ...) closed by Jakub Jermář
fixed: Fixed in revision 4370.
21:56 Changeset in mainline [cf95bc0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Streamline TMPFS and fix its design so that it properly supports …
09:17 Ticket #73 (The list of siblings of a TMPFS node should be a per-link property ...) updated by Jakub Jermář
Status changed
09:17 Ticket #73 (The list of siblings of a TMPFS node should be a per-link property ...) updated by Jakub Jermář
Summary changed
09:15 Ticket #73 (The list of siblings of a TMPFS node should be a per-link property ...) created by Jakub Jermář
TMPFS seems to be broken with respect to linking directories. A …
08:39 Changeset in mainline [4f46695e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Lookup a node's parent lexically rather than using the broken L_PARENT …

2009-05-08:

22:05 Changeset in mainline [f4876df]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Only announce loader registration in verbose mode.
20:59 Ticket #52 (vfs_rename() - Bad detection of move to subdir of source dir) closed by Jakub Jermář
fixed: Fixed in revision 4366.
20:58 Changeset in mainline [14040e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Allow rename("a", "aa");
11:26 Changeset in mainline [54a6ff6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix doxygen comments.
11:11 Ticket #51 (Need command to test VFS rename() operation) closed by Jakub Jermář
fixed: Fixed in revision 4364.
11:10 Changeset in mainline [046f342]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add a primitive 'mv' command. This 'mv' is a mere wrapper around …

2009-05-07:

21:20 Ticket #72 (Write back file system data from block cache to the block device ...) updated by Jakub Jermář
Summary changed
21:10 Ticket #72 (Write back file system data from block cache to the block device ...) created by Jakub Jermář
Currently, the file system modified data ends up in the block cache …
21:02 Ticket #71 (Stack walkers) created by Jakub Jermář
Implement a common API for walking kernel and userspace stacks so that …
19:52 Changeset in mainline [66b430e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Kernel Ski driver should pull more keys at a time, similarly to the …

2009-05-06:

20:58 Ticket #70 (Cating a directory causes segfault in VFS) closed by Jakub Jermář
fixed: VFS did not test file descriptors for being < 0. Fixed in revision 4362.
20:57 Changeset in mainline [386e276]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Negative file descriptors shoud be considered invalid. This fixes …
20:54 Changeset in mainline [8bb129d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
HelenOS open() returns the actual error code, not mere -1.
19:31 Ticket #57 (FAT driver improvement: lower case bits) closed by Martin Decky
fixed: Implemented in revision #4360.
19:30 Changeset in mainline [a248234]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for lowercase extension and lowercase basename bits (NT …
18:54 Ticket #70 (Cating a directory causes segfault in VFS) created by Martin Decky
Executing "cat srv" shell command in the root directory of the RAM …
18:52 Ticket #32 (ppc32: use proper permissions on pages) updated by Jiri Svoboda
Component changed
18:50 Ticket #64 (Detect devices by traversing the kernel device tree starting at root ...) updated by Jiri Svoboda
Component changed
18:50 Ticket #10 (Register window thrashing) updated by Jiri Svoboda
Component changed
18:48 Ticket #14 (Implement register-only ipc_wait_for) updated by Jiri Svoboda
Component changed
18:47 Ticket #2 (IRQs can theoretically starve) updated by Jiri Svoboda
Component changed
18:46 Ticket #42 (Kconsole notifications in a separate thread) updated by Jiri Svoboda
Component changed
18:46 Ticket #65 (Kernel input devices polling) updated by Jiri Svoboda
Component changed
18:45 Ticket #66 (Kernel stdout as a multiplexer) updated by Jiri Svoboda
Component changed
18:43 Ticket #6 (pte_t should be the real thing on arm32) updated by Jiri Svoboda
Component changed
18:42 Ticket #55 (Some keyboards do not support autorepeat) updated by Jiri Svoboda
Component changed
18:41 Ticket #50 (Kconsole better tab completion) updated by Jiri Svoboda
Component changed
18:41 Ticket #69 (i8042 CPU reset fails miserably in SMP configurations) updated by Jiri Svoboda
Component changed
18:39 Changeset in mainline [0be3e8b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not attempt to unlink non-empty FAT directories.
18:39 Ticket #11 (Support PAE on ia32) updated by Jiri Svoboda
Component changed
18:38 Ticket #15 (Implement rwlocks for uspace) updated by Jiri Svoboda
Component changed
18:37 Ticket #43 (Switch between virtual terminals using Alt+Fn) updated by Jiri Svoboda
Component changed
12:55 Ticket #4 (HelenOS/sparc64 unstable with CONFIG_TSB) updated by Jakub Jermář
Component changed
12:51 Ticket #59 (FAT server improvement: FAT12, FAT32, FAT64) updated by Jakub Jermář
Component changed
12:51 Ticket #58 (FAT server improvement: LFN) updated by Jakub Jermář
Component changed
12:51 Ticket #57 (FAT driver improvement: lower case bits) updated by Jakub Jermář
Component changed
12:50 Ticket #67 (TMPFS relies on being single-threaded) updated by Jakub Jermář
Component changed
12:50 Ticket #62 (Support file system date attributes) updated by Jakub Jermář
Component changed
12:49 Ticket #61 (Support 64-bit file offsets and file sizes in the VFS protocol) updated by Jakub Jermář
Component changed
12:49 Ticket #52 (vfs_rename() - Bad detection of move to subdir of source dir) updated by Jakub Jermář
Component changed
12:49 Ticket #35 (Support multiple instances of TMPFS) updated by Jakub Jermář
Component changed
12:48 Ticket #51 (Need command to test VFS rename() operation) updated by Jakub Jermář
Component changed
12:48 Ticket #23 (Non-root VFS mounts are not ready) updated by Jakub Jermář
Component changed

2009-05-05:

22:18 Changeset in mainline [770d281]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not attempt to unlink() FAT root.
22:09 Changeset in mainline [b6035ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Introduce the concept of FS nodes. A FS node is a typed abstraction of …

2009-05-04:

23:15 Changeset in mainline [c852f4be]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Add console.write method to tracer.

2009-05-03:

09:04 Ticket #68 (Tracer locks up keyboard) closed by Jiri Svoboda
fixed: The problem was that cons_write() in the console server was waiting …
09:01 Changeset in mainline [0b6d70d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
klog_puts() is useful for debugging.
09:01 Changeset in mainline [6568225]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix incorrect serialization in console, which could lead to the …
08:21 Ticket #68 (Tracer locks up keyboard) updated by Jiri Svoboda
When I add a hook directly to the keyboard driver to switch me to kcon …

2009-05-02:

12:28 StringAPI edited by Jiri Svoboda
String metrics (diff)

2009-05-01:

21:52 StringAPI edited by Jiri Svoboda
Missing word (diff)
21:50 KnowledgeArticles edited by Jiri Svoboda
String API (diff)
21:50 StringAPI created by Jiri Svoboda
The new and shiny API (t.m.)
12:53 WikiStart edited by Jiri Svoboda
Link to user's guide. (diff)
12:49 IMB edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:48 Links edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:48 OldMacPeripherals edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:48 DeveloperDocs edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:48 WishList edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:47 Tracing edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:47 IPC edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:46 KnowledgeArticles edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:46 CurrentIssues edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:45 WikiStart edited by Jiri Svoboda
Make use of L1 headings. (diff)
12:44 UsersGuide created by Jiri Svoboda
For the hapless newbie.
12:10 Ticket #56 (Finish and merge the dynamic loader to trunk) updated by Jiri Svoboda
I brought the dynload branch in sync with trunk (it was lagging behind …

2009-04-29:

09:56 Ticket #69 (i8042 CPU reset fails miserably in SMP configurations) updated by Martin Decky
I have already investigated this and it seems to be a bug in QEMU (I …

2009-04-28:

19:19 Ticket #69 (i8042 CPU reset fails miserably in SMP configurations) created by Jiri Svoboda
The new method for rebooting PCs using i8042 works in uniprocessor. …
19:12 Ticket #68 (Tracer locks up keyboard) created by Jiri Svoboda
In the current trunk revision trying to trace a task (use +s so that …
11:39 Ticket #23 (Non-root VFS mounts are not ready) updated by Martin Decky
Priority changed

2009-04-27:

14:48 Changeset in mainline [8e7afdbc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make sgcnin_init() consistent with similar driver functions

2009-04-26:

10:06 OldMacPeripherals edited by Jiri Svoboda
(diff)
10:05 OldMacPeripherals edited by Jiri Svoboda
(diff)
09:59 OldMacPeripherals edited by Jiri Svoboda
(diff)
09:58 DeveloperDocs edited by Jiri Svoboda
formatting (diff)
09:57 OldMacPeripherals created by Jiri Svoboda
09:45 DeveloperDocs edited by Jiri Svoboda
(diff)
09:45 WikiStart edited by Jiri Svoboda
(diff)
09:41 DeveloperDocs created by Jiri Svoboda

2009-04-25:

22:25 Changeset in mainline [43847ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Select correct kbd controller driver on bgxemul.
22:21 Ticket #24 (mips32 (big endian variant) user space not working in GXEMUL) closed by Jiri Svoboda
fixed: The user-space loader included kernel arch/elf.h which was testing the …
22:18 Changeset in mainline [a31efeb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix ELF loading issue on mips32eb.
16:49 Changeset in mainline [409b0d6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix interpretation of return value. This caused loader to crash …
16:47 Ticket #24 (mips32 (big endian variant) user space not working in GXEMUL) updated by Jiri Svoboda
Status, Owner changed
12:00 Changeset in mainline [9701d49]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
On sgcn disable polling too when switching to kcon.
11:54 Changeset in mainline [ccd1a14]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Stop userspace kbd driver from polling when switching to kcon. Also, …

2009-04-24:

20:33 Changeset in mainline [ebfabf6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Use better method names.
20:24 Changeset in mainline [10270a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Better switch to kcon on serial console — relinquish/reclaim screen …
15:38 Ticket #19 (Fix async framework regarding nested asynchronous calls) closed by Martin Decky
fixed: Resolved in revision 4324.
15:38 Changeset in mainline [c07544d3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
create a new fibril for each notification received, which allows to do …
14:56 Changeset in mainline [422fd81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
push newline to stdin only if the kconsole was previously silent
12:38 Changeset in mainline [3c101bd4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix disappeared cursor in aligned rendering
10:50 Ticket #45 (Virtual terminal recycling bug) closed by Jakub Jermář
fixed: Fixed in revision 4321.
10:48 Changeset in mainline [700dcb5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Clear the framebuffer when the new connection inherits the virtual …
09:33 Ticket #46 (EGA kconsole/user console bugs) closed by Martin Decky
fixed: Solved in revision 4320.
09:32 Changeset in mainline [d797054c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid touching EGA video memory or cursor in silent mode
08:28 Changeset in mainline [821cc93]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make the 'continue' command behave even nicer
08:16 Changeset in mainline [402de0c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
force to kernel console to always print the prompt when switching to …
08:03 Ticket #20 (Klog output from user space) closed by Martin Decky
fixed: Resolved in revision 4317.
08:01 Changeset in mainline [566f4cfb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use buffering for klog output (this can be used to avoid the ugly …

2009-04-23:

11:34 Ticket #60 (Driver for ext4 filesystem) updated by Jakub Jermář
Keywords, Cc changed
11:34 Ticket #59 (FAT server improvement: FAT12, FAT32, FAT64) updated by Jakub Jermář
Keywords, Cc changed
11:33 Ticket #58 (FAT server improvement: LFN) updated by Jakub Jermář
Keywords, Cc changed
11:33 Ticket #57 (FAT driver improvement: lower case bits) updated by Jakub Jermář
Keywords, Cc changed
11:31 Ticket #23 (Non-root VFS mounts are not ready) updated by Jakub Jermář
Keywords changed
11:30 Ticket #62 (Support file system date attributes) updated by Jakub Jermář
Keywords changed
11:29 Ticket #61 (Support 64-bit file offsets and file sizes in the VFS protocol) updated by Jakub Jermář
Keywords changed
11:29 Ticket #52 (vfs_rename() - Bad detection of move to subdir of source dir) updated by Jakub Jermář
Keywords changed
11:28 Ticket #51 (Need command to test VFS rename() operation) updated by Jakub Jermář
Keywords changed
11:26 Ticket #67 (TMPFS relies on being single-threaded) updated by Jakub Jermář
Cc changed
11:26 Ticket #67 (TMPFS relies on being single-threaded) created by Jakub Jermář
The TMPFS file system server protects global data structures such as …

2009-04-22:

17:11 Changeset in mainline [ab1861a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
generate the prerendered glyph mask not using rgb_, but properly using …
Note: See TracTimeline for information about the timeline view.