Timeline
2009-09-24:
- 16:49 Changeset in mainline [54e4479] by
- Update tmpfs implementation of libfs operations wrt. the preceding API …
- 15:56 Changeset in mainline [0daba21] by
- Most libfs operations should be able to return an error code.
- 13:51 Ticket #117 (softint should provide __muldi3) closed by
- fixed: Fixed in [head, 95].
2009-09-23:
- 21:42 Changeset in mainline [d27ed12] by
- Added software emulation of 64bit multiplication (muldi3).
2009-09-22:
- 15:01 Ticket #121 (Parallel build does not work) created by
- On SMP machines building can be significantly faster if GNU make is …
- 14:58 Ticket #120 (Some HelenOS code breaks strict aliasing rules) created by
- According to GCC man page, -fstrict-aliasing is always active for …
2009-09-21:
- 16:11 Changeset in mainline [edb14ca] by
- Merge FAT server error handling improvements.
- 16:09 Changeset in mainline [46c0498] by
- Make fat_unlink() return an error code instead of hitting an assertion …
- 16:00 Changeset in mainline [4b4668e] by
- Make fat_link() return an error code instead of hitting an assertion …
- 15:28 Changeset in mainline [4098e38] by
- Make fat_node_sync() return an error code.
- 11:53 Changeset in mainline [f6b5593] by
- Merge mainline changes.
2009-09-18:
- 16:41 Changeset in mainline [c1618ed] by
- fix flawed protocol
2009-09-17:
- 22:42 Changeset in mainline [69dc065] by
- initial Clang support this is more like a proof-of-concept (tested …
- 21:22 Changeset in mainline [82cf692] by
- protocol closure (now all bindings are satisfied and the whole …
- 20:36 Changeset in mainline [3037384] by
- support interface inheritance on protocol level
- 17:03 Changeset in mainline [810860a] by
- various protocol fixes add console architecture
- 00:42 Changeset in mainline [41eca31] by
- output directed bindings
- 00:04 Changeset in mainline [0e8ad0b] by
- fix typos
- 00:01 Changeset in mainline [f1fb1d1] by
- flattening of bindings has to be done interatively until there is …
2009-09-16:
- 23:22 Changeset in mainline [51d4040] by
- add support for 'alternative' statement in BP implement interface …
- 22:46 Changeset in mainline [cf7b3e0] by
- various fixes and cleanup
- 22:45 Changeset in mainline [57688fe2] by
- flatten final BP hierarchy (by resolving subsumes and delegations), …
- 21:31 Changeset in mainline [e5d4294] by
- Merge editor improvements from ~jsvoboda/helenos/edit.
- 21:25 Changeset in mainline [743e17b] by
- Try maintaining column during vertical caret movements.
- 21:09 Changeset in mainline [884b461] by
- Optimize redraw upon character deletion.
- 20:35 Changeset in mainline [c29f20b] by
- Use variable-size buffer for sheet data.
- 20:19 Changeset in mainline [99e5526] by
- Handle long lines properly.
- 20:18 ReleaseNotes/Trunk edited by
- Add ATA and MBR driver. (diff)
- 17:16 Changeset in mainline [8c73012] by
- add bindings
- 17:15 Changeset in mainline [704311b] by
- fix syntax
- 16:40 Changeset in mainline [fed03a3] by
- generate standalone BPs (.bp and .archbp)
- 13:42 Changeset in mainline [ee5b35a] by
- complete ADL parsing with basic syntax checks generating of interface …
2009-09-15:
- 19:59 Changeset in mainline [2a70672] by
- more sophisticated ADL parser
- 16:07 Changeset in mainline [ea5f46d] by
- hierarchical composition of components (tmpfs, fat, devfs are logical …
- 13:45 Changeset in mainline [1993f9a] by
- update architecture and behavior description update preprocessor
- 08:58 Changeset in mainline [ec8bab59] by
- remove superfluous variable
2009-09-14:
- 14:30 Ticket #113 (arm32 is broken) closed by
- fixed: Fix merged in head,73.
- 14:26 Changeset in mainline [6688cc1] by
- Merge fix for ticket #113.
- 14:10 Changeset in mainline [19b5929] by
- Define the hardcoded_* variables in the ia64 linker script.
- 14:08 Changeset in mainline [bae6169] by
- Do not define the hardcoded_* variables twice. These variables should …
2009-09-13:
- 23:46 Changeset in mainline [c35aabe] by
- Merge simple text editor.
- 23:41 Changeset in mainline [b077886e] by
- Merge mainline changes.
- 23:35 Changeset in mainline [3052ff4] by
- Add simple text editor.
2009-09-11:
- 16:26 Changeset in mainline [2ac62cf] by
- add klog
- 16:21 Changeset in mainline [8c52f66] by
- simplify and add missing protocols
- 15:53 Changeset in mainline [e8e2ae1] by
- simplify names
- 15:46 Changeset in mainline [07fdf203] by
- Extend HelenOS architecture description by introducing Architecture …
- 10:31 Changeset in mainline [ac2c2ea7] by
- syntax highlighting rules (CoolEdit/Midnight? Commander) for Behavior …
- 07:35 Ticket #33 (ATA driver) closed by
- fixed: Since #head,48 the block layer has been fixed to use 64-bit block …
2009-09-10:
- 21:38 Changeset in mainline [262cd01] by
- Merge small console API fixes from ~jsvoboda/helenos/console.
- 21:36 Changeset in mainline [8be2833] by
- Hide implementation details.
- 21:27 Changeset in mainline [9b11daef] by
- Fix argument order.
2009-09-08:
- 14:38 Changeset in mainline [6b89868] by
- add inbound interfaces
- 14:24 Changeset in mainline [e742429] by
- add BP preprocessor small protocol fixes
- 11:19 Ticket #119 (Revive support for Dell PowerEdge 7150 machine (ia64)) created by
- Investigate why the current version of HelenOS fails to boot on the …
2009-09-07:
- 15:32 Changeset in mainline [de48286] by
- add console behavior protocol
2009-09-06:
- 20:33 Ticket #118 (-Os on some architectures requires softint to support __ashldi3) created by
- -Os on some architectures requires softint to support ashldi3
2009-09-05:
- 19:23 Ticket #117 (softint should provide __muldi3) created by
- Currently it is not possible to build the arm32 target with gcc 4.4.1 …
- 18:40 Changeset in mainline [da3e227] by
- Merge ia64 fixes.
- 18:33 Changeset in mainline [8b4cfb9d] by
- Serialize after the RSM instruction in pk_disable().
- 18:31 Changeset in mainline [502984be] by
- Serialize writes to region registers in as_install_arch().
2009-09-04:
- 22:11 Changeset in mainline [b53e6d9] by
- Merge small improvements to mbd_part and bdd.
- 22:08 Changeset in mainline [309ede1] by
- In bdd do not use block cache, fix block address advancing, improve …
- 21:50 Changeset in mainline [ad4b32c] by
- Merge mainline changes.
- 21:31 Changeset in mainline [40240b1] by
- revert recent unnecessary commit
- 19:37 Changeset in mainline [7e266ff] by
- Detect unused PTEs by null type, not by null addresses.
- 18:12 Ticket #115 (ia64/ski is broken) closed by
- fixed: Fixed in [head,59] by implementing a very basic support for …
- 18:07 Changeset in mainline [93d66ef] by
- GCC 4.4.1 with -O3 uses speculative memory access add basic support …
- 18:06 Changeset in mainline [5bda2f3e] by
- ia64 cleanup and conding style (no change in functionality)
- 18:03 Changeset in mainline [029d94a] by
- check for NULL
- 10:37 Changeset in mainline [9aa54d4] by
- Add doc references and small cstyle fixes.
- 09:07 WikiStart edited by
- (diff)
2009-09-03:
- 21:47 Ticket #116 (Last mainline commit not shown on main page since Bazaar switch) created by
- Since switching to Bazaar the main helenos.org page no longer shows …
- 15:58 Changeset in mainline [d044447] by
- Merge FAT server error handling improvements.
- 15:57 Changeset in mainline [056fa40] by
- Merge bdd command improvements.
- 15:04 Changeset in mainline [2f636b6] by
- Do not abort in fat_alloc_clusters() when an I/O error is detected.
- 14:46 Changeset in mainline [cca29e3c] by
- Make fat_append_clusters(), fat_chop_clusters(), fat_free_clusters(), …
- 13:36 Changeset in mainline [dc87ad11] by
- Make fat_get_cluster() return an error code.
- 13:24 Changeset in mainline [e402382] by
- Make fat_cluster_walk() return an error code.
- 12:48 Changeset in mainline [684b655] by
- Make _fat_block_get() return an error code.
- 12:23 Changeset in mainline [cffce57] by
- Deal with I/O errors in the bdd command gracefully.
2009-09-02:
- 15:23 Changeset in mainline [e86a849a] by
- use fetchadd8.rel directly, not via atomic_add() (3rd operand of …
2009-09-01:
- 21:33 Changeset in mainline [0712ff2] by
- Merge MBR extended partition support.
- 21:27 Changeset in mainline [e27b89a] by
- Remove fixed limitation on partition count.
- 21:18 Changeset in mainline [cd3e6a2] by
- Merge libblock improvements.
- 21:16 Changeset in mainline [7a56b1ed] by
- Out of memory condition in block_get() can be handled by returning ENOMEM.
- 21:08 Changeset in mainline [4f690cd] by
- Instead of returning toxic blocks to the caller, block_get() should …
- 20:34 Changeset in mainline [440b0ce] by
- Add support for logical partitions.
- 19:09 Changeset in mainline [822d22a] by
- Small fixes.
- 16:18 Ticket #115 (ia64/ski is broken) created by
- After moving to GCC 4.4.1, the ia64 port seems to be broken when …
- 14:27 Changeset in mainline [aac12264] by
- fix several forgotten obsolete ifdefs
- 13:32 Changeset in mainline [7d01790] by
- add more (yet unfinished) protocols
- 10:08 Ticket #114 (memory reservation feature needed) created by
- The following code works: main(){ while (malloc (1024 * 1024)); } …
2009-08-31:
- 21:55 Changeset in mainline [d061efe] by
- Merge MBR partition driver.
- 20:24 Repositories edited by
- Fix copy-and-paste error. (diff)
- 20:23 Repositories edited by
- I love branches. (diff)
- 20:15 Changeset in mainline [00b1d20e] by
- Add PC MBR partition driver (mbr_part). Only supports primary …
- 16:22 Ticket #113 (arm32 is broken) created by
- After moving to GCC 4.4.1, the arm32 port seems to be broken when …
2009-08-30:
- 22:30 Changeset in mainline [cfa8738] by
- Merge block device interface improvements.
- 22:27 Changeset in mainline [a830611] by
- Proper abbreviation for communication is 'comm.', not 'com.'
- 22:25 Changeset in mainline [1ee00b7] by
- Revamp block device interface: (1) block size is fixed, determined by …
- 09:59 Changeset in mainline [b7b3fda] by
- Reset the return code at the beginning of each block_get() retry.
2009-08-28:
- 14:38 WikiStart edited by
- (diff)
- 14:33 WikiStart edited by
- Line spacing. (diff)
2009-08-27:
- 20:00 Changeset in mainline [ff62c6d] by
- Merge libblock improvements.
- 19:57 Changeset in mainline [402a18f] by
- Let block_get() and block_put() deal with I/O errors.
- 18:44 Changeset in mainline [f2f89315] by
- Fix typo. Use proper architecture names.
- 18:34 Changeset in mainline [cd688d9] by
- Add the 'toxic' member to block_t.
- 18:31 Changeset in mainline [c91f2d1b] by
- Enable the block_get() and block_put() APIs to return error.
- 16:38 Changeset in mainline [02ee6bf5] by
- As a provision for handling I/O errors, block_get() should write back …
- 12:37 UsersGuide edited by
- (diff)
- 12:33 Changeset in mainline [ff211d2] by
- progress to GCC 4.4.1 use a single script to build cross-compilers …
- 12:23 Changeset in mainline [38428aa3] by
- workaround strict-aliasing rules
- 11:21 Changeset in mainline [c4d11c5] by
- gdtr_reg is actually an output operand, not input operand
- 10:59 Changeset in mainline [5418217] by
- add parentheses for better clarity
- 10:56 Changeset in mainline [1075ac6] by
- compare signatures byte-by-byte (avoid dereferencing type-punned …
- 10:21 Changeset in mainline [ddfc39a3] by
- block_put() should not hold the cache lock when syncing the block.
- 09:43 Changeset in mainline [5ac8918] by
- Fix typo.
2009-08-26:
- 16:59 Changeset in mainline [6c3d54e] by
- replace load /dev/zero by a more portable command
- 13:47 Changeset in mainline [67c708e] by
- restructure protocols to respect the same hierarchy as tasks in the …
- 13:15 Changeset in mainline [52ff7699] by
- two more protocols
- 12:33 Changeset in mainline [8614534] by
- more protocols always specify interface on outgoing calls replace …
- 12:05 Changeset in mainline [471a32d] by
- more protocols some fixes
2009-08-25:
- 17:54 Changeset in mainline [3fa3160] by
- initial draft of behavior protocol specification
Note: See TracTimeline
for information about the timeline view.