Timeline



2009-06-03:

22:47 Changeset in mainline [301ff30]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
rename libc's fs_node_t to inode_t to avoid type conflict with VFS
22:43 Ticket #82 (ls: skipping bogus node null) created by Jakub Jermář
When listing the /dev directory, bdsh will report: ls: skipping bogus …
22:40 Ticket #81 (conflicting types for fs_node_t) created by Jakub Jermář
Both libc and libfs define the fs_node_t type.
19:34 Changeset in mainline [98000fb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove redundant index_t and count_t types (which were always quite …
19:32 Changeset in mainline [69e68e3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
update for latest I/O changes (the protocols are not yet described …
19:32 Changeset in mainline [0c25c10]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
update for latest I/O changes
19:31 Changeset in mainline [cbff4c2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
update for latest I/O changes (some tests are not 100% working yet, …
19:30 Changeset in mainline [73878c1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
bdsh: sync with I/O changes, block until spawned task exits
19:29 Changeset in mainline [36b8100a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
init rewrite: remove banner, start getvc to acquire first seven …
19:28 Changeset in mainline [595edf5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add libfs_open_node() helper function cleanup
19:27 Changeset in mainline [d00ae4c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add missing include
19:26 Changeset in mainline [2595dab]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
I/O subsystem overhaul: - add more POSIX-like file and stream …
19:21 Changeset in mainline [ca3ba3a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
sync header files with implementation coding style
19:20 Changeset in mainline [76d0d284]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
sync header files with implementation
19:19 Changeset in mainline [5779a74]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add error constant from VFS cleanup
19:18 Changeset in mainline [b78d0bd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
explicit typecast
19:18 Changeset in mainline [433131d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
setup stdin, stdout and stderr according to preset file nodes cleanup
19:17 Changeset in mainline [937aeee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for passing preset files cleanup
19:16 Changeset in mainline [9db9b10]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
async framework: add generic support for processing pending operations …
19:14 Changeset in mainline [e77994dd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add serialization (just to be sure)
19:13 Changeset in mainline [b267ee6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid compiler warning
19:12 Changeset in mainline [d4a3ee5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
replace count_t with size_t coding style
19:12 Changeset in mainline [e1ab30f8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
19:11 Changeset in mainline [ee369f3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
pass current task stdin, stdout and stderr as preset files to the …
19:09 Changeset in mainline [3ddd90c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid compiler warning
19:09 Changeset in mainline [2ac85ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove redundant index_t and count_t types (which were always quite …
19:07 Changeset in mainline [67e4c35]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix include
19:02 Changeset in mainline [80e3c69]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
reorder compiler options to be consistent with kernel
19:01 Changeset in mainline [c20aa06]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
implement VFS_OPEN_NODE and VFS_DEVICE (no device handle is returned) …
18:59 Changeset in mainline [17fd1d4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
devfs rewrite: - implement VFS_OPEN_NODE, VFS_DEVICE, VFS_SYNC, …
18:54 Changeset in mainline [05b9912]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
VFS rewrite: - add new VFS methods - VFS_NODE for getting VFS …
18:49 Changeset in mainline [215abc1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
keyboard server rewrite: rename "kbd events" to more generic "console …
18:46 Changeset in mainline [bbdbf86]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for passing preset files rename loader_ prefix to ldr_ …
18:45 Changeset in mainline [bf1fb9f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Streamline locking of phones during cloning.
18:45 Changeset in mainline [40313e4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
split naming service into multiple files for better readability add …
18:43 Changeset in mainline [5d0e461]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove futex (devmap is not multithreaded), use fibril serialization …
18:41 Changeset in mainline [8dc12ac]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
framebuffer server rewrite: cleanup, always use canonical order of …
18:39 Changeset in mainline [424cd43]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
console server rewrite: use VFS_READ/VFS_WRITE for generic I/O, …
18:35 Changeset in mainline [b0a91acb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add getvc to uspace Makefile
18:34 Changeset in mainline [815bf9a5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add getvc to RAM disk
18:33 Changeset in mainline [831667a9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
port macros from kernel
08:38 FSDesign edited by Jakub Jermář
(diff)
05:40 Changeset in mainline [8658f89]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
send notification also during task creation (the intention is to be …
05:36 Changeset in mainline [8f4bc1f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
rename the macro to be consistent with LOWER32/UPPER32 and add 64b …
02:01 Changeset in mainline [770971c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Parethesize args in MERGE_LOHI32 macro.

2009-06-02:

22:40 Changeset in mainline [1ed901d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix stupid typo (thx Matthieu Gueguen)
17:28 Changeset in mainline [95ad426]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add very simple implementation of task destruction notification (which …
17:25 Changeset in mainline [34356b2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove type definition which is not needed anywhere
17:21 Changeset in mainline [49f78c7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
getvc: a task which acquires a console device (this is a preliminary …

2009-06-01:

16:56 Changeset in mainline [50461f2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
revert commit 4443 and implement a much finer solution as suggested by …
11:02 FSDesign created by Jakub Jermář
11:02 KnowledgeArticles edited by Jakub Jermář
(diff)
11:01 KnowledgeArticles edited by Jakub Jermář
(diff)
11:01 KnowledgeArticles edited by Jakub Jermář
(diff)

2009-05-29:

19:27 Changeset in mainline [d0a1d961]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Put a comment for consideration.
18:01 Changeset in mainline [4bda76b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
serialization of VFS_OPEN implementation to avoid lockup by concurrent …
03:19 Changeset in mainline [84adbf0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Support more than one disk in gxe_bd (hardcoded to 2).
02:50 Changeset in mainline [6b2f4c1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Also add gxe_bd to ramdisk on arm32.

2009-05-28:

20:03 Ticket #76 (Framebuffer driver hangs on arm32) closed by Jakub Jermář
worksforme
19:58 Ticket #75 (Large I/O areas are broken) closed by Jakub Jermář
invalid: After fixing gxe_bd_t like this: - uint32_t pad5[0x3fc0]; + uint8_t …
19:55 Changeset in mainline [39580667]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Large I/O areas actually work as expected. Fix the definition of the …
14:41 Ticket #78 (Cannot do call2 task_kill 7 0 from kconsole) closed by Jakub Jermář
duplicate: This is probably a partial duplicate of ticket #50. It turns out that …
09:47 Changeset in mainline [0c0b800]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix function definition.
09:39 Ticket #76 (Framebuffer driver hangs on arm32) updated by Jakub Jermář
I can't reproduce this bug as of revision 4435 and mainly 4436. Is it …
09:37 Ticket #80 (tmpfs_restore() fails on arm32) closed by Jakub Jermář
fixed: I believe this is a duplicate of ticket #17. For arm32, this was fixed …
09:36 Ticket #17 (mips32 and ppc32 cannot boot from a large ramdisk) updated by Jakub Jermář
Component, Summary changed
In 4436, the arm32 has been fixed wrt. this bug.
09:34 Changeset in mainline [1e48aca1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Allow arbitrarily large boot images on arm32.
08:42 Ticket #80 (tmpfs_restore() fails on arm32) created by Jakub Jermář
As of revision 4435, HelenOS/arm32 will fail to mount the root TMPFS …

2009-05-27:

19:10 Changeset in mainline [81b430a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
More conversions to dev_handle_t.
18:48 Changeset in mainline [ad8fc510]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix type for dev_handle.

2009-05-26:

17:52 Ticket #79 (Introduce and implement VFS_UNMOUNT) created by Jakub Jermář
Now that we have a functional VFS_MOUNT, it wouldn't be bad to be able …

2009-05-23:

16:28 Changeset in mainline [ac23b9d3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid accessing uninitialized files array at all times
16:25 Changeset in mainline [493853ec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Hold the namespace rwlock during the entire operation of …
10:26 Ticket #78 (Cannot do call2 task_kill 7 0 from kconsole) created by Jakub Jermář
It looks like symbol resolution does not work in the kernel.
09:51 Changeset in mainline [4ef6645]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Surprisingly easy support for homogenous mounts. It works by simply …

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 …

2009-04-21:

20:16 Changeset in mainline [a1a83e5e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Replace non-canonical B instructions with BA %xcc. Fix one occurrence …
20:01 Changeset in mainline [5646813]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Replace all deprecated BA (Bicc) instructions with BA %xcc instructions.
19:52 Changeset in mainline [253d3d0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Convert sgcn to the new HID wiring mechanism.
16:36 Changeset in mainline [f2d2c7ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix of-by-one-character bug in str_chr() and str_rchr()
12:55 Ticket #19 (Fix async framework regarding nested asynchronous calls) updated by Martin Decky
Priority changed
12:50 Ticket #44 (Advanced way of wiring kernel HID devices) closed by Martin Decky
fixed: The way how input devices are wired together was changed in revision …
12:48 Ticket #66 (Kernel stdout as a multiplexer) created by Martin Decky
Kernel stdout should behave as a multiplexer (sending output to all …
12:48 Ticket #65 (Kernel input devices polling) created by Martin Decky
Implement support for kernel input devices polling again according to …
12:46 Changeset in mainline [c2417bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
change the way how input devices are wired together according to …
12:43 Changeset in mainline [44b7783]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
rename _getc() to indev_pop_character() implicit creation of stdin via …
12:40 Changeset in mainline [d6d04e7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add explicit option for VIA CUDA
09:40 Ticket #64 (Detect devices by traversing the kernel device tree starting at root ...) updated by Jakub Jermář
Summary changed
09:28 Ticket #64 (Detect devices by traversing the kernel device tree starting at root ...) updated by Jakub Jermář
Cc changed
09:27 Ticket #64 (Detect devices by traversing the kernel device tree starting at root ...) created by Jakub Jermář
Currently, the sparc64 kernel determines physical addresses of devices …
09:00 Ticket #38 (Unify sysinfo, bootinfo, OFW tree) updated by Jakub Jermář
Keywords, Cc changed
08:59 Ticket #63 (OFW support in ppc32 port is way behind the level in sparc64 port) updated by Jakub Jermář
Keywords, Cc changed

2009-04-20:

23:01 Ticket #63 (OFW support in ppc32 port is way behind the level in sparc64 port) updated by Martin Decky
Status changed
23:01 Ticket #63 (OFW support in ppc32 port is way behind the level in sparc64 port) created by Martin Decky
Although both ppc32 and sparc64 ports use most of the common OFW code …
22:58 Ticket #25 (VIA-CUDA keyboard driver is incomplete and missing in user space) updated by Martin Decky
Status, Milestone, Summary changed
22:49 Changeset in mainline [8c1eb69]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for alternate spelling of macio alias
11:11 Ticket #62 (Support file system date attributes) updated by Jakub Jermář
Cc changed
11:11 Ticket #62 (Support file system date attributes) created by Jakub Jermář
Neither VFS nor the individual file systems currently honor the date …
11:08 Ticket #61 (Support 64-bit file offsets and file sizes in the VFS protocol) updated by Jakub Jermář
Cc changed
11:08 Ticket #61 (Support 64-bit file offsets and file sizes in the VFS protocol) created by Jakub Jermář
The current VFS protocol can handle only 32-bit file offsets and file …

2009-04-18:

20:16 Ticket #35 (Support multiple instances of TMPFS) closed by Jakub Jermář
fixed: Committed in revision 4306.
20:14 Changeset in mainline [8d049ee0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Support multiple TMPFS instances.
15:32 Changeset in mainline [594303b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Support mount options. Let tmpfs decide whether to start empty or …
15:29 Changeset in mainline [6b6e423a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Allow IPC_M_DATA_WRITE to transfer zero data.
15:27 Changeset in mainline [c259b9b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Allow malloc(0, …) in kernel.
13:37 Changeset in mainline [c08c355]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make IPC_M_PING part of the VFS_MOUNT protocol again.
13:12 Changeset in mainline [58d7280]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Return the actual error code instead of EREFUSED.

2009-04-17:

09:46 Ticket #26 (User space is not working on iMac G4) closed by Martin Decky
worksforme: The problem was probably caused by some generic bug which has been …
09:09 Changeset in mainline [11f56c7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for up-to-date Mac booting specs (this fixes booting on …

2009-04-16:

22:20 Changeset in mainline [fe24a52]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Handle shift properly on top row of main block in Czech layout.
21:41 Changeset in mainline [87d71bf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix off-by-one bug in kconsole argument parser
15:41 Changeset in mainline [3c0a841]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ISO image is now produced on ppc32
14:01 Ticket #22 (FAT file names should be lower-case) closed by Martin Decky
wontfix: OK, after some discussion in the mailing list I am closing this ticket …
13:56 Ticket #60 (Driver for ext4 filesystem) created by Martin Decky
Implement a native HelenOS driver for the ext4 file system. …
13:56 Ticket #59 (FAT server improvement: FAT12, FAT32, FAT64) created by Martin Decky
Implement support for FAT12, FAT32 and FAT64 file system formats in …
13:55 Ticket #58 (FAT server improvement: LFN) created by Martin Decky
Add support for Long File Names extension.
13:54 Ticket #57 (FAT driver improvement: lower case bits) created by Martin Decky
Add support for "lower case extension" and "lower case base name" bits …
11:39 Changeset in mainline [e40ec257]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
don't forget to flush the console after the application finishes (yes, …
11:13 Changeset in mainline [c33e36b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add yaboot license and information
11:07 Changeset in mainline [bbd0e4f2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add symlink to grub
11:06 Changeset in mainline [10471852]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove duplicate grub
11:01 Changeset in mainline [b4c6e83]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ppc32: create bootable ISO image instead of plain binary add sample …
11:00 Changeset in mainline [be4fc71]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove tailing space
11:00 Changeset in mainline [14fc1d9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add yaboot
10:25 Changeset in mainline [f0707ab]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
unify where to place the distribution root: always use boot/distroot
08:12 Ticket #51 (Need command to test VFS rename() operation) updated by Tim Post
Owner, Priority, Cc, Status changed
I'll add 'ren' for now to test rename(), then implement a recursive …
00:28 Ticket #51 (Need command to test VFS rename() operation) updated by Tim Post
I'll implement a 'mv' command to test this.

2009-04-15:

22:01 Changeset in mainline [d15815e2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Implement Czech combinator keys (hacek and carka).
19:25 Ticket #22 (FAT file names should be lower-case) reopened by Martin Decky
I have following reasons why I would prefer to see lower case file …
18:38 Ticket #56 (Finish and merge the dynamic loader to trunk) created by Jakub Jermář
This ticket is created to track progress on merging the dynamic loader …
18:19 Ticket #22 (FAT file names should be lower-case) closed by Jakub Jermář
worksforme: I am going to close this ticket. If you find a defendable argument why …
17:39 Ticket #55 (Some keyboards do not support autorepeat) created by Martin Decky
Some keyboards (e.g. NS16550 on Sun Ultra 60) do not support …
15:46 Ticket #53 (NS16550 keyboard not functional on Sun Ultra 60) closed by Martin Decky
fixed: User space fixed as revision 4284.
15:44 Changeset in mainline [9239333]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add NS16550 support for sparc64
15:01 Ticket #53 (NS16550 keyboard not functional on Sun Ultra 60) updated by Martin Decky
The kernel keyboard support has been fixed in revision 4283. User …
15:00 Changeset in mainline [f03afad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
repair a bug in calculating the address of hardware devices (no …
12:48 Ticket #53 (NS16550 keyboard not functional on Sun Ultra 60) updated by Jakub Jermář
Cc, Status, Owner changed
Accepting the ticket.
11:40 Ticket #54 (VFS to FUSE connector) created by Martin Decky
Implement a connector between the HelenOS VFS server and FUSE. …
11:31 Ticket #53 (NS16550 keyboard not functional on Sun Ultra 60) created by Martin Decky
Both the kernel and the user space keyboard is not functional on Sun …
10:14 Changeset in mainline [17646b1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
repair two glitches in memory management (no beer today :))
08:36 Ticket #51 (Need command to test VFS rename() operation) updated by Jakub Jermář
Cc changed
08:35 Ticket #52 (vfs_rename() - Bad detection of move to subdir of source dir) updated by Jakub Jermář
Cc, Status, Owner changed
Accepting the ticket.

2009-04-14:

19:31 Changeset in mainline [6700ee2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Forbid destination string buffers of size zero altogether as they most …
19:21 Changeset in mainline [4482bc7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
strcat() → str_append().
19:08 Changeset in mainline [732bb0c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Nuke strncmp().
18:47 Ticket #52 (vfs_rename() - Bad detection of move to subdir of source dir) created by Jiri Svoboda
vfs_rename() detects whether we are moving a directory to its own …
18:39 Ticket #51 (Need command to test VFS rename() operation) created by Jiri Svoboda
There is no way to interactively test the rename() operation. A shell …
18:26 Changeset in mainline [47a6708]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
No need for strncmp() fs_name_to_handle() as vfs_info.name is always …
15:52 Ticket #27 (Kernel not booting on Sun Ultra 60) closed by Jakub Jermář
fixed: Fixed in revision 4277.
15:50 Changeset in mainline [2bf4936]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
On sparc64, do fast indentity mapping only for physical memory. For …
15:47 Changeset in mainline [577b531]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Replace the deprecated Bicc instructions with proper Bcc instructions.
14:16 Changeset in mainline [4ee4046]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
complete configuration options
06:08 Ticket #49 (Long lines don't get printed until next '\n') closed by Jiri Svoboda
invalid: Not a defect. Console output is buffered with line granularity. To see …

2009-04-13:

21:35 Changeset in mainline [c822026]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix compilation in non-SMP configurations
21:25 Ticket #44 (Advanced way of wiring kernel HID devices) updated by Martin Decky
Status changed
I am working on this right now.
21:24 Ticket #50 (Kconsole better tab completion) created by Martin Decky
Tab completion in kconsole is working, but it might be more …
21:19 Ticket #21 (Tab completion in kconsole is not working) closed by Martin Decky
fixed
21:15 Changeset in mainline [37c312a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix tab completion in kconsole (this resolves ticket #21)
20:34 Changeset in mainline [a1d89ad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Prevent optimizing ia64's PIO away. This solves the frequent hangs of …

2009-04-12:

07:28 Ticket #49 (Long lines don't get printed until next '\n') created by Lukáš Mejdrech
Happens if you try to printf() a line which doesn's fit on one output …

2009-04-10:

19:51 Changeset in mainline [3cc6a52]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix serengeti console
11:45 Ticket #48 (Simple GUI) created by Martin Decky
After the virtual consoles overhaul is finished, …
11:42 Ticket #47 (Mouse driver) created by Martin Decky
Implement a separate mouse driver for the user space. Get back the …
11:41 Ticket #46 (EGA kconsole/user console bugs) created by Martin Decky
When using EGA output, the kernel console output and user space …
11:41 Ticket #45 (Virtual terminal recycling bug) created by Martin Decky
In some cases when a virtual terminal gets recycled (e.g. the bdsh …
11:39 Ticket #44 (Advanced way of wiring kernel HID devices) created by Martin Decky
Change the way HID devices and layers are wired together, as proposed …
11:34 Ticket #43 (Switch between virtual terminals using Alt+Fn) created by Martin Decky
Currently plain F1, F2, … keys are used. But it is not wise to …
11:33 Ticket #42 (Kconsole notifications in a separate thread) created by Martin Decky
Do not send kconsole notifications in kernel from the main kconsole …
11:27 Ticket #41 (Add support for iMac G5 (ppc64)) created by Martin Decky
Add support for iMac G5 (PowerPC 970FX).
11:27 Ticket #40 (Implement support for Sgi Octane (mips64)) created by Martin Decky
Implement support for Sgi Octane machines (mips64 big-endian …
11:26 Ticket #39 (Implement support for LEON CPUs (sparc32)) created by Martin Decky
Implement support for LEON2 and/or LEON3 CPUs (sparc32 big-endian …
11:25 Ticket #22 (FAT file names should be lower-case) updated by Jakub Jermář
Cc changed
11:25 Ticket #22 (FAT file names should be lower-case) updated by Jakub Jermář
Cc changed
11:25 Ticket #38 (Unify sysinfo, bootinfo, OFW tree) created by Martin Decky
Replace the ad hoc bootinfo structures and perhaps also sysinfo with a …
11:23 Ticket #37 (Optionally strip binaries after linking) created by Martin Decky
For non-debug builds strip the binaries.
11:23 Ticket #35 (Support multiple instances of TMPFS) updated by Jakub Jermář
Cc, Status changed
11:22 Ticket #27 (Kernel not booting on Sun Ultra 60) updated by Jakub Jermář
Cc changed
11:22 Ticket #36 (Virtual consoles overhaul) created by Martin Decky
The primitive way how virtual consoles work now has to be changed. The …
11:21 Ticket #23 (Non-root VFS mounts are not ready) updated by Jakub Jermář
Cc, Status, Owner changed
Accepting the ticket.
11:18 Ticket #22 (FAT file names should be lower-case) updated by Jakub Jermář
Cc changed
11:17 Ticket #35 (Support multiple instances of TMPFS) created by Jakub Jermář
The TMPFS file system needs to be enhanced to support nodes with …
11:15 Ticket #34 (Replace the functionality of LOW_4GiB macro) updated by Martin Decky
Description changed
11:14 Ticket #34 (Replace the functionality of LOW_4GiB macro) created by Martin Decky
The macro was removed during the partial overhaul of the memory …
11:10 Ticket #27 (Kernel not booting on Sun Ultra 60) updated by Jakub Jermář
Status, Owner changed
The hw_map() change introduced identity mapping also for device's …
11:09 Ticket #33 (ATA driver) updated by Martin Decky
Status, Owner changed
11:09 Ticket #33 (ATA driver) created by Martin Decky
Implement ATA driver.
11:08 Ticket #32 (ppc32: use proper permissions on pages) created by Martin Decky
Set properly read-only bits on page mapping on ppc32.
11:06 Ticket #31 (Revision of panics) created by Martin Decky
Revise all uses of panic() and if it is possible and reasonable, try …
11:04 Ticket #30 (Investigate possibility of using unlikely(), likely()) created by Martin Decky
Use the constructs unused(), unlikely() and likely() in relevant parts …
11:03 Ticket #29 (Unify infinite lops) created by Martin Decky
Introduce a single canonical way for writing infinite loops (in case …
11:01 Ticket #28 (Autotooling, generated offsets) created by Martin Decky
To make the source code more robust, introduce some means to detect …
10:59 Ticket #22 (FAT file names should be lower-case) updated by Jakub Jermář
Why? The ECMA-107 spec for FAT16 explicitly mentions upper case …
10:58 Ticket #27 (Kernel not booting on Sun Ultra 60) created by Martin Decky
After some changes related to the hw_map() function on sparc64, the …
10:57 Ticket #26 (User space is not working on iMac G4) created by Martin Decky
The kernel boots OK, but the user space is not working. Unfortunately, …
10:55 Ticket #25 (VIA-CUDA keyboard driver is incomplete and missing in user space) created by Martin Decky
There is no support for VIA-CUDA keyboard controller in user space.
10:45 Ticket #24 (mips32 (big endian variant) user space not working in GXEMUL) created by Martin Decky
Although the kernel seems to be running fine on GXEMUL in both the …
10:43 Ticket #23 (Non-root VFS mounts are not ready) created by Martin Decky
To be able to move forward with the development of user space, the …
10:42 Ticket #22 (FAT file names should be lower-case) created by Martin Decky
The file names read from FAT16 filesystem should be presented in lower …
10:40 Ticket #21 (Tab completion in kconsole is not working) created by Martin Decky
After the transition to UCS the kconsole tab completion is not working …
10:39 Ticket #20 (Klog output from user space) created by Martin Decky
The way SYS_KLOG syscall is currently used by libc causes intermixing …
10:35 Ticket #19 (Fix async framework regarding nested asynchronous calls) created by Martin Decky
Currently there is a flaw in the async framework regarding the sending …
10:33 Ticket #1 (Get support for Xen back) updated by Martin Decky
Milestone changed
10:30 Ticket #11 (Support PAE on ia32) updated by Martin Decky
Milestone changed
10:30 Ticket #3 (Memory management limitations) updated by Martin Decky
Milestone changed
10:29 Ticket #12 (Eliminate one of two copies during IPC_M_DATA_WRITE) updated by Martin Decky
Milestone changed
10:28 Ticket #15 (Implement rwlocks for uspace) updated by Martin Decky
Milestone changed
07:53 Changeset in mainline [6eb2e96]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy().

2009-04-09:

23:04 Changeset in mainline [f4b1535]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
str_ncpy() vs str_cpy(). TODO: The same in userspace.
22:32 Changeset in mainline [095003a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
strdup() → str_dup()
21:28 Changeset in mainline [7afb4a5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Nuke strchr() and strrchr().
21:16 Changeset in mainline [92fd52d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Nuke strcpy() and strcmp().
20:36 IPC edited by Jakub Jermář
(diff)
19:08 Changeset in mainline [a2c58f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
thread_exit() needs to be noreturn as well
18:40 Changeset in mainline [552823e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix warning.
18:37 Changeset in mainline [ccf814f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
_exit() is a noreturn function.
13:44 Ticket #18 (running program from bdsh opens new console) created by Martin Decky
I was thinking it would be more usual to have programs run in the same …
13:42 Ticket #17 (mips32 and ppc32 cannot boot from a large ramdisk) created by Martin Decky
The loader doesn't check whether the contents of image.boot overlaps …
13:41 Ticket #16 (mips32 loaders need to maintain cache coherence) created by Jakub Jermář
The mips32 loader needs to establish cache coherence after it copies …
13:41 Ticket #15 (Implement rwlocks for uspace) created by Jakub Jermář
For example, there are many places in the emerging VFS layer that can …
13:40 Ticket #14 (Implement register-only ipc_wait_for) created by Jakub Jermář
Despite the recent improvements in IPC, which can now pass as many as …
13:40 Ticket #13 (Slab allocator allocation description ends in the middle of a sentence) created by Jakub Jermář
The description of the slab allocator allocation ends like this: "If …
13:39 Ticket #12 (Eliminate one of two copies during IPC_M_DATA_WRITE) created by Martin Decky
With the addition of the IPC_M_DATA_SEND call method, a new space for …
13:37 Ticket #11 (Support PAE on ia32) created by Jakub Jermář
Add support for Physical Address Extension to our ia32 port so that …
13:37 Ticket #10 (Register window thrashing) created by Jakub Jermář
The following snippet of userspace pseudo code demonstrates situation …
13:36 Ticket #9 (Current fibril model can confuse kernel's view on threads) created by Jakub Jermář
Since the times of HelenOS 0.2.0, the fibril (formerly pseudo threads) …
13:36 Ticket #8 (Port the arm32 port to real hardware) created by Jakub Jermář
Porting HelenOS/arm32 to a real ARM machine will benefit the whole …
13:35 Ticket #7 (Port the arm32 port to QEMU) created by Jakub Jermář
Porting HelenOS/arm32 to another virtual machine will help the port to …
13:34 Ticket #6 (pte_t should be the real thing on arm32) created by Jakub Jermář
On arm32, the type describing the PTE (page table entry) is defined …
13:33 Ticket #5 (Support uspace with the ability to join threads) created by Martin Decky
The kernel should provide userspace threads with syscalls for joining …
13:32 Ticket #4 (HelenOS/sparc64 unstable with CONFIG_TSB) created by Jakub Jermář
I found out that when I double the size of the buffer allocated for …
13:31 Ticket #3 (Memory management limitations) created by Martin Decky
Running VESA framebuffer on a machine with more that 1 GB of physical …
13:27 Ticket #2 (IRQs can theoretically starve) created by Jakub Jermář
With the new IRQ dispatcher, it is possible that a device generating …
13:24 Ticket #1 (Get support for Xen back) created by Martin Decky
Resurrect the abandoned ia32xen port. Possibly also start working on …
13:09 WikiStart edited by Martin Decky
(diff)
00:17 WishList created by trac
00:17 Tracing created by trac
00:17 Links created by trac
00:17 KnowledgeArticles created by trac
00:17 IPC created by trac
00:17 IMB created by trac
00:17 CurrentIssues created by trac
00:13 WikiStart created by trac

2009-04-08:

20:00 Changeset in mainline [3a180ad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Allow UCS in Tetris highscores.
18:57 Changeset in mainline [8be693b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
More replacements.
18:47 Changeset in mainline [9eb3623]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Replace some uses of old string functions in C library.

2009-04-07:

19:03 Changeset in mainline [6071a8f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Read UCS chars in bdsh and encode them. (bdsh is still largely …

2009-04-06:

22:05 Changeset in mainline [2845930]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Address issues with IRQ notifications.
19:32 Changeset in mainline [3636964]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make klog more generic
19:32 Changeset in mainline [13a638d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
move event notification to the ipc directory (where it probably belogs …
16:18 Changeset in mainline [149d14e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ia32, amd64: do not reboot via a triple fault (which is nasty), but …
16:17 Changeset in mainline [415d272]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
halt all CPUs in case reboot was not succesful
15:44 Changeset in mainline [b014e9f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
call remove_callback only optionally (this fixes the cleanup phase of …
15:44 Changeset in mainline [37be841]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid deadlock during cleanup (the compare function which is called …
15:43 Changeset in mainline [44814b8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
more readable spinning printout
15:31 Changeset in mainline [7b0297b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
split asserts into atomic conditions to ease debugging
15:08 Changeset in mainline [5b7f418]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
sync with kernel
14:56 Changeset in mainline [a78d001]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ignore leading byte-order mark while printing wide strings (GCC …

2009-04-05:

21:09 Changeset in mainline [482c86f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
NS was forgetting to hangup phones. One phone was leaked for every …
16:20 Changeset in mainline [0175246]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Primitive means of switching keyboard layout at run time. Use Ctrl+Fn, …
15:50 Changeset in mainline [56fa418]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Make Czech layout work partially in bdsh.
10:17 Changeset in mainline [726ef849]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Add multilingual text to dist/readme.
10:04 Changeset in mainline [cee8d3e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
WIP Czech keyboard layout.
09:27 Changeset in mainline [9db4079]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
UCS in keyboard driver.
09:17 Changeset in mainline [b27eb71]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Make ega-fb and serial-fb aware of UCS.

2009-04-04:

22:04 Changeset in mainline [f2b8cdc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Copy printf with Unicode support to userspace.
21:13 Changeset in mainline [4527fb5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
The pre-rendered glyphs are not viewport-specific. This was taking too …
16:26 Changeset in mainline [67ebf21]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Use Unicode font in userspace.
02:00 Changeset in mainline [7d440e3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
silence test completely
01:51 Changeset in mainline [f049eec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid deadlock while reclaiming slab memory
00:59 Changeset in mainline [3f2177e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for benchmarking of all tests
00:56 Changeset in mainline [a85aebd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix wrong bounds checking
00:26 Changeset in mainline [cb01e1e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use global variable and a macro for silencing tests

2009-04-03:

20:39 Changeset in mainline [171f9a1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Character encoding/decoding un uspace. Partially fix klog application.
19:56 Changeset in mainline [7a2c479]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
UCS test in userspace.
19:48 Changeset in mainline [a7b1071]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix bugs in kconsole, simplify string comparisons.
15:52 Changeset in mainline [c8bf88d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
represent special keystrokes (cursor arrows, page up/down, delete, …
14:07 Changeset in mainline [2398ee9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
do not disassemble hello (fixes problems with the newest binutils)
08:02 Changeset in mainline [b60c582]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
update for string changes
08:01 Changeset in mainline [9be1d58]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
do not mention UTF specifically
08:00 Changeset in mainline [c583970]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
Unicode support
07:58 Changeset in mainline [d6c8ff6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
kconsole cleanup, string changes, Unicode support
07:57 Changeset in mainline [20cc877]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cleanup
07:56 Changeset in mainline [68ad9d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cleanup symtab
07:55 Changeset in mainline [d1dabe1f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
Unicode support for input devices
07:54 Changeset in mainline [043eca0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cleanup, string changes
07:52 Changeset in mainline [b888d5f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cleanup and extend string functions according to agreed conventions

2009-04-02:

22:04 Changeset in mainline [7ce3cb2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Define wchar_t in userspace. Use it in fb and console.
21:33 Changeset in mainline [58d5a7e7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Partial conversion of prinf_core.c
20:38 Changeset in mainline [82bb9c1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Consider character display width somewhat. Explain naming scheme.
19:59 Changeset in mainline [d09f84e6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Return error code from chr_encode() rather than boolean.

2009-04-01:

19:11 Changeset in mainline [06b785f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
strlen() → str_size().
19:01 Changeset in mainline [1b0b48e0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Partial refactor of printf modules to reflect new string API.
18:24 Changeset in mainline [f25b2819]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
str_lsize(), str_length(), wstr_length().
17:14 Changeset in mainline [b4c4666]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Output CRLF rather than LFCR as the former is the standard one.
15:41 Changeset in mainline [ce87a8aa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix compilation on sparc64

2009-03-31:

22:51 Changeset in mainline [e1813cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Start converting string functions according to the terminology agreed upon.
22:11 Changeset in mainline [b54d2f1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Semantics for 'index' parameter of utf8_encode/decode() should be more …
18:50 Changeset in mainline [32704cb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Slightly decompile character encoder.

2009-03-30:

22:22 Changeset in mainline [0dd1d444]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Slightly 'decompile' character decoder.
20:30 Changeset in mainline [c18e666]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
detect SYSENTER/SYSEXIT support on boot (this serves as a hint for …
19:15 Changeset in mainline [18251cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
19:06 Changeset in mainline [4a816fe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
more sanity checks

2009-03-26:

13:40 Changeset in mainline [c213c77]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
bump versions

2009-03-25:

02:37 Changeset in mainline [accc088]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
convert Unicode characters to OEM (a.k.a. 437) code page add colors to …
02:35 Changeset in mainline [beb368f5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
more compact ASCII printout fix typo in Czech sentence
02:34 Changeset in mainline [2fce275]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
sync with sources

2009-03-24:

16:09 Changeset in mainline [98895c5c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
simplify glyph mapping function draw invalid glyphs with a distinctive …
15:39 Changeset in mainline [6a75902c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add more supported script samples
15:27 Changeset in mainline [10d73d8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix wchar_t printing
15:14 Changeset in mainline [08b5601]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix off-by-one bug
15:11 Changeset in mainline [e560ae8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix wrong assignment
15:02 Changeset in mainline [0dd772d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix cursor
15:01 Changeset in mainline [8f29e336]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add copyright of the original font author source: …
14:43 Changeset in mainline [eec616b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
Unicode aware printf and family functions (this breaks some things, …
14:41 Changeset in mainline [74c8da2c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
more Unicode functions
14:38 Changeset in mainline [4ccdcf6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove unbounded (possibly dangerous) string functions
14:37 Changeset in mainline [dcdc31d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use Unicode font glyphs and mapping for framebuffer
14:33 Changeset in mainline [ac7c8d12]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
Unicode console font and generating script
03:10 Changeset in mainline [21a639b7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
UTF-8 decoding routine
03:06 Changeset in mainline [c3ebc47]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add malloc slab caches for up to 4 MB blocks

2009-03-23:

21:46 Changeset in mainline [05641a9e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Revive kernel notifications.

2009-03-22:

22:13 Changeset in mainline [a5e5030]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
unicode preparation work
22:07 Changeset in mainline [8263c68]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
unicode test (not working properly yet)
21:50 Changeset in mainline [5251bab]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
split printf test into several tests for better readability
20:19 Changeset in mainline [8b48063]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
start unicode support
19:48 Changeset in mainline [3fe00ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
'kcon' shell builtin for switching to debug console.
17:45 Changeset in mainline [dc033a1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Get rid of FB_WRITE. We can use FB_DRAW_TEXT_DATA if we extend it just …

2009-03-21:

22:02 Changeset in mainline [0a5116db]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix EGA.
11:26 Changeset in mainline [d2cc7e1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Buffer console output with line granularity. Makes esp. msim/ski …

2009-03-20:

21:41 Changeset in mainline [5b8c75a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Discard the eh_frame section on amd64, which improves the kernel size …
21:31 Changeset in mainline [e622f0a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Put .tbss section into the .tdata output section. This solves the …
20:58 Changeset in mainline [416abec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Improve the console library functions.
20:50 Changeset in mainline [db90860]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Just for pro forma, initialize the the link before use.
20:26 Changeset in mainline [7b8caa0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not include VHPT in the default build.
15:33 Changeset in mainline [266daf5a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
bump versions

2009-03-18:

22:22 Changeset in mainline [907bb49]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Consolidate console interface.
18:21 Changeset in mainline [eada065e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix typo.
16:26 Changeset in mainline [1496f87]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
properly detect VESA 16 bpp modes with 5:5:5 colors
15:23 Changeset in mainline [7dfc120a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
check for proper VESA mode attributes
14:31 Changeset in mainline [e749794]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ignore leading spaces in video mode command line
10:53 Changeset in mainline [84afc7b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
as kernel little brother drivers are not needed anymore, the device …
10:49 Changeset in mainline [8015eeec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
move syscall wrappers to more suitable location
10:48 Changeset in mainline [312cc68]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
move syscall wrappers to more suitable location
10:26 Changeset in mainline [65513a5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix typo
09:14 Changeset in mainline [692b30dc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle (Jiri, please be more careful)

2009-03-17:

23:06 Changeset in mainline [9df34ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Smarter polling to make ski keyboard usable again.
22:22 Changeset in mainline [7e15496]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Remove garbage.
22:18 Changeset in mainline [16e9c476]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Interbuffer support in serial framebuffer driver for faster VC switches.
21:08 Changeset in mainline [f6377f72]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Update comments for the new hw_map(), which was committed in r4138.
20:48 Changeset in mainline [f3f7009]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Revert the previous commit, which inappropriately reverted r4136. I …
20:33 Changeset in mainline [5eb90cb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Revert the previous commit.
20:33 Changeset in mainline [e16e0d59]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Make optionality of symbol information less intrusive per Jakub's …
20:30 Changeset in mainline [b1c8dc0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix (probably) wrong bracketing
18:12 Changeset in mainline [be6038b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix bad syntax

2009-03-16:

22:58 Changeset in mainline [656b789]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
resurrect big endian support for mips32: switch from mips-sgi-irix5 …
22:12 Changeset in mainline [f36c061]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix non-SMP ia32 build.
21:58 Changeset in mainline [e2b762ec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Make kernel symbol information optional.
19:11 Changeset in mainline [d9167a1c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
bump to newer versions

2009-03-13:

14:44 Changeset in mainline [b6dfc32]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
support for overriding the preconfigured VESA mode via GRUB command …
12:58 Changeset in mainline [421c833]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
parse VESA mode from a string unify VESA initialization for ia32 and amd64
12:57 Changeset in mainline [99d6fd0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cleanup pm.h and related stuff (no change in functionality)
12:28 Changeset in mainline [0160b1c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
rename selector() to gdtselector() to unify with amd64
12:02 Changeset in mainline [afdce6eb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
allow inclusion from assembler files
10:08 Changeset in mainline [d0688a3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
bring back kernel HID on ppc32 this concludes the transition from …
09:52 Changeset in mainline [449d4ecc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
bring back HID on ia64
09:11 Changeset in mainline [03976d60]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
bring back support for Serengeti console
09:10 Changeset in mainline [0b16e9d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add more predefined configurations
09:00 Changeset in mainline [9693835]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
get back support for framebuffer and keyboard for sparc64 (generic)
08:59 Changeset in mainline [648c9d9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add default configuration for sparc64 (generic us)

2009-03-12:

23:26 Changeset in mainline [00287cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
arm32: update for the new scheme of device drivers and keyboard/serial …
22:20 Changeset in mainline [3b122e9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Update message, cstyle.
20:15 Changeset in mainline [afdd441]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Revert part of r4114 as I accidentally committed more than I intended.
20:08 Changeset in mainline [c640876]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix one RAW dependency.
19:37 Changeset in mainline [7ee8c5b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Add more comments.
19:18 Changeset in mainline [29295cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix grammar.
19:16 Changeset in mainline [08fed0a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Update the SGCN driver to match the latest character I/O changes.
18:08 Changeset in mainline [91ea7c4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove orphaned directory
18:08 Changeset in mainline [1410f35]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use generic dsrlnin and dsrlnout devices instead of platform specific …
18:06 Changeset in mainline [b76e51d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove unmaintained Simics machine (might return later) whitespace changes
18:06 Changeset in mainline [99495b6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove platform-dependent msim keyboard/console driver symbols …
18:05 Changeset in mainline [e2d97d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove unmaintained Simics machine (might return later) whitespace changes
18:04 Changeset in mainline [a2a2a34]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove platform-dependent msim keyboard/console driver
18:03 Changeset in mainline [32ddab4e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove unmaintained Simics serial line (might return later)
18:02 Changeset in mainline [1462d35]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
update for the new scheme of wiring device drivers to keyboard/serial …
18:02 Changeset in mainline [4df7d3a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
update for the new scheme of wiring device drivers to keyboard/serial …
18:01 Changeset in mainline [0b6eba5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove duplicate part of the debugger message (it is already printed …
18:00 Changeset in mainline [7012a8d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
whitespace changes
18:00 Changeset in mainline [2a34e4c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
update for the new scheme of wiring device drivers to keyboard/serial …
17:59 Changeset in mainline [0e0490bd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
whitespace changes
17:57 Changeset in mainline [5597947]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove obsolete include file
17:56 Changeset in mainline [4a26e39]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix very strange condition
17:55 Changeset in mainline [3a1c048]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make cpu_halt() really halt the execution
17:54 Changeset in mainline [3c79afe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
update for the new scheme of wiring device drivers to keyboard/serial …
17:53 Changeset in mainline [a0e1b48]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
chardev_t → outdev_t small fixes and cleanups
17:52 Changeset in mainline [b6f2ebc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
wire keyboard/serial module and device drivers in a more obvious way …
17:49 Changeset in mainline [a7efdec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
split chardev_t into indev_t and outdev_t
17:49 Changeset in mainline [099aa78]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove the confusing "exit" from the list of commands (the exit …
17:48 Changeset in mainline [a02e383]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid page fault on exit command cleanup
17:47 Changeset in mainline [67a88c3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
do not create last resort console if there is no polling input device …
17:46 Changeset in mainline [ac8e7a9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use indev_t remove console IRQ notification (will be replaced by a …
17:43 Changeset in mainline [8030f49]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
split chardev_t into indev_t and outdev_t simplify and cleanup operations
17:42 Changeset in mainline [94a981a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
do not echo keypress
17:41 Changeset in mainline [8ba3dc7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
separate console_init() is actually not needed
17:41 Changeset in mainline [eb56bd7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
update defaults
17:24 Changeset in mainline [8de4421]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
streamlined HID configuration this breaks most ports except ia32, …
15:56 Changeset in mainline [04b29ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
interpret negative inference properly
15:48 Changeset in mainline [95b4838d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for negative inference
12:30 Changeset in mainline [1094940]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
support for dummy serial line input and output (e.g. msim)
12:29 Changeset in mainline [9f7b303]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add dummy serial line input and output drivers

2009-03-11:

20:49 Changeset in mainline [4ddc76b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix SMP on sparc64.
20:10 Changeset in mainline [4fe14955]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Prevent duplicit NS16550 offering.
19:52 Changeset in mainline [05915ba4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix sparc64 builds without srln.
19:46 Changeset in mainline [de88998]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Some additional fixes to the sgcn driver.
17:26 Changeset in mainline [63b1537]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Pavel Rimsky <rimskyp@…>
SGCN driver modified to reflect the new keyboard driver architecture. …
14:26 Changeset in mainline [04d672c3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP do not use serial line on msim

2009-03-08:

22:47 Changeset in mainline [f97e25f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix typo in i460GX
22:40 Changeset in mainline [db4ce845]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix configuration options for ns16550.
16:08 Changeset in mainline [6346efd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
handle the Done (dialog) button before doing anything else
14:31 Changeset in mainline [b0b5628]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Constructing parser machines for tty keyboards by hand is a pain. Let …
14:05 Changeset in mainline [2270bef]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Clean up ski handling in kernel.
13:54 Changeset in mainline [0af8bcd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove orphaned directory
13:38 Changeset in mainline [31fb9a0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for predefined configuration profiles (and subprofiles, …
13:37 Changeset in mainline [ec944b1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
optional EGA support
13:36 Changeset in mainline [4d29d01]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
do not ask personal questions in configuration
12:15 Changeset in mainline [c79d50d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
indicate undefined configuration options more explicitly (the "None" …
11:33 Changeset in mainline [71385d4f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Extended HID options.
10:50 Changeset in mainline [c24c26c6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add a new line - gcc is very picky lately.
10:15 Changeset in mainline [66e41b8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Keyboard layout must always be specified. Msim does not support …
09:29 Changeset in mainline [a1d5167]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove the hated DEFAULTS config option.

2009-03-07:

22:01 Changeset in mainline [c247262]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Do not create obsolete symlinks.
21:52 Changeset in mainline [9482bf0b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix non-debug build.
20:36 Changeset in mainline [1c6b3a2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Improve the configuration file. - Support for easy configuration with …
20:21 Changeset in mainline [1515522]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Nuke the mips32-specific ns16550 driver. Remove the conflicting …
19:51 Changeset in mainline [901cda3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove ARM's console_init() because it conflicts with the generic …
17:13 Changeset in mainline [3014e2b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Userspace driver for ski keyboard port.
16:51 Changeset in mainline [4c84368e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Serial line module.
16:08 Changeset in mainline [411b6a6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Complete emancipation of kernel serial controller drivers (i8042, …
15:59 Changeset in mainline [e06da7e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
If the server cannot receive a call because it supplied a bad …

2009-03-06:

13:08 Changeset in mainline [b11ee88]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add TODO
09:59 Changeset in mainline [56d5c7f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
09:53 Changeset in mainline [bc0bb7c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
save destination address properly in all cases (this fixes IPC on mips32)
09:49 Changeset in mainline [e5855f2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
connect to the loader in a blocking way
08:15 Changeset in mainline [4f22731f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle

2009-03-05:

22:46 Changeset in mainline [2069690]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Update Dvorak layout.
22:39 Changeset in mainline [5ee7377]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Remove over-indentation.
22:12 Changeset in mainline [3d360758]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Tetris must ignore key releases.
19:32 Changeset in mainline [f7734012]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Init-task names for sparc64 (that's the final one, whew).
Note: See TracTimeline for information about the timeline view.