Timeline
2026-04-17: Today
- 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: Yesterday
- 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-15:
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]mastertopic/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-10:
- 18:49 Changeset in mainline [5bc87028] by
- Merge 34832c3e4df70614df5caa7d44b985f0460ef8ec into …
- 14:10 Changeset in mainline [df2f4d9] by
- Merge e9c163920855901461396bd1009584b897c18dd0 into …
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:
- 21:40 Changeset in mainline [0f1ca28d] by
- Merge 12f5a1be9347ae8a4c87b277c612c58c71f5f5fc into …
- 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-04-01:
2026-03-31:
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. - 10:06 Changeset in mainline [d71b0de] by
- Merge 455241b37bedd3719ed3b5b025fdf26f44fd565b into …
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.
2026-03-16:
- 22:08 Changeset in mainline [9b534a4]topic/fix-logger-deadlock by
- Add sys/param.h and endian.h to libposix (needed by DOSBox).
2026-03-11:
- 00:01 Ticket #883 (Resizing Navigator, Editor and file dialogs) closed by
- fixed
- 00:00 Ticket #883 (Resizing Navigator, Editor and file dialogs) updated by
-
Status, Owner changed
Fixed in changesets …
2026-03-10:
- 14:43 Tickets #300,719,746,747,748,820,836,843,855,856,857,859,866,867,870,871,872,873,880,881,882,883,884,885,890,892,893,894,895,858,874,891,43 batch updated by
-
Milestone changed
Milestone renamed - 14:41 Ticket #895 (pcc harbour is broken) created by
-
PCC source archive at
ftp://pcc.ludd.ltu.se/pub/pcc-releasesis … - 09:41 Changeset in mainline [b979ffb]topic/fix-logger-deadlock by
- Make file dialog resizable.
2026-03-09:
- 07:37 Changeset in mainline [3c22438a]topic/fix-logger-deadlock by
- Handle screen resize in text editor.
2026-03-08:
- 22:00 Changeset in mainline [13277e3]topic/fix-logger-deadlock by
- Add missing comment.
- 21:20 Changeset in mainline [f6304727]topic/fix-logger-deadlock by
- Handle screen resize in Navigator.
- 20:03 Changeset in mainline [01cd15bc]topic/fix-logger-deadlock by
- Terminal buffer update should not overwrite cell cursor flag.
2026-03-07:
- 19:50 Changeset in mainline [96ef0d1e]topic/fix-logger-deadlock by
- Rename file (Navigator and command line).
2026-02-24:
- 10:15 Changeset in mainline [a927af7a]topic/fix-logger-deadlock by
- Reposition maximized windows, but not normal windows. After all, they …
2026-02-19:
- 20:27 Changeset in mainline [08fcaf2]topic/fix-logger-deadlock by
- Custom maximize/minimize/close button look in text mode.
- 12:46 Ticket #894 (Deadlock in devman during boot) updated by
- Reproduced as of …
- 12:45 Ticket #894 (Deadlock in devman during boot) created by
- In one out of a couple of boots the system fails the boot, because a …
- 00:01 Changeset in mainline [b769ca0]topic/fix-logger-deadlock by
- Allow overriding the complete UI push button paint routine.
2026-02-18:
- 20:21 Changeset in mainline [39f67f1]topic/fix-logger-deadlock by
- Make maximize/restore work correctly in fullscreen UI.
- 16:29 Changeset in mainline [26edcd6]topic/fix-logger-deadlock by
- Reposition windows with placement other than fullscreen. Except popup …
- 09:13 Changeset in mainline [2c12135]topic/fix-logger-deadlock by
- GFXDemo resize in console UI, fix UI resize / UI window resize in console.
2026-02-17:
- 11:57 Changeset in mainline [a4e4e29]topic/fix-logger-deadlock by
- GFXDemo react to console resize in console mode.
2026-02-16:
- 10:41 Ticket #893 (Full install CD) created by
- HelenOS harbours has some nice packages, some even UI-centric (GZX) …
2026-02-14:
- 10:13 Ticket #836 (File Manager) closed by
- fixed: The final missing file operation, delete, was implemented with …
2026-02-13:
- 11:54 Changeset in mainline [00d26202]topic/fix-logger-deadlock by
- Delete files (Navigator + 'delete' command)
2026-02-11:
- 23:17 Changeset in mainline [cd0dce3]topic/fix-logger-deadlock by
- Create new directory (Navigator + command line utility).
- 18:02 Changeset in mainline [f9c30b9a]topic/fix-logger-deadlock by
- Moving files (Navigator and command line utility).
- 12:02 Changeset in mainline [59ed424e]topic/fix-logger-deadlock by
- Do not print error when user requests abort because file exists.
- 00:01 Ticket #892 (System upgrade) created by
- System installer should be able to upgrade an existing HelenOS …
2026-02-10:
- 19:53 Ticket #836 (File Manager) updated by
-
Milestone changed
- 19:35 Changeset in mainline [857fba8]topic/fix-logger-deadlock by
- Move file system wrapper functions to a separate module.
- 12:52 Changeset in mainline [0ce9eb8]topic/fix-logger-deadlock by
- Ask user what to do if destination file exists while copying.
2026-01-29:
- 15:20 Changeset in mainline [26a9388]topic/fix-logger-deadlock by
- Use the stack pointer to derive CURRENT (if possible) If provided by …
- 15:05 Changeset in mainline [c35cc8b]topic/fix-logger-deadlock by
- EW: Allow to override preferred terminal emulator via $TERMINAL Allow …
Note:
See TracTimeline
for information about the timeline view.
