Timeline
2009-09-08:
- 14:38 Changeset in mainline [6b89868]lfnserial by
- add inbound interfaces
- 14:24 Changeset in mainline [e742429]lfnserial 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]lfnserial 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]lfnserial by
- Merge ia64 fixes.
- 18:33 Changeset in mainline [8b4cfb9d]lfnserial by
- Serialize after the RSM instruction in pk_disable().
- 18:31 Changeset in mainline [502984be]lfnserial by
- Serialize writes to region registers in as_install_arch().
2009-09-04:
- 22:11 Changeset in mainline [b53e6d9]lfnserial by
- Merge small improvements to mbd_part and bdd.
- 22:08 Changeset in mainline [309ede1]lfnserial by
- In bdd do not use block cache, fix block address advancing, improve …
- 21:50 Changeset in mainline [ad4b32c]lfnserial by
- Merge mainline changes.
- 21:31 Changeset in mainline [40240b1]lfnserial by
- revert recent unnecessary commit
- 19:37 Changeset in mainline [7e266ff]lfnserial 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]lfnserial by
- GCC 4.4.1 with -O3 uses speculative memory access add basic support …
- 18:06 Changeset in mainline [5bda2f3e]lfnserial by
- ia64 cleanup and conding style (no change in functionality)
- 18:03 Changeset in mainline [029d94a]lfnserial by
- check for NULL
- 10:37 Changeset in mainline [9aa54d4]lfnserial 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]lfnserial by
- Merge FAT server error handling improvements.
- 15:57 Changeset in mainline [056fa40]lfnserial by
- Merge bdd command improvements.
- 15:04 Changeset in mainline [2f636b6]lfnserial by
- Do not abort in fat_alloc_clusters() when an I/O error is detected.
- 14:46 Changeset in mainline [cca29e3c]lfnserial by
- Make fat_append_clusters(), fat_chop_clusters(), fat_free_clusters(), …
- 13:36 Changeset in mainline [dc87ad11]lfnserial by
- Make fat_get_cluster() return an error code.
- 13:24 Changeset in mainline [e402382]lfnserial by
- Make fat_cluster_walk() return an error code.
- 12:48 Changeset in mainline [684b655]lfnserial by
- Make _fat_block_get() return an error code.
- 12:23 Changeset in mainline [cffce57]lfnserial by
- Deal with I/O errors in the bdd command gracefully.
2009-09-02:
- 15:23 Changeset in mainline [e86a849a]lfnserial by
- use fetchadd8.rel directly, not via atomic_add() (3rd operand of …
2009-09-01:
- 21:33 Changeset in mainline [0712ff2]lfnserial by
- Merge MBR extended partition support.
- 21:27 Changeset in mainline [e27b89a]lfnserial by
- Remove fixed limitation on partition count.
- 21:18 Changeset in mainline [cd3e6a2]lfnserial by
- Merge libblock improvements.
- 21:16 Changeset in mainline [7a56b1ed]lfnserial by
- Out of memory condition in block_get() can be handled by returning ENOMEM.
- 21:08 Changeset in mainline [4f690cd]lfnserial by
- Instead of returning toxic blocks to the caller, block_get() should …
- 20:34 Changeset in mainline [440b0ce]lfnserial by
- Add support for logical partitions.
- 19:09 Changeset in mainline [822d22a]lfnserial 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]lfnserial by
- fix several forgotten obsolete ifdefs
- 13:32 Changeset in mainline [7d01790]lfnserial 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]lfnserial 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]lfnserial 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]lfnserial by
- Merge block device interface improvements.
- 22:27 Changeset in mainline [a830611]lfnserial by
- Proper abbreviation for communication is 'comm.', not 'com.'
- 22:25 Changeset in mainline [1ee00b7]lfnserial by
- Revamp block device interface: (1) block size is fixed, determined by …
- 09:59 Changeset in mainline [b7b3fda]lfnserial 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]lfnserial by
- Merge libblock improvements.
- 19:57 Changeset in mainline [402a18f]lfnserial by
- Let block_get() and block_put() deal with I/O errors.
- 18:44 Changeset in mainline [f2f89315]lfnserial by
- Fix typo. Use proper architecture names.
- 18:34 Changeset in mainline [cd688d9]lfnserial by
- Add the 'toxic' member to block_t.
- 18:31 Changeset in mainline [c91f2d1b]lfnserial by
- Enable the block_get() and block_put() APIs to return error.
- 16:38 Changeset in mainline [02ee6bf5]lfnserial 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]lfnserial by
- progress to GCC 4.4.1 use a single script to build cross-compilers …
- 12:23 Changeset in mainline [38428aa3]lfnserial by
- workaround strict-aliasing rules
- 11:21 Changeset in mainline [c4d11c5]lfnserial by
- gdtr_reg is actually an output operand, not input operand
- 10:59 Changeset in mainline [5418217]lfnserial by
- add parentheses for better clarity
- 10:56 Changeset in mainline [1075ac6]lfnserial by
- compare signatures byte-by-byte (avoid dereferencing type-punned …
- 10:21 Changeset in mainline [ddfc39a3]lfnserial by
- block_put() should not hold the cache lock when syncing the block.
- 09:43 Changeset in mainline [5ac8918]lfnserial by
- Fix typo.
2009-08-26:
- 16:59 Changeset in mainline [6c3d54e]lfnserial by
- replace load /dev/zero by a more portable command
- 13:47 Changeset in mainline [67c708e]lfnserial by
- restructure protocols to respect the same hierarchy as tasks in the …
- 13:15 Changeset in mainline [52ff7699]lfnserial by
- two more protocols
- 12:33 Changeset in mainline [8614534]lfnserial by
- more protocols always specify interface on outgoing calls replace …
- 12:05 Changeset in mainline [471a32d]lfnserial by
- more protocols some fixes
2009-08-25:
- 17:54 Changeset in mainline [3fa3160]lfnserial by
- initial draft of behavior protocol specification
2009-08-24:
- 15:09 Changeset in mainline [ed5ad30]lfnserial by
- reflect the change of the names of the macro
- 14:41 Changeset in mainline [e0565005]lfnserial by
- initialize and setup all displays which can be detected in OFW tree …
2009-08-23:
- 21:25 BazaarWorkflow edited by
- Small tweeks and fixes. (diff)
- 21:05 HardwareSupport edited by
- ATA disks no longer have the silly size limit (120 PB ought to be … (diff)
- 20:54 Changeset in mainline [21d8020]lfnserial by
- Merge ATA LBA-48 feature.
- 20:41 Changeset in mainline [5048be7]lfnserial by
- Move code to compute and program block coordinates to separate …
2009-08-22:
- 19:46 Changeset in mainline [22af3af]lfnserial by
- Add basic description of the pseudocode commands.
- 19:34 Changeset in mainline [1c1657c]lfnserial by
- Fix: LBA-48 uses different command numbers.
- 18:57 Repositories edited by
- Fix copy'n'paste error. (diff)
- 18:56 Repositories edited by
- You can never have enough branches. (diff)
- 18:36 Changeset in mainline [a1f48f6]lfnserial by
- Add LBA-48 addressing support.
- 15:28 HardwareSupport edited by
- Thanks to LBA-28 ATA disks can be 4x larger (diff)
- 15:20 Changeset in mainline [e5792d1]lfnserial by
- Merge ATA driver improvements.
- 15:17 Changeset in mainline [4ef117f8]lfnserial by
- Display device size in megabytes.
- 15:08 Changeset in mainline [a99cf073]lfnserial by
- Add LBA-28 addressing support.
- 14:24 Changeset in mainline [b94334f]lfnserial by
- Structure for identify data
- 13:58 Changeset in mainline [0e6dce8]lfnserial by
- Display device model name upon initialization.
- 11:49 Repositories edited by
- Registering branches at Launchpad (diff)
- 10:48 Changeset in mainline [b50b5af2]lfnserial by
- Merge mainline changes.
- 10:40 Repositories edited by
- Jiri's branches (diff)
2009-08-21:
- 14:12 Changeset in mainline [a71c158]lfnserial by
- kernel output devices now suport multiple instances (except ski and …
- 14:08 Changeset in mainline [90c8b8d]lfnserial by
- extend the spinlock interface (static spinlocks, statically declared …
- 14:02 Changeset in mainline [af8e565]lfnserial by
- fix spelling
- 07:33 Changeset in mainline [bc7d44c]lfnserial by
- Merge fibril synchronization improvements.
- 07:31 Changeset in mainline [207e208e]lfnserial by
- Tracer needs to know about SYS_IPC_POKE.
- 07:25 Changeset in mainline [8619f25]lfnserial by
- Fibril synchronization needs to have a means to interrupt idle threads …
- 07:22 Changeset in mainline [057d21a]lfnserial by
- Add SYS_IPC_POKE syscall.
- 07:03 Changeset in mainline [6c4a56f]lfnserial by
- Support for waitq_unsleep().
2009-08-20:
- 20:47 Changeset in mainline [1ea99cc]lfnserial by
- Merge changes from original Subversion dynload branch.
- 20:03 Changeset in mainline [b9c7425]lfnserial by
- 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
- fixed: As of revision head,24 ppc32 port is on par with sparc64.
- 16:58 Changeset in mainline [e731b0d]lfnserial by
- make ppc32 OFW usage on par with sparc64, make appropriate …
- 16:52 Changeset in mainline [a11099f]lfnserial by
- coding style (no change in functionality)
- 16:48 Changeset in mainline [5360cf0]lfnserial by
- coding style (no change in functionality)
- 16:42 Changeset in mainline [00a020d]lfnserial by
- declare unknown visual type and allow fb_init() to fail gracefully
- 16:40 Changeset in mainline [824d6dd]lfnserial by
- split hardware-specific OFW definitions into separate header files
- 16:39 Changeset in mainline [8a8c311]lfnserial by
- add generic boot header for memcpy() definition
- 14:23 Changeset in mainline [2e151ab0]lfnserial by
- Remove redundant argument names from function headers.
2009-08-19:
2009-08-17:
- 21:31 BazaarWorkflow edited by
- Rebasing link to Bazaar doc. (diff)
- 20:39 WikiStart edited by
- Source code repos. (diff)
- 20:23 HardwareSupport edited by
- Some real disk support. (diff)
- 20:07 Repositories edited by
- Add table head and Owner column. (diff)
- 20:02 Repositories edited by
- Grammar, etc. (diff)
- 20:00 WikiStart edited by
- Link Repositories article. (diff)
- 19:58 Repositories created by
- HelenOS repositories.
- 19:50 BazaarWorkflow edited by
- Reogranize sentence to make it more readable. (diff)
- 19:47 BazaarWorkflow edited by
- Be more specific, yet again. (diff)
- 19:46 BazaarWorkflow edited by
- Be more specific. (diff)
- 19:43 BazaarWorkflow edited by
- head-clone instead of head_clone (diff)
- 19:41 BazaarWorkflow edited by
- Better wording. (diff)
- 19:30 BazaarWorkflow edited by
- Diverged message. (diff)
- 19:27 BazaarWorkflow edited by
- Add in the clones. (diff)
- 19:13 BazaarWorkflow edited by
- Algorithm for checking if it is safe to push. (diff)
- 19:00 BazaarTheory edited by
- Replace nonsense with some sense. (diff)
- 18:43 BazaarWorkflow edited by
- NOW it should make some sense… hopefully. (diff)
2009-08-16:
- 19:37 BazaarWorkflow edited by
- Changeset comments should be in infinitive. (diff)
- 19:36 BazaarWorkflow edited by
- Typo (diff)
- 19:35 BazaarWorkflow edited by
- Comments for merge changesets. (diff)
- 19:33 BazaarTheory edited by
- bzr log (diff)
- 19:32 BazaarWorkflow edited by
- Think twice. (diff)
- 19:22 BazaarTheory edited by
- Link Bazaar workflow (diff)
- 19:21 BazaarTheory edited by
- Merging a feature branch (diff)
- 19:08 BazaarTheory created by
- Bazaar theory (raving).
- 18:40 BazaarWorkflow edited by
- Bazaar Theory. Seriously. (diff)
- 18:33 BazaarWorkflow edited by
- Structured history is good. (diff)
- 18:29 BazaarWorkflow edited by
- Resolve merge conflict with rebasing. (diff)
- 18:26 BazaarWorkflow edited by
- Structured history (diff)
- 18:14 WikiStart edited by
- Link to Bazaar Workflow guide (diff)
- 18:13 BazaarWorkflow created by
- Distributed version control magic. Hic sunt dracones.
2009-08-13:
- 17:26 Changeset in mainline [fd210de]lfnserial by
- dd branch synchronized with head
- 17:08 Changeset in mainline [75a2dc08]lfnserial by
- dd branch synchronized with head
2009-08-12:
- 21:02 Changeset in mainline [64cbf94]lfnserial by
- Merge FAT server fixes.
- 20:50 Changeset in mainline [d44aabd]lfnserial by
- Grow the parent node size if fat_link() allocates a new cluster.
- 20:45 Changeset in mainline [d290ef4]lfnserial by
- fat_link() should zero out all the blocks of the newly allocated …
- 20:44 Changeset in mainline [5f116e7]lfnserial by
- Introduce fat_zero_cluster().
- 18:22 Changeset in mainline [b713492b]lfnserial by
- Fix the root directory check when fat_link() needs to allocate a new …
- 18:21 Changeset in mainline [00a9625]lfnserial by
- fat_create_node() should mark new zeroed blocks dirty.
- 18:16 Changeset in mainline [8b58fc1]lfnserial by
- VFS does not define the meaning of the VFS node size member for …
- 13:13 Changeset in mainline [7c68a05d]lfnserial by
- cleanup: remove fix_symlinks.sh as it is no longer needed (bzr handles …
2009-08-11:
- 15:48 Changeset in mainline [5ab1648]lfnserial by
- remove obsolete TASK_WAIT notification
- 15:11 Ticket #112 (mkfat.py creates seemingly large image with insufficient space) closed by
- wontfix: This is not a bug, this is a property of FAT. Remember that the root …
- 13:29 Changeset in mainline [5a8fbcb]lfnserial by
- 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
- When we increase fat16_clusters in our mkfat.py utility to 4096*5, it …
2009-08-10:
- 20:12 Changeset in mainline [040f5c1]lfnserial by
- Merge to mainline.
- 19:47 Changeset in mainline [3734106]lfnserial by
- Make libc more resilient against getting out of sync the VFS protocol.
- 18:35 Changeset in mainline [9441458]lfnserial by
- Remove errorneous clearing of begin_call (Thx Tomas Brambora).
- 17:00 Changeset in mainline [b39fd4c]lfnserial by
- Add missing include file ipc/kbd.h.
2009-08-09:
- 16:04 Changeset in mainline [a4885a42]lfnserial by
- Console server does not need to include fb.h.
- 16:01 Ticket #86 (console should not depend on kbd's source code) closed by
- fixed: Fixed in #head,9. After the rewrite of the keyboard driver, it was …
- 15:57 Changeset in mainline [e795203]lfnserial by
- 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
- fixed: Implemented in #head,8 (for the PC).
- 15:19 Changeset in mainline [c145bc2]lfnserial by
- Updating keyboard LEDs.
- 14:35 Changeset in mainline [24f27bb]lfnserial by
- dd branch synchronized with head
- 13:56 Changeset in mainline [cb0ea39]lfnserial by
- dd: initial import of the original svn branch
Note: See TracTimeline
for information about the timeline view.