Timeline



2009-08-27:

20:00 Changeset in mainline [ff62c6d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge libblock improvements.
19:57 Changeset in mainline [402a18f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Let block_get() and block_put() deal with I/O errors.
18:44 Changeset in mainline [f2f89315]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix typo. Use proper architecture names.
18:34 Changeset in mainline [cd688d9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add the 'toxic' member to block_t.
18:31 Changeset in mainline [c91f2d1b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Enable the block_get() and block_put() APIs to return error.
16:38 Changeset in mainline [02ee6bf5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
As a provision for handling I/O errors, block_get() should write back …
12:37 UsersGuide edited by Martin Decky
(diff)
12:33 Changeset in mainline [ff211d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
progress to GCC 4.4.1 use a single script to build cross-compilers …
12:23 Changeset in mainline [38428aa3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
workaround strict-aliasing rules
11:21 Changeset in mainline [c4d11c5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
gdtr_reg is actually an output operand, not input operand
10:59 Changeset in mainline [5418217]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add parentheses for better clarity
10:56 Changeset in mainline [1075ac6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
compare signatures byte-by-byte (avoid dereferencing type-punned …
10:21 Changeset in mainline [ddfc39a3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
block_put() should not hold the cache lock when syncing the block.
09:43 Changeset in mainline [5ac8918]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix typo.

2009-08-26:

16:59 Changeset in mainline [6c3d54e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
replace load /dev/zero by a more portable command
13:47 Changeset in mainline [67c708e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
restructure protocols to respect the same hierarchy as tasks in the …
13:15 Changeset in mainline [52ff7699]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
two more protocols
12:33 Changeset in mainline [8614534]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
more protocols always specify interface on outgoing calls replace …
12:05 Changeset in mainline [471a32d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
more protocols some fixes

2009-08-25:

17:54 Changeset in mainline [3fa3160]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
initial draft of behavior protocol specification

2009-08-24:

15:09 Changeset in mainline [ed5ad30]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
reflect the change of the names of the macro
14:41 Changeset in mainline [e0565005]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
initialize and setup all displays which can be detected in OFW tree …

2009-08-23:

21:45 Ticket #33 (ATA driver) updated by Jiri Svoboda
On 32-bit platforms, the block indices will unfortunately be cropped …
21:25 BazaarWorkflow edited by Jiri Svoboda
Small tweeks and fixes. (diff)
21:18 Ticket #33 (ATA driver) updated by Jiri Svoboda
As of #head,32 the ATA driver should support 28-bit and 48-bit LBA, …
21:05 HardwareSupport edited by Jiri Svoboda
ATA disks no longer have the silly size limit (120 PB ought to be … (diff)
20:54 Changeset in mainline [21d8020]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge ATA LBA-48 feature.
20:41 Changeset in mainline [5048be7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Move code to compute and program block coordinates to separate …

2009-08-22:

19:46 Changeset in mainline [22af3af]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add basic description of the pseudocode commands.
19:34 Changeset in mainline [1c1657c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix: LBA-48 uses different command numbers.
18:57 Repositories edited by Jiri Svoboda
Fix copy'n'paste error. (diff)
18:56 Repositories edited by Jiri Svoboda
You can never have enough branches. (diff)
18:36 Changeset in mainline [a1f48f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Add LBA-48 addressing support.
15:28 HardwareSupport edited by Jiri Svoboda
Thanks to LBA-28 ATA disks can be 4x larger (diff)
15:20 Changeset in mainline [e5792d1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge ATA driver improvements.
15:17 Changeset in mainline [4ef117f8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Display device size in megabytes.
15:08 Changeset in mainline [a99cf073]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Add LBA-28 addressing support.
14:24 Changeset in mainline [b94334f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Structure for identify data
13:58 Changeset in mainline [0e6dce8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Display device model name upon initialization.
11:49 Repositories edited by Jiri Svoboda
Registering branches at Launchpad (diff)
10:48 Changeset in mainline [b50b5af2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge mainline changes.
10:40 Repositories edited by Jiri Svoboda
Jiri's branches (diff)

2009-08-21:

14:12 Changeset in mainline [a71c158]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
kernel output devices now suport multiple instances (except ski and …
14:08 Changeset in mainline [90c8b8d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
extend the spinlock interface (static spinlocks, statically declared …
14:02 Changeset in mainline [af8e565]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix spelling
07:33 Changeset in mainline [bc7d44c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge fibril synchronization improvements.
07:31 Changeset in mainline [207e208e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Tracer needs to know about SYS_IPC_POKE.
07:25 Changeset in mainline [8619f25]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fibril synchronization needs to have a means to interrupt idle threads …
07:22 Changeset in mainline [057d21a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add SYS_IPC_POKE syscall.
07:03 Changeset in mainline [6c4a56f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Support for waitq_unsleep().

2009-08-20:

20:47 Changeset in mainline [1ea99cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge changes from original Subversion dynload branch.
20:03 Changeset in mainline [b9c7425]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
prepare outdev_t devices (particularly stdout) to work as repreaters …
17:10 Ticket #63 (OFW support in ppc32 port is way behind the level in sparc64 port) closed by Martin Decky
fixed: As of revision head,24 ppc32 port is on par with sparc64.
16:58 Changeset in mainline [e731b0d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make ppc32 OFW usage on par with sparc64, make appropriate …
16:52 Changeset in mainline [a11099f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
coding style (no change in functionality)
16:48 Changeset in mainline [5360cf0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
coding style (no change in functionality)
16:42 Changeset in mainline [00a020d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
declare unknown visual type and allow fb_init() to fail gracefully
16:40 Changeset in mainline [824d6dd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
split hardware-specific OFW definitions into separate header files
16:39 Changeset in mainline [8a8c311]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add generic boot header for memcpy() definition
14:23 Changeset in mainline [2e151ab0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove redundant argument names from function headers.

2009-08-19:

17:45 Repositories edited by Jakub Jermář
(diff)
15:09 Changeset in mainline [8344d0a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lenka Trochtova <trochtova.lenka@…>
minor changes

2009-08-17:

21:31 BazaarWorkflow edited by Jiri Svoboda
Rebasing link to Bazaar doc. (diff)
20:39 WikiStart edited by Jiri Svoboda
Source code repos. (diff)
20:23 HardwareSupport edited by Jiri Svoboda
Some real disk support. (diff)
20:07 Repositories edited by Jiri Svoboda
Add table head and Owner column. (diff)
20:02 Repositories edited by Jiri Svoboda
Grammar, etc. (diff)
20:00 WikiStart edited by Jiri Svoboda
Link Repositories article. (diff)
19:58 Repositories created by Jiri Svoboda
HelenOS repositories.
19:50 BazaarWorkflow edited by Jiri Svoboda
Reogranize sentence to make it more readable. (diff)
19:47 BazaarWorkflow edited by Jiri Svoboda
Be more specific, yet again. (diff)
19:46 BazaarWorkflow edited by Jiri Svoboda
Be more specific. (diff)
19:43 BazaarWorkflow edited by Jiri Svoboda
head-clone instead of head_clone (diff)
19:41 BazaarWorkflow edited by Jiri Svoboda
Better wording. (diff)
19:30 BazaarWorkflow edited by Jiri Svoboda
Diverged message. (diff)
19:27 BazaarWorkflow edited by Jiri Svoboda
Add in the clones. (diff)
19:13 BazaarWorkflow edited by Jiri Svoboda
Algorithm for checking if it is safe to push. (diff)
19:00 BazaarTheory edited by Jiri Svoboda
Replace nonsense with some sense. (diff)
18:43 BazaarWorkflow edited by Jiri Svoboda
NOW it should make some sense… hopefully. (diff)

2009-08-16:

19:37 BazaarWorkflow edited by Jiri Svoboda
Changeset comments should be in infinitive. (diff)
19:36 BazaarWorkflow edited by Jiri Svoboda
Typo (diff)
19:35 BazaarWorkflow edited by Jiri Svoboda
Comments for merge changesets. (diff)
19:33 BazaarTheory edited by Jiri Svoboda
bzr log (diff)
19:32 BazaarWorkflow edited by Jiri Svoboda
Think twice. (diff)
19:22 BazaarTheory edited by Jiri Svoboda
Link Bazaar workflow (diff)
19:21 BazaarTheory edited by Jiri Svoboda
Merging a feature branch (diff)
19:08 BazaarTheory created by Jiri Svoboda
Bazaar theory (raving).
18:40 BazaarWorkflow edited by Jiri Svoboda
Bazaar Theory. Seriously. (diff)
18:33 BazaarWorkflow edited by Jiri Svoboda
Structured history is good. (diff)
18:29 BazaarWorkflow edited by Jiri Svoboda
Resolve merge conflict with rebasing. (diff)
18:26 BazaarWorkflow edited by Jiri Svoboda
Structured history (diff)
18:14 WikiStart edited by Jiri Svoboda
Link to Bazaar Workflow guide (diff)
18:13 BazaarWorkflow created by Jiri Svoboda
Distributed version control magic. Hic sunt dracones.

2009-08-13:

17:26 Changeset in mainline [fd210de]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lenka Trochtova <trochtova.lenka@…>
dd branch synchronized with head
17:08 Changeset in mainline [75a2dc08]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lenka Trochtova <trochtova.lenka@…>
dd branch synchronized with head

2009-08-12:

21:02 Changeset in mainline [64cbf94]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge FAT server fixes.
20:50 Changeset in mainline [d44aabd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Grow the parent node size if fat_link() allocates a new cluster.
20:45 Changeset in mainline [d290ef4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
fat_link() should zero out all the blocks of the newly allocated …
20:44 Changeset in mainline [5f116e7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Introduce fat_zero_cluster().
18:22 Changeset in mainline [b713492b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix the root directory check when fat_link() needs to allocate a new …
18:21 Changeset in mainline [00a9625]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
fat_create_node() should mark new zeroed blocks dirty.
18:16 Changeset in mainline [8b58fc1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
VFS does not define the meaning of the VFS node size member for …
13:13 Changeset in mainline [7c68a05d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cleanup: remove fix_symlinks.sh as it is no longer needed (bzr handles …

2009-08-11:

15:48 Changeset in mainline [5ab1648]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove obsolete TASK_WAIT notification
15:11 Ticket #112 (mkfat.py creates seemingly large image with insufficient space) closed by Martin Decky
wontfix: This is not a bug, this is a property of FAT. Remember that the root …
13:29 Changeset in mainline [5a8fbcb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
better way of generating revision identification via bzr version-info …
07:07 Ticket #112 (mkfat.py creates seemingly large image with insufficient space) created by Jakub Jermář
When we increase fat16_clusters in our mkfat.py utility to 4096*5, it …

2009-08-10:

20:12 Changeset in mainline [040f5c1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge to mainline.
19:47 Changeset in mainline [3734106]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make libc more resilient against getting out of sync the VFS protocol.
18:35 Changeset in mainline [9441458]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove errorneous clearing of begin_call (Thx Tomas Brambora).
17:00 Changeset in mainline [b39fd4c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Add missing include file ipc/kbd.h.

2009-08-09:

16:04 Changeset in mainline [a4885a42]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Console server does not need to include fb.h.
16:01 Ticket #86 (console should not depend on kbd's source code) closed by Jiri Svoboda
fixed: Fixed in #head,9. After the rewrite of the keyboard driver, it was …
15:57 Changeset in mainline [e795203]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Move keybuffer code to console as it is not used in keyboard driver.
15:38 Ticket #110 (Keyboard driver should support keyboard LEDs) closed by Jiri Svoboda
fixed: Implemented in #head,8 (for the PC).
15:36 Ticket #33 (ATA driver) updated by Jiri Svoboda
After #head,7 the ATA driver seems to be working with real hardware. I …
15:19 Changeset in mainline [c145bc2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Updating keyboard LEDs.
14:35 Changeset in mainline [24f27bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lenka Trochtova <trochtova.lenka@…>
dd branch synchronized with head
13:56 Changeset in mainline [cb0ea39]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lenka Trochtova <trochtova.lenka@…>
dd: initial import of the original svn branch

2009-08-08:

15:40 Changeset in mainline [330965c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge mainline changes.
15:21 Changeset in mainline [31de325]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Implement simple timeout when waiting for device.
14:04 Changeset in mainline [54d0ddc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Add comments and wait_status() function.
13:49 Changeset in mainline [42cfd91]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge Jiri's changes.
13:17 Changeset in mainline [d5f8f19]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge mainline changes.
12:19 Changeset in mainline [1724745f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix typos.
12:16 Changeset in mainline [e49b57b2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Update comment.
11:16 Ticket #104 (The reboot command sometimes cannot complete) closed by Jakub Jermář
fixed: I believe this issue was fixed in #head,4.
11:10 Ticket #111 (HelenOS/amd64 feels non-preemptive) closed by Jakub Jermář
fixed: Fixed in revision 7.
10:31 Changeset in mainline [8688a6e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Let the uinit kernel thread run with interrupts enabled by default and …
10:29 Changeset in mainline [586cd56]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use the RFLAGS defines instead of magic numbers.
10:08 Changeset in mainline [a7de7907]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Adhere to algorithms in ATA-2 standard. Do not reset drives at startup …
09:30 Changeset in mainline [9732e98]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Coding style fixes.

2009-08-07:

21:52 Ticket #111 (HelenOS/amd64 feels non-preemptive) created by Jakub Jermář
Running /app/tester loop1 on the latest HelenOS/amd64 will wedge the …
21:37 Changeset in mainline [121966e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
task_done() should not kill tasks one by one and wait until each dies. …
18:39 Ticket #109 (After switching to bzr, revision number is not displayed) closed by Jakub Jermář
fixed: This was fixed in revision 3. Note that after that change, the …
16:25 Ticket #110 (Keyboard driver should support keyboard LEDs) created by Jiri Svoboda
The keyboard driver should set keyboard LEDs depending on the current …
16:22 Ticket #109 (After switching to bzr, revision number is not displayed) created by Jiri Svoboda
Bzr revision number is not determined properly for compiling in.
16:16 Changeset in mainline [e31c2c5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Include the bzr revision ID instead of the svn revision.

2009-08-06:

14:27 UsersGuide edited by Martin Decky
(diff)
14:26 ReleaseNotes/Trunk edited by Martin Decky
(diff)
14:26 ReleaseNotes/Template edited by Martin Decky
(diff)
14:18 Ticket #96 (Index Pages in HelenOS Trac do not work) closed by Martin Decky
fixed: Index page created.
14:17 TitleIndex created by Martin Decky
14:05 UsersGuide edited by Martin Decky
(diff)
13:45 Changeset in mainline [24edc18]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add '.bzr' to the ignore lists

2009-08-04:

12:18 ReleaseNotes/0.4.1 edited by Jakub Jermář
iBook G4 (diff)
05:46 ReleaseNotes/0.4.1 edited by Jiri Svoboda
Adjust release date (was after midnight, anyway) (diff)
00:40 Milestone 0.4.1 completed

2009-08-03:

21:46 Ticket #108 (Building of release files should be automated) created by Jiri Svoboda
There should be a script to build the release files. This should be …
21:32 ReleaseNotes/Template edited by Jiri Svoboda
Sync with emptied Trunk notes (diff)
21:31 ReleaseNotes/Trunk edited by Jiri Svoboda
Purge document (diff)
21:27 ReleaseNotes edited by Jiri Svoboda
Add link to 0.4.1 release notes (diff)
21:25 ReleaseNotes/0.4.1 created by Jiri Svoboda
Copy Trunk release notes to 0.4.1
21:11 Changeset in mainline [9035c5a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export0.4.1 by Jakub Jermar <jakub@…>
Bump version to 0.4.1 (Escalopino).
21:06 Changeset in mainline [19490ce]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix 16bpp modes.
19:26 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)
19:24 Ticket #13 (Slab allocator allocation description ends in the middle of a sentence) updated by Jakub Jermář
Type, Keywords changed
19:23 Ticket #96 (Index Pages in HelenOS Trac do not work) updated by Jakub Jermář
Keywords changed
19:22 Ticket #14 (Implement register-only ipc_wait_for) updated by Jakub Jermář
Type changed
19:21 Ticket #72 (Write back file system data from block cache to the block device ...) updated by Jakub Jermář
Type changed
19:21 Ticket #79 (Introduce and implement VFS_UNMOUNT) updated by Jakub Jermář
Type changed
19:19 Ticket #4 (HelenOS/sparc64 unstable with CONFIG_TSB) updated by Jakub Jermář
Milestone changed
19:19 ReleaseNotes/Trunk edited by Jakub Jermář
Remove uncomplete description for devmap's improvements. (diff)
19:13 ReleaseNotes/Trunk edited by Jakub Jermář
known bugs (diff)
18:35 Ticket #105 (HelenOS/ppc32 non-debug does not boot (in Qemu)) updated by Jakub Jermář
Milestone changed
The problem seems to be specific for Qemu version 0.9.0. Version …
17:58 Ticket #104 (The reboot command sometimes cannot complete) updated by Jakub Jermář
Milestone changed
Retargeting this for 0.5.0 in the eve of the 0.4.1 release.
17:57 Ticket #103 (Running some of the kernel tests leaks memory) updated by Jakub Jermář
Milestone changed
Retargeting this for 0.5.0 in the eve of 0.4.1 release.
17:49 Ticket #107 (HelenOS/sparc64 does not boot with CONFIG_RD_EXTERNAL) closed by Jakub Jermář
invalid: Someone should explain to the submitter that it is not realistic to …
15:29 Ticket #4 (HelenOS/sparc64 unstable with CONFIG_TSB) updated by Jakub Jermář
Summary changed
The issue still exists with revision 4684, but I think it has slightly …
15:25 Ticket #107 (HelenOS/sparc64 does not boot with CONFIG_RD_EXTERNAL) created by Jakub Jermář
The Ultra 60 workstation on my desk cannot find RAM disk when the …

2009-08-02:

22:11 Changeset in mainline [dd2cfa7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Even more warnings.
21:58 Changeset in mainline [fa5526d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix trigraphs warning.
19:38 Changeset in mainline [5b3cf90]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix warnings in Bdsh and PCI lib.
19:08 Changeset in mainline [f019cc07]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
More warnings.
18:51 Changeset in mainline [a405563]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix some warnings.
16:30 WishList edited by Jiri Svoboda
Obsolete (diff)
16:29 WikiStart edited by Jiri Svoboda
Grammar (diff)
16:26 WikiStart edited by Jiri Svoboda
Reformat (diff)
16:19 WikiStart edited by Jiri Svoboda
Add Hardware Support link (diff)
16:18 HardwareSupport created by Jiri Svoboda
Will it work with my machine/peripheral?
09:19 ReleaseNotes/Trunk edited by Jiri Svoboda
Grammar (diff)

2009-07-31:

19:12 Ticket #106 (Wrong visuals for HelenOS/sparc64 simics framebuffer) closed by Jakub Jermář
fixed: Fixed in revision 4676.
19:11 Changeset in mainline [30885b9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
RGB conversion functions should work with a well-defined pixel format.

2009-07-30:

15:58 Changeset in mainline [646b996]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cleanup some of the dirty hacks introduced into the arm32 port add …
15:17 Changeset in mainline [76093ae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
there is no need to pass the MACHINE value explicitly in Makefile.inc
15:15 Changeset in mainline [87bedd1c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
improve consistency

2009-07-29:

21:21 Ticket #106 (Wrong visuals for HelenOS/sparc64 simics framebuffer) created by Jakub Jermář
I suspect that the change in the framebuffer code in revision 4669 …
19:48 Ticket #105 (HelenOS/ppc32 non-debug does not boot (in Qemu)) updated by Jakub Jermář
Interestingly enough, I can reproduce this only on my iBook G4 where I …
19:23 Changeset in mainline [88d653c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add simple atomic_lock_arch() to mips32 so that it builds for the msim …
15:19 Ticket #105 (HelenOS/ppc32 non-debug does not boot (in Qemu)) created by Jakub Jermář
HelenOS/ppc32 non-debug does not boot (in Qemu). The last displayed …
12:36 Ticket #103 (Running some of the kernel tests leaks memory) updated by Jakub Jermář
It may seem that in the case of the slab2 test, the memory is not …
12:19 Ticket #103 (Running some of the kernel tests leaks memory) updated by Jakub Jermář
Component changed
12:19 Ticket #104 (The reboot command sometimes cannot complete) created by Jakub Jermář
Sometimes, issuing the reboot kconsole command (debug build) will end …
12:09 Changeset in mainline [ba0aa6f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
the size argument to split_mark() should include the header and footer size
12:09 Ticket #7 (Port the arm32 port to QEMU) closed by Jakub Jermář
fixed: Fixed in 4669
11:40 Ticket #69 (i8042 CPU reset fails miserably in SMP configurations) updated by Jakub Jermář
Milestone changed
11:40 Ticket #25 (VIA-CUDA keyboard driver is incomplete and missing in user space) updated by Jakub Jermář
Milestone changed
11:39 Ticket #22 (FAT file names should be lower-case) updated by Jakub Jermář
Component, Milestone changed
11:38 Ticket #57 (FAT driver improvement: lower case bits) updated by Jakub Jermář
Milestone changed
11:38 Ticket #15 (Implement rwlocks for uspace) updated by Jakub Jermář
Milestone changed
11:37 Ticket #101 (ia64 non-debug build is broken) updated by Jakub Jermář
Milestone changed
11:37 Ticket #100 (Exceptions should not be handled in a dedicated CPU mode) updated by Jakub Jermář
Milestone changed
11:37 Ticket #93 (Exception stack frame should not be constructed by a C function on arm32) updated by Jakub Jermář
Milestone changed
11:33 Ticket #83 (Pass task exit code) updated by Jakub Jermář
Milestone changed
11:33 Ticket #74 (Reimplement user space memory allocator) updated by Jakub Jermář
Milestone changed
11:33 Ticket #44 (Advanced way of wiring kernel HID devices) updated by Jakub Jermář
Component, Milestone changed
11:32 Ticket #24 (mips32 (big endian variant) user space not working in GXEMUL) updated by Jakub Jermář
Component, Milestone changed
11:32 Ticket #52 (vfs_rename() - Bad detection of move to subdir of source dir) updated by Jakub Jermář
Milestone changed
11:31 Ticket #35 (Support multiple instances of TMPFS) updated by Jakub Jermář
Milestone changed
11:30 Ticket #51 (Need command to test VFS rename() operation) updated by Jakub Jermář
Milestone changed
11:30 Ticket #23 (Non-root VFS mounts are not ready) updated by Jakub Jermář
Milestone changed
11:26 Ticket #100 (Exceptions should not be handled in a dedicated CPU mode) updated by Jakub Jermář
Replying to jermar: > Fixed in revision 4666 and merged …
11:26 Ticket #93 (Exception stack frame should not be constructed by a C function on arm32) closed by Jakub Jermář
fixed: Fixed in revision 4666 and merged into trunk in revision 4669.
11:24 Ticket #100 (Exceptions should not be handled in a dedicated CPU mode) closed by Jakub Jermář
fixed: Fixed in revision 4666 and merged into trunk in revision 4669.
11:21 Ticket #103 (Running some of the kernel tests leaks memory) created by Jakub Jermář
Running some of the kernel tests such as slab2 from the kconsole leaks …

2009-07-28:

13:32 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)
13:28 Changeset in mainline [5e73815]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Interrupts should be disabled when acquiring answerbox's irq_lock.
12:47 Changeset in mainline [6ac14a70]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vineeth Pillai <vineethrp@…>
ARM port for development board integratorcp(ARM926EJ core module).
08:19 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)

2009-07-25:

09:52 Ticket #93 (Exception stack frame should not be constructed by a C function on arm32) updated by Vineeth Pillai
The fix for this is committed to the arm branch(revision 4666). A new …
09:50 Ticket #93 (Exception stack frame should not be constructed by a C function on arm32) updated by Vineeth Pillai
Status changed

2009-07-24:

17:08 Ticket #100 (Exceptions should not be handled in a dedicated CPU mode) updated by Vineeth Pillai
I have committed the fix in the arm branch. With the latest …
16:42 Ticket #100 (Exceptions should not be handled in a dedicated CPU mode) updated by Vineeth Pillai
Status, Owner changed
16:05 Ticket #101 (ia64 non-debug build is broken) closed by Jakub Jermář
fixed
16:05 Ticket #101 (ia64 non-debug build is broken) updated by Jakub Jermář
Fixed in revision 4664.
16:04 Changeset in mainline [7038f55]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add simple atomic_lock_arch() for ia64

2009-07-23:

21:59 UsersGuide edited by Jiri Svoboda
(diff)
21:50 Tracing edited by Jiri Svoboda
Udebug should no longer panic the kernel :-) (diff)
21:34 StringAPI edited by Jiri Svoboda
Handling of buffer overruns (diff)
21:27 ReleaseNotes/Trunk edited by Jiri Svoboda
Mac keyboard regression (diff)
21:22 ReleaseNotes/Trunk edited by Jiri Svoboda
Disclaimer (diff)
20:50 FSDesign edited by Jakub Jermář
(diff)
20:20 FSDesign edited by Jakub Jermář
(diff)
19:56 FSDesign edited by Jakub Jermář
(diff)
19:45 IPC edited by Jakub Jermář
(diff)
19:45 KnowledgeArticles edited by Jakub Jermář
(diff)
19:44 WikiStart edited by Jakub Jermář
(diff)
19:36 FSDesign edited by Jakub Jermář
(diff)
19:26 FSDesign edited by Jakub Jermář
(diff)
19:04 FSDesign edited by Jakub Jermář
(diff)
18:48 FSDesign edited by Jakub Jermář
(diff)
18:37 FSDesign edited by Jakub Jermář
(diff)

2009-07-22:

21:57 Ticket #102 (Improved support for concurrent IPC requests) created by Jiri Svoboda
Currently it is difficult to handle requests from one client to one …
19:08 Changeset in mainline [1641eb0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Make automatic start of BDDs and mounting of /data optional and …
18:46 Changeset in mainline [a5facfb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Update proto definitions in tracer.
18:31 Changeset in mainline [c8404d4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Cope with ipc_call_sync_slow() overwriting input argument with output …
17:39 Ticket #101 (ia64 non-debug build is broken) created by Jakub Jermář
ia64 non-debug build is broken because atomic_lock_arch() is not …
15:40 FSDesign edited by Jakub Jermář
(diff)
11:54 Ticket #100 (Exceptions should not be handled in a dedicated CPU mode) created by Jakub Jermář
So far, IRQs have ben handled in the "undefined" processor mode, while …

2009-07-21:

22:23 Ticket #86 (console should not depend on kbd's source code) updated by Jiri Svoboda
Milestone changed
22:22 Changeset in mainline [9ad5b5cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Use bool type.
22:18 Changeset in mainline [6e3a44a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Wait for app to exit before returning from tracer.
22:02 Changeset in mainline [5462a30]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Remove accidentally commited debugging messages.
20:50 Ticket #97 (Tracer cannot cope with console inheritance) closed by Jiri Svoboda
fixed: There are two interesting issues here: 1. It is not possible for an …
20:37 Changeset in mainline [84683fdc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Use a dedicated fibril to wait for console events so that we can quit …
20:12 Changeset in mainline [8e1dc00]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Let application inherit tracer's std. files.
19:50 Changeset in mainline [654a30a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Make use of fibril sync primitives.
18:34 Changeset in mainline [9d8a1ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Read keys directly from console in tracer. This works around the …
09:32 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)

2009-07-18:

10:08 ReleaseNotes/Trunk edited by Jiri Svoboda
Fibril Synchronization Primitives (diff)
10:02 ReleaseNotes/Trunk edited by Jiri Svoboda
(diff)
09:54 ReleaseNotes/Trunk edited by Jiri Svoboda
(diff)
09:49 ReleaseNotes/Trunk edited by Jiri Svoboda
(diff)

2009-07-17:

07:34 ReleaseNotes/Trunk edited by Jiri Svoboda
Console inheritance (diff)
07:31 ReleaseNotes/Trunk edited by Jiri Svoboda
Memory Allocator (diff)
07:21 ReleaseNotes/Trunk edited by Jiri Svoboda
Specify base version used for comparison (diff)

2009-07-16:

08:44 Changeset in mainline [986c24c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix sparc64 non-debug build.

2009-07-15:

22:07 ReleaseNotes/Trunk edited by Jiri Svoboda
(diff)
22:00 Changeset in mainline [aa7954f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix comments.
20:11 Changeset in mainline [ba6232b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix a couple of memory leaks and an improper use of sizeof().
11:09 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)
10:59 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)

2009-07-14:

21:28 Ticket #89 (Invisible Tetris pieces on non-graphical fb) closed by Jiri Svoboda
fixed: Fixed in r4644. Console color capability can now be queried with …
21:26 Changeset in mainline [bf5443d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Revert accidently commited change.
21:25 Changeset in mainline [50cfa6c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Method for getting console color capabilities. Use to fix invisible …
20:54 Ticket #89 (Invisible Tetris pieces on non-graphical fb) updated by Jiri Svoboda
Status, Owner changed
08:16 Ticket #98 ('cat readme' hangs on mips32) closed by Jakub Jermář
duplicate: Fixed in revision 4643. realloc() didn't check whether the next block …
08:16 Ticket #99 (bdsh hangs after reading the second command on ia64 and sparc64) closed by Jakub Jermář
fixed: Fixed in revision 4643. realloc() didn't check whether the next block …
08:15 Changeset in mainline [7d88587]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
realloc() should really check whether the next block is indeed free.
06:27 Ticket #98 ('cat readme' hangs on mips32) updated by Jakub Jermář
Priority changed
> I am also seeing something like this on ia64 and sparc64, where the …
06:26 Ticket #99 (bdsh hangs after reading the second command on ia64 and sparc64) created by Jakub Jermář
In revision 4642 (i.e. after the fix for ticket #92), bdsh hangs after …

2009-07-13:

22:22 Ticket #98 ('cat readme' hangs on mips32) updated by Jakub Jermář
Replying to svoboda: > If you try to run 'cat readme' on …
22:15 Ticket #98 ('cat readme' hangs on mips32) created by Jiri Svoboda
If you try to run 'cat readme' on mips32gx twice, it hangs in …
21:44 Ticket #97 (Tracer cannot cope with console inheritance) created by Jiri Svoboda
Trunk r4642. With console inheritance in place the tracer tries to …
21:28 Ticket #92 (bdsh dies on mips32) closed by Jiri Svoboda
fixed: The problem was in two places in realloc(). One: real_size was not a …
21:24 Changeset in mainline [f450280]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix alignment errors in realloc().
19:42 Changeset in mainline [44539b4c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Adhere to the sparc64 ABI and provide stack space for procedure arguments.
19:35 Changeset in mainline [716fb9d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Improve comment.
19:34 Changeset in mainline [9a61ba5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
IRQ-safe switch to userspace.
15:30 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)
15:25 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)
15:23 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)
09:12 FSDesign edited by Jakub Jermář
(diff)

2009-07-12:

21:45 Ticket #96 (Index Pages in HelenOS Trac do not work) created by Jiri Svoboda
It appears that Trac provides automatically generated alphabetical and …
20:29 Ticket #63 (OFW support in ppc32 port is way behind the level in sparc64 port) updated by Jiri Svoboda
Milestone changed
20:25 Ticket #91 (Kconsole pager) updated by Jiri Svoboda
Component changed
20:23 Ticket #63 (OFW support in ppc32 port is way behind the level in sparc64 port) updated by Jiri Svoboda
Component changed
20:17 Ticket #5 (Support uspace with the ability to join threads) updated by Jiri Svoboda
Component, Milestone changed
20:16 Ticket #47 (Mouse driver) updated by Jiri Svoboda
Component, Milestone changed
20:15 Ticket #48 (Simple GUI) updated by Jiri Svoboda
Component, Milestone changed
19:50 ReleaseNotes/Trunk edited by Jiri Svoboda
Preconfigured defaults (diff)
15:41 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)
15:40 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)
15:38 ReleaseNotes/Trunk edited by Jakub Jermář
(diff)
09:45 ReleaseNotes/Trunk edited by Jiri Svoboda
(diff)
09:32 ReleaseNotes/Trunk edited by Jiri Svoboda
(diff)
09:28 ReleaseNotes edited by Jiri Svoboda
Grammar (diff)
09:24 ReleaseNotes/Trunk edited by Jiri Svoboda
(diff)
09:14 ReleaseNotes edited by Jiri Svoboda
(diff)
09:09 ReleaseNotes/Template created by Jiri Svoboda
09:05 ReleaseNotes/Trunk created by Jiri Svoboda
08:58 WikiStart edited by Jiri Svoboda
Add link to Release Notes (diff)
08:55 ReleaseNotes created by Jiri Svoboda
I want YOU for HelenOS Release Notes
08:25 Ticket #25 (VIA-CUDA keyboard driver is incomplete and missing in user space) updated by Jiri Svoboda
In r4626 I rewrote the driver to use per-byte interrupts, which …

2009-07-11:

21:47 Changeset in mainline [450448d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Implement data transmission to CUDA, use to enable autopolling. Now …
20:55 Changeset in mainline [4b2c458c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
sparc64's SP_DELTA needs more space.
15:29 Ticket #95 (devmap crashes on ia64) updated by Jakub Jermář
When context_save() is given the 'returns_twice' attribute, the …
15:14 Changeset in mainline [ec8b0dac]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Things are much easier when the compiler knows that context_save() …
09:38 Ticket #95 (devmap crashes on ia64) closed by Jakub Jermář
fixed: I think you just underestimate the true power of context_restore() :-)
09:07 Ticket #95 (devmap crashes on ia64) reopened by Jiri Svoboda
This is not a fix, just a workaround. A local variable in …

2009-07-10:

22:34 Ticket #95 (devmap crashes on ia64) closed by Jakub Jermář
fixed: I analyzed the bug and came to the conclusion, that the problem is in …
22:31 Changeset in mainline [4c467ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
In fibril_switch(), make sure to reload srcf with the current fibril …

2009-07-08:

15:10 Ticket #92 (bdsh dies on mips32) updated by Jakub Jermář
Replying to jermar: […] This should actually be just …
14:59 Ticket #92 (bdsh dies on mips32) updated by Jakub Jermář
Summary changed
Ok, now I am almost certain that this is a userspace allocator bug. I …
11:37 Ticket #92 (bdsh dies on mips32) updated by Jakub Jermář
Replying to jermar: > The corresponding message in klog …
11:29 Changeset in mainline [30f869d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
mips32's istate_t must respect the 8-byte stack alignment.

2009-07-07:

22:49 Ticket #95 (devmap crashes on ia64) updated by Jakub Jermář
This bug is not reproducible in revision 4597 and is reproducible in …
21:48 Changeset in mainline [1f0db02e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Modify CUDA driver to state machine format, with one interrupt per …
21:39 Ticket #95 (devmap crashes on ia64) created by Jakub Jermář
[…] The crash occurs in fibril_switch().
21:14 Ticket #94 (Kernel panic in memcpy_to_uspace() on ia64) closed by Jakub Jermář
fixed: Fixed in revision 4625. The ia64 kernel did not handle writes to …
21:12 Changeset in mainline [925be4e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
The ia64 kernel needs to handle the Data Access Rights fault.
21:11 Changeset in mainline [80a3bd9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Initialize the Accessed and Dirty bits when the page hash table is used.
18:28 Ticket #94 (Kernel panic in memcpy_to_uspace() on ia64) created by Jakub Jermář
[…]
15:48 Ticket #93 (Exception stack frame should not be constructed by a C function on arm32) created by Jakub Jermář
The idea of setting the kernel stack and saving registers to it from a …
15:34 Ticket #72 (Write back file system data from block cache to the block device ...) updated by Jakub Jermář
Status, Owner changed
15:32 Ticket #6 (pte_t should be the real thing on arm32) updated by Jakub Jermář
Status, Owner changed
15:31 Ticket #8 (Port the arm32 port to real hardware) updated by Jakub Jermář
Status, Owner, Component changed
15:31 Ticket #7 (Port the arm32 port to QEMU) updated by Jakub Jermář
Status, Owner, Component changed

2009-07-06:

22:19 Ticket #92 (bdsh dies on mips32) updated by Jakub Jermář
Replying to jermar: > bdsh (newer than 6001) will crash …
22:16 Ticket #92 (bdsh dies on mips32) created by Jakub Jermář
bdsh (newer than 6001) will crash after successfully completing a …
21:44 Changeset in mainline [8a81a73a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Prettier output from ata_bd.
21:16 Changeset in mainline [1757ffce]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not attempt to spawn non-existing programs.
20:55 Changeset in mainline [95bc57c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Servers can return value as soon as they are up. Use this with …
20:16 Changeset in mainline [adb49f58]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Allow to determine whether a task returned value before terminatign.
19:45 Ticket #83 (Pass task exit code) closed by Jiri Svoboda
fixed: I changed NS from using kernel notifications to using IPC messages for …
19:40 Changeset in mainline [0315679]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Move fully to IPC-based tracking of task startup and termination in …
19:17 Changeset in mainline [5d96851]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Pass task ID to NS from loader. This prevents ID spoofing by user apps.
16:14 Ticket #83 (Pass task exit code) updated by Jiri Svoboda
As of r4617 this works. The only 'but' here is that NS should be …
16:02 Changeset in mainline [7114d83]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Allow task to return value (will be improved).
14:56 Ticket #83 (Pass task exit code) updated by Jiri Svoboda
Status, Owner changed

2009-07-04:

13:04 Changeset in mainline [d68e4d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make the libblock cache behave more like a cache and fix some bugs …

2009-07-02:

20:58 Ticket #25 (VIA-CUDA keyboard driver is incomplete and missing in user space) updated by Jiri Svoboda
In r4610 I added a new VIA-CUDA keyboard kernel driver. It works fine …
19:39 Changeset in mainline [2a77841d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Kernel Mac ADB keyboard driver revived.
15:23 Changeset in mainline [bb8dc88]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove obsolete VFS methods
15:01 Changeset in mainline [0143f72]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Statically allocated stat structure will do.
14:54 Changeset in mainline [271283b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix typos.
14:51 Changeset in mainline [d851f597]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
small allocator optimization add some comments

2009-07-01:

16:39 Changeset in mainline [9c40f88]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
10:37 Ticket #74 (Reimplement user space memory allocator) closed by Martin Decky
fixed: Public domain dlmalloc removed and simple first-fit allocator …

2009-06-30:

21:42 OldMacPeripherals edited by Jiri Svoboda
(diff)
20:06 Ticket #91 (Kconsole pager) created by Jiri Svoboda
Lately the number of tasks running is more that can fit on a typical …
20:03 Ticket #90 (Bad memory access messages are architecture-dependent) created by Jiri Svoboda
While the kernel has an architecture-independent interface to the …
19:57 Ticket #83 (Pass task exit code) updated by Jiri Svoboda
I would prefer a purely user-space solution (this would be consistent …
19:52 Ticket #25 (VIA-CUDA keyboard driver is incomplete and missing in user space) updated by Jiri Svoboda
Status, Owner, Component changed
I am working on this.
19:51 Ticket #33 (ATA driver) updated by Jiri Svoboda
Status, Owner, Component changed
A prototype driver has been implemented. However, it needs to be …
19:49 Ticket #30 (Investigate possibility of using unlikely(), likely()) updated by Jiri Svoboda
Component changed
I am strongly against this. You are basically trying to hand-optimize …
19:41 Ticket #89 (Invisible Tetris pieces on non-graphical fb) created by Jiri Svoboda
On egafb and serial fb, colors are downmixed to BW. Some tetris pieces …
15:54 Changeset in mainline [2d11a7d8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
tester framework rewrite (go from a menu-driven interface to …
15:53 Changeset in mainline [db24058]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
small fixes and coding style changes related to the new memory allocator
15:51 Changeset in mainline [6db6fd1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
implement simple first-fit memory allocator (modified from original …
15:50 Changeset in mainline [ae75080a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
define just the basic memory allocator interface
15:48 Changeset in mainline [497ae7b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove dlmalloc
15:46 Changeset in mainline [82346c50]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
memory allocator test (modified from original code by Tomas Bures and …
15:32 Changeset in mainline [f954906]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid compiler warnings and one small bug
15:31 Changeset in mainline [c063d96e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid compiler warning
15:31 Changeset in mainline [7ece1fbe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid possible segfault

2009-06-29:

16:15 Changeset in mainline [057760d3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid unaligned memory access
16:03 Changeset in mainline [f49cf64]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
simplify init, create /dev/null0 on demand
16:02 Changeset in mainline [7fcb74c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for creating null devices on demand
09:20 Changeset in mainline [bfd247f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
set buffering according to what file descriptor we are opening (this …

2009-06-28:

21:41 Ticket #82 (ls: skipping bogus node null) closed by Jakub Jermář
fixed: Fixed in revisino 4587.
21:41 Changeset in mainline [415c7e0d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Implement stat() and VFS_IN_STAT. Modify bdsh() to use stat() during …
19:18 Changeset in mainline [75160a6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add libfs_stat() and let FAT and TMPFS use it.
19:01 Ticket #84 (Replace VFS_DEVICE with VFS_FSTAT) closed by Jakub Jermář
fixed: Fixed in revision 4585.
18:59 Changeset in mainline [852b801]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Introduce VFS_IN_FSTAT and VFS_OUT_STAT. Provide libc fstat() and …
13:43 Changeset in mainline [4198f9c3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Separate the VFS input and output protocols.
12:08 Changeset in mainline [6408be3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix chaos in block library.

2009-06-27:

09:41 Changeset in mainline [00fe6bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Automatically try to mount FAT from disk0 on /data upon boot. Save …

2009-06-26:

21:34 Changeset in mainline [1fbe064b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Allow libblock to operate in write-through mode. With 'wtcache' mount …
15:08 Ticket #88 (cons_get_event() should be rewritten using e.g. condition variables) closed by Jakub Jermář
fixed: Fixed in revision 4571.
15:06 Changeset in mainline [af65b72]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not use the pending mechanism in console.
15:05 Changeset in mainline [1cab2f41]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not use the pending mechanism in devmap.
15:04 Changeset in mainline [103bb68]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
A little bit of cstyle.
15:04 Changeset in mainline [cc531be]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Mention arm32 in the document describing virtual address translation.
13:28 Ticket #88 (cons_get_event() should be rewritten using e.g. condition variables) updated by Jakub Jermář
Status changed
13:27 Ticket #88 (cons_get_event() should be rewritten using e.g. condition variables) updated by Jakub Jermář
Status, Owner changed
Ok, DEVFS opens a separate connection to console for each /dev/vc*. …
05:18 Changeset in mainline [9593bc8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use condvar broadcast instead of signal when registering a new file system.

2009-06-25:

21:30 Changeset in mainline [7b47fa2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not use the "pending" fibril mechanism in VFS

2009-06-23:

18:33 Changeset in mainline [d4b9d28]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Tetris high-score table now persists across multiple Tetris executions …
18:19 Changeset in mainline [52e4f52]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Use rwlock instead of futex for ramdisk.

2009-06-22:

20:17 Changeset in mainline [ed990cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove an obsolete comment.
20:02 Changeset in mainline [e2dccb0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Endpoint file systems should terminate the connection fibril when VFS …
13:39 Changeset in mainline [2dfd9fa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid races during access to the shared hash table

2009-06-20:

19:31 Changeset in mainline [12956e57]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Use fibril synchronization in bd drivers. Use per-disk locks.

2009-06-18:

08:30 Changeset in mainline [ac47b7c2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
define endianess externally to be able to exactly specify whether we …

2009-06-17:

22:33 Changeset in mainline [553492be]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Finish converting VFS to fibril synchronization.
22:32 Changeset in mainline [ca093b3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Strange left-over.
22:08 Changeset in mainline [4e1b57d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use fibril synchronization in libblock.
22:07 Changeset in mainline [6ebe721]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use fibril synchronization in FAT.
21:07 Changeset in mainline [34ca870]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Handle each VFS request using a dedicated connection.
20:52 Changeset in mainline [61d2315]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Disk I/O should be serialized until libblock switches to fibril …

2009-06-16:

21:53 Changeset in mainline [62140db]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix assorted warnings and tiny glitches.
20:22 Changeset in mainline [0471786]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix signedness issues and warnings in fb.
20:09 Changeset in mainline [08c9f7d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Suppress warnings in loader.
19:56 Changeset in mainline [a624cbfd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Improve ATA cmd regs block definition to suppress warnings.
19:01 Changeset in mainline [fbbbb8a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Get rid of warnings (size_t is enough for block size).
18:31 Changeset in mainline [e3fa92aa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Replace one hack with another.

2009-06-15:

22:24 Changeset in mainline [103e7d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Flush stdout before spawning shell.
21:54 Ticket #85 (Do not create a new "pending" fibril after each received call) closed by Jakub Jermář
fixed: Fixed in revision 4542.
21:51 Changeset in mainline [953769f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Handle pending input using only one fibril. Relax serialization in …
21:46 Changeset in mainline [ef8bcc6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Stdio stream buffering (only for writing a.t.m.) Issue: Do we need two …
20:53 Changeset in mainline [c07af37]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Handle pending lookups using only one fibril.
19:17 Changeset in mainline [af7383f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Handle pending mounts using only one fibril.
18:50 Changeset in mainline [0ed2e0e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Revert clandestine removal of delayed cursor position update by c4456.

2009-06-14:

14:29 Changeset in mainline [87d3ecf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Display type of root filesystem and root device upon boot.
12:30 Changeset in mainline [c51a7cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
On condvar signal/broadcast, dequeue the waiting fibril from the …
09:47 Ticket #88 (cons_get_event() should be rewritten using e.g. condition variables) updated by Jakub Jermář
What I meant is that you have the async framework, fibrils and fibril …
09:25 Ticket #87 (cons_read() should be rewritten using e.g. condition variables) closed by Jakub Jermář
invalid: Submitter can not read C.

2009-06-13:

20:36 Ticket #88 (cons_get_event() should be rewritten using e.g. condition variables) updated by Martin Decky
I don't understand the phrase "another level of asynchronous …
20:33 Ticket #87 (cons_read() should be rewritten using e.g. condition variables) updated by Martin Decky
I don't understand how a version using condition variables could be …
18:32 Changeset in mainline [1cbed6b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Add forgotten files.
17:30 Changeset in mainline [2a18193c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
File-backed block device driver (file_bd).
12:26 Changeset in mainline [d9f4c76]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Write support in ata_bd. Not used, not tested.
09:45 Changeset in mainline [5481d1bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Use named constants.
09:17 Changeset in mainline [4f5caea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Move type declarations to a header file.

2009-06-12:

21:27 Changeset in mainline [1806e5d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Properly support two disks per ATA controller. Fake (Qemu-only) check …
19:44 Changeset in mainline [26360f7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Use 'fibril_local' modifier for fibril-local variables instead of …
19:19 Ticket #88 (cons_get_event() should be rewritten using e.g. condition variables) created by Jakub Jermář
In cons_get_event() we are introducing another level of asynchronous …
19:16 Ticket #87 (cons_read() should be rewritten using e.g. condition variables) created by Jakub Jermář
Currently, cons_read() contains a while loop which actively reads the …
19:10 Ticket #86 (console should not depend on kbd's source code) created by Jakub Jermář
Currently, console uses the kbd's keybuffer.c file and functions and …
19:05 Ticket #85 (Do not create a new "pending" fibril after each received call) created by Jakub Jermář
Currently, libc's handle_call() will create a new "pending" fibril …
17:35 Changeset in mainline [9ae22ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Condition variables for fibrils.

2009-06-11:

20:32 Ticket #15 (Implement rwlocks for uspace) closed by Jakub Jermář
fixed: Revision 4526 adds fibril rwlocks.
20:30 Changeset in mainline [92d34f0b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Implement readers-writer locks for fibrils.

2009-06-10:

21:59 Changeset in mainline [ba2a055]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Fix coordinate issues in EGA fb.
19:15 Changeset in mainline [fc02cc41]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
get back fine-grained locking (which was removed in commit 4458), but …
19:10 Changeset in mainline [95ba2b8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove obsolete terminology
19:09 Changeset in mainline [3562ec82]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove obsolete comment cstyle
19:08 Changeset in mainline [0d3b9474]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove serialization (it is not needed here)
18:49 Changeset in mainline [8e13bfa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Synchronize access to pending_req.
14:42 Changeset in mainline [0e31a2b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove yet another serialization which is not needed anymore

2009-06-09:

22:27 Changeset in mainline [230260ac]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make VFS use the new synchronization for fibrils. Now there should be …
22:11 Changeset in mainline [041186f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Include fibril synchronization primitives in libc build.
22:09 Changeset in mainline [f3afd24]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add simple synchronization primitives to be used with fibrils. …
11:10 Changeset in mainline [ebe70f1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
slightly cleanup the horrible mess of tetris introduce colors
11:10 Changeset in mainline [080ad7f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
simple implementation of fdopen() and rewind()

2009-06-08:

19:45 Changeset in mainline [bd8bfcbd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Nit.
19:42 Changeset in mainline [b8e57e8c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
19:39 Changeset in mainline [bac82eeb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
getchar() and fgetc() are traditionally supposed to flush stdout and …
18:13 Changeset in mainline [cc27c8c5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
A little bit of cleanup and a remedy for great confusion introduced in …
13:42 Changeset in mainline [d9c8c81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
rename libadt → adt
12:34 Changeset in mainline [a68f737]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
keep a list of open files to support proper cleanup

2009-06-06:

23:13 Changeset in mainline [f8ef660]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jirik.svoboda@…>
Primitive ATA disk driver that you can use in Qemu (read only).
18:08 Ticket #84 (Replace VFS_DEVICE with VFS_FSTAT) created by Jakub Jermář
devfs's VFS_DEVICE is actually a form of VFS_FSTAT. Thus we can remove …
11:01 Ticket #82 (ls: skipping bogus node null) updated by Martin Decky
OK, to be precise, fstat() won't solve this at all. What we …

2009-06-05:

12:46 Changeset in mainline [abc4982]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
group fhc and obio under a common directory

2009-06-04:

18:06 Changeset in mainline [4a68194]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
no not disturb console initialization by connections
16:36 Changeset in mainline [3bf907a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
be more pedantic about undefined function prototypes (to avoid memory …
13:47 Changeset in mainline [8bfe48e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
as_get_mappable_page() has an argument in bytes, not in pages
13:05 Changeset in mainline [1035437]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
keep the kernel console intact as long as it is possible (to be able …
12:43 WishList edited by Jakub Jermář
(diff)
12:11 Ticket #83 (Pass task exit code) created by Martin Decky
It is possible to wait on a task exit. But the task exit code gets …
12:03 Ticket #82 (ls: skipping bogus node null) updated by Martin Decky
Status, Owner changed
The reason for this is that the shell is trying to get the file size …
11:59 Ticket #36 (Virtual consoles overhaul) closed by Martin Decky
fixed: The proposed enhancement was implemented with some minor design …
11:57 Ticket #18 (running program from bdsh opens new console) closed by Martin Decky
fixed: Console inheritance was implemented as of revision 4490. The other …
11:54 Changeset in mainline [c8b9f88]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add forgotten answer in case of an error
10:14 Ticket #81 (conflicting types for fs_node_t) closed by Jakub Jermář
fixed: Fixed in 4491.
10:12 Changeset in mainline [99272a3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
inode_t → fdi_node_t

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