Timeline
2026-05-22: Yesterday
- 08:49 Changeset in mainline [5cda343] by
- Merge 8a9a41e01a710f4ef36a33613b89d0973f674280 into …
- 08:11 Changeset in mainline [3e40c854] by
- Merge 12f5a1be9347ae8a4c87b277c612c58c71f5f5fc into …
- 08:07 Changeset in mainline [74c73524] by
- Merge 3272be1101feae98362bf4f9837caa330107cb01 into …
2026-05-18:
2026-05-17:
2026-05-16:
- 22:14 ReleaseNotes/Mainline edited by
- (diff)
- 22:12 Changeset in mainline [08499f0]master by
- Animate progress bar in UI demo.
2026-05-15:
- 19:38 Changeset in mainline [9389aaa] by
- Display real progress value.
2026-05-14:
- 22:57 Ticket #905 (Icons in the UI) updated by
-
Type changed
- 22:57 Ticket #908 (Display server text mode support) updated by
-
Type changed
2026-05-13:
- 17:54 Changeset in mainline [2f1be23] by
- Implement UI progress bar.
2026-05-06:
- 01:02 Changeset in mainline [5efe402] by
- Merge e9c163920855901461396bd1009584b897c18dd0 into …
- 01:01 Changeset in mainline [39fafd7] by
- Merge 9a664b6dd10624fd8da3c9a74ecc75ab40ba4863 into …
- 01:01 Changeset in mainline [1f3c646] by
- Merge 455241b37bedd3719ed3b5b025fdf26f44fd565b into …
2026-04-29:
- 15:09 Ticket #908 (Display server text mode support) created by
- Currently most UI applications can run in text mode (in the console / …
- 15:03 Ticket #907 (Display device emulator) created by
- Implement a UI application that emulates a GFX display device …
- 14:56 Ticket #906 (MINIX partition support) created by
- HelenOS supports the MINIX file system. But in real MINIX 3 …
- 14:53 Ticket #905 (Icons in the UI) created by
- The UI should support icons (in general). Specific uses of icons are …
- 10:20 Ticket #904 (Tree view) created by
- Add tree view to UI library. This will be useful for displaying …
- 10:19 Ticket #903 (Implement submenus in UI) created by
- UI library should support submenus. The first use for this would be in …
- 10:17 Ticket #902 (Multiple column support in UI list) created by
- UI list control should allow multiple columns (and headers). A prime …
- 10:14 Ticket #901 (OS image manifest) created by
- The installer should store a file (image manifest) containing the …
- 10:04 Ticket #892 (System upgrade) closed by
- fixed: Implemented in changesets: * …
2026-04-24:
- 12:45 Changeset in mainline [2866531] by
-
Welcome to 2026.
Better late than never
- 12:42 Changeset in mainline [2c21595] by
- Do not overwrite configuration files during upgrade.
2026-04-20:
- 13:46 Changeset in mainline [e2b47b3c] by
- Use a simple X for text close button decoration.
2026-04-17:
- 08:22 Ticket #900 (cdfs assertion abort in libfs during system installation) updated by
- I added KLOG_PRINTFs to cdfs whenever I insert or remove from the node …
2026-04-16:
- 13:09 Changeset in mainline [3272be1]topic/fix-logger-deadlock by
- Fix deadlock in logger service
- 11:07 Ticket #900 (cdfs assertion abort in libfs during system installation) updated by
-
Component, Owner changed
- 11:06 Ticket #900 (cdfs assertion abort in libfs during system installation) updated by
- 1. If a file system server does not recognize a service_id/index …
- 10:47 Ticket #900 (cdfs assertion abort in libfs during system installation) updated by
-
Milestone changed
- 10:47 Ticket #900 (cdfs assertion abort in libfs during system installation) created by
- As of revision …
2026-04-14:
- 21:52 ReleaseNotes/Mainline edited by
- File management library (diff)
- 21:50 ReleaseNotes/Mainline edited by
- Update file management utilitiies and menu entries (diff)
- 21:44 Changeset in mainline [5df2570]topic/fix-logger-deadlock by
- Switch installer from futil to fmgt.
- 20:12 Ticket #899 (More shared libraries) created by
- Currently only libc+libmath (the libraries linked by default) are …
- 20:09 Ticket #898 (Initial RAM disk minimization) created by
- Currently the entire OS resides on the initial RAM disk, both in case …
2026-04-13:
- 17:12 Changeset in mainline [417cc85]topic/fix-logger-deadlock by
- Add missing timer starts and stops.
- 17:04 Changeset in mainline [922427a8]topic/fix-logger-deadlock by
- Fix compilation with -Og.
2026-04-11:
- 12:47 Changeset in mainline [a2f95ce]topic/fix-logger-deadlock by
- Ask user to confirm upgrade if existing installation found.
2026-04-08:
- 18:33 Changeset in mainline [6d06bbc]topic/fix-logger-deadlock by
- If performing OS upgrade, sysinst should say it's upgrading.
- 11:25 Ticket #892 (System upgrade) updated by
-
Status, Owner changed
Work in progress. - 11:23 Changeset in mainline [9f9d9067]topic/fix-logger-deadlock by
- Allow sysinst to upgrade an existing installation (WIP).
2026-04-06:
- 14:53 Changeset in mainline [8bf4494]topic/fix-logger-deadlock by
- Create installation partition in a separate function.
- 14:34 ReleaseNotes/Mainline edited by
- Install to existing MBR label (diff)
- 14:26 Changeset in mainline [25444332]topic/fix-logger-deadlock by
- Sysinst should be able to install to an existing MBR label. Provided …
2026-03-27:
- 16:02 Ticket #897 (Deleting directory tree fails on tmpfs) updated by
- That said, I think there also should be a "remove directory" macro …
- 15:42 Ticket #897 (Deleting directory tree fails on tmpfs) updated by
- My intuition is that active opendir() should not "block" the directory …
- 12:41 Ticket #897 (Deleting directory tree fails on tmpfs) updated by
- I think this might be because we have a directory open, read one entry …
- 12:40 Ticket #897 (Deleting directory tree fails on tmpfs) created by
- Deleting a directory tree works with an Ext4 volume: […] but fails …
- 12:24 Ticket #896 (Implement dynamic cast support in C++ runtime) created by
- I am trying to port DOSBox to HelenOS. DOSBox, written in C++, uses …
- 12:23 Ticket #526 (Port DOSBox to HelenOS) updated by
-
Status, Owner changed
Work in progress.
2026-03-26:
- 12:19 DeveloperDocs edited by
- Documents needed for implementing C++ runtime functions (diff)
2026-03-20:
- 15:28 Changeset in mainline [4f16db1]topic/fix-logger-deadlock by
- ext4: write: fix block leak
- 15:28 Changeset in mainline [4e7c02e]topic/fix-logger-deadlock by
- ext4: write: sparse/unallocated block helper fcn
- 14:35 Changeset in mainline [e4c0e0c]topic/fix-logger-deadlock by
- cp: increase buffer size
- 14:35 Changeset in mainline [19c6bc1]topic/fix-logger-deadlock by
- mkfile: increase buffer size
2026-03-19:
- 21:17 Changeset in mainline [f1045bb]topic/fix-logger-deadlock by
- Environ must be a valid, non-NULL pointer to a list.
2026-03-18:
- 12:46 Changeset in mainline [34832c3] by
- Update license text and docs for vfs_walk and vfs_lookup_internal
- 10:55 Changeset in mainline [78e5a73]topic/fix-logger-deadlock by
- Add new C++ runtime function needed for GCC 14+
- 08:05 Changeset in mainline [05c9d92] by
- Merge branch 'master' into vitSkalicky/cmpdirs
2026-03-17:
- 19:08 Changeset in mainline [222774a]topic/fix-logger-deadlock by
- Fix test not compiling (thx Vít Skalický)
- 19:07 Lab edited by
- (diff)
- 18:03 Changeset in mainline [d0dfbba]topic/fix-logger-deadlock by
- Clean up header dependencies. libui was pulling too much internal …
- 12:47 Changeset in mainline [4a0bfcf0] by
- Merge branch 'master' into vitSkalicky/cmpdirs
- 12:43 Changeset in mainline [74c69dc] by
- Fix code style
- 12:37 Changeset in mainline [b017885] by
- Fix use of vfs_walk() Added slash to the beginning of file names in …
- 12:37 Changeset in mainline [7952b336] by
- Fix bad use of errno
- 12:37 Changeset in mainline [8c35ebd] by
- Modified cmpdirs to use the dirent.h
- 12:37 Changeset in mainline [128a311] by
- Use vfs_clone in opendir_handle() Before, the handle passed to it …
- 12:37 Changeset in mainline [df4f7c30] by
- Add opendir_handle() ot dirent.c Add function to open a directory by …
- 12:37 Changeset in mainline [7c2a3c7] by
- Improve comments
- 12:36 Changeset in mainline [4a998bf9] by
- Fix directory listing The code for listing entries in a directory was …
- 12:36 Changeset in mainline [7956257] by
- Add logging to cmpdirs
- 12:36 Changeset in mainline [731bdd4] by
- Start work on cmpdirs A utility to compare directories for equality.
Note:
See TracTimeline
for information about the timeline view.
